[PATCH libdrm 2/3] amdgpu: A new option to choose which device to run most tests

2017-01-24 Thread Alex Xie
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

Re: [PATCH libdrm 2/3] amdgpu: A new option to choose which device to run most tests

2017-01-20 Thread Xie, AlexBin
HI Emil, See below. Thanks, Alex From: Emil Velikov Sent: Friday, January 20, 2017 8:24 AM To: Xie, AlexBin Cc: amd-gfx mailing list Subject: Re: [PATCH libdrm 2/3] amdgpu: A new option to choose which device to run most tests On

Re: [PATCH libdrm 2/3] amdgpu: A new option to choose which device to run most tests

2017-01-20 Thread Emil Velikov
On 19 January 2017 at 22:53, Alex Xie wrote: > This can be used to test multiple GPUs > > Signed-off-by: Alex Xie > --- > tests/amdgpu/amdgpu_test.c | 25 - > 1 file changed, 20 insertions(+), 5 deletions(-) > > diff --git

[PATCH libdrm 2/3] amdgpu: A new option to choose which device to run most tests

2017-01-19 Thread Alex Xie
This can be used to test multiple GPUs Signed-off-by: Alex Xie --- tests/amdgpu/amdgpu_test.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c index e42ef9d..2437db4 100644