Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-07 13:05:18 to 2025-10-08 18:26:04 UTC [more...]

[RFC][PATCH 00/11] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-08 18:25 UTC 

[PATCH v2] drm/xe: Enable media sampler power gating
 2025-10-08 18:22 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe: Enable media sampler power gating (rev2)
` ✓ Xe.CI.BAT: "

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

[PATCH] drm/xe/guc: Check CT enable state before deregistering exec queue
 2025-10-08 17:49 UTC  (6+ messages)

[PATCH v8 00/33] VF migration redesign
 2025-10-08 17:34 UTC  (34+ messages)
` [PATCH v8 05/33] drm/xe: Return first unsignaled job first pending job helper
` [PATCH v8 07/33] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v8 11/33] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v8 12/33] drm/xe: Move GGTT lock init to alloc
` [PATCH v8 14/33] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v8 16/33] drm/xe/vf: Wakeup in GuC backend on VF post migration recovery
` [PATCH v8 17/33] drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs supporting migration
` [PATCH v8 18/33] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v8 19/33] drm/xe/vf: Flush and stop CTs in VF post migration recovery
` [PATCH v8 20/33] drm/xe/vf: Reset TLB invalidations during "
` [PATCH v8 21/33] drm/xe/vf: Kickstart after resfix in "
` [PATCH v8 22/33] drm/xe: Add CTB_H2G_BUFFER_OFFSET define
` [PATCH v8 23/33] drm/xe/vf: Start CTs before resfix VF post migration recovery
` [PATCH v8 24/33] drm/xe/vf: Abort VF post migration recovery on failure
` [PATCH v8 25/33] drm/xe/vf: Replay GuC submission state on pause / unpause
` [PATCH v8 26/33] drm/xe: Move queue init before LRC creation
` [PATCH v8 28/33] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v8 29/33] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH v8 30/33] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v8 31/33] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
` [PATCH v8 32/33] drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
` [PATCH v8 33/33] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC
` ✗ CI.checkpatch: warning for VF migration redesign (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Enable media sampler power gating
 2025-10-08 17:24 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/{i915, xe}/display: pass parent interface to display probe
 2025-10-08 16:47 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` [PATCH] drm/{i915,xe}/display: "
` ✗ Xe.CI.Full: failure for drm/{i915, xe}/display: "

[PATCH 0/2] SVM migration fixes
 2025-10-08 16:32 UTC  (10+ messages)
` [PATCH 1/2] drm/xe/svm: Ensure data will be migrated to system if indicated by madvise
` [PATCH 2/2] drm/xe: Allow mixed mappings for userptr
` ✓ CI.KUnit: success for SVM migration fixes
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/pf: Always expose VRAM provisioning data on discrete GPUs
 2025-10-08 15:57 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] Revert "drm/xe: Reset VMA attributes to default in SVM garbage collector"
 2025-10-08 14:37 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v2 0/5] drm/i915: fb fixes and claenups
 2025-10-08 14:14 UTC  (3+ messages)
` [PATCH v2 1/5] drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get, release}()

[PATCH v4 00/23] Allow configfs to disable specific GT type(s)
 2025-10-08 14:06 UTC  (39+ messages)
` [PATCH v4 01/23] drm/xe/huc: Adjust HuC check on primary GT
` [PATCH v4 02/23] drm/xe: Drop GT parameter to xe_display_irq_postinstall()
` [PATCH v4 03/23] drm/xe: Move 'va_bits' flag back to platform descriptor
` [PATCH v4 04/23] drm/xe: Move 'vm_max_level' "
` [PATCH v4 05/23] drm/xe: Move 'vram_flags' "
` [PATCH v4 06/23] drm/xe: Move 'has_flatccs' "
` [PATCH v4 07/23] drm/xe: Read VF GMD_ID with a specifically-allocated dummy GT
` [PATCH v4 08/23] drm/xe: Move primary GT allocation from xe_tile_init_early to xe_tile_init
` [PATCH v4 09/23] drm/xe: Skip L2 / TDF cache flushes if primary GT is disabled
` [PATCH v4 10/23] drm/xe/query: Report hwconfig size as 0 "
` [PATCH v4 11/23] drm/xe/pmu: Initialize PMU event types based on first available GT
` [PATCH v4 12/23] drm/xe: Check for primary GT before looking up Wa_22019338487
` [PATCH v4 13/23] drm/xe: Make display part of Wa_22019338487 a device workaround
` [PATCH v4 14/23] drm/xe/irq: Don't try to lookup engine masks for non-existent primary GT
` [PATCH v4 15/23] drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds
` [PATCH v4 16/23] drm/xe/rtp: Pass xe_device parameter to FUNC matches
` [PATCH v4 17/23] drm/xe: Bypass Wa_14018094691 when primary GT is disabled
` [PATCH v4 18/23] drm/xe: Correct lineage for Wa_22014953428 and only check with valid GT
` [PATCH v4 19/23] drm/xe: Check that GT is not NULL before testing Wa_16023588340
` [PATCH v4 20/23] drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabled
` [PATCH v4 21/23] drm/xe: Break GT setup out of xe_info_init()
` [PATCH v4 22/23] drm/xe/configfs: Add attribute to disable GT types
` [PATCH v4 23/23] drm/xe/sriov: Disable SR-IOV if primary GT is disabled via configfs
` ✗ CI.checkpatch: warning for Allow configfs to disable specific GT type(s) (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/migrate: Fix an error path
 2025-10-08 12:13 UTC  (3+ messages)

[PATCH 0/2] drm/i915/dp: Fix panel replay in DSC mode
 2025-10-08 11:52 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/dp_mst: Verify DSC vs. FEC enabled state on the link
` [PATCH 2/2] drm/i915/dp: Fix panel replay when DSC is enabled
` ✓ CI.KUnit: success for drm/i915/dp: Fix panel replay in DSC mode
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

linux-next: manual merge of the drm-xe tree with the drm tree
 2025-10-08 11:20 UTC 

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-08  9:57 UTC  (2+ messages)

[PATCH v5 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-08 10:11 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] drm/xe/migrate: Make emit_pte() header write atomic
` [PATCH v5 3/3] drm/xe/vf: Clear CCS read/write buffers in atomic way

[PATCH v4 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-08  9:50 UTC  (7+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 3/3] drm/xe/vf: Clear CCS read/write buffers in atomic way

[PATCH] drm/xe: Move declarations under conditional branch
 2025-10-08  9:31 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 27/28] drm/xe: Remove drm_sched_init_args->num_rqs usage
 2025-10-08  8:53 UTC 

[PATCH v1 0/2] Wire up reset/postinstall for I2C IRQ
 2025-10-08  8:09 UTC  (9+ messages)
` [PATCH v1 1/2] drm/xe/i2c: Introduce xe_i2c_irq_present()
` [PATCH v1 2/2] drm/xe/i2c: Wire up reset/postinstall for I2C IRQ

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

[PATCH 00/20] drm/i915/cdclk: Decouple CDCLK from state->modeset
 2025-10-08  7:15 UTC  (2+ messages)

[PATCH 1/4] drm/i915/display: Disable wakeref asserts around GU_MISC irq handling
 2025-10-08  6:47 UTC  (7+ messages)
` [PATCH 2/4] drm/i915/opregion: Extract intel_opregion_runtime_{suspend, resume}()
` [PATCH 3/4] drm/i915/opregion: Make intel_opregion_notify_adapter() static
` [PATCH 4/4] drm/i915/opregion: Flush asle_work during runtime suspend

[PATCH 00/16] Optimize vrr.guardband and fix LRR
 2025-10-08  6:34 UTC  (14+ messages)
` [PATCH 11/16] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH 13/16] drm/i915/display: Add vblank_start adjustment logic for always-on VRR TG

[PATCH v3] drm/i915/fbc: update the impacted platforms in wa_22014263786
 2025-10-08  3:47 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/i915/fbc: update the impacted platforms in wa_22014263786 (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/xe_guc_submit: Check all long-running exec queues on stop
 2025-10-08  1:42 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v6 00/30] VF migration redesign
 2025-10-07 21:18 UTC  (8+ messages)
` [PATCH v6 27/30] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF

[PATCH] drm/xe/pf: Add max_vfs configfs attribute to control PF mode
 2025-10-07 20:48 UTC  (5+ messages)

[PATCH v3 00/23] Allow configfs to disable specific GT type(s)
 2025-10-07 17:39 UTC  (9+ messages)
` [PATCH v3 07/23] drm/xe: Read VF GMD_ID with a specifically-allocated dummy GT
` [PATCH v3 17/23] drm/xe: Bypass Wa_14018094691 when primary GT is disabled

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

[RFC v8 00/21] DRM scheduling cgroup controller
 2025-10-07 15:44 UTC  (8+ messages)

[PATCH v7 00/32] VF migration redesign
 2025-10-07 14:23 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for VF migration redesign (rev7)


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