OMAP_BO_UNCACHED 1208 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	.cpu_cache_flags = OMAP_BO_UNCACHED,
OMAP_BO_UNCACHED  248 drivers/gpu/drm/omapdrm/omap_gem.c 	if (omap_obj->flags & (OMAP_BO_WC|OMAP_BO_UNCACHED)) {
OMAP_BO_UNCACHED  551 drivers/gpu/drm/omapdrm/omap_gem.c 	} else if (omap_obj->flags & OMAP_BO_UNCACHED) {
OMAP_BO_UNCACHED 1152 drivers/gpu/drm/omapdrm/omap_gem.c 		flags &= ~(OMAP_BO_CACHED|OMAP_BO_WC|OMAP_BO_UNCACHED);