drm/msm/dsi-staging: update frame transfer time calculations

Change updates frame transfer time calculations. Frame threshold
is provided as input to decide on the final transfer time.
Panel dsi clock node followed by mdp transfer time node
will take priority in selecting final transfer time than frame
threshold time.

Change-Id: I40c3abfc635cd9b338b705535612ac32e047ce6e
Signed-off-by: Vara Reddy <varar@codeaurora.org>
此提交包含在:
Vara Reddy
2019-06-12 17:28:42 -07:00
父節點 9d87e36a77
當前提交 98ac941a1b
共有 5 個檔案被更改,包括 28 行新增13 行删除

查看文件

@@ -300,6 +300,6 @@ int dsi_panel_parse_esd_reg_read_configs(struct dsi_panel *panel);
void dsi_panel_ext_bridge_put(struct dsi_panel *panel);
void dsi_panel_calc_dsi_transfer_time(struct dsi_host_common_cfg *config,
struct dsi_mode_info *timing);
struct dsi_display_mode *mode, u32 frame_threshold_us);
#endif /* _DSI_PANEL_H_ */