Re: [PATCH v2 4/7] drm/msm/dpu: change catalog->perf to be a const pointer

2022-06-02 Thread Abhinav Kumar
On 6/2/2022 6:30 AM, Dmitry Baryshkov wrote: Change dpu_mdss_cfg::perf to be a const pointer rather than embedding the dpu_perf_cfg struct into the struct dpu_mdss_cfg. Reported-by: kernel test robot Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar ---

[PATCH v2 4/7] drm/msm/dpu: change catalog->perf to be a const pointer

2022-06-02 Thread Dmitry Baryshkov
Change dpu_mdss_cfg::perf to be a const pointer rather than embedding the dpu_perf_cfg struct into the struct dpu_mdss_cfg. Reported-by: kernel test robot Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 20 +--