messages from 2026-07-03 09:54:21 to 2026-07-06 12:40:53 UTC [more...]
[PATCH v2 00/10] Use drm_exec to lock TTM buffers, respin
2026-07-06 12:40 UTC (14+ messages)
` [PATCH v2 01/10] drm/exec: Add helper to bypass IGNORE_DUPLICATES flag
` [PATCH v2 02/10] drm/ttm: replace TTMs refcount with the DRM refcount v4
` [PATCH v2 03/10] drm/ttm: remove ttm_lru_walk_ops
` [PATCH v2 04/10] drm/ttm: grab BO reference before locking it
` [PATCH v2 05/10] drm/ttm: switch to ttm_bo_lru_for_each_reserved_guarded for swapout
` [PATCH v2 06/10] drm/ttm: move zombie handling into ttm_bo_evict
` [PATCH v2 07/10] drm/ttm: use ttm_bo_lru_for_each_reserved_guarded in evict_all
` [PATCH v2 08/10] drm/xe: remove workaround for TTM internals
` [PATCH v2 09/10] drm/ttm: support using drm_exec during eviction v4
` [PATCH v2 10/10] drm/amdgpu: use drm_exec during BO validation
` ✗ LGCI.VerificationFailed: failure for Use drm_exec to lock TTM buffers, respin (rev2)
[PATCH 00/10] Use drm_exec to lock TTM buffers, respin
2026-07-06 12:34 UTC (14+ messages)
` [PATCH 01/10] drm/exec: Add helper to bypass IGNORE_DUPLICATES flag
` [PATCH 02/10] drm/ttm: replace TTMs refcount with the DRM refcount v4
` [PATCH 03/10] drm/ttm: remove ttm_lru_walk_ops
` [PATCH 04/10] drm/ttm: grab BO reference before locking it
` [PATCH 05/10] drm/ttm: switch to ttm_bo_lru_for_each_reserved_guarded for swapout
` [PATCH 06/10] drm/ttm: move zombie handling into ttm_bo_evict
` [PATCH 07/10] drm/ttm: use ttm_bo_lru_for_each_reserved_guarded in evict_all
` [PATCH 08/10] drm/xe: remove workaround for TTM internals
` [PATCH 09/10] drm/ttm: support using drm_exec during eviction v4
` [PATCH 10/10] drm/amdgpu: use drm_exec during BO validation
` ✗ LGCI.VerificationFailed: failure for Use drm_exec to lock TTM buffers, respin
[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
2026-07-06 12:02 UTC (3+ messages)
` [PATCH v3] drm/xe: Add debugfs knob to control GPGPU preemption granularity
` ✓ CI.KUnit: success for drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT (rev3)
[PATCH v2 00/11] Enable CMRR in fixed-RR VRR path
2026-07-06 12:00 UTC (11+ messages)
` [PATCH v2 01/11] drm/i915/vrr: add per-CRTC vrr/cmrr debugfs control
` [PATCH v2 02/11] drm/i915/vrr: compute CMRR fractional timings generically
` [PATCH v2 05/11] drm/i915/vrr: Enable/Disable CMRR based on enable/disable preconditions
` [PATCH v2 09/11] drm/i915/vrr: Remove TODO as CMRR is exclusive to Adaptive mode
` [PATCH v2 11/11] drm/i915/vrr: Enable cmrr
[PATCH 0/6] Enable joiner cursor fast updates
2026-07-06 11:56 UTC (7+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 2/6] drm/i915/cursor: Add helper to update cursor plane
` [PATCH 3/6] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/6] drm/i915/cursor: Program secondary cursor planes
` [PATCH 5/6] drm/i915/cursor: Schedule cursor unpin per joined pipe
` [PATCH 6/6] drm/i915/cursor: Allow joiner cursor fast path update
[RFC PATCH v4 0/5] drm/xe: Structured RAS error logging infrastructure
2026-07-06 10:53 UTC (13+ messages)
` [RFC PATCH v4 1/5] drm/xe: Add SIG_IDs for RAS error logging
` [RFC PATCH v4 2/5] drm/xe: Add RAS logging helpers
` [RFC PATCH v4 3/5] drm/xe: use xe_ras_log_wedged macro in xe_device_declare_wedged
` [RFC PATCH v4 4/5] drm/xe: Use RAS logging to report survivability mode
[PATCH v2 00/34] drm/i915/dp_link: Unify modeset/fallback config selection
2026-07-06 10:49 UTC (44+ messages)
` [PATCH v2 06/34] drm/i915/dp_link_caps: Validate max link limits
` [PATCH v2 07/34] drm/i915/dp_link_caps: Add filter for enabled link configurations
` [PATCH v2 08/34] drm/i915/dp_link_caps: Re-enable link configurations after a link reset
` [PATCH v2 09/34] drm/i915/dp_link_caps: Re-enable link configurations after sink caps change
` [PATCH v2 10/34] drm/i915/dp_link_caps: Drop noupdate postfix from max link limit set helpers
` [PATCH v2 12/34] drm/i915/dp: Add link configuration filter for modeset computation
` [PATCH v2 17/34] drm/i915/dp: Iterate configurations via link_caps for SST non-DSC
` [PATCH v2 18/34] drm/i915/dp: Iterate configurations via link_caps for SST DSC
` [PATCH v2 19/34] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH v2 26/34] drm/i915/kunit: Enable KUnit tests
` [PATCH v2 27/34] drm/i915/kunit: Add DP link test stub
` [PATCH v2 28/34] drm/xe/kunit: Add display test config
` [PATCH v2 29/34] drm/xe/kunit: Build DP link display tests
` [PATCH v2 30/34] drm/i915/kunit: Setup DP link test context
` [PATCH v2 31/34] drm/i915/kunit: Export link training and caps funcs for testing
` [PATCH v2 32/34] drm/i915/kunit: DP link: add baseline fixed table reference test
` [PATCH v2 33/34] drm/i915/kunit: DP link: add update config tests
` [PATCH v2 34/34] drm/i915/kunit: DP link: add fallback tests
[PATCH 0/6] Enable joiner cursor fast updates
2026-07-06 8:42 UTC (16+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 2/6] drm/i915/cursor: Add helper to update cursor plane
` [PATCH 3/6] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/6] drm/i915/cursor: Sync joiner "
` [PATCH 5/6] drm/i915/cursor: Program secondary cursor planes
[PATCH v8 00/15] Introduce Xe Uncorrectable Error Handling
2026-07-06 8:33 UTC (4+ messages)
` [PATCH v8 08/15] drm/xe/xe_ras: Add support for uncorrectable core-compute errors
[PATCH v4 0/5] Introduce error threshold to drm_ras
2026-07-06 8:03 UTC (3+ messages)
` [PATCH v4 2/5] drm/ras: Introduce error threshold
drm/ttm/memcg/lru: enable memcg tracking for ttm, xe and amdgpu driver (part 2)
2026-07-06 7:59 UTC (12+ messages)
` [PATCH 01/10] memcg: add support for GPU page counters. (v4)
` [PATCH 02/10] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 03/10] ttm/pool: initialise the shrinker earlier
` [PATCH 04/10] ttm: add objcg pointer to bo and tt (v2)
` [PATCH 05/10] ttm/pool: enable memcg tracking and shrinker. (v3)
` [PATCH 06/10] ttm: hook up memcg placement flags
` [PATCH 07/10] memcontrol: allow objcg api when memcg is config off
` [PATCH 08/10] amdgpu: add support for memory cgroups
` [PATCH 09/10] ttm: add support for a module option to disable memcg integration
` [PATCH 10/10] xe: create a flag to enable memcg accounting for XE as well
drm/ttm/memcg/lru: enable memcg tracking for ttm, xe and amdgpu driver (part 2) (v2)
2026-07-06 7:55 UTC (12+ messages)
` [PATCH 01/10] memcg: add support for GPU page counters. (v5)
` [PATCH 02/10] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 03/10] ttm/pool: initialise the shrinker earlier (v2)
` [PATCH 04/10] ttm: add objcg pointer to bo and tt (v3)
` [PATCH 05/10] ttm/pool: enable memcg tracking and shrinker. (v3)
` [PATCH 06/10] ttm: hook up memcg placement flags
` [PATCH 07/10] memcontrol: allow objcg api when memcg is config off
` [PATCH 08/10] amdgpu: add support for memory cgroups
` [PATCH 09/10] ttm: add support for a module option to disable memcg integration
` [PATCH 10/10] xe: create a flag to enable memcg accounting for XE as well
[PATCH] drm/xe: Check for dead config space on reading all 1s
2026-07-06 7:19 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Check for dead config space on reading all 1s (rev3)
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "
[PATCH v10 0/8] Vswing / Pre-emphasis Override
2026-07-06 6:12 UTC (4+ messages)
` [PATCH v10 5/8] drm/i915/buf_trans: add vfunc for VS/PE-O
` ✓ Xe.CI.FULL: success for Vswing / Pre-emphasis Override (rev5)
[PATCH v5 0/1] drm/xe: Add support for GPU health indicator
2026-07-06 5:40 UTC (4+ messages)
` [PATCH v5 1/1] drm/xe/xe_ras: Add RAS "
[PATCH v4 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
2026-07-06 4:55 UTC (7+ messages)
` [PATCH v4 1/3] drm/gpusvm: free the whole IOVA reservation on unmap
` [PATCH v4 2/3] drm/gpusvm: do not route system pages to device_unmap() on IOVA unmap
` [PATCH v4 3/3] drm/gpusvm: publish dpagemap early to avoid device mapping leak on error
` ✓ CI.KUnit: success for drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages() (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCHv2] drm/xe: Check for dead config space on reading all 1s
2026-07-06 4:41 UTC (2+ messages)
` [PATCHv3] drm/xe: Check for dead config space
[PATCH v1 0/2] drm/xe: Use IBC v3 on PTL
2026-07-05 8:04 UTC (6+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] drm/xe: Add sysfs for GT/IA bias
[drm-xe:drm-xe-next] BUILD SUCCESS WITH WARNING 3a8bfa1f2af71ca21818253753fccc53337b7b9b
2026-07-04 12:45 UTC
[PATCH v2] drm/xe/hwmon: handle CRI+ power interval encoding
2026-07-04 3:46 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/xe/hwmon: handle CRI+ power interval encoding (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v5] drm/xe/migrate: Revamp PAT index selection for migrate PTEs
2026-07-04 1:02 UTC (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe/migrate: Revamp PAT index selection for migrate PTEs (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v7 0/6] Add reclaim to the dmem cgroup controller
2026-07-04 0:07 UTC (14+ messages)
` [PATCH v7 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v7 2/6] cgroup/dmem: Introduce struct dmem_cgroup_init for region initialization
` [PATCH v7 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v7 4/6] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v7 5/6] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v7 6/6] drm/amdgpu: "
` ✗ CI.checkpatch: warning for Add reclaim to the dmem cgroup controller (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH 3/3] drm/i915/dp: Check FRL bandwidth limits in the HDMI bpc computation
2026-07-03 23:27 UTC (2+ messages)
[PATCH 1/3] drm/i915/dp: Prefer DSC over a 6 bpc uncompressed output
2026-07-03 23:27 UTC (2+ messages)
[PATCH] drm/xe: Allow multi tile fence signaling for VM queue
2026-07-03 23:20 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[drm-xe:drm-xe-next] BUILD SUCCESS WITH WARNING 820de07bba7b7c97e0f52e1d66bf6147a25ab67f
2026-07-03 22:30 UTC
[PATCH v7] drm/xe/guc: Hold device ref until queue teardown completes
2026-07-03 22:28 UTC (4+ messages)
[PATCH 00/13] drm/xe: Add and use more KLV helpers
2026-07-03 20:50 UTC (27+ messages)
` [PATCH 01/13] drm/xe/guc: Allow to print single KLV
` [PATCH 02/13] drm/xe/guc: Prepare to print group KLVs
` [PATCH 03/13] drm/xe/guc: Add basic KLV encoding helpers
` [PATCH 04/13] drm/xe/guc: Add string KLV encoding helper
` [PATCH 05/13] drm/xe/guc: Add object "
` [PATCH 06/13] drm/xe/guc: Add KLV parsing helper
` [PATCH 07/13] drm/xe/guc: Formalize Reserved KLVs
` [PATCH 08/13] drm/xe/tests: Add GuC KLV helpers basic tests
` [PATCH 09/13] drm/xe/tests: Add string encoding helper test
` [PATCH 10/13] drm/xe/tests: Add object "
` [PATCH 11/13] drm/xe/tests: Add GuC KLV printer test
` [PATCH 12/13] drm/xe/tests: Add migration packet test
` [PATCH 13/13] drm/xe/pf: Handle migration descriptor using KLV helpers
[PATCH] drm/i915/display: Skip TRANS_VTOTAL.Vtotal write on NVL pre-C0
2026-07-03 19:33 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection
2026-07-03 18:35 UTC (2+ messages)
[PATCH] drm/xe: remove duplicate <kunit/test-bug.h> include
2026-07-03 18:23 UTC (2+ messages)
[PULL] drm-xe-next
2026-07-03 18:13 UTC
[PATCH v2] gpu/buddy: bail out of try_harder when alignment cannot be honoured
2026-07-03 13:40 UTC (4+ messages)
[PATCH] drm/xe: Wait on external BO kernel fences in exec IOCTL
2026-07-03 16:44 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
linux-next: manual merge of the drm-xe tree with the drm-fixes tree
2026-07-03 16:20 UTC
[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
2026-07-03 16:15 UTC (3+ messages)
linux-next: manual merge of the drm-xe tree with the drm-fixes tree
2026-07-03 15:44 UTC
linux-next: manual merge of the drm-xe tree with the drm-fixes tree
2026-07-03 15:44 UTC
linux-next: manual merge of the drm-xe tree with the drm-fixes tree
2026-07-03 15:41 UTC
linux-next: manual merge of the drm-xe tree with the drm-fixes tree
2026-07-03 15:41 UTC
[PATCH] drm/ttm: Account for NULL and handle pages in ttm_pool_backup
2026-07-03 15:27 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-03 15:19 UTC (3+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
linux-next: duplicate patch in the drm-xe tree
2026-07-03 15:08 UTC
[PATCH] drm/xe/display: skip FORCE_WC and vm_bound check for external dma-bufs
2026-07-03 13:23 UTC (5+ messages)
[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
2026-07-03 12:55 UTC (4+ messages)
` [PATCH v6 6/6] drm/amdgpu: Wire up dmem cgroup reclaim for VRAM manager
[PATCH] drm/i915/mst: limit DP MST ESI service loop
2026-07-03 12:40 UTC (3+ messages)
[PATCH v8] drm/xe: Consolidate debugfs fault injection functions
2026-07-03 12:37 UTC (5+ messages)
[RESEND v2 0/8] drm/{i915,xe}: unify runtime pm calls
2026-07-03 12:36 UTC (3+ messages)
[PATCH v4] drm/xe/migrate: Revamp PAT index selection for migrate PTEs
2026-07-03 12:28 UTC (3+ messages)
[PATCH v4] drm/xe/sysctrl: Add helper to query application status
2026-07-03 11:41 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/sysctrl: Add helper to query application status (rev4)
[RFC PATCH v3 0/3] drm/xe: Structured RAS error logging infrastructure
2026-07-03 11:23 UTC (5+ messages)
` [RFC PATCH v3 2/3] drm/xe: Add RAS logging helpers
[PATCH i-g-t v3 0/7] add dmem_cgroups test
2026-07-03 11:18 UTC (3+ messages)
[PATCH] drm/ttm: Fix UAF on dma-buf attach failure for sg BOs
2026-07-03 10:50 UTC (5+ messages)
[drm-xe:drm-xe-fixes] BUILD SUCCESS 959b5016e4646b55fd2fd0438932e4c4e9ce171f
2026-07-03 10:36 UTC
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