Searched refs:amdgpu_cs_ctx_create (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 179 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_separate_ibs() 267 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_shared_ib() 351 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_compute() 513 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_sdma_write_linear() 598 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_sdma_const_fill() 681 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_sdma_copy_linear() 792 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_userptr_test()
|
D | cs_tests.c | 82 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_cs_tests_init()
|
D | vce_tests.c | 101 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vce_tests_init()
|
/external/libdrm/amdgpu/ |
D | amdgpu-symbol-check | 27 amdgpu_cs_ctx_create
|
D | amdgpu.h | 801 int amdgpu_cs_ctx_create(amdgpu_device_handle dev,
|
D | amdgpu_cs.c | 51 int amdgpu_cs_ctx_create(amdgpu_device_handle dev, in amdgpu_cs_ctx_create() function
|