Searched refs:OMAP_BO_UNCACHED (Results 1 – 3 of 3) sorted by relevance
43 #define OMAP_BO_UNCACHED 0x00000004 /* strongly-ordered (uncached) */ macro
245 if (omap_obj->flags & (OMAP_BO_WC|OMAP_BO_UNCACHED)) { in omap_gem_attach_pages()283 if (omap_obj->flags & (OMAP_BO_WC|OMAP_BO_UNCACHED)) { in omap_gem_detach_pages()573 } else if (omap_obj->flags & OMAP_BO_UNCACHED) { in omap_gem_mmap_obj()1365 flags &= ~(OMAP_BO_CACHED|OMAP_BO_WC|OMAP_BO_UNCACHED); in omap_gem_new()
1002 .cpu_cache_flags = OMAP_BO_UNCACHED,