diff options
author | Leo Liu <leo.liu@amd.com> | 2017-03-04 02:13:26 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 06:54:47 +0300 |
commit | 09bfb8912dc16383ce9f95600134d8eb120107f8 (patch) | |
tree | 884ce1802e547285f72f2289b993b1ef627b055f /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 282aae555e13b073715c4219b80d0396e3b0bd9c (diff) | |
download | linux-09bfb8912dc16383ce9f95600134d8eb120107f8.tar.xz |
drm/amdgpu: add initial uvd 7.0 support for vega10
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 2420bb7050ef..e1be2e1a10fd 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -78,7 +78,8 @@ amdgpu-y += \ amdgpu-y += \ amdgpu_uvd.o \ uvd_v5_0.o \ - uvd_v6_0.o + uvd_v6_0.o \ + uvd_v7_0.o # add VCE block amdgpu-y += \ |