Merge "disp: msm: add allowed_mode_switch blob property"

This commit is contained in:
qctecmdr
2020-09-12 00:11:58 -07:00
zatwierdzone przez Gerrit - the friendly Code Review server
7 zmienionych plików z 129 dodań i 0 usunięć

Wyświetl plik

@@ -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;
};
/**