summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-03-03 18:27:49 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-03-29 23:54:47 -0400
commitc1dc356a116c992433c5c68e7c493b0fa3e6f9b1 (patch)
tree046cd38381c2b1acf8c55a4ccd8f2d48f201ba41 /drivers/gpu/drm/amd/amdgpu/Makefile
parent09bfb8912dc16383ce9f95600134d8eb120107f8 (diff)
downloadop-kernel-dev-c1dc356a116c992433c5c68e7c493b0fa3e6f9b1.zip
op-kernel-dev-c1dc356a116c992433c5c68e7c493b0fa3e6f9b1.tar.gz
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 e1be2e1..cab8eec 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 += \
OpenPOWER on IntegriCloud