OSDN Git Service

amdgpu: Add VMID reservation per GPU context test.
authorAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Fri, 27 Oct 2017 15:09:11 +0000 (11:09 -0400)
committerChristian König <christian.koenig@amd.com>
Fri, 27 Oct 2017 16:26:08 +0000 (18:26 +0200)
commit33dcc29f7ccc554de1fc42f4b95adf056822eabb
tree61210e7313ee67bf0c071d666dc9d520014ba391
parent9b38ea82fc30ccbf38ebc0c55412b27e5a5afd7b
amdgpu: Add VMID reservation per GPU context test.

The test will Reserve a VMID, submit a command and
unreserve the VMID.

v2:
Wrappers names were changed.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
tests/amdgpu/Makefile.am
tests/amdgpu/amdgpu_test.c
tests/amdgpu/amdgpu_test.h
tests/amdgpu/vm_tests.c [new file with mode: 0644]