summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2017-05-04 15:28:30 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:19 -0400
commitfd341dc590d743eed360146a8b0d3c4db331b264 (patch)
treeee88f372ef4bc0e6d2fa630a7a0788c7ee4af937 /drivers/gpu/drm/amd/amdgpu/Makefile
parent7fda6eca5de520d2acf2b27a217aa2f703ad627b (diff)
drm/amdgpu: add psp v10 function callback for raven
PSP is the security processor. These are the support functions. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Chunming Zhou <david1.zhou@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 20f88276dfda..684626ba286c 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -54,7 +54,8 @@ amdgpu-y += \
# add PSP block
amdgpu-y += \
amdgpu_psp.o \
- psp_v3_1.o
+ psp_v3_1.o \
+ psp_v10_0.o
# add SMC block
amdgpu-y += \