Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 10:15:29 to 2026-07-12 19:51:59 UTC [more...]

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-12 19:51 UTC  (18+ 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
` ✗ Fi.CI.BUILD: failure for series starting with [01/12] dma-buf: Add reference counting to dma_resv

[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  (20+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [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-11 16:44 UTC  (6+ messages)

[PATCH v2 00/11] drm/{i915,xe}: some BIOS FB takeover fixes
 2026-07-11 14:39 UTC  (14+ messages)
` [PATCH v2 01/11] drm/i915: Disable the plane if initial plane config readout failed
` [PATCH v2 02/11] drm/i915/fbdev: Extract bios_fb_ok()
` [PATCH v2 03/11] drm/i915: Throw away the BIOS fb if has the wrong depth/bpp
` [PATCH v2 04/11] drm/i915: Use drm_dbg_kms() for initial FB debugs
` [PATCH v2 05/11] drm/xe: Do the initial FB size alignment earlier
` [PATCH v2 06/11] drm/xe: Print a debug message if we have no stolen for the initial FB
` [PATCH v2 07/11] drm/xe: Abstract the initial FB PTE checks a bit
` [PATCH v2 08/11] drm/xe: Check the PTE local memory bit for initial FB in stolen
` [PATCH v2 09/11] drm/xe: s/bar2/lmembar/
` [PATCH v2 10/11] drm/i915: Fix BIOS FB memory region name debug prints
` [PATCH v2 11/11] drm/i915: Print the phys_base in addition to the dma_addr for the BIOS FB
` ✓ i915.CI.BAT: success for drm/{i915,xe}: some BIOS FB takeover fixes
` ✓ i915.CI.Full: "

[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
 2026-07-11  2:48 UTC 

[PATCH v1] drm/i915/dp: Gate UHBR SST SDP splitting on sink capability
 2026-07-10 20:31 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 00/10] drm/intel/display: Changes required to make vblank evasion PREEMPT_RT safe
 2026-07-10 14:43 UTC  (8+ messages)
` [PATCH 03/10] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH 09/10] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH 10/10] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter

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

[PATCH v2] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-07-10 12:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for gpu/buddy: bail out of try_harder when alignment cannot be honoured (rev4)
` ✗ i915.CI.Full: failure "

[PATCH 0/2] drm/i915/dp: fix MSA VSC_SDP delegation for colorimetry
 2026-07-10  9:51 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/dp: s/intel_dp_needs_vsc_sdp/intel_dp_needs_vsc_colorimetry
` [PATCH 2/2] drm/i915/dp: set VSC_SDP MSA delegation only for capable sinks
` ✓ i915.CI.BAT: success for drm/i915/dp: fix MSA VSC_SDP delegation for colorimetry
` ✓ i915.CI.Full: "

[PATCH v2 0/7] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-10  6:15 UTC  (10+ 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
` ✓ i915.CI.BAT: success for vga_switcheroo, drm: Push fbcon handling into DRM clients (rev2)
` ✗ i915.CI.Full: failure "

[v3 00/14] drm/i915/color: Enable SDR plane color pipeline
 2026-07-10  5:18 UTC  (29+ 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 "
` ✓ i915.CI.BAT: success for drm/i915/color: Enable SDR plane color pipeline (rev4)
` ✗ i915.CI.Full: failure "

[PULL] drm-xe-fixes
 2026-07-09 21:26 UTC 

[PULL] drm-misc-fixes
 2026-07-09 16:55 UTC 

[PULL] drm-intel-fixes
 2026-07-09 14:34 UTC 

[PATCH v2] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-07-09 13:25 UTC  (4+ messages)

[PATCH v2] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-07-09 13:02 UTC 

Fixes tags need work in the drm-misc tree
 2026-07-09 12:34 UTC 

Fixes tags need work in the drm-misc tree
 2026-07-09 12:33 UTC 

[PATCH v4 0/7] drm/i915: All fixes to make i915 work well with PREEMPT_RT
 2026-07-09 12:23 UTC  (16+ messages)
` [PATCH v4 4/7] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v4 7/7] drm/i915/gt: Use signalers_lock to prevent starvation of irq_work
` ✗ i915.CI.Full: failure for drm/i915: All fixes to make i915 work well with PREEMPT_RT. (rev5)

[PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
 2026-07-09 11:49 UTC  (9+ messages)

[PULL] drm-misc-next
 2026-07-09 11:23 UTC 

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

[PATCH v4] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-09  9:15 UTC  (2+ messages)

[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  (8+ messages)
` [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  (5+ messages)
` ✓ 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 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 "

[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 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  (3+ messages)

[PATCH] drm/i915/guc: Return NULL for missing multi-lrc parent
 2026-07-08  8:38 UTC  (2+ messages)

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

[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  (2+ 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  (29+ 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 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


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