Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-03 10:22:34 to 2026-06-04 10:34:03 UTC [more...]

[RFC v3 0/7] drm/xe/svm: Add MMU notifier-based madvise autoreset on munmap
 2026-06-04 10:34 UTC  (10+ messages)
` [RFC v3 1/7] drm/xe/vm: Track CPU_AUTORESET state in xe_vma
` [RFC v3 2/7] drm/xe/vm: Preserve cpu_autoreset_active across GPUVA operations
` [RFC v3 3/7] drm/xe/svm: Clear CPU_AUTORESET_ACTIVE on first GPU fault
` [RFC v3 4/7] drm/xe/vm: Add madvise autoreset notifier worker
` [RFC v3 5/7] drm/xe/vm: Disable madvise notifier on GPU touch
` [RFC v3 6/7] drm/xe/vm: Wire MADVISE_AUTORESET notifiers into VM lifecycle
` [RFC v3 7/7] drm/xe/svm: Correct memory attribute reset for partial unmap
` ✗ CI.checkpatch: warning for drm/xe/svm: Add MMU notifier-based madvise autoreset on munmap (rev3)
` ✓ CI.KUnit: success "

[PATCH v6 00/15] Introduce Xe Uncorrectable Error Handling
 2026-06-04 10:23 UTC  (14+ messages)
` [PATCH v6 05/15] drm/xe: Skip device access during PCI error recovery
` [PATCH v6 11/15] drm/xe/xe_ras: Add support to query page offline queue and list
` [RFC PATCH v6 14/15] drm/xe/xe_ras: Add support to offline/decline a page address
` [RFC PATCH v6 15/15] drm/xe/xe_ras: Process pages from offlined list and queue

[RFC v2 0/2] drm/xe: Allow pushing more jobs into LRC
 2026-06-04 10:14 UTC  (7+ messages)
` [RFC v2 1/2] drm/xe: Convert job preparation in 2 stages
` [RFC v2 2/2] drm/xe: Set job credits based on LRC size
` ✗ CI.checkpatch: warning for drm/xe: Allow pushing more jobs into LRC. (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH] drm/xe: Fix UAF in xe_gem_prime_import() on attach failure
 2026-06-04 10:23 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Fix UAF in xe_gem_prime_import() on attach failure (rev2)
` ✓ CI.KUnit: success "

[PATCH] drm/amdgpu: Fix UAF in amdgpu_gem_prime_import() on attach failure
 2026-06-04 10:26 UTC 

[PATCH v8 00/10] Introduce Xe PCIe FLR
 2026-06-04  8:39 UTC  (14+ messages)
` [PATCH v8 07/10] drm/xe/pm: Introduce xe_device_suspend/resume()
` [PATCH v8 08/10] drm/xe: Improve wedged state management
` [PATCH v8 09/10] drm/xe/pci: Introduce PCIe FLR
` [PATCH v8 10/10] drm/xe/doc: Wire up PCI Error Handling
` ✗ CI.checkpatch: warning for Introduce Xe PCIe FLR (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe: Fix wa_oob codegen recipe for external module builds
 2026-06-04  8:32 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms
 2026-06-04  8:27 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Add wa_14025941587 to xe2, xe3 and xe3p platforms (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v6] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-06-04  8:15 UTC  (5+ messages)

[PATCH v6 0/8] Vswing / Preemphasis Override
 2026-06-04  8:03 UTC  (16+ messages)
` [PATCH v6 1/8] drm/i915/bios: search for VBT #57 by default
` [PATCH v6 2/8] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v6 3/8] drm/i915/bios: print VS/PE-O port info
` [PATCH v6 4/8] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v6 5/8] drm/i915: override LT's VS/PE when requested
` [PATCH v6 6/8] drm/i915: override Snps's "
` [PATCH v6 7/8] drm/i915: override Combo's "
` [PATCH v6 8/8] drm/i915/bios: remove VS/PE-O warning
` ✗ CI.checkpatch: warning for Vswing / Preemphasis Override (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v5 00/10] GuC paging engine support
 2026-06-04  6:58 UTC  (14+ messages)
` [PATCH v5 01/10] drm/xe/guc: refactor ads to use guc_class
` [PATCH v5 02/10] drm/xe/guc: refactor to_guc_class() to accept hwe
` [PATCH v5 03/10] drm/xe/guc: add the plumbing for GUC_PAGING_CLASS
` [PATCH v5 04/10] drm/xe/hw_engine: don't open code is_usm_hwe()
` [PATCH v5 05/10] drm/xe: refactor the paging engine setup
` [PATCH v5 06/10] drm/xe/guc: handle guc logical instance for paging engine
` [PATCH v5 07/10] drm/xe/guc: handle submit mask with "
` [PATCH v5 08/10] drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCES
` [PATCH v5 09/10] drm/xe/hw_engine: document top-down paging requirement
` [PATCH v5 10/10] drm/xe/guc: toggle paging engine support for NVL-S+
` ✓ CI.KUnit: success for GuC paging engine support (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 1/3] drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
 2026-06-04  6:46 UTC  (11+ messages)
` [PATCH 2/3] drm/xe/lrc: fix spurious warning when reading context timestamp
` [PATCH 3/3] drm/xe/lrc: remove engine_id PPHWSP stash
` ✗ CI.checkpatch: warning for series starting with [1/3] drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PULL] drm-intel-fixes
 2026-06-04  6:32 UTC 

[PATCH] drm/xe/wopcm: Move WOPCM size to platform info
 2026-06-04  6:13 UTC  (10+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/dumb-buffer: Drop buffer-size limits for now
 2026-06-04  6:06 UTC  (3+ messages)

[RFC v2 0/7] drm/xe/svm: Add MMU notifier-based madvise autoreset on munmap
 2026-06-04  6:05 UTC  (14+ messages)
` [RFC v2 1/7] drm/xe/vm: Track CPU_AUTORESET state in xe_vma
` [RFC v2 2/7] drm/xe/vm: Preserve cpu_autoreset_active across GPUVA operations
` [RFC v2 3/7] drm/xe/svm: Clear CPU_AUTORESET_ACTIVE on first GPU fault
` [RFC v2 7/7] drm/xe/svm: Correct memory attribute reset for partial unmap

[PATCH] drm/xe: Fix UAF in xe_gem_prime_import() on attach failure
 2026-06-04  4:54 UTC  (7+ messages)

[PATCH 0/8] drm/i915/color: cleanup plane pre/post csc lut code
 2026-06-04  4:43 UTC  (12+ messages)
` [PATCH 1/8] drm/i915/color: clean up variables in xelpd_program_plane_pre_csc_lut()
` [PATCH 2/8] drm/i915/color: clean up variables in xelpd_program_plane_post_csc_lut()
` [PATCH 3/8] drm/i915/color: reduce indent in xelpd_program_plane_pre_csc_lut()
` [PATCH 4/8] drm/i915/color: reduce indent in xelpd_program_plane_post_csc_lut()
` [PATCH 5/8] drm/i915/color: join loops in xelpd_program_plane_pre_csc_lut()
` [PATCH 6/8] drm/i915/color: join loops in xelpd_program_plane_post_csc_lut()
` [PATCH 7/8] drm/i915/color: deduplicate loops in xelpd_program_plane_pre_csc_lut()
` [PATCH 8/8] drm/i915/color: deduplicate loops in xelpd_program_plane_post_csc_lut()
` ✓ CI.KUnit: success for drm/i915/color: cleanup plane pre/post csc lut code
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[drm-xe:drm-xe-next 1/4] drivers/gpu/drm/xe/xe_hw_engine.c:361:6: error: initializer element is not a compile-time constant
 2026-06-04  4:08 UTC 

[PATCH v2 0/2] drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-06-04  3:18 UTC  (6+ messages)
` [PATCH v2 1/2] drm/xe/pagefault: Add SRCID to pagefault struct
` [PATCH v2 2/2] drm/xe/vm: Add srcid to xe_vm_get_property_ioctl fault report
` ✓ CI.KUnit: success for drm/xe/pagefault: Add SRCID to pagefault reporting (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2] drm/xe/multi_queue: skip submit when primary queue is suspended
 2026-06-03 23:39 UTC 

[PATCH v2] drm/xe/multi_queue: skip submit when primary queue is suspended
 2026-06-03 22:57 UTC  (4+ messages)

[PATCH v2] drm/xe: Add compact-PT and addr mask handling for page reclaim
 2026-06-03 22:37 UTC  (2+ messages)

[PATCH v8 00/20] CMTG enablement
 2026-06-03 22:24 UTC  (23+ messages)
` [PATCH v8 01/20] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v8 02/20] drm/i915/cmtg: Set CMTG clock select
` [PATCH v8 03/20] drm/i915/cmtg: Add CMTG transcoder offset in struct _device_info
` [PATCH v8 04/20] drm/i915/display: Pass target transcoder to intel_set_transcoder_timings()
` [PATCH v8 05/20] drm/i915/display: Skip DP_MIN_HBLANK_CTL programming for CMTG transcoders
` [PATCH v8 06/20] drm/i915/display: Pass transcoder to intel_set_transcoder_timings_lrr()
` [PATCH v8 07/20] drm/i915/cmtg: Set timings for CMTG by using transcoder timing helpers
` [PATCH v8 08/20] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [PATCH v8 09/20] drm/i915/cmtg: Program VRR fixed-rate timings for CMTG transcoder
` [PATCH v8 10/20] drm/i915/cmtg: Program VRR control register "
` [PATCH v8 11/20] drm/i915/cmtg: Set link M/N "
` [PATCH v8 12/20] drm/i915/cmtg: Add hook to enable CMTG with sync to port
` [PATCH v8 13/20] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v8 14/20] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v8 15/20] drm/i915/cmtg: Add CMTG interrupt handling
` [PATCH v8 16/20] drm/i915/cmtg: Add CMTG HWGB programming
` [PATCH v8 17/20] drm/i915/cmtg: Add CMTG scan line programming
` [PATCH v8 18/20] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [PATCH v8 19/20] drm/i915/cmtg: Restore CMTG after DC6 exit
` [PATCH v8 20/20] Debug patch
` ✓ CI.KUnit: success for CMTG enablement (rev9)
` ✓ Xe.CI.BAT: "

[PATCH v5 0/8] Vswing / Preemphasis Override
 2026-06-03 22:24 UTC  (4+ messages)
` [PATCH v5 2/8] drm/i915/bios: store VBT #57's metadata in intel_vbt_data

[PATCH] drm/xe/i2c: Report i2c irq handler issue
 2026-06-03 21:36 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/2] drm/xe/oa: A MERTOA bug-fix
 2026-06-03 21:19 UTC  (5+ messages)
` [PATCH 1/2] drm/xe/oa: Rename last argument of WHITELIST_OA_MMIO_TRG

[PATCH 0/3] fix LR TLB invalidation gaps
 2026-06-03 19:13 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for fix LR TLB invalidation gaps (rev5)

[PATCH 0/9] Don't whitelist OA registers unconditionally
 2026-06-03 18:49 UTC  (6+ messages)
` [PATCH 7/9] drm/xe/rtp: (De-)whitelist OA registers for all hwe's for a gt

[PATCH] platform/x86/intel/vsec: Restore BAR fallback for header walk
 2026-06-03 18:32 UTC  (2+ messages)

[PATCH v2 00/10] Start fixing OA whitelist mistakes
 2026-06-03 17:26 UTC  (4+ messages)
` [PATCH v2 09/10] drm/xe: Enable all FORCE_TO_NONPRIV registers

[PATCH 0/3] drm/i915: Fix double cleanup in error paths
 2026-06-03 16:35 UTC  (4+ messages)
` [PATCH 3/3] drm/i915/display/intel_dp: Drop redundant intel_dp_aux_fini() on init failure

[CI 00/12] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification, part 2
 2026-06-03 15:32 UTC  (5+ messages)
  ` ✗ i915.CI.BAT: failure for "

[PATCH v2] drm/i915/display: Mask RO bits in gen9_write_dc_state()
 2026-06-03 15:16 UTC  (5+ messages)
` [PATCH v3] "

[RFC PATCH 1/3] drm/xe: skip banning kernel migration queue on TDR timeout
 2026-06-03 15:13 UTC  (8+ messages)
` [RFC PATCH 2/3] drm/sched: fix drm_sched_tdr_queue_imm to not corrupt timeout value
` [RFC PATCH 3/3] drm/xe: don't cancel other pending jobs on kernel migration queue timeout
` ✓ CI.KUnit: success for series starting with [RFC,1/3] drm/xe: skip banning kernel migration queue on TDR timeout

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-06-03 14:54 UTC  (10+ messages)
` [PATCH] drm/xe/ggtt: clear reserved area at GUC_GGTT_TOP

[PATCH 0/6] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
 2026-06-03 14:38 UTC  (6+ messages)
` [PATCH 1/6] drm/i915/display: Handle VSYNC timing in LRR path
` [PATCH 2/6] drm/i915/panel: Preserve Vtotal-Vsync distance while adjusting vtotal

linux-next: build failure after merge of the drm-xe tree
 2026-06-03 14:02 UTC 

[PATCH v7 00/15] CMTG enablement
 2026-06-03 12:27 UTC  (7+ messages)
` [PATCH v7 10/15] drm/i915/cmtg: Add CMTG interrupt handling
` [PATCH v7 13/15] drm/i915/cmtg: Add trigger to enable/disable cmtg

[PATCH v3] drm/i915/dp: Handle VSC SDP revision 7 in unpack
 2026-06-03 11:40 UTC  (2+ messages)

[PATCH 0/3] don't allow changes to inactive colorops
 2026-06-03 11:27 UTC  (6+ messages)
` [PATCH 1/3] drm/atomic: only add states of active or transient active colorops

[PATCH v6 0/5] Introduce cold reset recovery method
 2026-06-03 11:21 UTC  (3+ messages)
` [PATCH v6 3/5] drm/doc: Document DRM_WEDGE_RECOVERY_COLD_RESET "

[RFC PATCH] drm/xe/hwmon: report a single fan for DG2 instead of two
 2026-06-03 11:13 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/xe/hwmon: report a single fan for DG2 instead of two (rev4)

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-03 10:15 UTC  (3+ messages)
` [PATCH 04/23] pmdomain: imx: fix OF node refcount

[PATCH] drm/i915/display: Refcount for fec enable/disable
 2026-06-02 16:41 UTC  (7+ messages)

[PATCH v3] drm/xe/hwmon: document DG2 fan speed reporting quirk
 2026-06-02 16:17 UTC  (2+ messages)
` [PATCH v4] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox