Re: [Mesa-dev] [PATCH libdrm] tests/amdgpu: add uvd encode unit tests

2017-08-11 Thread Alex Deucher
On Thu, Aug 10, 2017 at 2:02 PM, wrote: > From: Boyuan Zhang > > Signed-off-by: Boyuan Zhang Acked-by: Alex Deucher > --- > tests/amdgpu/Makefile.am | 1 + > tests/amdgpu/amdgpu_test.c |

[Mesa-dev] [PATCH libdrm] tests/amdgpu: add uvd encode unit tests

2017-08-10 Thread boyuan.zhang
From: Boyuan Zhang Signed-off-by: Boyuan Zhang --- tests/amdgpu/Makefile.am | 1 + tests/amdgpu/amdgpu_test.c | 6 + tests/amdgpu/amdgpu_test.h | 15 ++ tests/amdgpu/frame.h | 2 +- tests/amdgpu/uvd_enc_tests.c | 500