diff options
author | Jammy Zhou <Jammy.Zhou@amd.com> | 2015-05-11 23:02:09 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-05 13:47:49 -0400 |
commit | db126d1d8a764b9d3ad322779b13904867b14e5c (patch) | |
tree | fb09d10986dcb71d1b6eaac867ed387557e26658 /tests | |
parent | d9c431dd02da2a8215851c5fa9f07471820d3000 (diff) |
amdgpu: reuse the kernel IB flags v2
v2: remove 'CE' from the preamble flag
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/amdgpu/basic_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c index 6654e588..635cd23a 100644 --- a/tests/amdgpu/basic_tests.c +++ b/tests/amdgpu/basic_tests.c @@ -186,7 +186,7 @@ static void amdgpu_command_submission_gfx(void) ptr[3] = 1; ib_info[0].ib_handle = ib_result_ce.handle; ib_info[0].size = 4; - ib_info[0].flags = AMDGPU_CS_GFX_IB_CE; + ib_info[0].flags = AMDGPU_IB_FLAG_CE; /* IT_WAIT_ON_CE_COUNTER */ ptr = ib_result.cpu; |