diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2020-04-26 22:24:20 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-23 22:51:54 -0400 |
commit | 742d3c61acb2c2bdeb2af9bd5c2d7a498bd9294c (patch) | |
tree | 25d5843d931aad75b3602e51acc593e2fb68f99c /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | be14729a3362e36dc6cd23af9f840720caf26fc9 (diff) | |
download | linux-742d3c61acb2c2bdeb2af9bd5c2d7a498bd9294c.tar.gz |
drm/amdgpu: init sos microcode for psp v13
Initialize sos microcode for aldebaran
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@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 95afdbda0b44..5c9279b15ada 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -107,7 +107,8 @@ amdgpu-y += \ psp_v3_1.o \ psp_v10_0.o \ psp_v11_0.o \ - psp_v12_0.o + psp_v12_0.o \ + psp_v13_0.o # add DCE block amdgpu-y += \ |