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

Commit e12d7388 authored by Steve Cohen's avatar Steve Cohen Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: remove duplicate event log in video vblank irq



Remove an eventlog containing information that has already been
recorded during the video mode physical encoder vblank irq.

Change-Id: Ie4a75aac8af8ea609ecf24feccce70c6113a727c
Signed-off-by: default avatarSteve Cohen <cohens@codeaurora.org>
parent a7354462
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -475,8 +475,6 @@ static void sde_encoder_phys_vid_vblank_irq(void *arg, int irq_idx)
	SDE_EVT32_IRQ(DRMID(phys_enc->parent), phys_enc->hw_intf->idx - INTF_0,
			old_cnt, new_cnt, reset_status ? SDE_EVTLOG_ERROR : 0,
			flush_register, event);
	SDE_EVT32_IRQ(DRMID(phys_enc->parent), phys_enc->hw_intf->idx - INTF_0,
			old_cnt, new_cnt, flush_register, event);

	/* Signal any waiting atomic commit thread */
	wake_up_all(&phys_enc->pending_kickoff_wq);