Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83664e74 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: update qsync calculation for command mode display" into dev/msm-4.14-display

parents a7bfae8c 3f30bcde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ static int _get_tearcheck_threshold(struct sde_encoder_phys *phys_enc)
	if (mode && (qsync_mode == SDE_RM_QSYNC_CONTINUOUS_MODE)) {
		u32 qsync_min_fps = 0;
		u32 default_fps = mode->vrefresh;
		u32 yres = mode->vdisplay;
		u32 yres = mode->vtotal;
		u32 slow_time_ns;
		u32 default_time_ns;
		u32 extra_time_ns;