messages from 2025-10-02 15:19:55 to 2025-10-05 06:53:37 UTC [more...]
[PATCH v4 00/34] VF migration redesign
2025-10-05 6:53 UTC (44+ messages)
` [PATCH v4 01/34] drm/xe: Add NULL checks to scratch LRC allocation
` [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 10/34] drm/xe/guc: Document GuC submission backend
` [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 17/34] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v4 18/34] drm/xe/vf: Wakeup in GuC backend on "
` [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 28/34] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [PATCH v4 29/34] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v4 31/34] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v4 32/34] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
[PATCH v5 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
2025-10-04 21:59 UTC (12+ messages)
` [PATCH v5 1/5] drm/xe: Add initial support for separate kernel VRAM region on the tile
` [PATCH v5 2/5] drm/xe: Introduce new BO flag XE_BO_FLAG_FORCE_USER_VRAM
` [PATCH v5 3/5] drm/xe: Force user context allocations in user VRAM
` [PATCH v5 4/5] drm/xe/pf: Force use user VRAM for LMEM provisioning
` [PATCH v5 5/5] drm/xe: Combine userspace context check
` ✓ CI.KUnit: success for Preliminary support for separate VRAM region for kernel allocations on tiles (rev5)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ 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 v2] drm/xe/pf: Make the late-initialization really late
2025-10-04 18:14 UTC (5+ 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 v4 0/2] drm/xe/guc: Cleanup GuC log buffer macros and helpers
2025-10-04 17:13 UTC (10+ 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
` ✓ CI.KUnit: success for drm/xe/guc: Cleanup GuC log buffer macros and helpers
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[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
[PATCH] drm/xe: Fix copyright and function naming in xe_ttm_vram_mgr
2025-10-04 2:31 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe: Fix typos and improve kernel-doc comments in xe_gt
2025-10-04 1:45 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[drm-xe:drm-xe-next] BUILD SUCCESS 2a8fcf7cc950e6406541a3a2464192c6646392cb
2025-10-03 23:08 UTC
[RFC PATCH v2 0/4] Fix DRM scheduler layering violations in Xe
2025-10-03 22:52 UTC (9+ messages)
` [RFC PATCH v2 1/4] drm/sched: Add pending job list iterator
` [RFC PATCH v2 2/4] drm/sched: Add several job helpers to avoid drivers touching scheduler state
` [RFC PATCH v2 3/4] drm/xe: Add dedicated message lock
` [RFC PATCH v2 4/4] drm/xe: Stop abusing DRM scheduler internals
` ✗ CI.checkpatch: warning for Fix DRM scheduler layering violations in Xe (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[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 (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ 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-03 21:06 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PULL] drm-xe-next-fixes
2025-10-03 20:47 UTC
[RFC] drm/{i915,xe}/display: pass hooks to display probe
2025-10-03 20:44 UTC (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
2025-10-03 19:53 UTC (24+ messages)
` [PATCH 1/7] drm/xe: Add additional trace points for LRCs
` [PATCH 2/7] drm/xe: Add a trace point for VM close
` [PATCH 3/7] drm/xe: Add the BO pointer info to the BO trace
` [PATCH 4/7] drm/xe: Add new exec queue trace points
` [PATCH 5/7] drm/xe: Handle missing migration VM on VM creation
` [PATCH 6/7] drm/xe: Don't send a CLEANUP message on sched pause
` [PATCH 7/7] drm/xe: Check for GuC responses on disabling scheduling
` ✗ CI.checkpatch: warning for Fix a couple of wedge corner-case memory leaks
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
` "
[PATCH v3 00/23] Allow configfs to disable specific GT type(s)
2025-10-03 18:05 UTC (15+ messages)
` [PATCH v3 15/23] drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds
` [PATCH v3 16/23] drm/xe/rtp: Pass xe_device parameter to FUNC matches
` [PATCH v3 17/23] drm/xe: Bypass Wa_14018094691 when primary GT is disabled
` [PATCH v3 18/23] drm/xe: Correct lineage for Wa_22014953428 and only check with valid GT
` [PATCH v3 20/23] drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabled
` [PATCH v3 21/23] drm/xe: Break GT setup out of xe_info_init()
` [PATCH v3 22/23] drm/xe/configfs: Add attribute to disable GT types
[PATCH v2 0/5] drm/i915: fb fixes and claenups
2025-10-03 18:01 UTC (9+ messages)
` [PATCH v2 1/5] drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get, release}()
` [PATCH v2 2/5] drm/i915/fb: Fix the set_tiling vs. addfb race, again
` [PATCH v2 3/5] drm/i915/fbdev: Select linear modifier explicitly
` [PATCH v2 4/5] drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init()
` [PATCH v2 5/5] drm/i915/wm: Use fb->modfier to check for tiled vs. untiled
` ✓ CI.KUnit: success for drm/i915: fb fixes and claenups (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[CI 1/2] drm/i915: Disable tracepoints for PREEMPT_RT
2025-10-03 16:36 UTC (6+ messages)
` [CI 2/2] drm/i915/display: Make intel_crtc_get_vblank_counter safe on PREEMPT_RT
` ✗ CI.checkpatch: warning for series starting with [CI,1/2] drm/i915: Disable tracepoints for PREEMPT_RT
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v4 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
2025-10-03 15:21 UTC (6+ messages)
` [PATCH v4 1/5] drm/xe: Add initial support for separate kernel VRAM region on the tile
` [PATCH v4 2/5] drm/xe: Introduce new BO flag XE_BO_FLAG_FORCE_USER_VRAM
[PATCH] drm/xe/xe_late_bind_fw: Initialize uval variable in xe_late_bind_fw_num_fans()
2025-10-03 14:21 UTC (4+ messages)
[PATCH] drm/xe/xe_late_bind_fw: Fix and simplify parsing user input
2025-10-03 14:19 UTC (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v2 0/2] drm/i915/display: Enable PICA power before AUX
2025-10-03 14:09 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH] devcoredump: Fix circular locking dependency with devcd->mutex
2025-10-03 13:29 UTC (2+ messages)
[PATCH i-g-t v2] lib/igt_fb/intel: Use correct MOCS for displayable surfaces
2025-10-03 13:05 UTC
[PATCH i-g-t] lib/igt_fb/intel: Use correct MOCS for displayable surfaces
2025-10-03 11:20 UTC (2+ messages)
[CI 0/3] Revert old VF migration recovery code
2025-10-03 3:57 UTC (7+ messages)
` [CI 1/3] Revert "drm/xe/vf: Rebase exec queue parallel commands during migration recovery"
` [CI 2/3] Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"
` [CI 3/3] Revert "drm/xe/vf: Fixup CTB send buffer messages after migration"
` ✓ CI.KUnit: success for Revert old VF migration recovery code
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v12 11/13] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
2025-10-02 22:02 UTC (14+ messages)
[PATCH 0/6] More PF improvements
2025-10-02 21:57 UTC (13+ messages)
` [PATCH 1/6] drm/xe/pf: Add top level functions to control VFs
` [PATCH 2/6] drm/xe/pf: Log only top level VF state changes
` [PATCH 3/6] drm/xe/pf: Expose VF control operations over debugfs
` [PATCH 4/6] drm/xe/pf: Unify VF state tracking log
` [PATCH 5/6] drm/xe/pf: Split VF FLR processing function
` [PATCH 6/6] drm/xe/pf: Synchronize VF FLR between all GTs
[PATCH] drm/xe: Don't force DRM_XE_DEBUG_MEMIRQ for SR-IOV debug
2025-10-02 20:46 UTC (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH 0/2] Introduce DRM_RAS using generic netlink for RAS
2025-10-02 20:38 UTC (2+ messages)
[PATCH 0/4] drm/i915: fb fixes and claenups
2025-10-02 19:01 UTC (8+ messages)
` [PATCH 1/4] drm/i915/fb: Fix the set_tiling vs. addfb race, again
` [PATCH v2 "
` ✓ CI.KUnit: success for drm/i915: fb fixes and claenups (rev2)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[CI 00/13] CCS uncached mocs 0 test run
2025-10-02 17:11 UTC (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe: Detect GT workqueue allocation failure
2025-10-02 16:44 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v6 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
2025-10-02 16:23 UTC (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/dp: Work around a DSC pixel throughput issue (rev7)
[PATCH 0/2] drm/xe: Fix some rebar issues
2025-10-02 16:09 UTC (3+ messages)
` [PATCH 1/2] PCI: Release BAR0 of an integrated bridge to allow GPU BAR resize
[PATCH v2] drm/xe/doc: Add documentation for Execution Queues
2025-10-02 15:45 UTC (2+ messages)
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