Home
last modified time | relevance | path

Searched refs:OMAP_BO_UNCACHED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Domap_drm.h47 #define OMAP_BO_UNCACHED 0x00000004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Domap_drm.h48 #define OMAP_BO_UNCACHED 0x00000004 /* strongly-ordered (uncached) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Domap_drm.h48 #define OMAP_BO_UNCACHED 0x00000004 /* strongly-ordered (uncached) */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem.c248 if (omap_obj->flags & (OMAP_BO_WC|OMAP_BO_UNCACHED)) { in omap_gem_attach_pages()
551 } else if (omap_obj->flags & OMAP_BO_UNCACHED) { in omap_gem_mmap_obj()
1198 flags &= ~(OMAP_BO_CACHED|OMAP_BO_WC|OMAP_BO_UNCACHED); in omap_gem_new()
H A Domap_dmm_tiler.c1207 .cpu_cache_flags = OMAP_BO_UNCACHED,