[PATCH 1/7] tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic

2016-02-04 Thread Emil Velikov
On 4 February 2016 at 14:59, Alex Deucher wrote: > Share with upcoming CP tests. > > Reviewed-by: Ken Wang > Signed-off-by: Alex Deucher > --- > tests/amdgpu/basic_tests.c | 58 > -- > 1 file changed, 35 insertions(+), 23 deletions(-) > > diff --git

[PATCH 1/7] tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)

2016-02-04 Thread Alex Deucher
Share with upcoming CP tests. v2: drop unnecessary forward declaration Reviewed-by: Ken Wang Signed-off-by: Alex Deucher --- tests/amdgpu/basic_tests.c | 51 +- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/tests/amdgpu/basic_tests.

[PATCH 1/7] tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic

2016-02-04 Thread Alex Deucher
On Thu, Feb 4, 2016 at 10:43 AM, Emil Velikov wrote: > On 4 February 2016 at 14:59, Alex Deucher wrote: >> Share with upcoming CP tests. >> >> Reviewed-by: Ken Wang >> Signed-off-by: Alex Deucher >> --- >> tests/amdgpu/basic_tests.c | 58 >> -- >>

[PATCH 1/7] tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic

2016-02-04 Thread Alex Deucher
Share with upcoming CP tests. Reviewed-by: Ken Wang Signed-off-by: Alex Deucher --- tests/amdgpu/basic_tests.c | 58 -- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c index fa0ed