diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2020-10-23 16:46:20 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-24 05:52:38 +0300 |
commit | 2e8c66d6bbb2458ff17ed1ab88866e586ef4fec2 (patch) | |
tree | ccd06ae07638ffd6699bf2aac1b1dbd1a4ea7c2b /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 26f70889e112a367b99e36a30b952bae818ca0b3 (diff) | |
download | linux-2e8c66d6bbb2458ff17ed1ab88866e586ef4fec2.tar.xz |
drm/amdgpu: implement smuio v13_0 callbacks
Aldebaran will use smuio v13_0 callbacks
Signed-off-by: Hawking Zhang <Hawking.Zhang@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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 5c9279b15ada..82a99dd2df4b 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -174,7 +174,8 @@ amdgpu-y += \ amdgpu-y += \ smuio_v9_0.o \ smuio_v11_0.o \ - smuio_v11_0_6.o + smuio_v11_0_6.o \ + smuio_v13_0.o # add amdkfd interfaces amdgpu-y += amdgpu_amdkfd.o |