diff options
| author | Dave Airlie <airlied@redhat.com> | 2026-03-06 17:10:00 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2026-03-06 17:10:02 +1000 |
| commit | 3fcb1cbd7678ec057c62dbfe49369cf65badf8a4 (patch) | |
| tree | 0774acdfa96e1f9578cd2af03b325e0bfd24d463 /include | |
| parent | 681d787cb61f3616dde8d4b747bacf03b3e4d665 (diff) | |
| parent | a99cac460ddeb3705cb54a8421339f351586b25d (diff) | |
Merge tag 'drm-intel-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- Fix for #7284: Lenovo T14 G7 display not refreshing
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patch.msgid.link/aakz17Jx3Ye9Vqci@jlahtine-mobl
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/display/drm_dp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h index e4eebabab975..8b15d3eeb716 100644 --- a/include/drm/display/drm_dp.h +++ b/include/drm/display/drm_dp.h @@ -571,6 +571,8 @@ # define DP_PANEL_REPLAY_LINK_OFF_SUPPORTED_IN_PR_AFTER_ADAPTIVE_SYNC_SDP (1 << 7) #define DP_PANEL_REPLAY_CAP_X_GRANULARITY 0xb2 +# define DP_PANEL_REPLAY_FULL_LINE_GRANULARITY 0xffff + #define DP_PANEL_REPLAY_CAP_Y_GRANULARITY 0xb4 /* Link Configuration */ |
