Re: [PATCH v2 02/11] drm/msm: adreno: rename quirks that are features

2024-11-25 Thread Neil Armstrong
On 23/11/2024 20:25, Akhil P Oommen wrote: On Tue, Nov 19, 2024 at 06:56:37PM +0100, Neil Armstrong wrote: Half of the current "Quirks" are in fact features, so rename the defines with FEAT instead of QUIRK. They will be moved in a separate bitfield in a second time. No functional changes. Si

Re: [PATCH v2 02/11] drm/msm: adreno: rename quirks that are features

2024-11-23 Thread Akhil P Oommen
On Tue, Nov 19, 2024 at 06:56:37PM +0100, Neil Armstrong wrote: > Half of the current "Quirks" are in fact features, so rename > the defines with FEAT instead of QUIRK. > > They will be moved in a separate bitfield in a second time. > > No functional changes. > > Signed-off-by: Neil Armstrong >

[PATCH v2 02/11] drm/msm: adreno: rename quirks that are features

2024-11-19 Thread Neil Armstrong
Half of the current "Quirks" are in fact features, so rename the defines with FEAT instead of QUIRK. They will be moved in a separate bitfield in a second time. No functional changes. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 62 +++-