Re: [PATCH v4 0/2] retrieve DSI DSC through priv-dsi[0]

2023-06-21 Thread Marijn Suijten
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? - Mari

[PATCH v4 0/2] retrieve DSI DSC through priv-dsi[0]

2023-06-21 Thread Kuogee Hsieh
moving retrieving struct drm_dsc_cofnig from setup_display to atomic_enable() and delete struct drm_dsc_config from struct msm_display_info. 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 driv