Searched refs:amdgpu_cs_query_reset_state (Results 1 - 4 of 4) sorted by relevance
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 970 int amdgpu_cs_query_reset_state(amdgpu_context_handle context,
|
H A D | amdgpu_cs.c | 192 drm_public int amdgpu_cs_query_reset_state(amdgpu_context_handle context, in amdgpu_cs_query_reset_state() function
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 2928 r = amdgpu_cs_query_reset_state(context_handle, &hang_state, &hangs); in amdgpu_memcpy_dispatch_test() 3156 r = amdgpu_cs_query_reset_state(context_handle, &hang_state, &hangs); in amdgpu_memcpy_dispatch_hang_slow_test() 4009 r = amdgpu_cs_query_reset_state(context_handle, &hang_state, &hangs); in amdgpu_memcpy_draw() 4243 r = amdgpu_cs_query_reset_state(context_handle, &hang_state, &hangs); in amdgpu_memcpy_draw_hang_slow_test() 4289 r = amdgpu_cs_query_reset_state(context_handle, &hang_state, &hangs); in amdgpu_gpu_reset_test()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 374 fprintf(stderr, "amdgpu: amdgpu_cs_query_reset_state failed. (%i)\n", r); in amdgpu_ctx_query_reset_status() 389 r = amdgpu_cs_query_reset_state(ctx->ctx, &result, &hangs); in amdgpu_ctx_query_reset_status() 391 fprintf(stderr, "amdgpu: amdgpu_cs_query_reset_state failed. (%i)\n", r); in amdgpu_ctx_query_reset_status()
|
Completed in 12 milliseconds