[PATCH 6/7] tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 4 15:47:51 UTC 2016


On 4 February 2016 at 14:59, Alex Deucher <alexdeucher at gmail.com> wrote:
> So it can be shared for CP tests.
>
> Reviewed-by: Ken Wang <Qingqing.Wang at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  tests/amdgpu/basic_tests.c | 27 +++++++++++++++++----------
>  1 file changed, 17 insertions(+), 10 deletions(-)
>
> diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c
> index 7806be7..701ccf1 100644
> --- a/tests/amdgpu/basic_tests.c
> +++ b/tests/amdgpu/basic_tests.c
> @@ -57,6 +57,7 @@ static void amdgpu_test_exec_cs_helper(amdgpu_context_handle context_handle,
>                                        struct amdgpu_cs_request *ibs_request);
>  static void amdgpu_command_submission_write_linear_helper(unsigned ip_type);
>  static void amdgpu_command_submission_const_fill_helper(unsigned ip_type);
> +static void amdgpu_command_submission_copy_linear_helper(unsigned ip_type);
>
Unless I'm missing something we don't need these three ?

-Emil


More information about the dri-devel mailing list