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

Commit be0ebcb2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: set different wd timer according to te source"

parents b86633e5 263ee475
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1094,7 +1094,8 @@ static void _sde_encoder_update_vsync_source(struct sde_encoder_virt *sde_enc,
			vsync_source = SDE_VSYNC_SOURCE_WD_TIMER_0 -
					sde_enc->te_source;
		else if (disp_info->is_te_using_watchdog_timer)
			vsync_source = SDE_VSYNC_SOURCE_WD_TIMER_4;
			vsync_source = SDE_VSYNC_SOURCE_WD_TIMER_4 +
					sde_enc->te_source;
		else
			vsync_source = sde_enc->te_source;