]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/msm: gpu: Cut down the list of "generic" registers to the ones we use
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 28 Nov 2016 19:28:26 +0000 (12:28 -0700)
committerRob Clark <robdclark@gmail.com>
Mon, 28 Nov 2016 20:14:11 +0000 (15:14 -0500)
commitbcc188b77d3e7d77fc7efd5feab148707e095b77
treef1c68f8dc1342affd4aeb867433c570317eabbaf
parenta26ae754b0ac086151b84a2e8db10b3e98096f2d
drm/msm: gpu: Cut down the list of "generic" registers to the ones we use

There are very few register accesses in the common code. Cut down
the list of common registers to just those that are used.  This
saves const space and saves us the effort of maintaining registers
for A3XX and A4XX that don't exist or are unused.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/adreno/a3xx_gpu.c
drivers/gpu/drm/msm/adreno/a4xx_gpu.c
drivers/gpu/drm/msm/adreno/adreno_gpu.h