Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-09 12:44:48 to 2026-06-11 07:51:10 UTC [more...]

[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
 2026-06-11  6:54 UTC  (24+ messages)
` [PATCH v2 01/14] drbd: Open-code transfer log list walk
` [PATCH v2 02/14] firewire: core: Open-code topology "
` [PATCH v2 03/14] drm/bridge: Open-code bridge chain list walks
  ` [PATCH v2 04/14] drm/i915/gt: Open-code active timeline walk
  ` [PATCH v2 05/14] drm/i915: Open-code DFS dependency list walk
  ` [PATCH v2 06/14] drm/ttm: Open-code reservation "
  ` [PATCH v2 07/14] spi: fsi: Open-code message transfer walk
  ` [PATCH v2 08/14] spi: stm32-ospi: "
  ` [PATCH v2 09/14] spi: stm32-qspi: "
` [PATCH v2 10/14] spi: tegra210-quad: "
  ` [PATCH v2 11/14] locking/locktorture: Open-code ww mutex list walk
  ` [PATCH v2 12/14] locking/ww_mutex: Open-code stress reorder "
` [PATCH v2 13/14] ASoC: dapm: Open-code widget invalidation walk
  ` [PATCH v2 14/14] list: Cache cursors in entry iterators

[PATCH v4 00/12] Add support for Common SDP Transmission Line
 2026-06-11  7:33 UTC  (8+ messages)
` [PATCH v4 01/12] drm/i915/dip: Add new file to handle Data Island Packet hardware
` [PATCH v4 02/12] drm/i915/vrr: Use the helper to write EMP_AS_SDP_TL register
` [PATCH v4 03/12] drm/i915/intel_dip: Add check for DP encoder
` [PATCH v4 04/12] drm/i915/dp: Add helper to get AS SDP Transmission Line
` [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 07/12] drm/i915/nvl: Add register definitions for common SDP Transmission Line

[PATCH 00/14] drm/i915/cdclk: cdclk pcode related fixes and refactoring
 2026-06-11  7:37 UTC  (28+ messages)
` [PATCH 01/14] drm/i915/cdclk: Don't bail if pcode post nofify fails
` [PATCH 02/14] drm/i915/cdclk: Pass CDCLK in MHz to pcode on DG2
` [PATCH 03/14] drm/i915/cdclk: Do the DG2 CDCLK/pipe power well notify properly
` [PATCH 04/14] drm/i915/cdclk: Notify DG2 pcode about pipe power wells regardless of CDCLK
` [PATCH 05/14] drm/i915/cdclk: Stop forcing voltage level to 3 all the time on DG2
` [PATCH 06/14] drm/i915/cdclk: Drop pointless platform check from bxt_set_cdclk()
` [PATCH 07/14] drm/i915/dg2: s/intel_/dg2_/ for DG2 specific stuff
` [PATCH 08/14] drm/i915/cdclk: Unify the pcode pre/post notify in bxt_set_cdclk()
` [PATCH 09/14] drm/i915/cdclk: Unify pcode related debugs
` [PATCH 10/14] drm/i915/cdclk: Extract bdw_cdclk_pcode_{pre, post}_notify()
` [PATCH 11/14] drm/i915/cdclk: Extract skl_cdclk_pcode_{pre, post}_notify()
` [PATCH 12/14] drm/i915/cdclk: Extract bxt_cdclk_pcode_{pre, post}_notify()
` [PATCH 13/14] drm/i915/cdclk: Introduce CDCLK .{pre, post}_notify() vfuncs
` [PATCH 14/14] drm/i915/cdclk: Hoist intel_cdclk_{pre, post}_notify() calls upwards
` ✓ i915.CI.BAT: success for drm/i915/cdclk: cdclk pcode related fixes and refactoring

[PULL] drm-intel-fixes
 2026-06-11  7:32 UTC 

[PATCH] drm/i915/display: Skip generic pipe dpll_hw_state compare on LT PHY
 2026-06-11  7:28 UTC  (8+ messages)

[PATCH] drm/dp: Service the CEC tunneling IRQ flags without CEC_IRQ in ESI1
 2026-06-11  7:01 UTC  (3+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[CI v3 00/36] For CI only: DC3CO/CMTG validation series
 2026-06-11  6:14 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for For CI only: DC3CO/CMTG validation series (rev4)
` ✗ i915.CI.Full: failure "

[PATCH] drm/displayid: fix Tiled Display Topology ID size
 2026-06-11  6:09 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v8 00/20] CMTG enablement
 2026-06-11  6:08 UTC  (18+ messages)
` [PATCH v8 01/20] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v8 02/20] drm/i915/cmtg: Set CMTG clock select
` [PATCH v8 03/20] drm/i915/cmtg: Add CMTG transcoder offset in struct _device_info
` [PATCH v8 04/20] drm/i915/display: Pass target transcoder to intel_set_transcoder_timings()
` [PATCH v8 05/20] drm/i915/display: Skip DP_MIN_HBLANK_CTL programming for CMTG transcoders
` [PATCH v8 06/20] drm/i915/display: Pass transcoder to intel_set_transcoder_timings_lrr()
` [PATCH v8 08/20] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [PATCH v8 15/20] drm/i915/cmtg: Add CMTG interrupt handling

[PATCH] drm/i915/gem: Fix phys BO pread/pwrite with offset
 2026-06-11  5:16 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v1 0/9] drm/i915/scaler: allocation cleanup
 2026-06-10 22:59 UTC  (15+ messages)
` [PATCH v1 1/9] drm/i915/scaler: remove unused plane_state argument
` [PATCH v1 2/9] drm/i915/scaler: s/i/scaler_id/
` [PATCH v1 3/9] drm/i915/scaler: de-Morgan-ize !scaler_has_casf()
` [PATCH v1 4/9] drm/i915/scaler: move independent CASF check
` [PATCH v1 5/9] drm/i915/scaler: check CASF before allocation's loop
` [PATCH v1 6/9] drm/i915/scaler: inline CASF scaler allocation
` [PATCH v1 7/9] drm/i915/scaler: linearize "
` [PATCH v1 8/9] drm/i915/scaler: move CASF alloc check into intel_atomic_setup_scaler()
` [PATCH v1 9/9] drm/i915/scaler: move CASF alloc check into setup_crtc_scaler()
` ✗ i915.CI.BAT: failure for drm/i915/scaler: allocation cleanup

[PATCH v2] drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
 2026-06-10 20:41 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs (rev2)

[PATCH 0/2] drm/dp: Avoid RBR on Synaptics VMM7100 PCONs failing channel EQ
 2026-06-10 19:00 UTC  (4+ messages)
` [PATCH 1/2] drm/dp: Add quirk for Synaptics PCONs failing channel EQ at RBR
` [PATCH 2/2] drm/i915/dp: Skip RBR for sinks with the NO_LINK_RATE_RBR quirk
` ✗ LGCI.VerificationFailed: failure for drm/dp: Avoid RBR on Synaptics VMM7100 PCONs failing channel EQ

[PATCH v5] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-06-10 18:53 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dg2: Add per-context control for Wa_22013059131 (rev5)

[PATCH] drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
 2026-06-10 18:49 UTC  (2+ messages)

[PATCH] drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
 2026-06-10 18:44 UTC 

[PATCH 0/3] drm/i915/dp: Fix FRL rate selection and deep color for HDMI sinks behind FRL PCONs
 2026-06-10 18:34 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/dp: Prefer DSC over a 6 bpc uncompressed output
` [PATCH 2/3] drm/i915/dp: Ignore the sink's DSC max FRL rate without a PCON DSC encoder
` [PATCH 3/3] drm/i915/dp: Check FRL bandwidth limits in the HDMI bpc computation
` ✗ LGCI.VerificationFailed: failure for drm/i915/dp: Fix FRL rate selection and deep color for HDMI sinks behind FRL PCONs

[PATCH] drm/i915/tc: Disable outputs instead of modesetting them on link reset
 2026-06-10 17:50 UTC  (7+ messages)

[PATCH] drm/i915/psr: Flush on cursor update also when not using Selective Fetch
 2026-06-10 17:44 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/psr: Flush on cursor update also when not using Selective Fetch (rev2)
` ✗ i915.CI.Full: failure "

[PATCH v5 00/15] drm: Improve logic behind damage handling
 2026-06-10 17:08 UTC  (17+ messages)
` [PATCH v5 01/15] drm/amd/display: Handle struct drm_plane_state.ignore_damage_clips
` [PATCH v5 02/15] drm/i915/display: "
` [PATCH v5 03/15] drm/vboxvideo: "
` [PATCH v5 04/15] drm/vmwgfx: "
` [PATCH v5 05/15] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v5 06/15] drm/damage-helper: Clear ignore_damage_clips in plane-state duplication
` [PATCH v5 07/15] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v5 08/15] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v5 09/15] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v5 10/15] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v5 11/15] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v5 12/15] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v5 13/15] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v5 14/15] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v5 15/15] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` ✓ i915.CI.BAT: success for drm: Improve logic behind damage handling (rev4)

[PATCH v2] drm/i915: clear CRTC color blob pointers after dropping refs
 2026-06-10 16:07 UTC  (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "
` ✓ i915.CI.BAT: success for drm/i915: clear CRTC color blob pointers after dropping refs (rev2)

[PATCH v3 0/7] don't allow changes to inactive colorops
 2026-06-10 15:21 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for don't allow changes to inactive colorops (rev3)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/dp_tunnel: fix CRTC hw state cleanup ordering
 2026-06-10  3:56 UTC  (3+ messages)

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

[PATCH v4 0/5] drm/{i915, xe}: Refactor generic_handle_irq_safe() error messages
 2026-06-10 12:58 UTC  (3+ messages)
` [PATCH v4 4/5] drm/i915: "

[PATCH v17 00/28] Add new general DRM property "color format"
 2026-06-10 11:54 UTC  (33+ messages)
` [PATCH v17 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v17 03/28] drm: Add new general DRM property "color format"
` [PATCH v17 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v17 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v17 06/28] drm/bridge: Act on the DRM color format property
` [PATCH v17 07/28] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v17 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v17 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v17 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v17 11/28] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v17 12/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v17 13/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v17 14/28] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v17 15/28] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v17 16/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v17 17/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v17 18/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v17 19/28] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v17 20/28] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v17 21/28] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v17 22/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v17 23/28] drm/bridge: Document bridge chain format selection
` [PATCH v17 24/28] drm/connector: Update docs of "colorspace" for color format prop
` [PATCH v17 25/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v17 26/28] drm/i915/dp: "
` [PATCH v17 27/28] drm/i915/hdmi: Implement "color format" DRM property
` [PATCH v17 28/28] drm/i915/dp: "
` ✗ Fi.CI.BUILD: failure for Add new general DRM property "color format" (rev14)

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-06-10 11:26 UTC  (8+ messages)

[PATCH 0/8] drm/i915/color: cleanup plane pre/post csc lut code
 2026-06-10  9:19 UTC  (3+ messages)

[PATCH v4] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-06-10  6:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dg2: Add per-context control for Wa_22013059131 (rev4)

[PATCH] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-09 19:08 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/3] don't allow changes to inactive colorops
 2026-06-09 17:23 UTC  (7+ messages)
` [PATCH 1/3] drm/atomic: only add states of active or transient active colorops

[RFC PATCH 0/8] Convert colorop pipelines to use proper lists
 2026-06-09 17:19 UTC 

[PATCH 0/2] drm/i915: Handle VSYNC timing changes in the LRR path
 2026-06-09 15:39 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v8 2/2] i2c: designware: defer probe if child GpioInt controllers are not bound
 2026-06-09 12:37 UTC  (3+ messages)

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-06-09  9:31 UTC  (3+ messages)

[PATCH 0/7] Enable FEC when using DP Panel Replay
 2026-06-09 13:45 UTC  (5+ messages)
` [PATCH 2/7] drm/i915/psr: Stop using intel_dsc_enabled_on_link to detect crtc DSC status

[PATCH] drm/i915/dp: Handle VSC SDP revision 7 in unpack
 2026-06-09 13:27 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/dp: Handle VSC SDP revision 7 in unpack (rev3)

[PATCH v4 0/8] drm: handle IRQ_HPD events correctly
 2026-06-09 13:20 UTC  (3+ messages)
` [PATCH v4 1/8] drm/connector: report out-of-band IRQ_HPD events

[PATCH] drm/i915/psr: Do not check display or eDP revision for DP
 2026-06-09 13:12 UTC  (2+ messages)


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