Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-08 03:37:43 to 2025-10-09 07:31:02 UTC [more...]

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-09  7:17 UTC  (8+ messages)
` [PATCH 1/8] drm/i915/vrr: Use crtc_vsync_start/end for computing vrr.vsync_start/end
` [PATCH 2/8] drm/i915/vrr: s/intel_vrr_compute_config_late/intel_vrr_compute_guardband
` [PATCH 3/8] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH 4/8] drm/i915/psr: Consider SCL lines when validating vblank for wake latency
` [PATCH 5/8] drm/i915/display: Check if final vblank is sufficient for PSR features
` [PATCH 6/8] drm/i915/vrr: Recompute vblank_start for platforms with always-on VRR TG
` [PATCH 7/8] drm/i915/display: Add vblank_start adjustment logic for "

[PATCH v2 0/2] Wire up reset/postinstall for I2C IRQ
 2025-10-09  7:11 UTC  (4+ messages)
` [PATCH v2 1/2] drm/xe/i2c: Introduce xe_i2c_irq_present()
` [PATCH v2 2/2] drm/xe/i2c: Wire up reset/postinstall for I2C IRQ
` ✓ CI.KUnit: success for Wire up reset/postinstall for I2C IRQ (rev2)

[PATCH v2 1/2] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_state
 2025-10-09  6:49 UTC  (3+ messages)

[PATCH v1 0/2] Wire up reset/postinstall for I2C IRQ
 2025-10-09  6:14 UTC  (11+ 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

[drm-xe:drm-xe-next] BUILD SUCCESS bdc2fb17ae9952bbce28d60ebab2520ed937363d
 2025-10-09  6:04 UTC 

[PATCH] tests/intel/xe_exec_compute_mode: Remove non-block section
 2025-10-09  5:29 UTC  (2+ messages)

[PATCH v5 0/5] User readable error codes on atomic_ioctl failure
 2025-10-09  4:00 UTC  (4+ messages)
` [PATCH v5 4/5] drm/atomic: Return user readable error in atomic_ioctl

[PATCH 0/2] drm/i915/dp: Fix panel replay in DSC mode
 2025-10-09  3:56 UTC  (8+ 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 "

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

REGRESSION on linux-next (next-20250919)
 2025-10-09  1:34 UTC  (6+ messages)

[PATCH] drm/xe: Don't allow evicting of BOs in same VM in array of VM binds
 2025-10-09  0:44 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v5 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-08 23:27 UTC  (6+ 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

[RFC][PATCH 00/11] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-08 23:13 UTC  (17+ messages)
` [RFC][PATCH 01/11] drm/i915: Reject modes with linetime > 64 usec
` [RFC][PATCH 02/11] drm/i915/cdclk: Add prefill helpers for CDCLK
` [RFC][PATCH 03/11] drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill()
` [RFC][PATCH 04/11] drm/i915/dsc: Add prefill helper for DSC
` [RFC][PATCH 05/11] drm/i915/scaler: Add scaler prefill helpers
` [RFC][PATCH 06/11] drm/i195/wm: Add WM0 "
` [RFC][PATCH 07/11] drm/i915: Introduce intel_compute_global_watermarks_late()
` [RFC][PATCH 08/11] drm/i915/prefill: Introduce intel_prefill.c
` [RFC][PATCH 09/11] drm/i915/wm: Use intel_prefill
` [RFC][PATCH 10/11] drm/i915/prefill: Print the prefill details
` [RFC][PATCH 11/11] drm/i915/prefill: Also print out the worst case estimates
` ✗ CI.checkpatch: warning for drm/i915/prefill: Introduce helpers for prefill latency calculations
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/6] drm/xe: Make struct xe_ggtt private
 2025-10-08 22:00 UTC  (5+ messages)
` [PATCH v3 2/6] drm/mm: Introduce address space shifting
` [PATCH v3 4/6] drm/xe: Rewrite GGTT VF initialisation

[PATCH v9 00/34] VF migration redesign
 2025-10-08 21:40 UTC  (42+ 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
` ✗ CI.checkpatch: warning for VF migration redesign (rev9)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 00/23] Allow configfs to disable specific GT type(s)
 2025-10-08 21:10 UTC  (15+ messages)
` [PATCH v4 04/23] drm/xe: Move 'vm_max_level' flag back to platform descriptor
` [PATCH v4 12/23] drm/xe: Check for primary GT before looking up Wa_22019338487
` [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 v2] drm/xe: Enable media sampler power gating
 2025-10-08 20:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Enable media sampler power gating (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

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

[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  (5+ messages)
` [PATCH v8 05/33] drm/xe: Return first unsignaled job first pending job helper
` [PATCH v8 30/33] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF

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

[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] drm/xe/migrate: Fix an error path
 2025-10-08 12:13 UTC  (3+ messages)

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 v4 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-08  9:50 UTC  (4+ messages)
` [PATCH v4 1/3] "

[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 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  (7+ messages)
` [PATCH 11/16] drm/i915/vblank: Add helper to get correct vblank length

[PATCH v3] drm/i915/fbc: update the impacted platforms in wa_22014263786
 2025-10-08  3:47 UTC  (2+ messages)


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