aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorAaron Liu <aaron.liu@amd.com>2019-08-09 10:32:15 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-08-12 12:47:50 -0500
commit6a7a0bdbfa0c2453fb6c59c41a767d0e5307f793 (patch)
treeb8b0db0190c35180f78c072d0eceeeab97eb8289 /drivers/gpu/drm/amd/amdgpu/Makefile
parentdrm/amdgpu: set rlc funcs for renoir (diff)
downloadlinux-dev-6a7a0bdbfa0c2453fb6c59c41a767d0e5307f793.tar.xz
linux-dev-6a7a0bdbfa0c2453fb6c59c41a767d0e5307f793.zip
drm/amdgpu: add psp_v12_0 for renoir (v2)
1. Add psp ip block 2. Use direct loading type by default and it can also config psp loading type. 3. Bypass sos fw loading and xgmi&ras interface v2: drop TA loading Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 464bfe52745f..28d76bd95051 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -100,7 +100,8 @@ amdgpu-y += \
amdgpu_psp.o \
psp_v3_1.o \
psp_v10_0.o \
- psp_v11_0.o
+ psp_v11_0.o \
+ psp_v12_0.o
# add SMC block
amdgpu-y += \