diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2022-01-08 17:26:32 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-04 09:54:38 -0400 |
commit | e6e405e0481f753567bc0be081420ea3163bc313 (patch) | |
tree | 40d0ee86247a9dc00feace2c920a3c5e8056df24 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 55437d3bf4d51a321a81551c8750a5dd5d5c1322 (diff) |
drm/amdgpu: add smuio v13_0_6 support
add smuio v13_0_6 callbacks to support read
rom image
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@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 b10ba2b36ca9..6097ad614937 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -183,7 +183,8 @@ amdgpu-y += \ smuio_v9_0.o \ smuio_v11_0.o \ smuio_v11_0_6.o \ - smuio_v13_0.o + smuio_v13_0.o \ + smuio_v13_0_6.o # add reset block amdgpu-y += \ |