Re: [PATCH v3 04/10] drm/msm/dsi: dsi_cfg: Deduplicate identical structs

2023-03-14 Thread Konrad Dybcio
On 14.03.2023 00:55, Marijn Suijten wrote: > On 2023-03-07 14:01:42, Konrad Dybcio wrote: >> Some structs were defined multiple times for no apparent reason. >> Deduplicate them. >> >> Reviewed-by: Dmitry Baryshkov >> Signed-off-by: Konrad Dybcio > > Seems a bit inconsistent to name some of t

Re: [PATCH v3 04/10] drm/msm/dsi: dsi_cfg: Deduplicate identical structs

2023-03-13 Thread Marijn Suijten
On 2023-03-07 14:01:42, Konrad Dybcio wrote: > Some structs were defined multiple times for no apparent reason. > Deduplicate them. > > Reviewed-by: Dmitry Baryshkov > Signed-off-by: Konrad Dybcio Seems a bit inconsistent to name some of these with their DSI host revision, and keep some named a

[PATCH v3 04/10] drm/msm/dsi: dsi_cfg: Deduplicate identical structs

2023-03-07 Thread Konrad Dybcio
Some structs were defined multiple times for no apparent reason. Deduplicate them. Reviewed-by: Dmitry Baryshkov Signed-off-by: Konrad Dybcio --- drivers/gpu/drm/msm/dsi/dsi_cfg.c | 77 +-- 1 file changed, 26 insertions(+), 51 deletions(-) diff --git a/drive