summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-03-04 00:27:49 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-03-30 05:54:47 +0200
commitc1dc356a116c992433c5c68e7c493b0fa3e6f9b1 (patch)
tree046cd38381c2b1acf8c55a4ccd8f2d48f201ba41 /drivers/gpu/drm/amd/amdgpu/Makefile
parentdrm/amdgpu: add initial uvd 7.0 support for vega10 (diff)
downloadlinux-c1dc356a116c992433c5c68e7c493b0fa3e6f9b1.tar.xz
linux-c1dc356a116c992433c5c68e7c493b0fa3e6f9b1.zip
drm/amdgpu: add initial vce 4.0 support for vega10
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@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 e1be2e1a10fd..cab8eecf2ecf 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -84,7 +84,8 @@ amdgpu-y += \
# add VCE block
amdgpu-y += \
amdgpu_vce.o \
- vce_v3_0.o
+ vce_v3_0.o \
+ vce_v4_0.o
# add amdkfd interfaces
amdgpu-y += \