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

Commit e9826255 authored by Veera Sundaram Sankaran's avatar Veera Sundaram Sankaran
Browse files

disp: msm: sde: avoid vblank notification for cwb



The vsync callback for concurrent writeback is
not necessary. This would conflict with vblank
notification of primary as both belongs to the
same crtc.

Change-Id: Idb67915de086f94feb231d61b6f7e4e068a1ac35
Signed-off-by: default avatarVeera Sundaram Sankaran <veeras@codeaurora.org>
parent 99a18e00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ static void _sde_encoder_phys_wb_frame_done_helper(void *arg, bool frame_error)
				phys_enc, event);
	}

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