Re: [PATCH 8/8] drm/msm/dpu: remove unused fields from struct dpu_core_perf

2023-07-03 Thread Abhinav Kumar
On 6/19/2023 5:08 PM, Dmitry Baryshkov wrote: Remove dpu_core_perf::dev and dpu_core_perf::debugfs_root fields, they are not used by the code. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 2 -- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h | 4

Re: [PATCH 8/8] drm/msm/dpu: remove unused fields from struct dpu_core_perf

2023-06-20 Thread Konrad Dybcio
On 20.06.2023 02:08, Dmitry Baryshkov wrote: > Remove dpu_core_perf::dev and dpu_core_perf::debugfs_root fields, they > are not used by the code. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad > drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 2 -- > drivers/gpu/dr

[PATCH 8/8] drm/msm/dpu: remove unused fields from struct dpu_core_perf

2023-06-19 Thread Dmitry Baryshkov
Remove dpu_core_perf::dev and dpu_core_perf::debugfs_root fields, they are not used by the code. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 2 -- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h | 4 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 2 +-