hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/amd/display/include/dpcd_defs.h
....@@ -43,7 +43,7 @@
4343 enum dpcd_downstream_port_type {
4444 DOWNSTREAM_DP = 0,
4545 DOWNSTREAM_VGA,
46
- DOWNSTREAM_DVI_HDMI,
46
+ DOWNSTREAM_DVI_HDMI_DP_PLUS_PLUS,/* DVI, HDMI, DP++ */
4747 DOWNSTREAM_NONDDC /* has no EDID (TV,CV) */
4848 };
4949
....@@ -149,4 +149,12 @@
149149 PSR_SINK_STATE_SINK_INTERNAL_ERROR = 7,
150150 };
151151
152
+#define DP_SOURCE_TABLE_REVISION 0x310
153
+#define DP_SOURCE_PAYLOAD_SIZE 0x311
154
+#define DP_SOURCE_SINK_CAP 0x317
155
+#define DP_SOURCE_BACKLIGHT_LEVEL 0x320
156
+#define DP_SOURCE_BACKLIGHT_CURRENT_PEAK 0x326
157
+#define DP_SOURCE_BACKLIGHT_CONTROL 0x32E
158
+#define DP_SOURCE_BACKLIGHT_ENABLE 0x32F
159
+
152160 #endif /* __DAL_DPCD_DEFS_H__ */