Searched refs:OMAP_BO_UNCACHED (Results 1 – 3 of 3) sorted by relevance
48 #define OMAP_BO_UNCACHED 0x00000004 /* strongly-ordered (uncached) */ macro
257 if (omap_obj->flags & (OMAP_BO_WC|OMAP_BO_UNCACHED)) { in omap_gem_attach_pages()560 } else if (omap_obj->flags & OMAP_BO_UNCACHED) { in omap_gem_mmap_obj()1161 flags &= ~(OMAP_BO_CACHED|OMAP_BO_WC|OMAP_BO_UNCACHED); in omap_gem_new()
1051 .cpu_cache_flags = OMAP_BO_UNCACHED,