Searched refs:amdgpu_cs_ctx_create (Results 1 – 16 of 16) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | deadlock_tests.c | 254 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_deadlock_helper() 347 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_deadlock_sdma() 439 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in bad_access_helper()
|
D | basic_tests.c | 861 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_separate_ibs() 952 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_shared_ib() 1057 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_bo_eviction_test() 1231 r = amdgpu_cs_ctx_create(device_handle, &context_handle[i]); in amdgpu_semaphore_test() 1362 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_compute_nop() 1584 r = amdgpu_cs_ctx_create(device, &context_handle); in amdgpu_command_submission_write_linear_helper_with_secure() 1789 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_const_fill_helper() 1922 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_copy_linear_helper() 2074 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_multi_fence_wait_all() 2182 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_userptr_test() [all …]
|
D | hotunplug_tests.c | 198 r = amdgpu_cs_ctx_create(device_handle, &context); in amdgpu_nop_cs() 370 r = amdgpu_cs_ctx_create(device_handle, &context); in amdgpu_hotunplug_with_exported_fence()
|
D | vm_tests.c | 123 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_vmid_reserve_test()
|
D | syncobj_tests.c | 120 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in syncobj_command_submission_helper()
|
D | security_tests.c | 274 res = amdgpu_cs_ctx_create(sb_ctx.dev, &sb_ctx.context); in amdgpu_secure_bounce()
|
D | amdgpu_stress.c | 338 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in main()
|
D | vcn_tests.c | 158 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vcn_tests_init()
|
D | cs_tests.c | 112 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_cs_tests_init()
|
D | cp_dma_tests.c | 434 r = amdgpu_cs_ctx_create(executing_device_handle, &context_handle); in suite_cp_dma_tests_init()
|
D | uvd_enc_tests.c | 119 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_uvd_enc_tests_init()
|
D | jpeg_tests.c | 203 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_jpeg_tests_init()
|
D | vce_tests.c | 161 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vce_tests_init()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu-symbols.txt | 24 amdgpu_cs_ctx_create
|
D | amdgpu.h | 910 int amdgpu_cs_ctx_create(amdgpu_device_handle dev,
|
D | amdgpu_cs.c | 97 drm_public int amdgpu_cs_ctx_create(amdgpu_device_handle dev, in amdgpu_cs_ctx_create() function
|