[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
2026-04-29 7:36 UTC (111+ 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()
` [PATCH 026/108] drm/i915/dp_link_training: Document DP link recovery logic
` [PATCH 027/108] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH 028/108] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH 029/108] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH 030/108] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH 031/108] drm/i915/dp_link_caps: Move forced link param "
` [PATCH 032/108] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH 033/108] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH 034/108] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH 035/108] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH 036/108] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH 037/108] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH 038/108] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH 039/108] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH 040/108] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH 041/108] drm/i915/dp_link_caps: Add helper to get all supported link rates
` [PATCH 042/108] drm/i915/dp_link_caps: Add helper to get the number of "
` [PATCH 043/108] drm/i915/dp_link_caps: Add helper to get common rate index
` [PATCH 044/108] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct
` [PATCH 045/108] drm/i915/dp_link_caps: Track max common lane count in link_caps
` [PATCH 046/108] drm/i915/dp_link_caps: Move max lane count change detection to link_caps
` [PATCH 047/108] drm/i915/dp_link_caps: Use max common lane count from link_caps
` [PATCH 048/108] drm/i915/dp_link_caps: Move updating max link limits to link_caps update
` [PATCH 049/108] drm/i915/dp_link_caps: Add helpers to get max link limits
` [PATCH 050/108] drm/i915/dp_link_caps: Add helpers to set "
` [PATCH 051/108] drm/i915/dp_link_caps: Validate "
` [PATCH 052/108] drm/i915/dp_link_caps: Add helper to reset "
` [PATCH 053/108] drm/i915/dp_link_caps: Add helper to reset link_caps state
` [PATCH 054/108] drm/i915/dp_link_caps: Move max link limits to link_caps
` [PATCH 055/108] drm/i915/dp_link_caps: Pass link_caps to static functions
` [PATCH 056/108] drm/i915/dp_link_caps: Pass link_caps to config update/lookup helpers
` [PATCH 057/108] drm/i915/dp_link_caps: Pass link_caps to common rate helpers
` [PATCH 058/108] drm/i915/dp_link_caps: Add link_caps prefix "
` [PATCH 059/108] drm/i915/dp_link_caps: Add missing documentation to exported functions
` [PATCH 060/108] drm/i915/dp_link_caps: Set forced link params before resetting link params
` [PATCH 061/108] drm/i915/dp_link_caps: Adjust max_limits during link config update
` [PATCH 062/108] drm/i915/dp_link_caps: Adjust max_limits when setting or resetting it
` [PATCH 063/108] drm/i915/dp: Simplify the modeset max link rate limit computation
` [PATCH 064/108] drm/i915/dp: Query max limits via link_caps during mode validation
` [PATCH 065/108] drm/i915/dp_tunnel: Query max link limits via link_caps for BW computation
` [PATCH 066/108] drm/i915/doc: Document DP link capabilities
` [PATCH 067/108] drm/i915/dp_link_caps: Move config table members to a substruct
` [PATCH 068/108] drm/i915/dp_link_caps: Factor out a helper to look up a config table rate
` [PATCH 069/108] drm/i915/dp_link_caps: Pass config table pointer to rate lookup helper
` [PATCH 070/108] drm/i915/dp_link_caps: Factor out helper to get link config from table by index
` [PATCH 071/108] drm/i915/dp_link_caps: Add helper to get config at iterator position
` [PATCH 072/108] drm/i915/dp_link_caps: Add helper to find position of matching config
` [PATCH 073/108] drm/i915/dp_link_training: Reset the max link limits in the fallback code
` [PATCH 074/108] drm/i915/dp_link_training: Use config iterator for BW-order fallback
` [PATCH 075/108] drm/i915/dp_link_training: Look up configurations using fuzzy rate matching
` [PATCH 076/108] drm/i915/dp_link_caps: Pass table pointer to the sort compare function
` [PATCH 077/108] drm/i915/dp_link_caps: Compare config tables instead of link parameters
` [PATCH 078/108] drm/i915/dp_link_caps: Precompute config table before update
` [PATCH 079/108] drm/i915/dp_link_caps: Compare internal config entries during table matching
` [PATCH 080/108] drm/i915/dp_link_caps: Use virtual config indexing in config table
` [PATCH 081/108] drm/i915/dp_link_caps: Simplify idx->link rate/lane count lookup
` [PATCH 082/108] drm/i915/dp_link_caps: Simplify BW order pos->config index array
` [PATCH 083/108] drm/i915/dp_link_caps: Add helper to get iteration order for a connector
` [PATCH 084/108] drm/i915/dp_link_caps: Add reset and merge update modes
` [PATCH 085/108] drm/i915/dp_link_caps: Add mask for disabled link configurations
` [PATCH 086/108] drm/i915/dp_link_caps: Add link configuration iterators
` [PATCH 087/108] drm/i915/dp_link_caps: Preserve disabled config mask during merge update
` [PATCH 088/108] drm/i915/dp_link_caps: Account for disabled configs during max link info update
` [PATCH 089/108] drm/i915/dp_link_caps: Add debugfs entry showing allowed configurations
` [PATCH 090/108] drm/i915/dp: Add a mask of valid configurations for modeset computation
` [PATCH 091/108] drm/i915/dp: Iterate configurations via link_caps for SST non-DSC
` [PATCH 092/108] drm/i915/dp: Iterate configurations via link_caps for SST DSC
` [PATCH 093/108] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH 094/108] drm/i915/dp_mst: Use link caps for non-DSC "
` [PATCH 095/108] drm/i915/dp_mst: Use link caps for MST DSC "
` [PATCH 096/108] drm/i915/dp_test: Use link caps for compliance link configs
` [PATCH 097/108] drm/i915/dp: Remove min/max link config limits
` [PATCH 098/108] drm/i915/dp_link_training: Account for disabled configs during SST fallback
` [PATCH 099/108] drm/i915/dp_link_training: Disable failed config during fallback
` [PATCH 100/108] drm/i915/kunit: Enable KUnit tests
` [PATCH 101/108] drm/i915/kunit: Add DP link test stub
` [PATCH v2 "
` [PATCH 102/108] drm/xe/kunit: Add display test config
` [PATCH 103/108] drm/xe/kunit: Build DP link display tests
` [PATCH 104/108] drm/i915/kunit: setup DP link test context
` [PATCH 105/108] drm/i915/kunit: Export link training and caps funcs for testing
` [PATCH 106/108] drm/i915/kunit: DP link: add baseline fixed table reference test
` [PATCH 107/108] drm/i915/kunit: DP link: add update config tests
` [PATCH 108/108] drm/i915/kunit: DP link: add fallback tests
` ✗ Fi.CI.BUILD: failure for drm/i915/dp_link: Refactor DP link capability logic
[PATCH v2 00/13] drm/i915/display: Add DC3CO support
2026-04-29 7:31 UTC (7+ messages)
` [PATCH v2 05/13] drm/i915/display: Add DC3CO support check and validate target DC state
` [PATCH v2 07/13] drm/i915/display: Add DC3CO eligibility computation
[PATCH] drm/i915/display: Avoid stale PIPE_SCANLINE values after crtc_enable
2026-04-29 6:35 UTC (3+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success for drm/i915/display: Avoid stale PIPE_SCANLINE values after crtc_enable (rev2)
[PATCH v7 0/2] drm/i915/selftests: Use safe userspace memory for mappings
2026-04-29 6:12 UTC (8+ 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
[PATCH v2] drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk
2026-04-29 6:09 UTC (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk (rev4)
` ✓ i915.CI.BAT: success for drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk (rev5)
[PATCH 1/2] drm/atomic: prefer drm_printf_indent() over inline \t
2026-04-29 5:53 UTC (4+ messages)
` [PATCH 2/2] drm/bridge: "
[PATCH 0/6] Enable joiner cursor fast updates
2026-04-29 0:51 UTC (9+ 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 (rev2)
` ✓ i915.CI.Full: "
[RFC PATCH] drm/i915/psr: Prevent DC entry during active vblank for Panel Replay
2026-04-28 23:56 UTC (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "
[PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk
2026-04-28 23:01 UTC (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk (rev2)
` ✓ i915.CI.Full: "
[PATCH v5 0/8] drm/i915: move more display dependencies from i915
2026-04-28 19:21 UTC (11+ 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)
` ✗ i915.CI.Full: failure "
[PATCH v3] drm/i915/dg2: Add per-context control for Wa_22013059131
2026-04-28 17:41 UTC (3+ messages)
[PATCH 0/2] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
2026-04-28 16:45 UTC (6+ 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
` ✗ i915.CI.Full: failure "
[PATCH][next] drm/i915/gvt: Avoid -Wflex-array-member-not-at-end warning
2026-04-28 16:32 UTC (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH 0/9] AS SDP cleanups and additions for Panel Replay + VRR
2026-04-28 15:52 UTC (13+ 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)
` ✓ i915.CI.Full: "
[PATCH] drm/i915: skip __i915_request_skip() for already signaled requests
2026-04-28 15:10 UTC (3+ messages)
[PATCH] drm/i915: replace fetch_and_zero() with kernel xchg()
2026-04-28 14:47 UTC (3+ messages)
[PATCH 0/3] Fix AS SDP and VRR handling for DP branch devices
2026-04-28 11:07 UTC (2+ messages)
[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
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-28 9:36 UTC (20+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [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 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[RESEND PATCH 0/7] AS SDP cleanups and additions for Panel Replay + VRR
2026-04-28 7:48 UTC (9+ 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
[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 (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: enable ccs modifiers on dg2 (rev3)
[PATCH 1/1] drm/i915/guc: Avoid tasklet_kill hang after submission deadlock
2026-04-27 20:31 UTC (2+ messages)
` ✓ i915.CI.Full: success for series starting with [1/1] "
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox