Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 12:52:42 to 2026-09-01 12:26:36 UTC [more...]

[v2 0/2] Support YUV buffers in HDR planes
 2026-09-01 12:02 UTC  (3+ messages)
` [DO_NOT_REVIEW v2 1/2] drm/i915/color: Add color pipeline support for SDR planes
` [v2 2/2] drm/i915/color: Add YUV buffer support on HDR planes

[v5 0/2] drm/i915/audio: Add HDMI TMDS audio bandwidth check
 2026-09-01 11:46 UTC  (5+ messages)
` [v5 1/2] drm/i915/hdmi: Move audio compute config after format selection
` [v5 2/2] drm/i915/audio: Prune ELD SADs based on HDMI audio bandwidth
` ✓ CI.KUnit: success for drm/i915/audio: Add HDMI TMDS audio bandwidth check (rev5)
` ✓ Xe.CI.BAT: "

[PATCH 0/3] drm/i915/display: fix flipq pipe CRC mismatch in kms_cursor_crc
 2026-09-01 11:34 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/display: Flush frontbuffer tracking on flipq completion
` [PATCH 2/3] drm/i915/display: Restrict flipq to simple single-plane updates

[PATCH v2 0/4] drm/gpusvm: share one HMM fault across per-device DMA mappings
 2026-09-01 10:52 UTC  (8+ messages)
` [PATCH v2 1/4] drm/gpusvm: move dma_addr allocation before the notifier lock
` [PATCH v2 2/4] drm/gpusvm: extract drm_gpusvm_dma_map_pages() helper
` [PATCH v2 3/4] drm/gpusvm: let drm_gpusvm_get_pages() map an array of pages
` [PATCH v2 4/4] drm/gpusvm: make the DMA mapping step in get_pages() optional
` ✓ CI.KUnit: success for drm/gpusvm: share one HMM fault across per-device DMA mappings (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/2] drm: Add Common drm_user_fence helper and Convert XE
 2026-09-01 10:04 UTC  (11+ messages)
` [PATCH v6 0/4] drm: Add common drm_work_fence/drm_user_fence helpers and convert XE
` [PATCH v6 1/4] drm: Add drm_work_fence helper
` [PATCH v6 2/4] drm: Add drm_user_fence helper
` [PATCH v6 3/4] drm/xe: Convert xe_user_fence to drm_user_fence
` [PATCH v6 4/4] drm: Add per-signal compare functionality "

[PATCH 0/5] Enable joiner cursor fast updates
 2026-09-01  9:58 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 2/5] drm/i915/cursor: Add helper to update cursor plane
` [PATCH 3/5] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/5] drm/i915/cursor: Program secondary cursor planes
` [PATCH 5/5] drm/i915/cursor: Allow joiner cursor fast path update
` ✓ CI.KUnit: success for Enable joiner cursor fast updates (rev8)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH V19 00/15] Add memory page offlining support
 2026-09-01  9:40 UTC  (30+ messages)
` [PATCH V19 06/15] drm/xe: Guard teardown paths against purged BOs
` [PATCH V19 07/15] drm/xe/vram: Extract buddy alloc and free helpers
` [PATCH V19 09/15] drm/xe/vram: Add VRAM page offline fault handler
` [PATCH V19 10/15] drm/xe/configfs: Add disable_vram_page_offline attribute
` [PATCH V19 11/15] drm/xe/ras: Cache disable_vram_page_offline policy at init
` [PATCH V19 13/15] drm/xe: Expose bad VRAM pages via debugfs
` [PATCH V19 14/15] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN
` ✓ Xe.CI.BAT: success for Add memory page offlining support (rev22)
` ✗ Xe.CI.FULL: failure "
` ✓ CI.KUnit: success for Add memory page offlining support (rev23)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 00/13] drm/xe: Isolate wedged devices from hardware access
 2026-09-01  9:32 UTC  (21+ messages)
` [PATCH 01/13] drm/xe/irq: Always free requested IRQs on uninstall
` [PATCH 03/13] drm/xe: Drop queued page faults when device I/O is blocked
` [PATCH 04/13] drm/xe: Stop VM work "
` [PATCH 08/13] drm/xe/irq: Serialize IRQ suspend and resume
` [PATCH 10/13] drm/xe/ttm: Reject VRAM allocations on wedged devices
` [PATCH 11/13] drm/xe/guc: Skip timeout recovery on a wedged device
` [PATCH 12/13] drm/xe: Skip PM notifier preparation for wedged devices

[RFC PATCH v1 0/5] drm/gpusvm: share one HMM fault across per-device DMA mappings
 2026-09-01  9:15 UTC  (6+ messages)
` [RFC PATCH v1 1/5] drm/gpusvm: extract drm_gpusvm_hmm_fault() helper

[PATCH 0/5] VRAM health check + CCS fix
 2026-09-01  8:48 UTC  (14+ messages)
` [PATCH 1/5] drm/xe/migrate: support 4K PTEs for identity map
` [PATCH 3/5] drm/xe/vram: report FLAT_CCS base misalignment
` [PATCH 5/5] drm/xe/vram: add early VRAM health check

[PATCH v6 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
 2026-09-01  8:27 UTC  (8+ messages)
` [PATCH v6 1/4] drm/xe/log: Add GUCSUBMIT component
` [PATCH v6 2/4] drm/xe/guc: Report reset failure using SIGID
` [PATCH v6 3/4] drm/xe/svm: Report terminal page-fault failures "
` [PATCH v6 4/4] drm/xe/gt: Report GT reset failure "
` ✓ CI.KUnit: success for drm/xe: Report GT TDR and VM rebind faults using SIGID (rev6)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v11 0/8] Vswing / Pre-emphasis Override
 2026-09-01  7:56 UTC  (2+ messages)

[v6 0/9] drm/i915/color: Enable SDR plane color pipeline
 2026-09-01  7:46 UTC  (10+ messages)
` [v6 2/9] drm/i915/color: Add CSC on "
` [v6 5/9] drm/i915/display: Program CSC on SDR planes based on Fixed Matrix Colorop
` [v6 6/9] drm/i915/color: Add support for 1D LUT in SDR planes

[PATCH v2 0/9] Add fan control support
 2026-09-01  6:06 UTC  (3+ messages)
` [PATCH v2 4/9] drm/xe/hwmon: expose pwm[1-3]

[PATCH v4 0/2] drm/xe/shrinker: Runtime PM and walk termination fixes
 2026-09-01  5:21 UTC  (8+ messages)
` [PATCH v4 1/2] drm/xe/shrinker: Do not abort the walk on unshrinkable bos
` [PATCH v4 2/2] drm/xe/shrinker: Take a runtime PM ref before shrinking non-system memory
` ✗ CI.checkpatch: warning for drm/xe/shrinker: Runtime PM and walk termination fixes
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 00/12] Add support for Common SDP Transmission Line
 2026-09-01  3:30 UTC  (11+ messages)
` [PATCH v4 04/12] drm/i915/dp: Add helper to get AS "
` [PATCH v4 05/12] drm/i915/display: Add crtc state for DIP transmission lines
` [PATCH v4 06/12] drm/i915/dip: Store and use AS SDP transmission line from crtc state
` [PATCH v4 08/12] drm/i915/display: Add HAS_COMMON_SDP_TL macro
` [PATCH v4 09/12] drm/i915/dp: Store SDP transmission lines in crtc_state

[PATCH 00/12] Add support for Common SDP Transmission Line
 2026-09-01  3:25 UTC  (3+ messages)
` [PATCH 07/12] drm/i915/nvl: Add register definitions for common "

[PATCH 1/2] drm/xe: Read scheduler message opcode under lock
 2026-09-01  3:14 UTC  (8+ messages)
` [PATCH 2/2] drm/xe: Disable scheduling early on FD close to avoid CAT error cascade
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Read scheduler message opcode under lock
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4] perf: Fix null pointer access in is_include_guest_event()
 2026-09-01  1:54 UTC  (6+ messages)
` ✓ CI.KUnit: success for perf: Fix null pointer access in is_include_guest_event() (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v10 00/10] Introduce Xe PCIe FLR
 2026-09-01  1:04 UTC  (5+ messages)
` [PATCH v10 03/10] drm/xe/gt: Introduce FLR helpers

[PATCH v3] drm/xe/shrinker: Take a runtime PM ref before shrinking non-system memory
 2026-09-01  0:52 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PULL] drm-xe-next
 2026-09-01  0:26 UTC 

[PATCH v7 00/12] Add support for a DRM backlight capability
 2026-09-01  0:19 UTC  (25+ messages)
` [PATCH v7 01/12] Revert "backlight: Remove notifier"
` [PATCH v7 02/12] backlight: add kernel-internal backlight API
` [PATCH v7 03/12] drm/property: add a per-connector luminance flag
` [PATCH v7 04/12] drm: add connector backlight (LUMINANCE) infrastructure
` [PATCH v7 05/12] drm: add DRM_CLIENT_CAP_LUMINANCE
` [PATCH v7 06/12] drm/amd/display: Pass up errors reading actual brightness
` [PATCH v7 07/12] drm/amd: Indicate driver supports luminance
` [PATCH v7 08/12] drm/amd/display: use drm backlight
` [PATCH v7 09/12] drm/bridge: auto-link panel backlight in bridge connector
` [PATCH v7 10/12] drm/xe: Indicate support for luminance on the connector
` [PATCH v7 11/12] drm/i915: "
` [PATCH v7 12/12] drm/i915/display: use drm backlight
` ✗ CI.checkpatch: warning for Add support for a DRM backlight capability (rev2)
` ✗ CI.KUnit: failure "

[PATCH v3] perf: Fix null pointer access in is_include_guest_event()
 2026-08-31 23:56 UTC  (5+ messages)
` ✓ CI.KUnit: success for perf: Fix null pointer access in is_include_guest_event() (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[v4 0/4] drm/i915/display: Enable AS SDP Skip Frames
 2026-08-31 23:07 UTC  (10+ messages)
` ✗ CI.checkpatch: warning for drm/i915/display: Enable AS SDP Skip Frames (rev5)
` ✓ CI.KUnit: success "
` [v4 1/4] drm/i915/display: Enable periodic AS SDP skip frames
` [v4 2/4] drm/i915/display: Force disable DC3co when AS SDP skip frames is enabled
` [v4 3/4] drm/i915/display: Reprogram AS SDP skip frames on seamless VRR transitions
` [v4 4/4] drm/i915/display: Gate periodic AS SDP skip frames behind a module parameter
` ✓ Xe.CI.BAT: success for drm/i915/display: Enable AS SDP Skip Frames (rev5)
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()
 2026-08-31 21:18 UTC  (3+ messages)
` [PATCH v2] "

Refcounting dma_resv v2
 2026-08-31 21:09 UTC  (7+ messages)
` [PATCH 01/10] dma-buf: Add reference counting to dma_resv

[v3 0/4] drm/i915/display: Enable AS SDP Skip Frames
 2026-08-31 20:20 UTC  (13+ messages)
` [v3 1/4] drm/i915/display: Enable periodic AS SDP skip frames
` [v3 2/4] drm/i915/display: Force disable DC3co when AS SDP skip frames is enabled
` [v3 3/4] drm/i915/display: Reprogram AS SDP skip frames on seamless VRR transitions
` [v3 4/4] drm/i915/display: Gate periodic AS SDP skip frames behind a module parameter
` ✗ CI.checkpatch: warning for drm/i915/display: Enable AS SDP Skip Frames (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/4] drm/xe/xe_migrate: Fix memory corruption with unaligned dst in MEM_COPY
 2026-08-31 19:10 UTC  (4+ messages)
` [PATCH v2 1/4] drm/xe/xe_migrate: Align MEM_COPY pitch with destination address

[PATCH] drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()
 2026-08-31 18:26 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl() (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[RFC] drm/xe: Expose retired VRAM pages via drm-ras
 2026-08-31 18:09 UTC  (2+ messages)

[PATCH v6 0/9] drm/xe/sysctrl: Clean up error handling in
 2026-08-31 17:52 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/sysctrl: Clean up error handling in (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/vf: Retry GuC state reset until timeout
 2026-08-31 17:16 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/2] drm/xe: Increase timeout for hwmon power limit mailbox operations
 2026-08-31 16:48 UTC  (10+ messages)
` [PATCH 2/2] drm/xe/hwmon: Increase timeout for mailbox power limits

[PATCH v3 0/3] drm/xe: fix GuC TLB invalidation ack stalls on ARL (Wa_22016122933)
 2026-08-31 16:00 UTC  (2+ messages)

[PATCH] drm/i915/psr: enable PSR on Apple T2 eDP panels
 2026-08-31 15:20 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/i915/cdclk: Don't trust boot readout for per-pipe cdclk/voltage tracking
 2026-08-31 15:20 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v7 00/10] KUnit test for VF provisioning error handling
 2026-08-31 15:07 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for KUnit test for VF provisioning error handling (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH AUTOSEL 6.18] drm/xe: Fix null pointer dereference in devcoredump cleanup
 2026-08-31 14:54 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18] drm/xe/guc: Add support for NO_RESPONSE_BUSY in CTB

[PATCH v5 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
 2026-08-31 14:32 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Report GT TDR and VM rebind faults using SIGID (rev5)
` ✓ Xe.CI.FULL: "


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