diff options
| author | Leo Liu <leo.liu@amd.com> | 2018-10-15 11:38:59 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-21 18:58:22 -0500 |
| commit | 1b61de45dfaff00b627e47349a019658e39268b9 (patch) | |
| tree | f90384c5e58dc01a4f27f6ab7819ff54d5d430f0 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 54bb93c2251ce8fcfd44db491e85f01c17025fb5 (diff) | |
| download | talos-op-linux-1b61de45dfaff00b627e47349a019658e39268b9.tar.gz talos-op-linux-1b61de45dfaff00b627e47349a019658e39268b9.zip | |
drm/amdgpu: add initial VCN2.0 support (v2)
VCN (Video Core Next) is the video encode/decode block.
Porting over the same functions from VCN1.0
v2: squash in updates (Alex)
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: James Zhu <James.Zhu@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 354d84c6fbf8..1e474598a59a 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -136,7 +136,8 @@ amdgpu-y += \ # add VCN block amdgpu-y += \ amdgpu_vcn.o \ - vcn_v1_0.o + vcn_v1_0.o \ + vcn_v2_0.o # add ATHUB block amdgpu-y += \ |

