Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-21 20:56:59 to 2026-04-24 10:20:01 UTC [more...]

[PATCH v3 00/20] drm/atomic: Rework initial state allocation
 2026-04-24 10:19 UTC  (21+ messages)
` [PATCH v3 01/20] drm/atomic: Document atomic state lifetime
` [PATCH v3 02/20] drm/colorop: Fix typos in the doc
` [PATCH v3 03/20] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v3 04/20] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v3 05/20] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v3 06/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v3 07/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v3 08/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v3 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v3 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v3 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v3 12/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v3 13/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v3 14/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v3 15/20] drm/connector: Add new atomic_create_state callback
` [PATCH v3 16/20] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v3 17/20] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v3 18/20] drm/tidss: Switch "
` [PATCH v3 19/20] drm/tidss: Convert to atomic_create_state
` [PATCH v3 20/20] drm/bridge_connector: "

[PATCH 00/16] drm/i915: Introduce 'fb_pin' parent interface
 2026-04-24 10:13 UTC  (29+ messages)
` [PATCH 01/16] drm/i915: Introduce intel_parent_fb_pin_get_map()
` [PATCH 02/16] drm/i915: Move intel_fb_pin_params to the parent interface
` [PATCH 03/16] drm/i915: Move the i915_dpt_offset()==0 assert
` [PATCH 04/16] drm/i915: Reorganize intel_plane_pin_fb() a bit
` [PATCH 05/16] drm/i915: Introduce i915_fb_pin_dpt_(un)pin()
` [PATCH 06/16] drm/i915: Introduce i915_fb_pin_ggtt_(un)pin()
` [PATCH 07/16] drm/xe: Move the FORCE_WC assert into __xe_pin_fb_vma()
` [PATCH 08/16] drm/xe: Kill the fbdev vma reuse hack
` [PATCH 09/16] drm/xe: Reorganize intel_plane_pin_fb() a bit
` [PATCH 10/16] drm/xe: Introduce xe_fb_pin_dpt_(un)pin()
` [PATCH 11/16] drm/xe: Introduce xe_fb_pin_ggtt_(un)pin()
` [PATCH 12/16] drm/xe: Restructure reuse_vma()
` [PATCH 13/16] drm/i915: Introduce the main fb_pin parent interface
` [PATCH 14/16] drm/i915/fbdev: Use intel_parent_fb_pin_ggtt_(un)pin()
` [PATCH 15/16] drm/xe: Use xe_fb_pin_ggtt_pin() for the initial FB pin
` [PATCH 16/16] drm/i915: Consolidate the intel_plane_(un)pin_fb() implementations
` ✗ Fi.CI.BUILD: failure for drm/i915: Introduce 'fb_pin' parent interface

[PATCH v2 1/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
 2026-04-24 10:07 UTC  (6+ messages)
` [PATCH v2 2/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe
` [PATCH v2 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [PATCH v2 4/4] drm/i915: Fix color blob reference handling in intel_plane_state
` ✓ i915.CI.BAT: success for series starting with [v2,1/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
` ✗ i915.CI.Full: failure "

[PATCH v7 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-24 10:06 UTC  (7+ messages)
` [PATCH v7 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
` [PATCH v7 2/2] drm/i915/selftests: Run vma tests only if current->mm is present
` ✓ i915.CI.BAT: success for drm/i915/selftests: Use safe userspace memory for mappings
` ✓ i915.CI.Full: "

[RESEND PATCH 0/7] AS SDP cleanups and additions for Panel Replay + VRR
 2026-04-24  9:34 UTC  (8+ messages)
` [RESEND PATCH 1/7] drm/dp: Rename and relocate AS SDP payload field masks
` [RESEND PATCH 2/7] drm/dp: Clean up DPRX feature enumeration macros
` [RESEND PATCH 3/7] drm/dp: Add bits for AS SDP FAVT Payload Fields Parsing support
` [RESEND PATCH 4/7] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [RESEND PATCH 5/7] drm/dp: Store coasting vtotal in struct drm_dp_as_sdp
` [RESEND PATCH 6/7] drm/dp: Add a helper to get the SDP type as a string
` [RESEND PATCH 7/7] drm/dp: Add target_rr_divider field in AS SDP logging

[PATCH 0/7] drm/dp: AS SDP cleanups and additions for Panel Replay + VRR
 2026-04-24  9:16 UTC  (8+ messages)
` [PATCH 1/7] drm/dp: Rename and relocate AS SDP payload field masks
` [PATCH 2/7] drm/dp: Clean up DPRX feature enumeration macros
` [PATCH 3/7] drm/dp: Add bits for AS SDP FAVT Payload Fields Parsing support
` [PATCH 4/7] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [PATCH 5/7] drm/dp: Store coasting vtotal in struct drm_dp_as_sdp
` [PATCH 6/7] drm/dp: Add a helper to get the SDP type as a string
` [PATCH 7/7] drm/dp: Add target_rr_divider field in AS SDP logging

[PATCH 0/3] Fix AS SDP and VRR handling for DP branch devices
 2026-04-24  9:09 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
` [PATCH 2/3] drm/i915/dp: Add a helper to decide if AS SDP can be used
` [PATCH 3/3] drm/i915/dp: Skip AS SDP for DP branch devices

[PATCH] i915: use display instead of dereferencing dmc in intel_dmc_update_dc6_allowed_count
 2026-04-24  8:57 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2] drm/i915/display: enable ccs modifiers on dg2
 2026-04-24  8:44 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: enable ccs modifiers on dg2 (rev2)
` ✓ i915.CI.Full: "

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-04-24  8:44 UTC  (12+ messages)
` [PATCH v2 02/20] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback
` [PATCH v2 15/20] drm/drv: Call drm_mode_config_create_state() by default

[PATCH] drm/i915/ddi: add wrapper for calling ->get_buf_trans() hook
 2026-04-24  8:28 UTC  (3+ messages)

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

[PATCH] drm/i915/display: enable ccs modifiers on dg2
 2026-04-23 20:42 UTC  (8+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 0/3] DSC max delta bpp support
 2026-04-23 19:27 UTC  (6+ messages)
` [PATCH 1/3] drm/dp: Add DP_DSC_MAX_BPP_DELTA register
` [PATCH 2/3] drm/dp: Add max bpp delta computation constants
` [PATCH 3/3] drm/i915/dp: Decode dsc max delta bpp from sink dpcd
` ✓ i915.CI.BAT: success for DSC max delta bpp support (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/dp: Change drm_err to drm_dbg_kms
 2026-04-23 14:08 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PULL] drm-misc-next-fixes
 2026-04-23 13:08 UTC 

[PATCH] drm/i915/display: Detect AuxCCS support via display parent interface
 2026-04-23 11:31 UTC  (4+ messages)
` ✓ i915.CI.Full: success for drm/i915/display: Detect AuxCCS support via display parent interface (rev2)

[PATCH v4 00/13] CMTG enablement
 2026-04-23 11:07 UTC  (9+ messages)
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG

[PATCH] drm/i915/display: Add quirk for interlane align bit on CH7511
 2026-04-23 10:26 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 0/6] Enable joiner cursor fast updates
 2026-04-23 10:11 UTC  (10+ 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: Sync joiner "
` [PATCH 5/6] drm/i915/cursor: Program secondary cursor planes
` [PATCH 6/6] drm/i915/cursor: Allow joiner cursor fast path update
` ✓ i915.CI.BAT: success for Enable joiner cursor fast updates
` ✗ i915.CI.Full: failure "

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-04-23  9:38 UTC  (6+ messages)
` [PATCH v2 01/13] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX

[PULL] drm-misc-fixes
 2026-04-23  5:41 UTC 

[PATCH v2 00/13] drm/i915/display: Add DC3CO support
 2026-04-23  4:59 UTC  (16+ messages)
` [PATCH v2 01/13] drm/i915/display: Remove TGL "
` [PATCH v2 02/13] drm/i915/display: Switch DC3Co enable from standalone bit to DC level encoding
` [PATCH v2 03/13] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH v2 04/13] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH v2 05/13] drm/i915/display: Add DC3CO support check and validate target DC state
` [PATCH v2 06/13] drm/i915/display: Add HAS_DC3CO() macro
` [PATCH v2 07/13] drm/i915/display: Add DC3CO eligibility computation
` [PATCH v2 08/13] drm/i915/display: Store DC3CO eligibility in PSR state
` [PATCH v2 09/13] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH v2 10/13] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH v2 11/13] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH v2 12/13] drm/i915/display: Add helper to enable DC counter
` [PATCH v2 13/13] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` ✓ i915.CI.BAT: success for drm/i915/display: Add DC3CO support (rev2)
` ✗ i915.CI.Full: failure "

[PATCH 00/19] drm/i915/display: Add DC3CO support
 2026-04-22 14:56 UTC  (16+ messages)
` [PATCH 08/19] drm/i915/display: Add DC3CO eligibility computation
` [PATCH 12/19] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH 14/19] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH 15/19] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH 19/19] drm/i915/display: PSR set idle frames while exit from DC3CO

Regression on linux-next (next-20260324 )
 2026-04-22 12:07 UTC  (16+ messages)
` ✗ LGCI.VerificationFailed: failure for Regression on linux-next (next-20260324 ) (rev5)

[PULL] topic/pipe-reorder for drm-intel-next and possibly v7.1-rc1
 2026-04-22  0:44 UTC  (2+ messages)

[PULL] drm-intel-next-fixes
 2026-04-22  7:53 UTC 

[PATCH] [RFC]: drm/i915/display: Fix vblank timestamps for fixed RR on VRR-TG-always platforms
 2026-04-22  4:18 UTC  (3+ messages)

[PATCH] drm/i915/dp: Ignore HPD when in DPLL enable/disable cycle
 2026-04-22  2:46 UTC  (3+ messages)

[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
 2026-04-21 21:41 UTC  (6+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP


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