Re: [Freedreno] [PATCH v3 23/25] drm/msm/dsi: remove temp data from global pll structure

2021-03-30 Thread Dmitry Baryshkov
On 30/03/2021 06:26, abhin...@codeaurora.org wrote: On 2021-03-27 04:03, Dmitry Baryshkov wrote: The 7nm, 10nm and 14nm drivers would store interim data used during VCO/PLL rate setting in the global dsi_pll_Nnm structure. Move this data structures to the onstack storage. While we are at it, dro

Re: [Freedreno] [PATCH v3 23/25] drm/msm/dsi: remove temp data from global pll structure

2021-03-29 Thread abhinavk
On 2021-03-27 04:03, Dmitry Baryshkov wrote: The 7nm, 10nm and 14nm drivers would store interim data used during VCO/PLL rate setting in the global dsi_pll_Nnm structure. Move this data structures to the onstack storage. While we are at it, drop unused/static 'config' data, unused config fields

[PATCH v3 23/25] drm/msm/dsi: remove temp data from global pll structure

2021-03-27 Thread Dmitry Baryshkov
The 7nm, 10nm and 14nm drivers would store interim data used during VCO/PLL rate setting in the global dsi_pll_Nnm structure. Move this data structures to the onstack storage. While we are at it, drop unused/static 'config' data, unused config fields, etc. Signed-off-by: Dmitry Baryshkov --- dri