Searched refs:OMAP_BO_MEM_DMA_API (Results 1 – 1 of 1) sorted by relevance
33 #define OMAP_BO_MEM_DMA_API 0x01000000 /* memory allocated with the dma_alloc_* API */ macro162 if (omap_obj->flags & OMAP_BO_MEM_DMA_API) in omap_gem_is_contiguous()1114 if (omap_obj->flags & OMAP_BO_MEM_DMA_API) { in omap_gem_free_object()1169 flags |= OMAP_BO_MEM_DMA_API; in omap_gem_new()1216 if (flags & OMAP_BO_MEM_DMA_API) { in omap_gem_new()