Home
last modified time | relevance | path

Searched refs:amdgpu_cs_syncobj_wait (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu-symbols.txt53 amdgpu_cs_syncobj_wait
Damdgpu.h1612 int amdgpu_cs_syncobj_wait(amdgpu_device_handle dev,
Damdgpu_cs.c720 drm_public int amdgpu_cs_syncobj_wait(amdgpu_device_handle dev, in amdgpu_cs_syncobj_wait() function
/third_party/libdrm/tests/amdgpu/
Dhotunplug_tests.c423 CU_ASSERT_EQUAL(amdgpu_cs_syncobj_wait(device2, &sync_obj_handle2, 1, 100000000, 0, NULL), 0); in amdgpu_hotunplug_with_exported_fence()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c199 if (amdgpu_cs_syncobj_wait(afence->ws->dev, &afence->syncobj, 1, in amdgpu_fence_wait()