Home
last modified time | relevance | path

Searched refs:RV1106_CMA_HEAP_PATH (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_1106_cma_demo.cpp67 ret = dma_buf_alloc(RV1106_CMA_HEAP_PATH, src_buf_size, &src_dma_fd, (void **)&src_buf); in main()
73 ret = dma_buf_alloc(RV1106_CMA_HEAP_PATH, dst_buf_size, &dst_dma_fd, (void **)&dst_buf); in main()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/
H A Ddma_alloc.h27 #define RV1106_CMA_HEAP_PATH "/dev/rk_dma_heap/rk-dma-heap-cma" macro