OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amdgpu_bo_cpu_unmap
(Results
1 - 7
of
7
) sorted by null
/external/libdrm/amdgpu/
amdgpu-symbol-check
15
amdgpu_bo_cpu_unmap
amdgpu.h
691
* \sa
amdgpu_bo_cpu_unmap
()
707
int
amdgpu_bo_cpu_unmap
(amdgpu_bo_handle buf_handle);
[
all
...]
amdgpu_bo.c
71
amdgpu_bo_cpu_unmap
(bo);
475
int
amdgpu_bo_cpu_unmap
(amdgpu_bo_handle bo)
function
/external/libdrm/tests/amdgpu/
amdgpu_test.h
204
amdgpu_bo_cpu_unmap
(buf_handle);
218
amdgpu_bo_cpu_unmap
(bo);
cs_tests.c
206
r =
amdgpu_bo_cpu_unmap
(buf_handle);
324
r =
amdgpu_bo_cpu_unmap
(buf_handle);
369
r =
amdgpu_bo_cpu_unmap
(buf_handle);
bo_tests.c
184
r =
amdgpu_bo_cpu_unmap
(buffer_handle);
vce_tests.c
207
r =
amdgpu_bo_cpu_unmap
(vce_bo->handle);
388
r =
amdgpu_bo_cpu_unmap
(enc->fb[i].handle);
395
r =
amdgpu_bo_cpu_unmap
(enc->bs[i].handle);
425
r =
amdgpu_bo_cpu_unmap
(enc.vbuf.handle);
Completed in 39 milliseconds