]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Add A6XX device support
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 6 Aug 2018 17:33:24 +0000 (11:33 -0600)
committerRob Clark <robdclark@gmail.com>
Fri, 10 Aug 2018 22:49:18 +0000 (18:49 -0400)
commit8d642c9c76edfaaed7269a577d9ea89b1438f7e1
tree7e85c925f7286cf04b0b14619ff2c1038bd33a4f
parentd538bd699c6460aaad7cb6323c443adf851c5f60
drm/msm: Add A6XX device support

Add support for the A6XX family of Adreno GPUs. The biggest addition
is the GMU (Graphics Management Unit) which takes over most of the
power management of the GPU itself but in a ironic twist of fate
needs a goodly amount of management itself. Add support for the
A6XX core code, the GMU and the HFI (hardware firmware interface)
queue that the CPU uses to communicate with the GMU.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/adreno/a6xx_gmu.c [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/a6xx_gmu.h [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/a6xx_gpu.c [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/a6xx_gpu.h [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/a6xx_hfi.c [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/a6xx_hfi.h [new file with mode: 0644]
drivers/gpu/drm/msm/adreno/adreno_device.c
drivers/gpu/drm/msm/adreno/adreno_gpu.h
drivers/gpu/drm/msm/msm_gpu.c