forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/drm/bridge/analogix_dp.h
....@@ -43,6 +43,11 @@
4343 bool ssc;
4444
4545 bool split_mode;
46
+
47
+ /* split with other display interface */
48
+ bool dual_connector_split;
49
+ bool left_display;
50
+
4651 struct analogix_dp_device *left;
4752 struct analogix_dp_device *right;
4853