disp: msm: dsi: add parsing for RSC solver disable property
For higher refresh, to provide higher transfer time we need to disable RSC solver in MDP. This can be configured through the panel timing node devicetree property. This change adds the parsing of the devicetree property. Change-Id: I9e708325da35086d2f955cbcc80bb164ccb116cd Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
@@ -574,6 +574,7 @@ int dsi_conn_get_mode_info(struct drm_connector *connector,
|
||||
mode_info->panel_mode_caps = dsi_mode->panel_mode_caps;
|
||||
mode_info->mdp_transfer_time_us =
|
||||
dsi_mode->priv_info->mdp_transfer_time_us;
|
||||
mode_info->disable_rsc_solver = dsi_mode->priv_info->disable_rsc_solver;
|
||||
|
||||
memcpy(&mode_info->topology, &dsi_mode->priv_info->topology,
|
||||
sizeof(struct msm_display_topology));
|
||||
|
Reference in New Issue
Block a user