messages from 2026-07-10 15:55:00 to 2026-07-13 05:39:21 UTC [more...]
[CI v4 00/14] drm/i915/color: Enable SDR plane color pipeline
2026-07-13 5:15 UTC
[PATCH v11] drm/xe/guc: Hold device ref until queue teardown completes
2026-07-13 5:07 UTC (3+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev9)
` ✓ Xe.CI.BAT: "
[PATCH v3 0/8] drm/xe:add page size allocation mode control and coverage
2026-07-13 4:46 UTC (12+ messages)
` [PATCH v3 1/8] drm/xe: add page size allocation control state to xe_device
` [PATCH v3 2/8] drm/xe/debugfs: add page-size allocation mode knob
` [PATCH v3 3/8] drm/xe: add Kconfig option for debug page-size allocation control
` [PATCH v3 4/8] drm/xe: add XE_BO_FLAG_NEEDS_1G for minimum page-size sizing
` [PATCH v3 5/8] drm/xe: apply debug page-size allocation policy to user BOs
` [PATCH v3 6/8] drm/xe/vm: propagate BO page-size requirements to VMA map flags
` [PATCH v3 7/8] drm/xe/pt: allow selecting the bind leaf PTE level
` [PATCH v3 8/8] drm/xe/tests: add live KUnit coverage for BO page-size allocation modes
` ✗ CI.checkpatch: warning for drm/xe:add page size allocation mode control and coverage
` ✓ CI.KUnit: success "
[PATCH v4 0/6] drm/xe: balance exec queue suspend/resume
2026-07-13 4:52 UTC (11+ messages)
` [PATCH v4 1/6] drm/xe: only resume exec queues that were actually suspended
` [PATCH v4 2/6] drm/xe/guc: ban exec queue on suspend timeout
` [PATCH v4 3/6] drm/xe/guc: add uninterruptible suspend wait for cross-process cleanup
` [PATCH v4 4/6] drm/xe/hw_engine_group: propagate suspend failures during mode switch
` [PATCH v4 5/6] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH v4 6/6] drm/xe/multi_queue: preempt primary on queue group suspend
` ✗ CI.checkpatch: warning for drm/xe: balance exec queue suspend/resume (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH] drm/i915: skip eDP hw probe when connector forced off via cmdline
2026-07-13 3:04 UTC (3+ messages)
[PATCH v2] drm/xe/guc_ads: allocate UM queues in a separate UC BO
2026-07-13 2:36 UTC (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe/guc_ads: allocate UM queues in a separate UC BO (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH v4 0/8] drm/xe: add page size allocation mode control and coverage
2026-07-13 2:35 UTC (11+ messages)
` [PATCH v4 1/8] drm/xe: add page size allocation control state to xe_device
` [PATCH v4 2/8] drm/xe: add Kconfig option for debug page-size allocation control
` [PATCH v4 3/8] drm/xe/debugfs: add page-size allocation mode knob
` [PATCH v4 4/8] drm/xe: add XE_BO_FLAG_NEEDS_1G for minimum page-size sizing
` [PATCH v4 5/8] drm/xe: apply debug page-size allocation policy to user BOs
` [PATCH v4 6/8] drm/xe/vm: propagate BO page-size requirements to VMA map flags
` [PATCH v4 7/8] drm/xe/pt: allow selecting the bind leaf PTE level
` [PATCH v4 8/8] drm/xe/tests: add live KUnit coverage for BO page-size allocation modes
` ✗ CI.checkpatch: warning for drm/xe: add page size allocation mode control and coverage (rev2)
` ✓ CI.KUnit: success "
Refcounting dma_resv and using that for drm_exec support in TTM
2026-07-12 19:51 UTC (17+ messages)
` [PATCH 01/12] dma-buf: Add reference counting to dma_resv
` [PATCH 02/12] dma-buf/tests: Convert st-dma-resv tests to use dma_resv_alloc
` [PATCH 03/12] drm/gem: Add helper for drm_gem_object resv assignment
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 05/12] drm/ttm: switch to ttm_bo_lru_for_each_reserved_guarded for swapout
` [PATCH 06/12] drm/ttm: move delete handling into ttm_bo_evict
` [PATCH 07/12] drm/ttm: use ttm_bo_lru_for_each_reserved_guarded in evict_all
` [PATCH 08/12] drm/ttm: use dma_resv reference in ttm_device_clear_lru_dma_mappings
` [PATCH 09/12] drm/ttm: nuke buffer refcounting
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function
` [PATCH 11/12] drm/ttm: support using drm_exec during eviction v4
` [PATCH 12/12] drm/amdgpu: use drm_exec during BO validation
[drm-xe:drm-xe-next] BUILD SUCCESS WITH UNVERIFIED WARNING 068388c0cd225654e7369907670d4e77b8dd3744
2026-07-12 5:21 UTC
[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
2026-07-11 17:09 UTC (5+ messages)
[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
2026-07-11 17:04 UTC (5+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-11 16:52 UTC (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
2026-07-11 16:44 UTC (6+ messages)
[PATCH v2 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
2026-07-11 13:49 UTC (44+ messages)
` [PATCH v2 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v2 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v2 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v2 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v2 05/33] drm/ttm: Support defragmentation moves
` [PATCH v2 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v2 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v2 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v2 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v2 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v2 11/33] drm/gpusvm: Add a DMA-mapping accounting callback
` [PATCH v2 12/33] drm/xe: Add debugfs stats for DMA-mapped pages per order
` [PATCH v2 13/33] drm/xe: Flush L2 asynchronously in xe_bo_trigger_rebind()
` [PATCH v2 14/33] drm/xe: Destroy page tables after unlinking all VMAs on VM close
` [PATCH v2 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v2 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v2 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v2 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v2 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v2 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v2 21/33] drm/xe: Add defrag GT stats
` [PATCH v2 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v2 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v2 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v2 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v2 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v2 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v2 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v2 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v2 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v2 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v2 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v2 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
[PATCH v2 00/13] drm/xe: Add and use more KLV helpers
2026-07-11 11:12 UTC (9+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Add and use more KLV helpers (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
` ✗ CI.checkpatch: warning for drm/xe: Add and use more KLV helpers (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v3 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
2026-07-11 10:46 UTC (40+ messages)
` [PATCH v3 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v3 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v3 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v3 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v3 05/33] drm/ttm: Support defragmentation moves
` [PATCH v3 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v3 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v3 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v3 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v3 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v3 11/33] drm/gpusvm: Add a DMA-mapping accounting callback
` [PATCH v3 12/33] drm/xe: Add debugfs stats for DMA-mapped pages per order
` [PATCH v3 13/33] drm/xe: Flush L2 asynchronously in xe_bo_trigger_rebind()
` [PATCH v3 14/33] drm/xe: Destroy page tables after unlinking all VMAs on VM close
` [PATCH v3 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v3 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v3 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v3 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v3 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v3 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v3 21/33] drm/xe: Add defrag GT stats
` [PATCH v3 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v3 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v3 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v3 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v3 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v3 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v3 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v3 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v3 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v3 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v3 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v3 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.FULL: "
[PATCH v3 0/6] drm/xe: balance exec queue suspend/resume
2026-07-11 9:30 UTC (11+ messages)
` [PATCH v3 1/6] drm/xe: only resume exec queues that were actually suspended
` [PATCH v3 2/6] drm/xe/guc: ban exec queue on suspend timeout
` [PATCH v3 3/6] drm/xe/guc: add uninterruptible suspend wait for cross-process cleanup
` [PATCH v3 4/6] drm/xe/hw_engine_group: propagate suspend failures during mode switch
` [PATCH v3 5/6] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH v3 6/6] drm/xe/multi_queue: preempt primary on queue group suspend
` ✗ CI.checkpatch: warning for drm/xe: balance exec queue suspend/resume (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v2] drm/xe/pxp: add termination on resume
2026-07-11 8:11 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pxp: add termination on resume (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v2 11/13] drm/xe/tests: Add GuC KLV printer test
2026-07-11 7:36 UTC (2+ messages)
` [PATCH v3 "
[PATCH] drm/xe: Hold a dma-buf reference for imported BOs
2026-07-11 4:41 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Hold a dma-buf reference for imported BOs (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH] drm/xe/pci: Disable Multi-LRC on single VCS/VECS platforms
2026-07-11 3:15 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
2026-07-11 2:48 UTC
[drm-xe:drm-xe-next] BUILD SUCCESS ed5a093c2fdd980dda2b2e14b1577a285a87e506
2026-07-11 1:42 UTC
[PATCH] drm/xe: Don't fall through on DRM_GPUVA_OP_DRIVER in op_check_svm_userptr
2026-07-11 1:07 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[drm-xe:topic/xe-for-CI] BUILD SUCCESS b275cb3f07a7ab3ef3bd419db86bd42fa95dcedb
2026-07-11 0:39 UTC
[PATCH 0/2] KUnit test for VF provisioning error handling
2026-07-10 21:44 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH v2 00/11] drm/{i915,xe}: some BIOS FB takeover fixes
2026-07-10 21:02 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH i-g-t v3 0/7] add dmem_cgroups test
2026-07-10 20:06 UTC (8+ messages)
` [PATCH i-g-t v2 7/7] tests/dmem_cgroups: add test for dmem.current
[PATCH v2 10/13] drm/xe/tests: Add object encoding helper test
2026-07-10 19:59 UTC (2+ messages)
` [PATCH v3 "
[PATCH] drm/xe: Hold a dma-buf reference for imported BOs
2026-07-10 19:39 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[drm-xe:drm-xe-fixes] BUILD SUCCESS f5ef65adf81da3dbce4e692e48c1754c0bb95da0
2026-07-10 18:56 UTC
[PATCH v2 0/5] drm/xe: balance exec queue suspend/resume
2026-07-10 18:23 UTC (5+ messages)
` [PATCH v2 2/5] drm/xe/hw_engine_group: propagate suspend failures during mode switch
[PATCH v2] drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC
2026-07-10 18:21 UTC (5+ messages)
[PATCH v10 0/1] drm/xe: Add support for GPU health indicator
2026-07-10 18:15 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH v6] drm/xe/migrate: Revamp PAT index selection for migrate PTEs
2026-07-10 17:30 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/migrate: Revamp PAT index selection for migrate PTEs (rev6)
[PATCH v2 07/13] drm/xe/guc: Formalize Reserved KLVs
2026-07-10 17:25 UTC (2+ messages)
` [PATCH v3 "
[PATCH] drm/xe: Reject PXP usage on multi-queue exec queues
2026-07-10 15:54 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