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:
@@ -798,6 +798,8 @@ static int dsi_panel_parse_timing(struct dsi_mode_info *mode,
|
||||
else
|
||||
display_mode->priv_info->mdp_transfer_time_us = 0;
|
||||
|
||||
priv_info->disable_rsc_solver = utils->read_bool(utils->data, "qcom,disable-rsc-solver");
|
||||
|
||||
rc = utils->read_u32(utils->data,
|
||||
"qcom,mdss-dsi-panel-framerate",
|
||||
&mode->refresh_rate);
|
||||
|
Reference in New Issue
Block a user