Merge "disp: msm: sde: add support for qsync min fps list"

This commit is contained in:
qctecmdr
2020-10-19 16:18:30 -07:00
committed by Gerrit - the friendly Code Review server
12 changed files with 166 additions and 17 deletions

View File

@@ -962,7 +962,7 @@ static int _get_tearcheck_threshold(struct sde_encoder_phys *phys_enc)
if (phys_enc->parent_ops.get_qsync_fps)
phys_enc->parent_ops.get_qsync_fps(
phys_enc->parent, &qsync_min_fps);
phys_enc->parent, &qsync_min_fps, 0);
if (!qsync_min_fps || !default_fps || !yres) {
SDE_ERROR_CMDENC(cmd_enc,