disp: msm: sde: add support for qsync min fps list
In current implementation qsync min fps is single value. It is same for all the list of supported dfps list. Added support for new dt entry dsi-supported-qsync-min-fps-list corresponding to the fps supported in the dfps list dsi-supported-dfps-list. Change-Id: Ifd5309c2f51865a3c0d9fadb65cbcd291b6ef42b Signed-off-by: Raviteja Tamatam <travitej@codeaurora.org>
This commit is contained in:
@@ -407,6 +407,16 @@ void dsi_display_put_mode(struct dsi_display *display,
|
||||
*/
|
||||
int dsi_display_get_default_lms(void *dsi_display, u32 *num_lm);
|
||||
|
||||
/**
|
||||
* dsi_display_get_qsync_min_fps() - get qsync min fps for given fps
|
||||
* @display: Handle to display.
|
||||
* @mode_fps: Fps value of current mode
|
||||
*
|
||||
* Return: error code.
|
||||
*/
|
||||
int dsi_display_get_qsync_min_fps(void *dsi_display, u32 mode_fps);
|
||||
|
||||
|
||||
/**
|
||||
* dsi_display_find_mode() - retrieve cached DSI mode given relevant params
|
||||
* @display: Handle to display.
|
||||
|
Reference in New Issue
Block a user