Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-03 21:21:26 to 2025-10-06 13:14:28 UTC [more...]

[PATCH] devcoredump: Fix circular locking dependency with devcd->mutex
 2025-10-06  9:24 UTC  (4+ messages)

[PATCH 00/20] Intel Xe GPU Debug Support (eudebug) v5
 2025-10-06 13:14 UTC  (24+ messages)
` [PATCH 01/20] drm/xe/eudebug: Introduce eudebug interface
` [PATCH 02/20] drm/xe/eudebug: Introduce discovery for resources
` [PATCH 03/20] drm/xe/eudebug: Introduce exec_queue events
` [PATCH 04/20] drm/xe: Add EUDEBUG_ENABLE exec queue property
` [PATCH 05/20] drm/xe: Introduce ADD_DEBUG_DATA and REMOVE_DEBUG_DATA vm bind ops
` [PATCH 06/20] drm/xe/eudebug: Introduce vm bind and vm bind debug data events
` [PATCH 07/20] drm/xe/eudebug: Add UFENCE events with acks
` [PATCH 08/20] drm/xe/eudebug: vm open/pread/pwrite
` [PATCH 09/20] drm/xe/eudebug: userptr vm pread/pwrite
` [PATCH 10/20] drm/xe/eudebug: hw enablement for eudebug
` [PATCH 11/20] drm/xe/eudebug: Introduce EU control interface
` [PATCH 12/20] drm/xe/eudebug: Introduce per device attention scan worker
` [PATCH 13/20] drm/xe/eudebug_test: Introduce xe_eudebug wa kunit test
` [PATCH 14/20] drm/xe: Implement SR-IOV and eudebug exclusivity
` [PATCH 15/20] drm/xe: Add xe_client_debugfs and introduce debug_data file
` [PATCH 16/20] drm/xe/eudebug: Mark guc contexts as debuggable
` [PATCH 17/20] drm/xe/eudebug: Add read/count/compare helper for eu attention
` [PATCH 18/20] drm/xe/eudebug: Introduce EU pagefault handling interface
` [PATCH 19/20] drm/xe/vm: Support for adding null page VMA to VM on request
` [PATCH 20/20] drm/xe/eudebug: Enable EU pagefault handling
` ✗ CI.checkpatch: warning for Intel Xe GPU Debug Support (eudebug) v5
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v6 00/30] VF migration redesign
 2025-10-06 13:10 UTC  (35+ messages)
` [PATCH v6 01/30] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v6 02/30] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v6 03/30] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v6 04/30] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v6 05/30] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v6 06/30] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v6 07/30] drm/xe/vf: Add xe_gt_recovery_pending helper
` [PATCH v6 08/30] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v6 09/30] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [PATCH v6 10/30] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v6 11/30] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v6 12/30] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v6 13/30] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v6 14/30] drm/xe/vf: Wakeup in GuC backend on "
` [PATCH v6 15/30] drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs supporting migration
` [PATCH v6 16/30] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v6 17/30] drm/xe/vf: Flush and stop CTs in VF post migration recovery
` [PATCH v6 18/30] drm/xe/vf: Reset TLB invalidations during "
` [PATCH v6 19/30] drm/xe/vf: Kickstart after resfix in "
` [PATCH v6 20/30] drm/xe/vf: Start CTs before resfix "
` [PATCH v6 21/30] drm/xe/vf: Abort VF post migration recovery on failure
` [PATCH v6 22/30] drm/xe/vf: Replay GuC submission state on pause / unpause
` [PATCH v6 23/30] drm/xe: Move queue init before LRC creation
` [PATCH v6 24/30] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [PATCH v6 25/30] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v6 26/30] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH v6 27/30] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v6 28/30] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
` [PATCH v6 29/30] drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
` [PATCH v6 30/30] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC
` ✗ CI.checkpatch: warning for VF migration redesign (rev6)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/4] Update tile-based messages
 2025-10-06 13:03 UTC  (10+ messages)
` [PATCH 1/4] drm/xe: Update SRIOV printk macros
` [PATCH 2/4] drm/xe: Add tile-based "
` [PATCH 3/4] drm/xe/pf: Update LMTT to use tile-based messages
` [PATCH 4/4] drm/xe: Update MEMIRQ to use tile-based printk macros
` ✗ CI.checkpatch: warning for Update tile-based messages
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[RFC] drm/{i915,xe}/display: pass hooks to display probe
 2025-10-06 12:52 UTC  (2+ messages)

[PATCH v8 1/3] drm/buddy: Optimize free block management with RB tree
 2025-10-06 12:17 UTC  (7+ messages)
` [PATCH v8 2/3] drm/buddy: Separate clear and dirty free block trees
` [PATCH v8 3/3] drm/buddy: Add KUnit tests for allocator performance under fragmentation
` ✗ CI.checkpatch: warning for series starting with [v8,1/3] drm/buddy: Optimize free block management with RB tree
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/guc: Ratelimit diagnostic messages from the relay
 2025-10-06 12:11 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH V4] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-10-06 11:50 UTC 

[PATCH V4] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-10-06 11:35 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v5 00/30] VF migration redesign
 2025-10-06 10:44 UTC  (31+ messages)
` [PATCH v5 01/30] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v5 02/30] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v5 03/30] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v5 04/30] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v5 05/30] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v5 06/30] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v5 07/30] drm/xe/vf: Add xe_gt_recovery_pending helper
` [PATCH v5 08/30] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v5 09/30] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [PATCH v5 10/30] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v5 11/30] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v5 12/30] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v5 13/30] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v5 14/30] drm/xe/vf: Wakeup in GuC backend on "
` [PATCH v5 15/30] drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs supporting migration
` [PATCH v5 16/30] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v5 17/30] drm/xe/vf: Flush and stop CTs in VF post migration recovery
` [PATCH v5 18/30] drm/xe/vf: Reset TLB invalidations during "
` [PATCH v5 19/30] drm/xe/vf: Kickstart after resfix in "
` [PATCH v5 20/30] drm/xe/vf: Start CTs before resfix "
` [PATCH v5 21/30] drm/xe/vf: Abort VF post migration recovery on failure
` [PATCH v5 22/30] drm/xe/vf: Replay GuC submission state on pause / unpause
` [PATCH v5 23/30] drm/xe: Move queue init before LRC creation
` [PATCH v5 24/30] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [PATCH v5 25/30] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v5 26/30] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH v5 27/30] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v5 28/30] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
` [PATCH v5 29/30] drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
` [PATCH v5 30/30] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC

[PATCH] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-10-06  9:37 UTC  (3+ messages)
` (no subject)

[PATCH v4 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-10-06  9:21 UTC  (5+ messages)
` [PATCH v4 1/5] drm/xe: Add initial support for separate kernel VRAM region on the tile

[PATCH] drm/xe: Fix copyright and function naming in xe_ttm_vram_mgr
 2025-10-06  9:19 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[RFC PATCH v2 0/4] Fix DRM scheduler layering violations in Xe
 2025-10-06  9:19 UTC  (4+ messages)
` [RFC PATCH v2 1/4] drm/sched: Add pending job list iterator
` ✓ Xe.CI.Full: success for Fix DRM scheduler layering violations in Xe (rev2)

[PATCH v4 00/34] VF migration redesign
 2025-10-06  8:59 UTC  (34+ messages)
` [PATCH v4 07/34] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v4 08/34] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v4 11/34] drm/xe/vf: Add xe_gt_recovery_inprogress helper
` [PATCH v4 15/34] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v4 18/34] drm/xe/vf: Wakeup in GuC backend on VF post migration recovery
` [PATCH v4 20/34] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v4 24/34] drm/xe/vf: Start CTs before resfix VF post migration recovery
` [PATCH v4 27/34] drm/xe: Move queue init before LRC creation
` [PATCH v4 31/34] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF

REGRESSION on linux-next (next-20250919)
 2025-10-06  8:27 UTC  (5+ messages)

[PATCH v2] drm/xe/pf: Make the late-initialization really late
 2025-10-06  8:23 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for drm/xe/pf: Make the late-initialization really late (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt
 2025-10-06  7:26 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 00/16] Optimize vrr.guardband and fix LRR
 2025-10-06  6:45 UTC  (21+ messages)
` [PATCH 01/16] drm/i915/vrr: Use crtc_vsync_start/end for computing vrr.vsync_start/end
` [PATCH 02/16] drm/i915/skl_watermark: Fix the scaling factor for chroma subsampling
` [PATCH 03/16] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 04/16] drm/i915/skl_scaler: Introduce helper for chroma downscale factor
` [PATCH 05/16] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 06/16] drm/i915/dp: Add SDP latency computation helper
` [PATCH 07/16] drm/i915/alpm: Add function to compute max link-wake latency
` [PATCH 08/16] drm/i915/display: Add guardband check for feature latencies
` [PATCH 09/16] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 10/16] drm/i915/vrr: s/intel_vrr_compute_config_late/intel_vrr_compute_guardband
` [PATCH 11/16] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH 12/16] drm/i915/vrr: Recompute vblank_start for platforms with always-on VRR TG
` [PATCH 13/16] drm/i915/display: Add vblank_start adjustment logic for "
` [PATCH 14/16] drm/i915/vrr: Introduce helper to compute min static guardband
` [PATCH 15/16] drm/i915/display: Use optimized guardband for always-on VRR TG
` [PATCH 16/16] drm/i915/vrr: Use optimized guardband when VRR TG is active
` ✓ CI.KUnit: success for Optimize vrr.guardband and fix LRR (rev14)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v6 4/4] drm/xe: Don't change LRC ring head on job resubmission
 2025-10-06  3:09 UTC  (2+ messages)
` [v6,4/4] "

[PATCH v5 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-10-04 21:59 UTC  (4+ messages)
` ✓ CI.KUnit: success for Preliminary support for separate VRAM region for kernel allocations on tiles (rev6)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/guc: Check CT enable state before deregistering exec queue
 2025-10-04 19:43 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/pf: Improve reading VF config blob from debugfs
 2025-10-04 18:58 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/2] drm/xe/guc: Cleanup GuC log buffer macros and helpers
 2025-10-04 17:13 UTC  (5+ messages)
` [PATCH v4 1/2] drm/xe/guc: Add prefix to guc log buffer macros
` [PATCH v4 2/2] drm/xe/guc: Update GuC log buffer type value

[PATCH 00/10] Introduce drm sharpness property
 2025-10-04 10:08 UTC  (3+ messages)
` [PATCH 01/10] drm/drm_crtc: Introduce sharpness strength property

[PATCH v7 1/3] drm/buddy: Optimize free block management with RB tree
 2025-10-04  8:30 UTC  (4+ messages)
` [PATCH v7 2/3] drm/buddy: Separate clear and dirty free block trees

[PATCH v4 0/2] Introduce GT runtime suspend/resume
 2025-10-04  6:39 UTC  (6+ messages)
` [PATCH v4 2/2] drm/xe/gt: Introduce "

[bug report] bad error return in walk_hugetlb_range()
 2025-10-04  6:22 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 2a8fcf7cc950e6406541a3a2464192c6646392cb
 2025-10-03 23:08 UTC 

[PATCH v4 0/9] [ANDROID]: Add GPU work period support for Xe driver
 2025-10-03 21:41 UTC  (4+ messages)
` [PATCH v4 3/9] drm/xe: Add a trace point for GPU work period

[PATCH] drm/xe/pf: Make the late-initialization really late
 2025-10-03 21:21 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "


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