summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2016-12-28 11:57:38 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:23 -0400
commit88b5af70e29edda095f3d26edcd376cb1688cf70 (patch)
tree35f6489b729c3d76808ffcd734c431b792baf62b /drivers/gpu/drm/amd/amdgpu/Makefile
parent2d531d81d0fb906ee74a5d5f8c04857849efa785 (diff)
drm/amdgpu: add vcn ip block functions (v2)
Fill in the core VCN 1.0 setup functionality. v2: squash in fixup (Alex) Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Chunming Zhou <david1.zhou@amd.com> Acked-by: Hawking Zhang <Hawking.Zhang@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 105141486a61..0344e256f1f6 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -95,7 +95,8 @@ amdgpu-y += \
# add VCN block
amdgpu-y += \
- amdgpu_vcn.o
+ amdgpu_vcn.o \
+ vcn_v1_0.o
# add amdkfd interfaces
amdgpu-y += \