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:
Raviteja Tamatam
2020-09-30 10:52:58 +05:30
vanhempi 4e1159d7c6
commit e5ff0b8f30
12 muutettua tiedostoa jossa 166 lisäystä ja 17 poistoa

Näytä tiedosto

@@ -739,6 +739,7 @@ struct msm_resource_caps_info {
* @poms_align_vsync: poms with vsync aligned
* @roi_caps: Region of interest capability info
* @qsync_min_fps Minimum fps supported by Qsync feature
* @has_qsync_min_fps_list True if dsi-supported-qsync-min-fps-list exits
* @te_source vsync source pin information
* @dsc_count: max dsc hw blocks used by display (only available
* for dsi display)
@@ -767,6 +768,8 @@ struct msm_display_info {
struct msm_roi_caps roi_caps;
uint32_t qsync_min_fps;
bool has_qsync_min_fps_list;
uint32_t te_source;
uint32_t dsc_count;