aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/drm/drm_dp_helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index 8ed85b96487d..1744b18c06b3 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -72,6 +72,10 @@
72 72
73#define DP_MAIN_LINK_CHANNEL_CODING 0x006 73#define DP_MAIN_LINK_CHANNEL_CODING 0x006
74 74
75#define DP_DOWN_STREAM_PORT_COUNT 0x007
76#define DP_PORT_COUNT_MASK 0x0f
77#define DP_OUI_SUPPORT (1 << 7)
78
75#define DP_EDP_CONFIGURATION_CAP 0x00d 79#define DP_EDP_CONFIGURATION_CAP 0x00d
76#define DP_TRAINING_AUX_RD_INTERVAL 0x00e 80#define DP_TRAINING_AUX_RD_INTERVAL 0x00e
77 81