Re: [PATCH v7 00/10] drm/msm/dpu: simplify DPU sub-blocks info

2023-12-04 Thread Dmitry Baryshkov
On Sat, 02 Dec 2023 01:40:24 +0200, Dmitry Baryshkov wrote: > The handling code also usually knows, which sub-block it is now looking > at. Drop unused 'id' field and arguments and merge some of sub-block > declarations. > > While we are at it, also fix all VIG subblocks to contain correct scale

[PATCH v7 00/10] drm/msm/dpu: simplify DPU sub-blocks info

2023-12-01 Thread Dmitry Baryshkov
The handling code also usually knows, which sub-block it is now looking at. Drop unused 'id' field and arguments and merge some of sub-block declarations. While we are at it, also fix all VIG subblocks to contain correct scaler block version and drop the becoming unused QSEED-related feature bits.