summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2020-10-20 23:59:12 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-11-13 00:13:16 -0500
commit09aac699c3992c5ce12e82d3c9d1e4e19e1bd090 (patch)
treec4abed5a154815c8dde93f38c620837a724c2f6c /drivers/gpu/drm/amd/amdgpu/Makefile
parent293f256396aa8674cb3f1794f724fcb3aacdee24 (diff)
downloadlinux-stable-09aac699c3992c5ce12e82d3c9d1e4e19e1bd090.tar.gz
linux-stable-09aac699c3992c5ce12e82d3c9d1e4e19e1bd090.tar.bz2
linux-stable-09aac699c3992c5ce12e82d3c9d1e4e19e1bd090.zip
drm/amdgpu: implement smuio v9_0 callbacks
Vega10/12 will use smuio v9_0 callbacks Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 6fde9a9d5e2b..2d60a5b8566f 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -167,6 +167,10 @@ amdgpu-y += \
athub_v2_0.o \
athub_v2_1.o
+# add SMUIO block
+amdgpu-y += \
+ smuio_v9_0.o
+
# add amdkfd interfaces
amdgpu-y += amdgpu_amdkfd.o