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

Commit 427fe3ac 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: avoid triggeering vsync callback on CWB encoder" into dev/msm-4.14-display

parents 40d4e973 5e577a52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1072,7 +1072,7 @@ static void _sde_encoder_phys_wb_frame_done_helper(void *arg, bool frame_error)
		phys_enc->parent_ops.handle_frame_done(phys_enc->parent,
				phys_enc, event);

	if (phys_enc->parent_ops.handle_vblank_virt)
	if (phys_enc->parent_ops.handle_vblank_virt && !phys_enc->in_clone_mode)
		phys_enc->parent_ops.handle_vblank_virt(phys_enc->parent,
				phys_enc);