Home
last modified time | relevance | path

Searched refs:amdgpu_cs_ctx_create (Results 1 – 16 of 16) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Ddeadlock_tests.c254 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()
Dbasic_tests.c861 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 …]
Dhotunplug_tests.c198 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()
Dvm_tests.c123 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_vmid_reserve_test()
Dsyncobj_tests.c120 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in syncobj_command_submission_helper()
Dsecurity_tests.c274 res = amdgpu_cs_ctx_create(sb_ctx.dev, &sb_ctx.context); in amdgpu_secure_bounce()
Damdgpu_stress.c338 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in main()
Dvcn_tests.c158 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vcn_tests_init()
Dcs_tests.c112 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_cs_tests_init()
Dcp_dma_tests.c434 r = amdgpu_cs_ctx_create(executing_device_handle, &context_handle); in suite_cp_dma_tests_init()
Duvd_enc_tests.c119 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_uvd_enc_tests_init()
Djpeg_tests.c203 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_jpeg_tests_init()
Dvce_tests.c161 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vce_tests_init()
/third_party/libdrm/amdgpu/
Damdgpu-symbols.txt24 amdgpu_cs_ctx_create
Damdgpu.h910 int amdgpu_cs_ctx_create(amdgpu_device_handle dev,
Damdgpu_cs.c97 drm_public int amdgpu_cs_ctx_create(amdgpu_device_handle dev, in amdgpu_cs_ctx_create() function