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

Commit 7883bc7a authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm/sde: fix pp_4 and pp_5 done irq register enable



pp_4 and pp_5 done irq are present on intr2_status
register. Fix the interrupt register configuration
for these two interrupt status.

Change-Id: Ia8dfd972f43b5ba339633601a6971020ac673485
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 1943573b
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 */