<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in xe_sysctrl_event.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>4b99990cdf9560e8a071640baf19f312e6ae02f4 - Merge tag &apos;drm-next-2026-06-17&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#4b99990cdf9560e8a071640baf19f312e6ae02f4</link>
        <description>Merge tag &apos;drm-next-2026-06-17&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm updates from Dave Airlie: &quot;Highlights:   - xe: add initial CRI platform support   - amdgpu: initial HDMI 2.1 FRL support   - rust: add some new type concepts for device lifetimes   - scheduler: moves to a fair algorithm and lots of cleanups  But it&apos;s mostly the usual mountain of changes across the board.  core:   - add docbook for DRM_IOCTL_SYNCOBJ_EVENTFD   - change signature of drm_connector_attach_hdr_output_metadata_property   - dedup counter and timestamp retrieval in vblank code   - parse AMD VSDB v3 in CTA extension blocks   - add P230, Y7, XYYY2101010, T430, XVUY210101010 formats   - don&apos;t call drop master on file close if not master   - use drm_printf_indent in atomic / bridge   - fix 32b format descriptions   - docs: fix toctree   - hdmi: add common TMDS character rates   - fix drm_syncobj_find_fence leak  rust:   - introduce Higher-Ranked lifetime types   - replace drvdata with scoped registration data   - add GPUVM immediate mode abstraction for rust GPU drivers   - introduce DeviceContext type state for drm::Device  bridge:   - clarify drm_bridge_get/put   - create drm_get_bridge_by_endpoint and use it   - analogix_dp: add panel probing   - ite-it6211 - use drm audio hdmi helpers  buddy:   - add lockdep annotations  dp:   - add PR and VRR updates   - mst: fix buffer overflows   - add Adaptive Sync SDP decoding support   - fix OOB reads in dp-mst  ttm:   - bump fpfn/lpfn to 64-bit  scheduler:   - change default to fair scheduler   - map runqueue 1:1 with scheduler  dma-buf:   - port selftests to kunit   - convert dma-buf system/heap allocators to module   - add separate DMABUF_HEAPS_SYSTEM_CC_SHARED Kconfig  udmabuf:   - revert hugetlb support   - fix error with CONFIG_DMA_API_DEBUG  dma-fence:   - fix tracepoints lifetime   - remove unused signal on any support  ras:   - add clear error counter netlink command to drm ras  gpusvm:   - reject VMAs with VM_IO or VM_PFNMAP when creating SVM ranges   - use IOVA allocations  pagemap:   - use IOVA allocations  panels:   - update to use ref counts   - add support for CSW PNB601LS1-2, LGD LP116WHA-SPB1   - add support for waveshare panels   - CMN N116BCN-EA1, CMN N140HCA-EEK, IVO M140NWFQ R5,   - IVO, R140NWFW R0, BOE NT140*, BOE NV133FHM-N4F,   - AUO B140*, AUO B133HAN06.6 and AUO B116XTN02.3 eDP panels   - Surface Pro 12 Panel  xe:   - add CRI PCI-IDs   - debugfs add multi-lrc info   - engine init cleanup   - PF fair scheduling auto provisioning   - system controller support for CRI/Xe3p   - PXP state machine fixes   - Reset/wedge/unload corner case fixes   - Wedge path memory allocation fixes   - PAT type cleanups   - Reject unsafe PAT for CPU cached memory   - OA improvements for CRI device memory   - kernel doc syntax in xe headers   - xe_drm.h documentation fixes   - include guard cleanups   - VF CCS memory pool   - i915/xe step unification   - Xe3p GT tuning fixes   - forcewake cleanup in GT and GuC   - admin-only PF mode   - enable hwmon energy attributes for CRI   - enable GT_MI_USER_INTERRUPT   - refactor emit functions   - oa workarounds   - multi_queue: allow QUEUE_TIMESTAMP register   - convert stolen memory to ttm range manager   - use xe2 style blitter as a feature flag   - make drm_driver const   - add/use IRQ page to HW engine definition   - fix oops when display disabled  i915:   - enable PIPEDMC_ERROR interrupt   - more common display code refactoring   - restructure DP/HDMI sink format handling   - eliminate FB usage from lowlevel pinning code   - panel replay bw optimization   - integrate sharpness filter into the scaler   - new fb_pin abstraction for xe/i915 fb transparent handling   - skip inactive MST connectors on HDCP   - start switching to display specific registers   - use polling when irq unavailable   - Adaptive-sync SDP prep  amdgpu:   - use drm_display_info for AMD VSDB data   - Initial HDMI 2.1 FRL support   - Initial DCN 4.2.1 support   - GART fixes for non-4k pages   - GC 11.5.6/SDMA 6.4.0/and other new IPs   - GFX9/DCE6/Hawaii/SDMA4/GART/Userq fixes   - Finish support for using multiple SDMA queues for TTM operations   - SWSMU updates   - GC 12.1 updates   - SMU 15.0.8 updates   - DCN 4.2 updates   - DC type conversion fixes   - Enable DC power module   - Replay/PSR updates   - SMU 13.x updates   - Compute queue quantum MQD updates   - ASPM fix   - Align VKMS with common implementation   - DC analog support fixes   - UVD 3 fixes   - TCC harvesting fixes for SI   - GC 11 APU module reload fix   - NBIO 6.3.2 support   - IH 7.1 updates   - DC cursor fixes   - VCN/JPEG user fence fixes   - DC support for connectors without DDC   - Prefer ROM BAR for default VGA device   - DC bandwidth fixes   - Add PTL support for profiler   - Introduce dc_plane_cm and migrate surface update color path   - Add FRL registers for HDMI 2.1   - Restructure VM state machine   - Auxless ALPM support   - GEM_OP locking/warning fixes   - switch to system_dfl_wq  amdkfd:   - GPUVM TLB flush fix   - Hotplug fix   - Boundary check fixes   - SVM fixes   - CRIU fixes   - add profiler API   - MES 12.1 updates  msm:   - core:     - fix shrinker documentation     - IFPC enabled for gen8     - PERFCNTR_CONFIG ioctl support   - GPU:     - reworked UBWC handling     - a810 support   - MDSS:     - add support for Milos platform     - reworked UBWC handling   - DisplayPort:     - reworked HPD handling as prep for MST   - DPU:     - Milos platform support     - reworked UBWC handling   - DSI:     - Milos platform support  nova:   - Hopper/Blackwell enablement (GH100/GB100/GB202)     - FSP support     - 32-bit firmware support     - HAL functions   - refactor GSP boot/unload   - GA100 support   - VBIOS hardening/refactoring   - Adopt higher order lifetime types  tyr:   - define register blocks   - add shmem backed GEM objects   - adopt higher order lifetime types   - move clock cleanup into Drop  radeon:   - Hawaii SMU fixes   - CS parser fix   - use struct drm_edid instead of edid  amdxdna:   - export per-client BO memory via fdinfo   - AIE4 device support   - support medium/lower power modes   - expandable device heap support   - revert read-only user-pointer BO mappings  ivpu:   - support frequency limiting  panthor:   - enable GEM shrinker support   - add eviction and reclaim info to fdinfo  v3d:   - enable runtime PM  mgag200:   - support XRGB1555 + C8  ast:   - support XRGB1555 + C8   - use constants for lots of registers   - fix register handling  imagination:   - fence handling refactoring  nouveau:   - fix sched double call   - expose VBIOS on GSP-RM systems   - add GA100 support  virtio:   - add VIRTIO_GPU_F_BLOB_ALIGNMENT flag   - add deferred mapping support  gud:   - add RCade Display Adapter  hibmc:   - fix no connectors usage  mediatek:   - hdmi: convert error handling   - simplify mtk_crtc allocation  exynos:   - move fbdev emulation to drm client buffers   - use drm format helpers for geometry/size   - adopt core DMA tracking   - fix framebuffer offset handling  renesas:   - add RZ/T2H SOC support  versilicon:   - add cursor plane support  tegra:   - use drm client for framebuffer&quot;* tag &apos;drm-next-2026-06-17&apos; of https://gitlab.freedesktop.org/drm/kernel: (1731 commits)  dma-buf: move system_cc_shared heap under separate Kconfig  accel/amdxdna: Clear sva pointer after unbind  agp/amd64: Fix broken error propagation in agp_amd64_probe()  accel/amdxdna: Require carveout when PASID and force_iova are disabled  drm/amdkfd: always resume_all after suspend_all  drm/amdgpu/gfx: move fault and EOP IRQ get/put to hw_init/hw_fini  drm/amd/display: Consult MCCS FreeSync cap only if requested &amp; supported  drm/amd/pm: Use strscpy in profile mode parsing  drm/amdkfd: Fix infinite loop parsing CRAT with zero subtype length  drm/amdkfd: fix sysfs topology prop length on buffer truncation  drm/amdgpu: drop retry loop in amdgpu_hmm_range_get_pages  drm/amd/pm: bound OD parameter parsing to stack array size  drm/amd/pm: Stop pp_od_clk_voltage emit at PAGE_SIZE  drm/amdkfd: Unwind debug trap enable on copy_to_user failure  drm/amdgpu: validate the mes firmware version for gfx12.1  drm/amdgpu: validate the mes firmware version for gfx12  drm/amdgpu: compare MES firmware version ucode for gfx11  drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTS  drm/amdgpu: restart the CS if some parts of the VM are still invalidated  drm/amd/display: use unsigned types for local pipe and REG_GET counters  ...

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Wed, 17 Jun 2026 11:21:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e2b773fb7b0735aa159491189651d64ab942e229 - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#e2b773fb7b0735aa159491189651d64ab942e229</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-rust-nextBackmerge to pull in commit 838d852da850 (&quot;rust: allow`clippy::collapsible_match` globally&quot;), in order to get rid of spuriouswarnings messing with developer tooling.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Thu, 28 May 2026 20:04:24 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#658a6021492ad3b1b8a6e9a83963a1fad35a2af8</link>
        <description>Merge drm/drm-next into drm-intel-nextSome Display Port Adaptive Sync depends on drm work.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Fri, 15 May 2026 13:01:15 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9865948b87407d6351a198843ac3ad1b211e718b - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#9865948b87407d6351a198843ac3ad1b211e718b</link>
        <description>Merge drm/drm-next into drm-misc-nextMerge drm-next to bring the drm_atomic_state renaming patch.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Thu, 07 May 2026 15:40:01 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>27268b872e121144c994ffda9ea97a192c3f5e30 - Merge tag &apos;drm-xe-next-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#27268b872e121144c994ffda9ea97a192c3f5e30</link>
        <description>Merge tag &apos;drm-xe-next-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextUAPI Changes:- Debugfs multi-LRC engine info (Xin Wang, 2 commits)  Expose multi-LRC engine classes in the debugfs engine info output  and improve the output readability.- drm/drm_ras: Add clear-error-counter netlink command to drm_rasCross-subsystem Changes:Core Changes:- drm/gpusvm: Reject VMAs with VM_IO or VM_PFNMAP when creating SVM ranges- drm/i915/display: switch to including common step file directlyDriver Changes:- Engine initialization cleanup (Matt Roper, 10 commits)  Clean up engine initialization code inherited from i915 by moving  hardware programming (CCS enablement, HWSTAM, GFX_MODE, BLIT_CCTL,  STOP_RING) into the RTP infrastructure.  This makes the programming  visible and verifiable via debugfs, and applies consistently across  both normal and execlist init paths.  Also fixes the name/definition  of GFX_MODE, marks BCS engines as belonging to the GT forcewake  domain, and drops the now-unused xe_hw_engine_mmio_write32() helper.- PF fair scheduling auto-provisioning (Michal Wajdeczko, 13 commits)  Fix several corner cases in SR-IOV PF scheduling policy provisioning,  then auto-provision PF and all VFs with 16ms execution-quantum and  preemption-timeout defaults.  This prevents a VF from monopolizing  the GPU by submitting workloads without gaps, without requiring the  user to configure sysfs manually.- System Controller support for CRI/Xe3p (Anoop Vijay + Raag Jadav, 10 commits)  Add xe_sysctrl infrastructure for communicating with the System  Controller firmware entity on CRI/Xe3p discrete GPU platforms via a  mailbox interface.  Includes type definitions, register definitions,  mailbox communication, initialization, power management, interrupt  handling, and event dispatch.  Builds on this to add initial RAS  correctable error handling, using sysctrl interrupts to receive  threshold-crossed events.- PXP state machine fixes (Daniele Ceraolo Spurio, 4 commits)  Fix PXP state machine handling: reject PXP sessions on PTL platforms  with older GSC firmware that does not support it, fix the restart  flag not being cleared after jumping back in pxp_start, remove  incorrect handling of an impossible state during suspend, and clean  up termination status on failure.- Reset/wedge/unload corner case fixes (Zhanjun Dong + Matthew Brost, 5 commits)  Fix memory leaks and fence signal failures that occurred during GPU  reset, device wedging, and driver unload by forcefully tearing down  remaining exec queues in GuC submit fini, always killing queues in  pause/abort, and triggering queue cleanup when not in wedged mode 2.  Also ensures GuC CT state transitions via STOP before DISABLED.- Wedge path memory allocation fixes (Matthew Brost, 3 commits)  Avoid GFP_KERNEL allocations in xe_device_declare_wedged(), which  runs in the DMA-fence signaling path.  Also drops the  guc_submit_wedged_fini devm registration from xe_guc_submit_wedge()  to clean up the wedge shutdown sequence.- PAT type cleanup and invalid index hardening (Xin Wang, 3 commits)  Standardize pat_index fields to u16 across the driver, default  XE_CACHE_NONE_COMPRESSION to XE_PAT_INVALID_IDX (matching  WB_COMPRESSION), and introduce xe_cache_pat_idx() &#8212; a macro helper  that validates cache_mode bounds and asserts on invalid PAT indices  before returning the index.- Reject unsafe PAT indices for CPU cached memory (Jia Yao, 2 commits)  Reject incoherent (coh_none) PAT indices for CPU cached memory in  both the madvise ioctl and vm_bind with CPU_ADDR_MIRROR flag, closing  a security gap where the GPU could bypass CPU caches and observe  stale or sensitive data.- OA improvements for CRI device memory (Ashutosh Dixit, 3 commits)  Move OA buffer access to the xe_map layer to support both system and  device memory (required for CRI), switch OA buffer mmap to use  drm_gem_mmap_obj, and implement workaround Wa_14026633728.- xe_drm.h documentation fixes (Shuicheng Lin, 6 commits)  Fix multiple documentation issues in the xe_drm.h UAPI header:  typos, spelling errors, grammar, wrong names and references,  kernel-doc cross-reference syntax, and broken code examples.- kernel-doc syntax fixes in xe headers (Shuicheng Lin, 4 commits)  Fix kernel-doc syntax issues across xe header files: missing &apos;@&apos;  prefixes on member tags, stale/mismatched member tags, comment  syntax errors, and type/parameter name mismatches in references.- Buffer object and DMA-buf resource leak fixes (Shuicheng Lin, 4 commits)  Fix resource leaks on error paths: DMA-buf attachment leak in  xe_gem_prime_import(), BO leak in xe_dma_buf_init_obj() on  allocation failure, and BO leaks in xe_bo_init_locked() on GGTT  flag validation and unaligned size validation failures.- Include guard cleanup (Shuicheng Lin, 5 commits)  Fix and standardize include guards across xe header files: normalize  double-underscore guards to single, add missing leading/trailing  underscores, add missing _H suffixes, and add guards to previously  unprotected headers.- VF CCS memory pool (Satyanarayana K V P, 2 commits)  Switch VF CCS read/write operations from the DRM sub-allocator to  DRM mm, fixing allocation failures in fence-disabled mode where  the sub-allocator&apos;s hole cursor assumption breaks.  Also introduces  a general BO-backed memory pool with shadow support using drm_mm.- i915/xe step definition unification (Jani Nikula, 3 commits)  Complete the migration to the shared intel_step header: switch xe  from its own xe_step enum to the shared intel_step naming and  definitions, and update i915 display code to include the common  step header directly.- Xe3p GT tuning fixes (3 commits)  Three Xe3p GT tuning corrections: fix the register offset for  GAMSTLB_CTRL, stop applying the CCCHKNREG1 tuning from Xe3p onward  (no longer needed), and mark ROW_CHICKEN5 as a masked register.- Forcewake cleanup in GT and GuC PC (Raag Jadav, 3 commits)  Drop a redundant forcewake reference in xe_gt, reorder forcewake  usage in xe_guc_pc_fini_hw() to avoid a redundant hold, and convert  xe_guc_pc_stop() to void since it can no longer fail.- SVM garbage collector fix on close (Matthew Brost, 2 commits)  Disable the SVM garbage collector work item when an SVM is closed  to prevent use-after-free when the GC fires after the SVM is freed.- Admin-only PF mode (Satyanarayana K V P, 2 commits)  Derive an &quot;admin-only PF&quot; mode flag from xe_device state instead of  using a local flag, and restrict device query responses when running  in admin-only PF mode to avoid exposing internal state.- Enable hwmon energy attributes and accepted power limit for CRI (2 commits)  Enable energy consumption hwmon attributes for the CRI platform and  add support for reading the accepted (sustained) power limit via  hwmon.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Thomas Hellstrom &lt;thomas.hellstrom@linux.intel.com&gt;Link: https://patch.msgid.link/afNSeZJHC3X2m3-N@fedora

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Mon, 04 May 2026 10:20:49 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>d34b42ffb1dd15603fd20fb8c59891fd30e5988d - drm/xe/ras: Introduce correctable error handling</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#d34b42ffb1dd15603fd20fb8c59891fd30e5988d</link>
        <description>drm/xe/ras: Introduce correctable error handlingAdd initial support for correctable error handling which is servicedusing system controller event. Currently we only log the errors indmesg but this serves as a foundation for RAS infrastructure and willbe further extended to facilitate other RAS features.Signed-off-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Reviewed-by: Mallesh Koujalagi &lt;mallesh.koujalagi@intel.com&gt;Reviewed-by: Riana Tauro &lt;riana.tauro@intel.com&gt;Link: https://patch.msgid.link/20260428054826.1202076-4-raag.jadav@intel.comSigned-off-by: Riana Tauro &lt;riana.tauro@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Tue, 28 Apr 2026 07:48:26 +0200</pubDate>
        <dc:creator>Raag Jadav &lt;raag.jadav@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>21677c5ea98ac16657c572b4a0dee6893ecda1c6 - drm/xe/sysctrl: Add system controller event support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xe/xe_sysctrl_event.c#21677c5ea98ac16657c572b4a0dee6893ecda1c6</link>
        <description>drm/xe/sysctrl: Add system controller event supportSystem controller reports different types of events to GFX endpoint fordifferent usecases, add initial support for them. This will be furtherextended to service those usecases.Signed-off-by: Raag Jadav &lt;raag.jadav@intel.com&gt;Reviewed-by: Mallesh Koujalagi &lt;mallesh.koujalagi@intel.com&gt;Link: https://patch.msgid.link/20260428054826.1202076-3-raag.jadav@intel.comSigned-off-by: Riana Tauro &lt;riana.tauro@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xe/xe_sysctrl_event.c</description>
        <pubDate>Tue, 28 Apr 2026 07:48:25 +0200</pubDate>
        <dc:creator>Raag Jadav &lt;raag.jadav@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
