Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 17:56:38 to 2026-07-01 15:02:07 UTC [more...]

[PATCH v2 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-07-01 15:02 UTC  (7+ messages)
` [PATCH v2 1/3] drm/gpusvm: free the whole IOVA reservation on unmap
` [PATCH v2 2/3] drm/gpusvm: do not route system pages to device_unmap() on IOVA unmap
` [PATCH v2 3/3] drm/gpusvm: publish dpagemap early to avoid device mapping leak on error
` ✗ CI.checkpatch: warning for drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages() (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/display: Handle struct drm_plane_state.ignore_damage_clips
 2026-07-01 15:00 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=n
 2026-07-01 14:56 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v7 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-07-01 14:54 UTC  (7+ messages)
` [PATCH v7 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v7 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v7 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v7 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v7 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level
` ✗ CI.KUnit: failure for drm/gpusvm: split MM and device state across gpusvm/range/pages

[PATCH v2] Documentation: xe_drm: fix chars used for subsection
 2026-07-01 14:47 UTC  (4+ messages)
` ✗ LGCI.VerificationFailed: failure for Documentation: xe_drm: fix chars used for subsection (rev2)

[PATCH v6 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-07-01 14:47 UTC  (7+ messages)
` [PATCH v6 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v6 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v6 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v6 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v6 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level
` ✗ CI.KUnit: failure for drm/gpusvm: split MM and device state across gpusvm/range/pages

[PATCH 1/2] drm/xe: count UMA shrinkable BOs as reclaimable without swap
 2026-07-01 14:05 UTC  (4+ messages)
` [PATCH 2/2] drm/xe: skip resv fence wait in xe_svm_invalidate if no ranges are bound
` ✗ LGCI.VerificationFailed: failure for series starting with [1/2] drm/xe: count UMA shrinkable BOs as reclaimable without swap

[PATCH v5 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
 2026-07-01 14:04 UTC  (7+ messages)
` [PATCH v5 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v5 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v5 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v5 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level
` [PATCH v5 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
` ✗ CI.KUnit: failure for series starting with [v5,1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags

[PATCH] drm/xe/guc: Fix invalid kfree() call via __cleanup on pointer
 2026-07-01 13:58 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[RESEND v2 0/8] drm/{i915,xe}: unify runtime pm calls
 2026-07-01 13:53 UTC  (9+ messages)
` [RESEND v2 1/8] drm/i915: call intel_uncore_runtime_resume() for each gt
` [RESEND v2 2/8] drm/i915: call intel_display_power_runtime_resume() on suspend error path
` [RESEND v2 3/8] drm/i915: move some display runtime suspend operations earlier
` [RESEND v2 4/8] drm/i915: add intel_display_driver_pm_runtime*() functions
` [RESEND v2 5/8] drm/{i915, xe}: add new intel_display_driver_runtime_pm_{enable, disable}()
` [RESEND v2 6/8] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` [RESEND v2 7/8] drm/xe/display: add xe_display_pm_runtime_resume_early()
` [RESEND v2 8/8] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold

[PATCH v2] drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup()
 2026-07-01 13:51 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup() (rev3)

[PATCH v4 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-07-01 13:51 UTC  (7+ messages)
` [PATCH v4 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v4 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v4 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v4 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v4 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level
` ✗ CI.KUnit: failure for drm/gpusvm: split MM and device state across gpusvm/range/pages

[PATCH 0/2] drm/gpusvm: fix IOVA unmap path in __drm_gpusvm_unmap_pages()
 2026-07-01 13:45 UTC  (6+ messages)
` [PATCH 1/2] drm/gpusvm: avoid reading uninitialized dma_addr[0].dir on IOVA unmap
` [PATCH 2/2] drm/gpusvm: do not route system pages to device_unmap() "
` ✗ CI.checkpatch: warning for drm/gpusvm: fix IOVA unmap path in __drm_gpusvm_unmap_pages()
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/ttm: Fix UAF on dma-buf attach failure for sg BOs
 2026-07-01 13:20 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/ttm: Fix UAF on dma-buf attach failure for sg BOs (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2 2/2] drm/xe: skip resv fence wait in xe_svm_invalidate if no ranges are bound
 2026-06-26 11:58 UTC 

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-06-30 15:27 UTC  (9+ messages)
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()
` [PATCH v2 08/19] iommu/fsl: use platform_device_set_of_node()
` [PATCH v2 10/19] pmdomain: imx: "
` [PATCH v2 12/19] slimbus: qcom-ngd-ctrl: "

[PATCH v2 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-06-17 10:36 UTC  (6+ messages)
` [PATCH v2 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v2 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v2 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v2 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v2 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level

[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
 2026-07-01 12:57 UTC  (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[RFC] drm/sched: Replace completion with a flush
 2026-06-24 11:38 UTC  (7+ messages)

[PATCH v3 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-06-18  8:09 UTC  (6+ messages)
` [PATCH v3 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v3 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v3 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v3 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v3 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level

[PATCH RESEND v2] Documentation: xe_drm: fix chars used for subsection
 2026-07-01  1:20 UTC 

[PATCH 3/3] drm/xe/pt: prevent invalid cursor access for purged BOs
 2026-06-25 17:55 UTC  (2+ messages)

[PATCH] drm/ttm: rename ttm_place::fpfn/lpfn to param1/param2
 2026-06-18 13:49 UTC  (2+ messages)

[PATCH 1/3] drm/xe: fix NPD in bo_meminfo()
 2026-06-25 17:53 UTC  (2+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-06-29  6:17 UTC  (2+ messages)

[PATCH v2 0/1] drm/i915/display/psr: PSR2 DC3CO fix
 2026-07-01 12:26 UTC  (5+ messages)
` [PATCH v2 1/1] drm/i915/psr: Block DC3CO entry during active frame
` ✓ CI.KUnit: success for drm/i915/display/psr: PSR2 DC3CO fix (rev2)
` ✓ Xe.CI.BAT: "

[PATCH] drm/ttm: Account for NULL pages in ttm_pool_backup
 2026-07-01 11:57 UTC  (2+ messages)

[PATCH v2 0/2] Fix array-index-out-of-bounds in intel_cmtg_disable()
 2026-07-01 11:53 UTC  (2+ messages)

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-01 11:32 UTC  (6+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v4 2/3] drm/xe/xe_drm_ras: Add error-event support for PVC
` [PATCH v4 3/3] drm/xe/xe_ras: Add error-event support for CRI
` ✓ CI.KUnit: success for Add drm_ras netlink error event support (rev4)
` ✓ Xe.CI.BAT: "

[PATCH v2 0/2] Fix LT PHY related SSC writes
 2026-07-01 11:04 UTC  (5+ messages)
` [PATCH v2 1/2] drm/i915/ltphy: Readout ssc_enabled for LT PHY
` [PATCH v2 2/2] drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTL
` ✓ CI.KUnit: success for Fix LT PHY related SSC writes (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v9 0/7] Vswing / Pre-emphasis Override
 2026-07-01 11:00 UTC  (7+ messages)
` [PATCH v9 1/8] drm/i915/bios: search for VBT #57 by default
` [PATCH v9 5/8] drm/i915/buf_trans: deconstify intel_ddi_buf_trans_entry

[PATCHES topic/xe-for-CI 0/6] drm/xe: Use GuC fw 70.70.0 for pre-release platforms
 2026-07-01 10:52 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Use GuC fw 70.70.0 for pre-release platforms. (rev2)

[PATCH 0/3] drm/xe: Disable stolen memory for driver allocations
 2026-07-01 10:33 UTC  (11+ messages)
` [PATCH 1/3] drm/xe: Avoid using stolen memory for DPT
` [PATCH 2/3] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH 3/3] drm/xe/display: Do not allocate into stolen for new framebuffers
` ✓ Xe.CI.FULL: success for drm/xe: Disable stolen memory for driver allocations

[PATCH v2 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-07-01 10:08 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: distinguish wedged from recoverable cancellation (rev3)
` ✓ Xe.CI.BAT: "

[PATCH v4 0/5] Introduce error threshold to drm_ras
 2026-07-01  9:50 UTC  (3+ messages)
` [PATCH v4 5/5] drm/xe/sysctrl: Reuse xe_sysctrl_create_command()

[PATCH v9 00/10] Introduce Xe PCIe FLR
 2026-07-01  9:41 UTC  (14+ messages)
` [PATCH v9 01/10] drm/xe/uc_fw: Allow re-initializing firmware
` [PATCH v9 02/10] drm/xe/guc_submit: Introduce guc_exec_queue_reinit_kernel()
` [PATCH v9 03/10] drm/xe/gt: Introduce FLR helpers
` [PATCH v9 04/10] drm/xe/bo_evict: Introduce xe_bo_restore_map()
` [PATCH v9 05/10] drm/xe/exec_queue: Introduce xe_exec_queue_reinit()
` [PATCH v9 06/10] drm/xe/migrate: Introduce xe_migrate_reinit()
` [PATCH v9 07/10] drm/xe/pm: Introduce xe_device_suspend/resume()
` [PATCH v9 08/10] drm/xe: Improve wedged state management
` [PATCH v9 09/10] drm/xe/pci: Introduce PCIe FLR
` [PATCH v9 10/10] drm/xe/doc: Wire up PCI Error Handling
` ✗ CI.checkpatch: warning for Introduce Xe PCIe FLR (rev9)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC
 2026-07-01  9:21 UTC  (4+ messages)

[PATCH 0/2] Fix LT PHY related SSC writes
 2026-07-01  8:04 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/ltphy: Readout ssc_enabled for LT PHY
` [PATCH 2/2] drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTL
` ✓ CI.KUnit: success for Fix LT PHY related SSC writes

[PATCH 0/3] Some fixes for purged BOs
 2026-07-01  8:03 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Some fixes for purged BOs (rev2)

[PATCH v4 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-07-01  7:30 UTC  (6+ 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() (rev3)
` ✓ Xe.CI.BAT: "

[PATCH 0/1] drm/i915/display/psr: PSR2 DC3CO fix
 2026-07-01  6:32 UTC  (5+ messages)
` [PATCH 1/1] drm/i915/display/psr: Block DC3CO entry during active frame
` ✓ Xe.CI.FULL: success for drm/i915/display/psr: PSR2 DC3CO fix

[PATCH v2 0/5] drm/xe: balance exec queue suspend/resume
 2026-07-01  6:06 UTC  (9+ messages)
` [PATCH v2 1/5] drm/xe: only resume exec queues that were actually suspended
` [PATCH v2 2/5] drm/xe/hw_engine_group: propagate suspend failures during mode switch
` [PATCH v2 3/5] drm/xe/guc: wait killably for suspend and ban queue on timeout
` [PATCH v2 4/5] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH v2 5/5] drm/xe/multi_queue: preempt primary on queue group suspend
` ✗ CI.checkpatch: warning for drm/xe: balance exec queue suspend/resume (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/2] Add a debugfs for pcode information
 2026-07-01  6:03 UTC  (9+ messages)
` [PATCH v4 1/2] drm/xe/pcode: Add support to get pcode version from PMT
` [PATCH v4 2/2] drm/xe/debugfs: Add debugfs for pcode information

[PATCH] drm/xe/guc_ads: allocate UM queues in a separate UC BO
 2026-07-01  5:28 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 00/13] drm/xe: Add and use more KLV helpers
 2026-07-01  5:22 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v8 00/10] Introduce Xe PCIe FLR
 2026-07-01  5:21 UTC  (3+ messages)
` [PATCH v8 04/10] drm/xe/bo_evict: Introduce xe_bo_restore_map()

[RFC PATCH v4 0/5] drm/xe: Structured RAS error logging infrastructure
 2026-07-01  4:42 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Structured RAS error logging infrastructure (rev4)

[PATCH v2 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-07-01  4:01 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework (rev2)

[PATCH v10 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-07-01  3:34 UTC  (4+ messages)
` ✓ Xe.CI.FULL: success for drm/gpusvm: split MM and device state across gpusvm/range/pages (rev7)

[PATCH] drm/i915: add disable_edp module parameter to skip phantom eDP init
 2026-07-01  1:51 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v1] drm/xe/i2c: Drop manual VF check
 2026-07-01  1:10 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v3 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-07-01  0:47 UTC  (6+ messages)
` [PATCH v3 2/3] drm/gpusvm: do not route system pages to device_unmap() on IOVA unmap
` [PATCH v3 3/3] drm/gpusvm: publish dpagemap early to avoid device mapping leak on error
` ✓ Xe.CI.FULL: success for drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages() (rev2)

[PATCH v2 0/4] drm/xe/oa: A MERTOA bug-fix
 2026-06-30 23:18 UTC  (5+ messages)
` [PATCH v2 1/4] drm/xe/oa: Rename last argument of WHITELIST_OA_MMIO_TRG

[for-ci-only] drm/xe/nvl/guc: Check GuC firmware 70.71.0 for NVL-S
 2026-06-30 21:34 UTC  (4+ messages)
` ✓ Xe.CI.FULL: success for "
` ✓ CI.KUnit: success for drm/xe/nvl/guc: Check GuC firmware 70.71.0 for NVL-S (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v5 1/1] drm/xe/guc: Handle GuC local uncorrectable error notifications
 2026-06-30 20:54 UTC  (3+ messages)
` ✓ CI.KUnit: success for series starting with [v5,1/1] "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/userptr: Drop bogus static from finish in force_invalidate
 2026-06-30 19:58 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/userptr: Drop bogus static from finish in force_invalidate (rev2)

[PATCH v4 0/2] drm/xe/guc: Handle GuC local uncorrectable error notifications
 2026-06-30 19:27 UTC  (4+ messages)
` [PATCH v4 2/2] drm/xe/guc: Preserve HW error state in wedged mode 2

[PATCH] drm/xe/userptr: Hold notifier_lock for write on inject test path
 2026-06-30 19:17 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/userptr: Hold notifier_lock for write on inject test path (rev2)

[PATCH] drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG
 2026-06-30 17:56 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG (rev2)


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