Merge "disp: msm: add allowed_mode_switch blob property"
This commit is contained in:

zatwierdzone przez
Gerrit - the friendly Code Review server

commit
b0775fe9da
@@ -681,6 +681,7 @@ struct msm_display_topology {
|
||||
* @wide_bus_en: wide-bus mode cfg for interface module
|
||||
* @mdp_transfer_time_us Specifies the mdp transfer time for command mode
|
||||
* panels in microseconds.
|
||||
* @allowed_mode_switches: bit mask to indicate supported mode switch.
|
||||
*/
|
||||
struct msm_mode_info {
|
||||
uint32_t frame_rate;
|
||||
@@ -694,6 +695,7 @@ struct msm_mode_info {
|
||||
struct msm_roi_caps roi_caps;
|
||||
bool wide_bus_en;
|
||||
u32 mdp_transfer_time_us;
|
||||
u32 allowed_mode_switches;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user