[PATCH 0/2] drm/msm/a6xx: add A640/A650 hwcg

2020-06-30 Thread Jonathan Marek
Initialize hardware clock-gating registers on A640 and A650 GPUs. I put the hwcg tables in adreno_device.c, but maybe it makes more sense to keep them in a6xx_gpu.c? (this would allow switching a5xx to use the gpulist too.. it isn't possible to include both a6xx.xml.h and a5xx.xml.h in

Re: [PATCH 0/2] drm/msm/a6xx: add A640/A650 hwcg

2020-06-29 Thread Rob Clark
On Mon, Jun 29, 2020 at 4:49 PM Jonathan Marek wrote: > > Initialize hardware clock-gating registers on A640 and A650 GPUs. > > I put the hwcg tables in adreno_device.c, but maybe it makes more > sense to keep them in a6xx_gpu.c? (this would allow switching a5xx > to use the gpulist too.. it