Message ID | 1676219337-6526-8-git-send-email-quic_vpolimer@quicinc.com |
---|---|
State | Accepted |
Commit | 22cb02bc96fff6ade1ed3e911d3908841054d76d |
Headers | show |
Series | [v13,01/13] drm: add helper functions to retrieve old and new crtc | expand |
diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c index 0396084..3a37429 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c @@ -588,6 +588,7 @@ static void dpu_encoder_phys_vid_disable(struct dpu_encoder_phys *phys_enc) } } + dpu_encoder_helper_phys_cleanup(phys_enc); phys_enc->enable_state = DPU_ENC_DISABLED; }