Loading drivers/gpu/drm/msm/sde/sde_encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3277,7 +3277,7 @@ void sde_encoder_helper_phys_disable(struct sde_encoder_phys *phys_enc, if (wb_enc) { if (sde_encoder_helper_reset_mixers(phys_enc, wb_enc->fb_disable)) NULL)) return; if (wb_enc->hw_wb->ops.bind_pingpong_blk) { Loading drivers/gpu/drm/msm/sde/sde_encoder_phys_wb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1569,7 +1569,7 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc) goto exit; } if (sde_encoder_helper_reset_mixers(phys_enc, wb_enc->fb_disable)) if (sde_encoder_helper_reset_mixers(phys_enc, NULL)) goto exit; phys_enc->enable_state = SDE_ENC_DISABLING; Loading Loading
drivers/gpu/drm/msm/sde/sde_encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3277,7 +3277,7 @@ void sde_encoder_helper_phys_disable(struct sde_encoder_phys *phys_enc, if (wb_enc) { if (sde_encoder_helper_reset_mixers(phys_enc, wb_enc->fb_disable)) NULL)) return; if (wb_enc->hw_wb->ops.bind_pingpong_blk) { Loading
drivers/gpu/drm/msm/sde/sde_encoder_phys_wb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1569,7 +1569,7 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc) goto exit; } if (sde_encoder_helper_reset_mixers(phys_enc, wb_enc->fb_disable)) if (sde_encoder_helper_reset_mixers(phys_enc, NULL)) goto exit; phys_enc->enable_state = SDE_ENC_DISABLING; Loading