mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 20:10:24 +01:00
tests/amdgpu: enable dispatch/draw tests for Renoir
It can run dispatch/draw tests on new renoir chips. So it needs to enable dispatch/draw tests for Renoir again. Change-Id: I3a72a4bbfe0fc663ee0e3e58d8e9c304f513e568 Signed-off-by: changzhu <Changfeng.Zhu@amd.com> Reviewed-by: Flora Cui <flora.cui@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com>
This commit is contained in:
parent
8c51195039
commit
d93856fe82
1 changed files with 1 additions and 1 deletions
|
|
@ -2869,7 +2869,7 @@ void amdgpu_memset_draw(amdgpu_device_handle device_handle,
|
|||
resources[1] = bo_shader_ps;
|
||||
resources[2] = bo_shader_vs;
|
||||
resources[3] = bo_cmd;
|
||||
r = amdgpu_bo_list_create(device_handle, 3, resources, NULL, &bo_list);
|
||||
r = amdgpu_bo_list_create(device_handle, 4, resources, NULL, &bo_list);
|
||||
CU_ASSERT_EQUAL(r, 0);
|
||||
|
||||
ib_info.ib_mc_address = mc_address_cmd;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue