Home
last modified time | relevance | path

Searched refs:amdgpu_cs_destroy_syncobj (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu-symbols.txt30 amdgpu_cs_destroy_syncobj
Damdgpu.h1549 int amdgpu_cs_destroy_syncobj(amdgpu_device_handle dev,
Damdgpu_cs.c679 drm_public int amdgpu_cs_destroy_syncobj(amdgpu_device_handle dev, in amdgpu_cs_destroy_syncobj() function
/third_party/libdrm/tests/amdgpu/
Dhotunplug_tests.c413 CU_ASSERT_EQUAL(amdgpu_cs_destroy_syncobj(device_handle, sync_obj_handle), 0); in amdgpu_hotunplug_with_exported_fence()
425 CU_ASSERT_EQUAL(amdgpu_cs_destroy_syncobj(device2, sync_obj_handle2), 0); in amdgpu_hotunplug_with_exported_fence()
Dsyncobj_tests.c311 r = amdgpu_cs_destroy_syncobj(device_handle, syncobj_handle); in amdgpu_syncobj_timeline_test()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h208 amdgpu_cs_destroy_syncobj(fence->ws->dev, fence->syncobj); in amdgpu_fence_reference()
Damdgpu_cs.c101 amdgpu_cs_destroy_syncobj(ws->dev, fence->syncobj); in amdgpu_fence_import_sync_file()
154 amdgpu_cs_destroy_syncobj(ws->dev, syncobj); in amdgpu_export_signalled_sync_file()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1582 amdgpu_cs_destroy_syncobj(ctx->ws->dev, ctx->queue_syncobj[ip][ring]); in radv_amdgpu_ctx_destroy()