Re: [PATCH v13 10/10] drm/msm/dpu: tear down DSC data path when DSC disabled

2023-05-24 Thread Marijn Suijten
Title: Tear down DSC datapath on encoder cleanup (from v10 review, this is v13...) On 2023-05-22 17:00:39, Kuogee Hsieh wrote: - Marijn

[PATCH v13 10/10] drm/msm/dpu: tear down DSC data path when DSC disabled

2023-05-22 Thread Kuogee Hsieh
Unset DSC_ACTIVE bit at dpu_hw_ctl_reset_intf_cfg_v1(), dpu_encoder_unprep_dsc() and dpu_encoder_dsc_pipe_clr() functions to tear down DSC data path if DSC data path was setup previous. Changes in V10: -- pass ctl directly instead of dpu_enc to dsc_pipe_cfg() -- move both dpu_encoder_unprep_dsc()