]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add initial vcn support and decode tests
authorLeo Liu <leo.liu@amd.com>
Wed, 21 Dec 2016 18:21:52 +0000 (13:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 21:41:22 +0000 (17:41 -0400)
commit28d3e751b1225c1a8f297be25ebd7c3c95967201
tree788630efbc4e83d08cdb72029ddd0a64cff994f9
parentaebccc55a8e81f1895867e45a0521976c614b3fd
drm/amdgpu: add initial vcn support and decode tests

VCN is the new media block on Raven. Add core support
and the ring and ib tests for decode.

Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h [new file with mode: 0644]