summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorAlex Xie <AlexBin.Xie@amd.com>2017-03-09 11:36:26 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-03-29 23:54:44 -0400
commite60f8db5e4c85d7f8868a06b02f06c0ae0e4c332 (patch)
treec7d0024707b7ee7c937ea3042b7b3fa65677d52c /drivers/gpu/drm/amd/amdgpu/Makefile
parentc1d83da98070588bc74a1c601981b3e8a87784bb (diff)
downloadblackbird-obmc-linux-e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332.tar.gz
blackbird-obmc-linux-e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332.zip
drm/amdgpu: Add GMC 9.0 support (v2)
On SOC-15 parts, the GMC (Graphics Memory Controller) consists of two hubs: GFX (graphics and compute) and MM (sdma, uvd, vce). v2: drop sdma from Makefile, fix duplicate return statement. Signed-off-by: Alex Xie <AlexBin.Xie@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 4ae5ddc9ac69..ccbc4c0f5b42 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -39,7 +39,8 @@ amdgpu-y += \
# add GMC block
amdgpu-y += \
gmc_v7_0.o \
- gmc_v8_0.o
+ gmc_v8_0.o \
+ gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o
# add IH block
amdgpu-y += \
OpenPOWER on IntegriCloud