disp: msm: dsi: add support for dsi dynamic clock switch
This change adds support for dynamic switching of dsi clocks to avoid RF interference issues. Also with dynamic dsi clock switch feature coming into picture, now populate the supported refresh rate as list instead of providing a range. Modify the logic to enumerate all the modes in dsi driver, taking dynamic bit clocks, resolutions and refresh rates into account. Change-Id: I5b6e62bc935cf2234bdd96fcb3c7537b4e735fff Signed-off-by: Sandeep Panda <spanda@codeaurora.org> Signed-off-by: Ritesh Kumar <riteshk@codeaurora.org> Signed-off-by: Yujun Zhang <yujunzhang@codeaurora.org>
This commit is contained in:
@@ -823,6 +823,12 @@ struct dsi_ctrl_hw_ops {
|
||||
* @enable: Bool to control continuous clock request.
|
||||
*/
|
||||
void (*set_continuous_clk)(struct dsi_ctrl_hw *ctrl, bool enable);
|
||||
|
||||
/**
|
||||
* hw.ops.wait4dynamic_refresh_done() - Wait for dynamic refresh done
|
||||
* @ctrl: Pointer to the controller host hardware.
|
||||
*/
|
||||
int (*wait4dynamic_refresh_done)(struct dsi_ctrl_hw *ctrl);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Fai riferimento in un nuovo problema
Block a user