From: Raag Jadav <raag.jadav@intel.com>
To: Riana Tauro <riana.tauro@intel.com>
Cc: intel-xe@lists.freedesktop.org, anshuman.gupta@intel.com,
rodrigo.vivi@intel.com, aravind.iddamsetty@linux.intel.com,
badal.nilawar@intel.com, ravi.kishore.koppuravuri@intel.com,
mallesh.koujalagi@intel.com, soham.purkait@intel.com
Subject: Re: [PATCH v6 02/15] drm/xe/xe_sysctrl: Make sysctrl flood limit reusable
Date: Mon, 25 May 2026 21:01:39 +0200 [thread overview]
Message-ID: <ahSck3AMcnufBiha@black.igk.intel.com> (raw)
In-Reply-To: <20260525100619.3155663-19-riana.tauro@intel.com>
On Mon, May 25, 2026 at 03:36:21PM +0530, Riana Tauro wrote:
> The sysctrl command flood limit was defined in an event specific header,
> restricting its usage to event handling. Move it to the shared header
> with a generic name so it can be re-used across all files
Why the early wrapping? Please utilize the full space where possible.
> using system controller commands.
>
> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
Reviewed-by: Raag Jadav <raag.jadav@intel.com>
next prev parent reply other threads:[~2026-05-25 19:01 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-25 10:06 [PATCH v6 00/15] Introduce Xe Uncorrectable Error Handling Riana Tauro
2026-05-25 10:06 ` [PATCH v6 01/15] drm/xe/xe_survivability: Decouple survivability info from boot survivability Riana Tauro
2026-05-25 10:06 ` [PATCH v6 02/15] drm/xe/xe_sysctrl: Make sysctrl flood limit reusable Riana Tauro
2026-05-25 16:26 ` Michal Wajdeczko
2026-05-25 18:53 ` Raag Jadav
2026-05-25 19:01 ` Raag Jadav [this message]
2026-05-29 6:19 ` Mallesh, Koujalagi
2026-05-25 10:06 ` [PATCH v6 03/15] drm/xe/xe_pci_error: Implement PCI error recovery callbacks Riana Tauro
2026-05-25 17:21 ` Michal Wajdeczko
2026-06-03 6:27 ` Tauro, Riana
2026-05-25 10:06 ` [PATCH v6 04/15] drm/xe/xe_pci_error: Group all devres to release them on PCIe slot reset Riana Tauro
2026-05-25 10:06 ` [PATCH v6 05/15] drm/xe: Skip device access during PCI error recovery Riana Tauro
2026-05-29 10:17 ` Mallesh, Koujalagi
2026-06-04 10:23 ` Tauro, Riana
2026-05-25 10:06 ` [PATCH v6 06/15] drm/xe/xe_drm_client: Skip run_ticks fdinfo during device reset Riana Tauro
2026-05-29 11:02 ` Mallesh, Koujalagi
2026-05-25 10:06 ` [PATCH v6 07/15] drm/xe/xe_ras: Initialize Uncorrectable AER Registers Riana Tauro
2026-05-25 17:36 ` Michal Wajdeczko
2026-06-03 6:22 ` Tauro, Riana
2026-05-25 10:06 ` [PATCH v6 08/15] drm/xe/xe_ras: Add support for uncorrectable core-compute errors Riana Tauro
2026-05-25 10:06 ` [PATCH v6 09/15] drm/xe/xe_ras: Handle uncorrectable SoC Internal errors Riana Tauro
2026-05-29 10:40 ` Mallesh, Koujalagi
2026-05-25 10:06 ` [PATCH v6 10/15] drm/xe/xe_ras: Add support to query device memory errors Riana Tauro
2026-05-25 10:06 ` [PATCH v6 11/15] drm/xe/xe_ras: Add support to query page offline queue and list Riana Tauro
2026-06-03 14:24 ` Upadhyay, Tejas
2026-06-04 9:55 ` Tauro, Riana
2026-05-25 10:06 ` [PATCH v6 12/15] drm/xe/xe_ras: Query errors from system controller on probe Riana Tauro
2026-05-25 10:06 ` [PATCH v6 13/15] drm/xe/xe_pci_error: Process errors in mmio_enabled Riana Tauro
2026-05-25 10:06 ` [RFC PATCH v6 14/15] drm/xe/xe_ras: Add support to offline/decline a page address Riana Tauro
2026-06-03 14:35 ` Upadhyay, Tejas
2026-06-04 9:48 ` Tauro, Riana
2026-06-05 9:35 ` Upadhyay, Tejas
2026-06-03 14:38 ` Upadhyay, Tejas
2026-06-04 9:48 ` Tauro, Riana
2026-05-25 10:06 ` [RFC PATCH v6 15/15] drm/xe/xe_ras: Process pages from offlined list and queue Riana Tauro
2026-06-03 14:32 ` Upadhyay, Tejas
2026-05-25 11:04 ` ✗ CI.checkpatch: warning for Introduce Xe Uncorrectable Error Handling (rev6) Patchwork
2026-05-25 11:05 ` ✓ CI.KUnit: success " Patchwork
2026-05-25 11:43 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-25 13:54 ` ✗ Xe.CI.FULL: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ahSck3AMcnufBiha@black.igk.intel.com \
--to=raag.jadav@intel.com \
--cc=anshuman.gupta@intel.com \
--cc=aravind.iddamsetty@linux.intel.com \
--cc=badal.nilawar@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=mallesh.koujalagi@intel.com \
--cc=ravi.kishore.koppuravuri@intel.com \
--cc=riana.tauro@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=soham.purkait@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.