Home
last modified time | relevance | path

Searched defs:ion_fd (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tests/
Dion_fb.c20 static void make_fb_with_buffer(int drm_fd, int ion_fd, in make_fb_with_buffer()
32 static void make_fb_with_fds(int drm_fd, int ion_fd, in make_fb_with_fds()
56 const int ion_fd = ion_open(); in test_make_fb() local
72 static void clone_with_fds(int drm_fd, int ion_fd, in clone_with_fds()
102 const int ion_fd = ion_open(); in test_clone() local
118 static void mmap_with_buffer(int drm_fd, int ion_fd, in mmap_with_buffer()
175 static void mmap_with_fds(int drm_fd, int ion_fd, in mmap_with_fds()
191 const int ion_fd = ion_open(); in test_mmap() local
/external/igt-gpu-tools/lib/
Dion.c6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id()
43 int ion_alloc_one_fd(int ion_fd, size_t size, int heap_id, int *ion_buffer_fd) in ion_alloc_one_fd()
125 int ion_fd_for_gem_handle(int drm_fd, int *ion_fd, uint32_t gem_handle) in ion_fd_for_gem_handle()