Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 11:59:17 to 2026-07-09 09:22:50 UTC [more...]

[PATCH v2 0/7] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-09  9:16 UTC  (8+ messages)
` [PATCH v2 1/7] drm/edid: Include <linux/fb.h>
` [PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH v2 4/7] vga_switcheroo: Add post_switch "
` [PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
` [PATCH v2 7/7] vga-switcheroo: Remove unused interfaces

[PATCH v4] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-09  9:15 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/gt: Use poll_timeout_us in place of sliding sleep window (rev4)

[PATCH v2 0/3] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-07-09  8:23 UTC  (6+ messages)
` [PATCH v2 3/3] drivers/iommu: Catch scatterlist length overflows
` ✗ i915.CI.BAT: failure for drivers: Improve memory management for large object allocations when i915/shmem is used with iommu (rev4)

[PATCH v2 00/34] drm/i915/dp_link: Unify modeset/fallback config selection
 2026-07-09  7:52 UTC  (29+ messages)
` [PATCH v2 03/34] drm/i915/dp_link_caps: Add support for link rate, lane count iteration orders
` [PATCH v2 04/34] drm/i915/dp_link_caps: Add link configuration iterator
` [PATCH v2 05/34] drm/i915/dp_link_caps: Add helper to get iteration order for a connector
` [PATCH v2 19/34] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH v2 20/34] drm/i915/dp_mst: Use link caps for non-DSC "
` [PATCH v2 21/34] drm/i915/dp_mst: Use link caps for MST DSC "
` [PATCH v2 22/34] drm/i915/dp: Remove min/max link config limits
` [PATCH v2 23/34] drm/i915/dp_link_training: Reset the max link limits in the fallback code
` [PATCH v2 24/34] drm/i915/dp_link_training: Use config iterator for fallback
` [PATCH v2 25/34] drm/i915/dp_link_training: Disable failed config during fallback
` [PATCH v2 28/34] drm/xe/kunit: Add display test config
` ✓ i915.CI.BAT: success for drm/i915/dp_link: Unify modeset/fallback config selection (rev5)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/gt: use correct selftest config symbol
 2026-07-09  7:36 UTC  (6+ messages)
` ✗ LGCI.VerificationFailed: failure for "
` ✓ i915.CI.BAT: success for drm/i915/gt: use correct selftest config symbol (rev2)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/display: Handle struct drm_plane_state.ignore_damage_clips
 2026-07-09  7:15 UTC  (4+ messages)

[PATCH v2] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+
 2026-07-09  7:03 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+ (rev2)
` ✗ i915.CI.Full: failure "
` ✗ i915.CI.BAT: failure for drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+ (rev3)

[PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
 2026-07-09  6:44 UTC  (8+ messages)

[PATCH v3] drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling
 2026-07-09  4:53 UTC  (5+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling (rev3)
` ✓ i915.CI.BAT: success "

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-09  2:28 UTC  (4+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-09  2:16 UTC  (4+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-09  2:01 UTC  (21+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 11/13] mm/mlock: convert mlock code "

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-09  1:52 UTC  (4+ messages)

[PATCH 00/10] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-08 21:56 UTC  (14+ messages)
` [PATCH 01/10] drm/edid: Include <linux/fb.h>
` [PATCH 02/10] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH 03/10] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH 04/10] vga_switcheroo: Add post_switch "
` [PATCH 05/10] drm/amdgpu: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH 06/10] drm/i915: Implement vga_switcheroo_client_ops.pre_switch
` [PATCH 07/10] drm/nouveau: "
` [PATCH 08/10] drm/nouveau: Implement vga_switcheroo_client_ops.post_switch
` [PATCH 09/10] drm/radeon: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH 10/10] vga-switcheroo: Remove unused interfaces
` ✓ i915.CI.BAT: success for vga_switcheroo, drm: Push fbcon handling into DRM clients
` ✗ i915.CI.Full: failure "

[PATCH v2 29/34] drm/xe/kunit: Build DP link display tests
 2026-07-08 19:44 UTC  (3+ messages)
` [PATCH v3 "

[v3 00/14] drm/i915/color: Enable SDR plane color pipeline
 2026-07-08 19:23 UTC  (27+ messages)
` [v3 02/14] drm/i915/color: Add CSC on "
` [v3 03/14] drm/i915/display: extract glk_plane_color_ctl_input_csc helper
` [v3 04/14] drm/i915/display: simplify glk_plane_color_ctl_input_csc
` [v3 05/14] drm/i915/display: Track CSC mode in intel plane state
` [v3 06/14] drm/i915/display: Program input CSC on SDR planes
` [v3 07/14] drm/i915/color: Add YCbCr limited-to-full range color block support
` [v3 08/14] drm/i915/color: Add YUV range correction to SDR plane pipeline
` [v3 09/14] drm/i915/color: Add support for 1D LUT in SDR planes
` [v3 10/14] drm/i915/color: Extract HDR pre-CSC LUT programming to helper function
` [v3 11/14] drm/i915/color: Program Pre-CSC registers for SDR
` [v3 12/14] drm/i915/color: Extract HDR post-CSC LUT programming to helper function
` [v3 13/14] drm/i915/color: Program Plane Post CSC registers for SDR planes
` [v3 14/14] drm/i915/color: Add color pipeline support "

[PATCH v4 0/7] drm/i915: All fixes to make i915 work well with PREEMPT_RT
 2026-07-08 15:54 UTC  (7+ messages)
` ✗ i915.CI.BAT: failure for drm/i915: All fixes to make i915 work well with PREEMPT_RT. (rev4)
` ✓ i915.CI.BAT: success for drm/i915: All fixes to make i915 work well with PREEMPT_RT. (rev5)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/psr: Disable eDP Panel Replay on XPS 16 DA16260 (LG 0x07C5)
 2026-07-08 14:03 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v2] drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling
 2026-07-08 11:16 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling (rev2)

[PATCH] drm/i915: skip eDP hw probe when connector forced off via cmdline
 2026-07-08 10:53 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v5 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-07-08 10:37 UTC  (4+ messages)
` [PATCH v5 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test
` ✓ i915.CI.BAT: success for series starting with [v5,1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
` ✓ i915.CI.Full: "

[PATCH] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+
 2026-07-08  8:49 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/guc: Return NULL for missing multi-lrc parent
 2026-07-08  8:38 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/guc: Return NULL for missing multi-lrc parent (rev2)
` ✓ i915.CI.Full: "

[PATCH v1] drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling
 2026-07-08  8:33 UTC  (7+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display: Skip TRANS_VTOTAL.Vtotal write on NVL pre-C0
 2026-07-08  8:27 UTC  (2+ messages)

[PATCH v2] Documentation: xe_drm: fix chars used for subsection
 2026-07-08  4:28 UTC  (4+ messages)

[PATCH] drm/i915/guc: Sort multi-lrc engines by logical instance
 2026-07-08  3:57 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v5 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test
 2026-07-07 14:16 UTC 

XDC 2026: CfP deadline extended to July 15. Submit your talk, workshop or demo!
 2026-07-07 14:08 UTC 

[PATCH 00/10] Use drm_exec to lock TTM buffers, respin
 2026-07-07 14:07 UTC  (42+ 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 v2 33/34] drm/i915/kunit: DP link: add update config tests
 2026-07-07 12:48 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 32/34] drm/i915/kunit: DP link: add baseline fixed table reference test
 2026-07-07 12:48 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 26/34] drm/i915/kunit: Enable KUnit tests
 2026-07-07 12:48 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-07-07 12:35 UTC  (6+ messages)

[PATCH v6 00/10] Add support for a DRM backlight capability
 2026-07-07 11:53 UTC  (5+ messages)
` [PATCH v6 03/10] drm: link connectors to backlight devices

[v2 0/2] drm/i915/audio: Add HDMI TMDS audio bandwidth check
 2026-07-07  8:53 UTC  (5+ messages)
` [v2 1/2] drm/i915/hdmi: Move audio compute config after format selection
` [v2 2/2] drm/i915/audio: Prune ELD SADs based on HDMI audio bandwidth
` ✓ i915.CI.BAT: success for drm/i915/audio: Add HDMI TMDS audio bandwidth check (rev2)
` ✓ i915.CI.Full: "

[PATCH] Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"
 2026-07-07  2:55 UTC  (5+ messages)

[PATCH 0/6] Enable joiner cursor fast updates
 2026-07-07  0:20 UTC  (9+ 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
` ✓ i915.CI.BAT: success for Enable joiner cursor fast updates (rev4)
` ✗ i915.CI.Full: failure "

[PATCH v2 00/10] Use drm_exec to lock TTM buffers, respin
 2026-07-06 23:32 UTC  (3+ messages)
` ✗ LGCI.VerificationFailed: failure for Use drm_exec to lock TTM buffers, respin (rev2)
` ✗ i915.CI.BAT: failure for Use drm_exec to lock TTM buffers, respin (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


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