Re: [PATCH v2 11/13] drm/msm/adreno: Move adreno info to config

2023-07-27 Thread Dmitry Baryshkov
On Fri, 28 Jul 2023 at 00:23, Rob Clark wrote: > > From: Rob Clark > > Let's just stash it in adreno_platform_config rather than looking it up > in N different places. This leaves me with the feeling that we are abusing the dev->platform_data, but we were doing it anyway even before the patch.

[PATCH v2 11/13] drm/msm/adreno: Move adreno info to config

2023-07-27 Thread Rob Clark
From: Rob Clark Let's just stash it in adreno_platform_config rather than looking it up in N different places. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 15 +++ drivers/gpu/drm/msm/adreno/adreno_device.c | 5 +++--