Re: [PATCH v2 06/13] drm/msm/adreno: Allow SoC specific gpu device table entries

2023-07-28 Thread Rob Clark
On Thu, Jul 27, 2023 at 3:12 PM Dmitry Baryshkov wrote: > > On Fri, 28 Jul 2023 at 00:23, Rob Clark wrote: > > > > From: Rob Clark > > > > There are cases where there are differences due to SoC integration. > > Such as cache-coherency support, and (in the next patch) e-fuse to > > speedbin

Re: [PATCH v2 06/13] drm/msm/adreno: Allow SoC specific gpu device table entries

2023-07-27 Thread Dmitry Baryshkov
On Fri, 28 Jul 2023 at 00:23, Rob Clark wrote: > > From: Rob Clark > > There are cases where there are differences due to SoC integration. > Such as cache-coherency support, and (in the next patch) e-fuse to > speedbin mappings. > > Signed-off-by: Rob Clark > --- >

[PATCH v2 06/13] drm/msm/adreno: Allow SoC specific gpu device table entries

2023-07-27 Thread Rob Clark
From: Rob Clark There are cases where there are differences due to SoC integration. Such as cache-coherency support, and (in the next patch) e-fuse to speedbin mappings. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/adreno/adreno_device.c | 34 +++---