Merge "disp: msm: sde: add support for qsync min fps list"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
68f4129cc6
@@ -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,
|
||||
|
Reference in New Issue
Block a user