summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorJohn Clements <john.clements@amd.com>2020-07-28 14:22:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-07-30 15:36:33 -0400
commit01eee24fceb9a64b2dc3b3ccb7b7c6852aa7a403 (patch)
tree703b228095768af0584f57a4b092977156a203d0 /drivers/gpu/drm/amd/amdgpu/Makefile
parent35dab589de1309c485935ede35870adf155bba6e (diff)
drm/amdgpu: enable umc 8.7 functions in gmc v10
add support for umc 8.7 initialization add umc 8.7 source to makefile Reviewed-by: Guchun Chen <guchun.chen@amd.com> Signed-off-by: John Clements <john.clements@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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 403ec3db29df..0ba396e9d7e4 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -85,7 +85,7 @@ amdgpu-y += \
# add UMC block
amdgpu-y += \
- umc_v6_1.o umc_v6_0.o
+ umc_v6_1.o umc_v6_0.o umc_v8_7.o
# add IH block
amdgpu-y += \