OSDN Git Service

drm/amdgpu: add initial VCN2.0 support (v2)
authorLeo Liu <leo.liu@amd.com>
Mon, 15 Oct 2018 15:38:59 +0000 (11:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:58:22 +0000 (18:58 -0500)
commit1b61de45dfaff00b627e47349a019658e39268b9
treef90384c5e58dc01a4f27f6ab7819ff54d5d430f0
parent54bb93c2251ce8fcfd44db491e85f01c17025fb5
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>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.h [new file with mode: 0644]