public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 10:19:37 to 2026-04-28 12:53:29 UTC [more...]

[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
 2026-04-28 12:51 UTC  (26+ messages)
` [PATCH 001/108] drm/i915/dp: Move clamping max link rate to common rates setup
` [PATCH 002/108] drm/i915/dp: Clamp max lane count to max common lane count
` [PATCH 003/108] drm/i915/dp: Bump connector epoch on link capability changes
` [PATCH 004/108] drm/i915/dp_link_training: Introduce link training state struct
` [PATCH 005/108] drm/i915/dp_link_training: Factor out link training state reset helper
` [PATCH 006/108] drm/i915/dp_link_training: Reset link training state on link capability change
` [PATCH 007/108] drm/i915/dp_link_training: Flush commits in debugfs entries
` [PATCH 008/108] drm/i915/dp_link_training: Move link training helpers to link training code
` [PATCH 009/108] drm/i915/dp_link_training: Use link_training as base pointer in debugfs
` [PATCH 010/108] drm/i915/dp_link_training: Add helpers to access force retrain state
` [PATCH 011/108] drm/i915/dp_link_training: Move link recovery/debug state to link_training
` [PATCH 012/108] drm/i915/dp_link_training: Prevent repeated autoretrain attempts
` [PATCH 013/108] drm/i915/dp_link_training: Clamp sequential link training failure counter
` [PATCH 014/108] drm/i915/dp_link_training: Check for pending autoretrain explicitly
` [PATCH 015/108] drm/i915/dp_link_training: Add helper to query pending autoretrain
` [PATCH 016/108] drm/i915/dp_link_training: Add helper to query allowed autoretrain
` [PATCH 017/108] drm/i915/dp_link_training: Add helper to mark link training failure
` [PATCH 018/108] drm/i915/dp_link_training: Add helper to reset link recovery state
` [PATCH 019/108] drm/i915/dp_link_training: Track link recovery state with an enum
` [PATCH 020/108] drm/i915/dp_link_training: Add no-fallback link recovery state
` [PATCH 021/108] drm/i915/display: Factor out a helper to modeset a pipe with atomic state
` [PATCH 022/108] drm/i915/display: Simplify intel_modeset_commit_pipes_for_atomic_state()
` [PATCH 023/108] drm/i915/dp_link_training: Allocate atomic state for autoretrain modeset
` [PATCH 024/108] drm/i915/dp_link_training: Disallow autoretrains after failed modeset
` [PATCH 025/108] drm/i915/dp_link_training: Fix kernel-doc of intel_dp_init_lttpr_and_dprx_caps()

[RFC PATCH] drm/i915/psr: Prevent DC entry during active vblank for Panel Replay
 2026-04-28 12:39 UTC 

[PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk
 2026-04-28 12:25 UTC  (2+ messages)

[PATCH v5 0/8] drm/i915: move more display dependencies from i915
 2026-04-28 11:49 UTC  (10+ messages)
` [PATCH v5 1/8] drm/i915: move SKL clock gating init to display
` [PATCH v5 2/8] drm/i915: move KBL "
` [PATCH v5 3/8] drm/i915/display: move CFL "
` [PATCH v5 4/8] drm/i915/display: move BXT "
` [PATCH v5 5/8] drm/i915/display: move GLK "
` [PATCH v5 6/8] drm/i915/display: move HSW and BDW "
` [PATCH v5 7/8] drm/i915/display: move pre-HSW "
` [PATCH v5 8/8] drm/i915: remove HAS_PCH_NOP() dependency from clock gating
` ✓ i915.CI.BAT: success for drm/i915: move more display dependencies from i915 (rev5)

[PATCH 0/3] Fix AS SDP and VRR handling for DP branch devices
 2026-04-28 11:07 UTC  (7+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success "
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH 0/9] AS SDP cleanups and additions for Panel Replay + VRR
 2026-04-28 10:17 UTC  (12+ messages)
` [PATCH 1/9] drm/dp: Rename and relocate AS SDP payload field masks
` [PATCH 2/9] drm/dp: Clean up DPRX feature enumeration macros
` [PATCH 3/9] drm/dp: Add bits for AS SDP FAVT Payload Fields Parsing support
` [PATCH 4/9] drm/dp: Add DPCD for configuring AS SDP for PR + VRR
` [PATCH 5/9] drm/dp: Refactor AS SDP logging to use space-separated field names
` [PATCH 6/9] drm/dp: Store coasting vtotal in struct drm_dp_as_sdp
` [PATCH 7/9] drm/dp: Add a helper to get the SDP type as a string
` [PATCH 8/9] drm/dp: Add target_rr_divider field in AS SDP logging
` [PATCH 9/9] drm/dp: Use drm_printf_indent for DP "
` ✓ i915.CI.BAT: success for AS SDP cleanups and additions for Panel Replay + VRR (rev2)

[PATCH v4 0/8] drm/i915: move more display dependencies from i915
 2026-04-28  9:41 UTC  (6+ messages)
` [PATCH v4 5/8] drm/i915/display: move GLK clock gating init to display

[PATCH 0/2] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
 2026-04-28  9:41 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/intel_panel: Add a helper to get the highest refresh rate mode
` [PATCH 2/2] drm/i915/intel_panel: Use highest refresh rate mode for seamless VRR changes
` ✓ i915.CI.BAT: success for drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-28  9:36 UTC  (26+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[PATCH][next] drm/i915/gvt: Avoid -Wflex-array-member-not-at-end warning
 2026-04-28  7:53 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[RESEND PATCH 0/7] AS SDP cleanups and additions for Panel Replay + VRR
 2026-04-28  7:48 UTC  (13+ messages)
` [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
` ✓ i915.CI.BAT: success for AS SDP cleanups and additions for Panel Replay + VRR
` ✓ i915.CI.Full: "

[PATCH] drm/i915/scaler: Don't preserve scaler state over modeset/fastset
 2026-04-28  1:27 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2] drm/i915/display: enable ccs modifiers on dg2
 2026-04-27 21:17 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: enable ccs modifiers on dg2 (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 1/1] drm/i915/guc: Avoid tasklet_kill hang after submission deadlock
 2026-04-27 20:31 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for series starting with [1/1] "
` ✓ i915.CI.Full: "

[PATCH 0/9] drm/i915/casf: Integrate the sharpness filter properly into the scaler code
 2026-04-27 15:31 UTC  (5+ messages)

[PATCH] drm/xe: fix possible GGTT write ordering issue causing hard freeze on Lunar Lake
 2026-04-27 15:01 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/i915/bw: reduce the pm demand peak bw based on display data-rate
 2026-04-27 13:19 UTC  (3+ messages)

[PATCH] drm/i915: replace fetch_and_zero() with kernel xchg()
 2026-04-27 12:54 UTC  (6+ messages)

[PATCH 00/16] drm/i915: Introduce 'fb_pin' parent interface
 2026-04-27 12:08 UTC  (13+ messages)
` [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

[PATCH 0/6] drm/i915: crtc iteration cleanups
 2026-04-27 11:04 UTC  (7+ messages)
` [PATCH 1/6] drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 display
` [PATCH 2/6] drm/i915/display: switch from drm_for_each_crtc() to for_each_intel_crtc()
` [PATCH 3/6] drm/i915/display: always pass display->drm to for_each_intel_crtc*()
` [PATCH 4/6] drm/i915/display: pass struct intel_display to all for_each_intel_crtc*() macros
` [PATCH 5/6] drm/i915/display: stop passing i to for_each_*_intel_crtc_in_state() macros
` [PATCH 6/6] drm/i915/display: stop passing i to for_each_pipe_crtc_modeset_{enable, disable}()

[PATCH] drm/i915/dp: Change drm_err to drm_dbg_kms
 2026-04-27  8:51 UTC  (2+ messages)

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

[PATCH 0/6] Enable joiner cursor fast updates
 2026-04-27  6:14 UTC  (4+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status

[PATCH v2 00/13] drm/i915/display: Add DC3CO support
 2026-04-27  6:06 UTC  (14+ messages)
` [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 v3 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
 2026-04-25 23:18 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915: Fix CDCLK and scaler prefill calculations (rev4)
` ✓ i915.CI.Full: "

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

[PATCH v14 00/28] Add new general DRM property "color format"
 2026-04-25 11:09 UTC  (7+ messages)
` [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] drm/i915/sdvo: use the i2c bus locking functions
 2026-04-24 21:00 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v3 00/20] drm/atomic: Rework initial state allocation
 2026-04-24 15:13 UTC  (12+ messages)
` [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: "
` ✓ i915.CI.BAT: success for drm/atomic: Rework initial state allocation (rev2)
` ✓ i915.CI.Full: "

[PATCH v11 0/7] User readable error codes on atomic_ioctl failure
 2026-04-24 14:00 UTC  (5+ messages)

[PULL] drm-misc-next
 2026-04-24 12:52 UTC  (3+ messages)

[PATCH v14 00/92] dyndbg: enable 0-off-cost for all of __drm_debug
 2026-04-23 20:54 UTC  (20+ messages)
` [PATCH v14 01/92] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v14 02/92] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v14 03/92] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v14 04/92] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v14 05/92] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v14 06/92] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v14 07/92] docs/dyndbg: update examples \012 to \n
` [PATCH v14 08/92] docs/dyndbg: explain flags parse 1st
` [PATCH v14 09/92] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v14 10/92] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v14 11/92] dyndbg: make ddebug_class_param union members same size
` [PATCH v14 12/92] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v14 13/92] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v14 14/92] dyndbg: reduce verbose/debug clutter
` [PATCH v14 15/92] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v14 16/92] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v14 17/92] dyndbg: replace classmap list with a vector
` [PATCH v14 18/92] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v14 19/92] dyndbg,module: make proper substructs in _ddebug_info

Regression on linux-next (next-20260324 )
 2026-04-22 15:52 UTC  (12+ messages)

[PATCH v2] drm/i915/display: enable ccs modifiers on dg2
 2026-04-24 12:23 UTC  (5+ messages)

[PATCH v7 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-24 11:21 UTC  (4+ messages)
` [PATCH v7 1/2] drm/i915/selftests: Prevent userspace mapping invalidation


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