Re: [PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-11 Thread Marijn Suijten
On 2023-01-09 20:30:01, Dmitry Baryshkov wrote: > The usual problem is that there are two dimensions: with each > generations there are new (and removed) features, but on the other hand > within each generation there are units that are feature-rich and the > ones that are feature-deprived. qcm2

Re: [PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-09 Thread Dmitry Baryshkov
On 09/01/2023 19:10, Marijn Suijten wrote: On 2023-01-09 11:22:42, Dmitry Baryshkov wrote: On Mon, 9 Jan 2023 at 10:34, Marijn Suijten wrote: On 2023-01-08 23:11:13, Dmitry Baryshkov wrote: Different entries into the catalog were added quite randomly. Enforce the sorting order of some kind.

Re: [PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-09 Thread Marijn Suijten
On 2023-01-09 11:22:42, Dmitry Baryshkov wrote: > On Mon, 9 Jan 2023 at 10:34, Marijn Suijten > wrote: > > > > On 2023-01-08 23:11:13, Dmitry Baryshkov wrote: > > > Different entries into the catalog were added quite randomly. Enforce > > > the sorting order of some kind. It is not alphabetic to p

Re: [PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-09 Thread Dmitry Baryshkov
On Mon, 9 Jan 2023 at 10:34, Marijn Suijten wrote: > > On 2023-01-08 23:11:13, Dmitry Baryshkov wrote: > > Different entries into the catalog were added quite randomly. Enforce > > the sorting order of some kind. It is not alphabetic to prevent the > > patch from growing uncontrollably. > > Why no

Re: [PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-09 Thread Marijn Suijten
On 2023-01-08 23:11:13, Dmitry Baryshkov wrote: > Different entries into the catalog were added quite randomly. Enforce > the sorting order of some kind. It is not alphabetic to prevent the > patch from growing uncontrollably. Why not sort these chronologically based on DPU hardware revision in th

[PATCH] drm/msm/dpu: sort entries in the HW catalog

2023-01-08 Thread Dmitry Baryshkov
Different entries into the catalog were added quite randomly. Enforce the sorting order of some kind. It is not alphabetic to prevent the patch from growing uncontrollably. Thus SDM comes before SC and SM platforms and QCM is kept as the last one. There are no functional changes in this patch. Sig