messages from 2025-10-06 19:56:50 to 2025-10-07 21:55:09 UTC [more...]
[PATCH v4 00/23] Allow configfs to disable specific GT type(s)
2025-10-07 21:54 UTC (28+ 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: "
[PATCH v3] drm/i915/fbc: update the impacted platforms in wa_22014263786
2025-10-07 21:43 UTC
[PATCH v6 00/30] VF migration redesign
2025-10-07 21:18 UTC (22+ messages)
` [PATCH v6 01/30] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v6 14/30] drm/xe/vf: Wakeup in GuC backend on VF post migration recovery
` [PATCH v6 16/30] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v6 20/30] drm/xe/vf: Start CTs before resfix VF post migration recovery
` [PATCH v6 23/30] drm/xe: Move queue init before LRC creation
` [PATCH v6 27/30] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
[PATCH v8 00/33] VF migration redesign
2025-10-07 20:49 UTC (43+ messages)
` [PATCH v8 01/33] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v8 02/33] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v8 03/33] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v8 04/33] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v8 05/33] drm/xe: Return first unsignaled job first pending job helper
` [PATCH v8 06/33] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v8 07/33] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v8 08/33] drm/xe/vf: Add xe_gt_recovery_pending helper
` [PATCH v8 09/33] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v8 10/33] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [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 13/33] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v8 14/33] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v8 15/33] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v8 16/33] drm/xe/vf: Wakeup in GuC backend on "
` [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 27/33] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [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/pf: Add max_vfs configfs attribute to control PF mode
2025-10-07 20:48 UTC (5+ messages)
[PATCH] drm/xe/guc: Check CT enable state before deregistering exec queue
2025-10-07 18:37 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 00/16] Optimize vrr.guardband and fix LRR
2025-10-07 17:30 UTC (13+ 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 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 (42+ messages)
` [PATCH v7 01/32] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v7 02/32] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v7 03/32] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v7 04/32] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v7 05/32] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v7 06/32] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v7 07/32] drm/xe/vf: Add xe_gt_recovery_pending helper
` [PATCH v7 08/32] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v7 09/32] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [PATCH v7 10/32] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v7 11/32] drm/xe: Move GGTT lock init to alloc
` [PATCH v7 12/32] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v7 13/32] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v7 14/32] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v7 15/32] drm/xe/vf: Wakeup in GuC backend on "
` [PATCH v7 16/32] drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs supporting migration
` [PATCH v7 17/32] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v7 18/32] drm/xe/vf: Flush and stop CTs in VF post migration recovery
` [PATCH v7 19/32] drm/xe/vf: Reset TLB invalidations during "
` [PATCH v7 20/32] drm/xe/vf: Kickstart after resfix in "
` [PATCH v7 21/32] drm/xe: Add CTB_H2G_BUFFER_OFFSET define
` [PATCH v7 22/32] drm/xe/vf: Start CTs before resfix VF post migration recovery
` [PATCH v7 23/32] drm/xe/vf: Abort VF post migration recovery on failure
` [PATCH v7 24/32] drm/xe/vf: Replay GuC submission state on pause / unpause
` [PATCH v7 25/32] drm/xe: Move queue init before LRC creation
` [PATCH v7 26/32] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [PATCH v7 27/32] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v7 28/32] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH v7 29/32] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v7 30/32] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
` [PATCH v7 31/32] drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
` [PATCH v7 32/32] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC
` ✗ CI.checkpatch: warning for VF migration redesign (rev7)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH] drm/xe: Move declarations under conditional branch
2025-10-07 12:49 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe: Fix include order alphabetically
2025-10-07 12:00 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[bug report] bad error return in walk_hugetlb_range()
2025-10-07 11:41 UTC (3+ messages)
[PATCH V4] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
2025-10-07 11:29 UTC (2+ messages)
[PATCH] drm/xe/pf: Improve reading VF config blob from debugfs
2025-10-07 10:46 UTC (2+ messages)
[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
2025-10-07 10:06 UTC (2+ messages)
[RFC PATCH 0/4] Fix DRM scheduler layering violations in Xe
2025-10-07 9:51 UTC (8+ messages)
` [RFC PATCH 1/4] drm/sched: Add pending job list iterator
[PATCH v2 1/2] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_state
2025-10-07 9:31 UTC (4+ messages)
` [PATCH v2 2/2] drm/i915/alpm: Remove parameters suffix from intel_dp->alpm_parameters
[PATCH 0/3] Fix copyright
2025-10-07 9:12 UTC (8+ messages)
` [PATCH 1/3] drm/xe: Fix copyright and function naming in xe_ttm_sys_mgr
` [PATCH 2/3] drm/xe: Fix copyright in xe_ttm_stolen_mgr
` [PATCH 3/3] drm/xe: Change return type of detect_bar2_dgfx() from s64 to u64
` ✓ CI.KUnit: success for Fix copyright
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
REGRESSION on linux-next (next-20250919)
2025-10-07 6:22 UTC (5+ messages)
[PATCH v2 0/7] Refactor drm_writeback_connector structure
2025-10-07 5:45 UTC (8+ messages)
` [PATCH v2 1/7] drm: writeback: "
` [PATCH v2 2/7] drm: writeback: Modify writeback init helpers
` [PATCH v2 3/7] drm: writeback: Modify drm_writeback_queue_job params
` [PATCH v2 4/7] drm: writeback: Modify drm_writeback_signal_completion param
` [PATCH v2 5/7] drm: writeback: Modify params for drm_writeback_get_out_fence
` [PATCH v2 6/7] drm/connector: Modify prepare_writeback_job helper
` [PATCH v2 7/7] drm/connector: Modify cleanup_writeback_job helper
[PATCH] drm/xe: Increase global invalidation timeout to 1000us
2025-10-07 2:21 UTC (2+ messages)
[PATCH v5 0/8] [ANDROID]: Add GPU work period support for Xe driver
2025-10-06 21:38 UTC (7+ messages)
` [PATCH v5 4/8] drm/xe: Handle xe_user creation and removal
` [PATCH v5 5/8] drm/xe: Implement xe_work_period_worker
[PATCH 00/10] drm/i915/frontbuffer: Fix the intel_frontbuffer lifetime mess
2025-10-06 20:59 UTC (2+ messages)
` ✓ Xe.CI.Full: success for "
[PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt
2025-10-06 20:13 UTC (2+ messages)
` ✓ Xe.CI.Full: success for drm/xe: Fix typos and improve kernel-doc comments in xe_gt (rev2)
[PATCH v4 0/3] drm/xe/migrate: Atomicize CCS copy command setup
2025-10-06 20:12 UTC (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 3/3] drm/xe/vf: Clear CCS read/write buffers in atomic way
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox