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:
@@ -82,7 +82,7 @@ struct sde_encoder_virt_ops {
|
||||
void (*handle_frame_done)(struct drm_encoder *parent,
|
||||
struct sde_encoder_phys *phys, u32 event);
|
||||
void (*get_qsync_fps)(struct drm_encoder *parent,
|
||||
u32 *qsync_fps);
|
||||
u32 *qsync_fps, u32 vrr_fps);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user