summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2016-12-21 13:21:52 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:22 -0400
commit95d0906f8506550a7c4a59c770732e7de912cffc (patch)
tree788630efbc4e83d08cdb72029ddd0a64cff994f9 /drivers/gpu/drm/amd/amdgpu/Makefile
parent9e2837f6aee2c1859041d901b8d6202f2ba85210 (diff)
downloadblackbird-op-linux-95d0906f8506550a7c4a59c770732e7de912cffc.tar.gz
blackbird-op-linux-95d0906f8506550a7c4a59c770732e7de912cffc.zip
drm/amdgpu: add initial vcn support and decode tests
VCN is the new media block on Raven. Add core support and the ring and ib tests for decode. Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 684626ba286c..105141486a61 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -93,6 +93,10 @@ amdgpu-y += \
vce_v3_0.o \
vce_v4_0.o
+# add VCN block
+amdgpu-y += \
+ amdgpu_vcn.o
+
# add amdkfd interfaces
amdgpu-y += \
amdgpu_amdkfd.o \
OpenPOWER on IntegriCloud