disp: msm: add qsync refresh rate support per mode
This change adds support for qsync min refresh rate per timing mode and populates qsync min refresh rate based on the current fps when qsync is enabled. Change-Id: I191d1d72e95dd065c8c0b56a6100104c00c6d8f6 Signed-off-by: Yashwanth <yvulapu@codeaurora.org>
This commit is contained in:
@@ -413,6 +413,7 @@ struct dsi_panel_cmd_set {
|
||||
* @vdc: VDC compression configuration.
|
||||
* @pclk_scale: pclk scale factor, target bpp to source bpp
|
||||
* @roi_caps: Panel ROI capabilities.
|
||||
* @qsync_min_fps: Qsync min fps rate
|
||||
*/
|
||||
struct dsi_mode_info {
|
||||
u32 h_active;
|
||||
@@ -439,6 +440,7 @@ struct dsi_mode_info {
|
||||
struct msm_display_vdc_info *vdc;
|
||||
struct msm_ratio pclk_scale;
|
||||
struct msm_roi_caps roi_caps;
|
||||
u32 qsync_min_fps;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user