Merge "disp: msm: add changes missing during snapshots"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
9d87e36a77
@@ -238,6 +238,7 @@ enum msm_display_compression_ratio {
|
||||
* @MSM_DISPLAY_CAP_EDID: EDID supported
|
||||
* @MSM_DISPLAY_ESD_ENABLED: ESD feature enabled
|
||||
* @MSM_DISPLAY_CAP_MST_MODE: Display with MST support
|
||||
* @MSM_DISPLAY_SPLIT_LINK: Split Link enabled
|
||||
*/
|
||||
enum msm_display_caps {
|
||||
MSM_DISPLAY_CAP_VID_MODE = BIT(0),
|
||||
@@ -246,6 +247,7 @@ enum msm_display_caps {
|
||||
MSM_DISPLAY_CAP_EDID = BIT(3),
|
||||
MSM_DISPLAY_ESD_ENABLED = BIT(4),
|
||||
MSM_DISPLAY_CAP_MST_MODE = BIT(5),
|
||||
MSM_DISPLAY_SPLIT_LINK = BIT(6),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user