[PATCH libdrm 0/5] add vcn unit tests

Leo Liu leo.liu at amd.com
Wed May 31 14:08:48 UTC 2017


The series is to add vcn unit tests for decode, and have the common 
from previous uvd unit test to be shared with vcn decode.

Leo Liu (5):
  tests/amdgpu: rename uvd messages to decode messages
  tests/amdgpu: separate decode messages
  tests/amdgpu: move decode sum to common
  tests/amdgpu: add vcn tests support and sets
  tests/amdgpu: implement vcn dec unit tests

 tests/amdgpu/Makefile.am       |   3 +-
 tests/amdgpu/amdgpu_test.c     |   6 +
 tests/amdgpu/amdgpu_test.h     |  15 +
 tests/amdgpu/cs_tests.c        |   7 +-
 tests/amdgpu/decode_messages.h | 848 +++++++++++++++++++++++++++++++++++++++++
 tests/amdgpu/uvd_messages.h    | 813 ---------------------------------------
 tests/amdgpu/vcn_tests.c       | 410 ++++++++++++++++++++
 7 files changed, 1285 insertions(+), 817 deletions(-)
 create mode 100644 tests/amdgpu/decode_messages.h
 delete mode 100644 tests/amdgpu/uvd_messages.h
 create mode 100644 tests/amdgpu/vcn_tests.c

-- 
2.7.4



More information about the amd-gfx mailing list