Skip to content

Commit ace7dcc

Browse files
hoganderjlahtine-intel
authored andcommitted
drm/dp: Add definition for Panel Replay full-line granularity
DP specification is saying value 0xff 0xff in PANEL REPLAY SELECTIVE UPDATE X GRANULARITY CAPABILITY registers (0xb2 and 0xb3) means full-line granularity. Add definition for this. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Jouni Högander <jouni.hogander@intel.com> Reviewed-by: Uma Shankar <uma.shankar@intel.com> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patch.msgid.link/20260225074221.1744330-1-jouni.hogander@intel.com (cherry picked from commit b933116) Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
1 parent 11439c4 commit ace7dcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/drm/display/drm_dp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@
571571
# define DP_PANEL_REPLAY_LINK_OFF_SUPPORTED_IN_PR_AFTER_ADAPTIVE_SYNC_SDP (1 << 7)
572572

573573
#define DP_PANEL_REPLAY_CAP_X_GRANULARITY 0xb2
574+
# define DP_PANEL_REPLAY_FULL_LINE_GRANULARITY 0xffff
575+
574576
#define DP_PANEL_REPLAY_CAP_Y_GRANULARITY 0xb4
575577

576578
/* Link Configuration */

0 commit comments

Comments
 (0)