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

Commit bf0fd5ea 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: fix pp_4 and pp_5 done irq register enable" into dev/msm-4.14-display

parents 9bd2e57e 7883bc7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -412,9 +412,9 @@ static const struct sde_irq_type sde_irq_map[] = {
		SDE_INTR_PING_PONG_S0_TE_DETECTED, 1},
	{ SDE_IRQ_TYPE_RESERVED, 0, 0, 1},
	{ SDE_IRQ_TYPE_PING_PONG_COMP, PINGPONG_4,
		SDE_INTR_PING_PONG_4_DONE, 0},
		SDE_INTR_PING_PONG_4_DONE, 1},
	{ SDE_IRQ_TYPE_PING_PONG_COMP, PINGPONG_5,
		SDE_INTR_PING_PONG_5_DONE, 0},
		SDE_INTR_PING_PONG_5_DONE, 1},

	/* BEGIN MAP_RANGE: 64-95 HIST */
	/* irq_idx: 64-67 */