Merge "disp: msm: sde: dynamic lm reservation for secondary disp"

这个提交包含在:
qctecmdr
2019-05-31 16:20:33 -07:00
提交者 Gerrit - the friendly Code Review server
当前提交 b84d2c5ad0
修改 10 个文件,包含 100 行新增45 行删除

查看文件

@@ -486,7 +486,7 @@ struct msm_mode_info {
* @max_height: Max height of display. In case of hot pluggable display
* this is max height supported by controller
* @clk_rate: DSI bit clock per lane in HZ.
* @is_primary: Set to true if display is primary display
* @display_type: Enum for type of display
* @is_te_using_watchdog_timer: Boolean to indicate watchdog TE is
* used instead of panel TE in cmd mode panels
* @roi_caps: Region of interest capability info
@@ -509,7 +509,7 @@ struct msm_display_info {
uint32_t max_height;
uint64_t clk_rate;
bool is_primary;
uint32_t display_type;
bool is_te_using_watchdog_timer;
struct msm_roi_caps roi_caps;