mesa-drm/tests/amdgpu
Alex Xie 12dd7a2e9c amdgpu: A new option to choose which device to run most tests
This can be used to test multiple GPUs

v2: Use PCI bus ID and optional PCI device ID to choose device
    Add an option to display information of AMDGPU devices

Tested:
   ./amdgpu_test -p
   ./amdgpu_test
   ./amdgpu_test -b 1 #fail as expected
   ./amdgpu_test -b 6 #pass
   ./amdgpu_test -b -d 1 #fail as expected
   ./amdgpu_test -b -d 0 #pass

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Alex Xie <AlexBin.Xie@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-01-27 11:55:28 -05:00
..
amdgpu_test.c amdgpu: A new option to choose which device to run most tests 2017-01-27 11:55:28 -05:00
amdgpu_test.h amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths 2015-08-05 13:47:52 -04:00
basic_tests.c amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test 2017-01-13 10:35:43 -05:00
bo_tests.c amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test 2017-01-13 10:35:43 -05:00
cs_tests.c amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test 2017-01-13 10:35:43 -05:00
frame.h tests/amdgpu: implement VCE unit tests 2015-08-05 13:47:50 -04:00
Makefile.am tests/amdgpu: implement VCE unit tests 2015-08-05 13:47:50 -04:00
uvd_messages.h tests/amdgpu: annotate the uvd message templates as const data 2015-09-04 21:39:06 +01:00
vce_ib.h tests/amdgpu: update vce encRefPic addr mode to tiled 2016-09-30 14:28:03 -04:00
vce_tests.c amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test 2017-01-13 10:35:43 -05:00