Loading drivers/gpu/drm/msm/sde/sde_encoder_phys_wb.c +6 −4 Original line number Diff line number Diff line Loading @@ -1126,6 +1126,7 @@ static void sde_encoder_phys_wb_irq_ctrl( atomic_dec_return(&phys->wbirq_refcount); for (index = 0; index < CRTC_DUAL_MIXERS; index++) if (cwb_irq_tbl[index + pp] != SDE_NONE) sde_encoder_helper_register_irq(phys, cwb_irq_tbl[index + pp]); } else if (!enable && Loading @@ -1135,6 +1136,7 @@ static void sde_encoder_phys_wb_irq_ctrl( atomic_inc_return(&phys->wbirq_refcount); for (index = 0; index < CRTC_DUAL_MIXERS; index++) if (cwb_irq_tbl[index + pp] != SDE_NONE) sde_encoder_helper_unregister_irq(phys, cwb_irq_tbl[index + pp]); } Loading Loading
drivers/gpu/drm/msm/sde/sde_encoder_phys_wb.c +6 −4 Original line number Diff line number Diff line Loading @@ -1126,6 +1126,7 @@ static void sde_encoder_phys_wb_irq_ctrl( atomic_dec_return(&phys->wbirq_refcount); for (index = 0; index < CRTC_DUAL_MIXERS; index++) if (cwb_irq_tbl[index + pp] != SDE_NONE) sde_encoder_helper_register_irq(phys, cwb_irq_tbl[index + pp]); } else if (!enable && Loading @@ -1135,6 +1136,7 @@ static void sde_encoder_phys_wb_irq_ctrl( atomic_inc_return(&phys->wbirq_refcount); for (index = 0; index < CRTC_DUAL_MIXERS; index++) if (cwb_irq_tbl[index + pp] != SDE_NONE) sde_encoder_helper_unregister_irq(phys, cwb_irq_tbl[index + pp]); } Loading