Merge "drm/msm/sde: fix pp_4 and pp_5 done irq register enable" into dev/msm-4.14-display

This commit is contained in:
Linux Build Service Account 2018-07-27 13:37:14 -07:00 committed by Gerrit - the friendly Code Review server
commit bf0fd5ea36

View File

@ -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 */