Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-08 19:01:59 to 2026-06-10 09:19:08 UTC [more...]

[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
 2026-06-10  9:11 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 0/8] drm/i915/color: cleanup plane pre/post csc lut code
 2026-06-10  9:19 UTC  (3+ messages)

[PATCH] drm/i915/gem: Fix phys BO pread/pwrite with offset
 2026-06-10  8:06 UTC  (2+ messages)

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-06-10  6:27 UTC  (4+ 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 v1 0/9] drm/i915/scaler: allocation cleanup
 2026-06-10  5:29 UTC  (11+ 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()

[PATCH v8 00/20] CMTG enablement
 2026-06-10  5:26 UTC  (8+ 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 v17 00/28] Add new general DRM property "color format"
 2026-06-09 20:11 UTC  (31+ messages)
` [PATCH v17 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [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/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-09 19:08 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/tc: Disable outputs instead of modesetting them on link reset
 2026-06-09 18:48 UTC  (5+ messages)

[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  (7+ messages)
` [PATCH 1/2] drm/i915/display: Handle VSYNC timing in "
` [PATCH 2/2] drm/i915/panel: Preserve Vtotal-Vsync distance while adjusting vtotal
` ✗ i915.CI.BAT: failure for drm/i915: Handle VSYNC timing changes in the LRR path
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/psr: Flush on cursor update also when not using Selective Fetch
 2026-06-09 14:40 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/psr: Flush on cursor update also when not using Selective Fetch (rev2)

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

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

[PATCH 0/7] Enable FEC when using DP Panel Replay
 2026-06-09 13:45 UTC  (9+ messages)
` [PATCH 1/7] drm/i915/psr: Check FEC support for "
` [PATCH 2/7] drm/i915/psr: Stop using intel_dsc_enabled_on_link to detect crtc DSC status
` ✓ i915.CI.BAT: success for Enable FEC when using DP Panel Replay
` ✗ i915.CI.Full: failure "

[PATCH v3 0/7] don't allow changes to inactive colorops
 2026-06-09 13:36 UTC  (9+ messages)
` [PATCH v3 1/7] drm/atomic: only add states of active or transient active colorops
` [PATCH v3 2/7] drm/atomic: reject colorop update from inactive color pipeline
` [PATCH v3 3/7] drm/amd/display: don't check colorop status if its in an inactive pipeline
` [PATCH v3 4/7] drm/amd/display: truly bypass plane colorop 3x4 matrix and hdr mult
` [PATCH v3 5/7] drm/amd/display: make shaper bypass mode cleaner
` [PATCH v3 6/7] drm/amd/display: fix bnld colorop bypass mode
` [PATCH v3 7/7] drm/amd/display: allow individual colorop changes
` ✓ i915.CI.BAT: success for don't allow changes to inactive colorops (rev3)

[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)

[CI v3 00/36] For CI only: DC3CO/CMTG validation series
 2026-06-09 13:07 UTC  (38+ messages)
` [CI v3 01/36] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [CI v3 02/36] drm/i915/cmtg: Set CMTG clock select
` [CI v3 03/36] drm/i915/cmtg: Add CMTG transcoder offset in struct _device_info
` [CI v3 04/36] drm/i915/display: Pass target transcoder to intel_set_transcoder_timings()
` [CI v3 05/36] drm/i915/display: Skip DP_MIN_HBLANK_CTL programming for CMTG transcoders
` [CI v3 06/36] drm/i915/display: Pass transcoder to intel_set_transcoder_timings_lrr()
` [CI v3 07/36] drm/i915/cmtg: Set timings for CMTG by using transcoder timing helpers
` [CI v3 08/36] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [CI v3 09/36] drm/i915/cmtg: Program VRR fixed-rate timings for CMTG transcoder
` [CI v3 10/36] drm/i915/cmtg: Program VRR control register "
` [CI v3 11/36] drm/i915/cmtg: Set link M/N "
` [CI v3 12/36] drm/i915/cmtg: Add hook to enable CMTG with sync to port
` [CI v3 13/36] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [CI v3 14/36] drm/i915/cmtg: Modify existing hook to disable CMTG
` [CI v3 15/36] drm/i915/cmtg: Add CMTG interrupt handling
` [CI v3 16/36] drm/i915/cmtg: Add CMTG HWGB programming
` [CI v3 17/36] drm/i915/cmtg: Add CMTG scan line programming
` [CI v3 18/36] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [CI v3 19/36] drm/i915/cmtg: Restore CMTG after DC6 exit
` [CI v3 20/36] drm/i915/display: Remove TGL DC3CO support
` [CI v3 21/36] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [CI v3 22/36] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [CI v3 23/36] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [CI v3 24/36] drm/i915/display: Add HAS_DC3CO() macro
` [CI v3 25/36] drm/i915/display: Add DC3CO support check
` [CI v3 26/36] drm/i915/psr: Add psr2 deep sleep helper API
` [CI v3 27/36] drm/i915/display: Add DC3CO compute and set target state in commit tail
` [CI v3 28/36] drm/i915/display: Store DC3CO eligibility in PSR state
` [CI v3 29/36] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [CI v3 30/36] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [CI v3 31/36] drm/i915/display: PSR Add delayed work to exit DC3CO
` [CI v3 32/36] drm/i915/display: Add helper to enable DC counter
` [CI v3 33/36] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` [CI v3 34/36] drm/i915/display: Mask RO bits in gen9_write_dc_state()
` [CI v3 35/36] drm/i915/display: Guard CMTG function calls
` [CI v3 36/36] drm/i915/display: Enable DC3CO DC state
` ✓ i915.CI.BAT: success for For CI only: DC3CO/CMTG validation series (rev4)

[PATCH v9 0/4] drm/atomic: track individual colorop updates
 2026-06-09 11:22 UTC  (6+ messages)
` [PATCH v9 1/4] drm/colorop: Remove read-only comments from interpolation fields
` [PATCH v9 2/4] drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutable
` [PATCH v9 3/4] drm/atomic: track individual colorop updates
` [PATCH v9 4/4] drm/amd/display: use plane color_mgmt_changed to track colorop changes
` ✗ Fi.CI.BUILD: failure for drm/atomic: track individual colorop updates

[PATCH v6 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-09 11:00 UTC  (6+ messages)
` [PATCH v6 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v6 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v6 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v6 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
` ✓ i915.CI.BAT: success for drm/i915/display: harden some bit-shifting operations (rev6)

[PATCH] drm/i915/display: Skip generic pipe dpll_hw_state compare on LT PHY
 2026-06-09 10:03 UTC  (9+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v5 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-09  9:24 UTC  (6+ messages)
` [PATCH v5 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v5 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v5 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v5 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
` ✗ i915.CI.BAT: failure for drm/i915/display: harden some bit-shifting operations (rev5)

better shmem writeback interface for drm, was: Re: [PATCH 1/8] shmem: provide a shmem_write_folio wrapper
 2026-06-09  8:55 UTC 

[PATCH v2 0/2] Extend VRR safe window wait for VRR TG
 2026-06-09  8:14 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for Extend VRR safe window wait for VRR TG (rev2)
` ✓ i915.CI.Full: success "

[PATCH v7 0/8] Vswing / Pre-emphasis Override
 2026-06-09  3:48 UTC  (11+ messages)
` [PATCH v7 1/8] drm/i915/bios: search for VBT #57 by default
` [PATCH v7 2/8] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v7 3/8] drm/i915/bios: print VS/PE-O port info
` [PATCH v7 4/8] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v7 5/8] drm/i915: override Snps's VS/PE when requested
` [PATCH v7 6/8] drm/i915: override Combo's "
` [PATCH v7 7/8] drm/i915/bios: remove VS/PE-O warning
` [PATCH v7 8/8] drm/i915: override LT's VS/PE when requested
` ✓ i915.CI.BAT: success for Vswing / Pre-emphasis Override (rev2)
` ✓ i915.CI.Full: "

[PATCH 0/6] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
 2026-06-09  3:03 UTC  (3+ messages)

[PATCH v4 0/5] drm/{i915, xe}: Refactor generic_handle_irq_safe() error messages
 2026-06-09  2:42 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/{i915, xe}: Refactor generic_handle_irq_safe() error messages (rev5)
` ✓ i915.CI.Full: "

[PATCH 00/24] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification
 2026-06-09  1:08 UTC  (5+ messages)
` [PATCH 24/24] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold

[PATCH 0/1] drm-tip: build failure
 2026-06-09  0:08 UTC  (4+ messages)
  ` [PATCH 1/1] drm/amdgpu: check individual moved list instead of invalidated

[PATCH 0/2] Fix pipe fifo underruns during cdclk/DDB transitions
 2026-06-08 21:38 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH][next] drm/i915/display: make read-only array rates static const
 2026-06-08 20:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] [RFC] drm/i915/display: Fix PPC-granularity and limit 2nd scaler to 1:1
 2026-06-08 20:07 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2] drm/i915/display: Add quirk for interlane align bit on CH7511
 2026-06-08 19:31 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/display: Add quirk for interlane align bit on CH7511 (rev3)


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