]> 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)
commit42a735b8acf903a33c900b74ee49a16aae8c1f75
tree788630efbc4e83d08cdb72029ddd0a64cff994f9
parent488f4dfc58284961b28e27e3c1de7f1c33d952b8
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]