Home
last modified time | relevance | path

Searched refs:drm_dma_buf (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.c619 struct dma_buf *drm_dma_buf = NULL; local
634 drm_dma_buf = dma_buf_get(ion_shared_fd);
635 if (IS_ERR_OR_NULL(drm_dma_buf)) {
640 ret = mm_dma_heap_secmem_get_phys(drm_dma_buf, &drm_ion_phys, &drm_ion_size);
642 ret = ion_secmem_get_phys(drm_dma_buf, &drm_ion_phys, &drm_ion_size);
646 dma_buf_put(drm_dma_buf);
655 dma_buf_put(drm_dma_buf);

Completed in 2 milliseconds