On 2023-06-21 09:18:16, Kuogee Hsieh wrote: > moving retrieving struct drm_dsc_cofnig from setup_display to > atomic_enable() and delete struct drm_dsc_config from > struct msm_display_info. Abhinav suggested to reword this for clarity in v3, but none of that seems to have made it through? - Marijn > Kuogee Hsieh (2): > drm/msm/dpu: retrieve DSI DSC struct through priv->dsi[0] > drm/msm/dpu: remove struct drm_dsc_config from struct msm_display_info > > drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 32 +++++++++++++++++++++++------ > drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h | 2 -- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 2 -- > 3 files changed, 26 insertions(+), 10 deletions(-) > > -- > 2.7.4 >