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

Commit cb34c65a 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: remove duplicate event log in video vblank irq" into dev/msm-4.14-display

parents b6e2f1c5 e12d7388
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);