Home
last modified time | relevance | path

Searched refs:OMAP_BO_CACHE_MASK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Domap_drm.h48 #define OMAP_BO_CACHE_MASK 0x00000006 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.h42 #define OMAP_BO_CACHE_MASK 0x00000006 /* cache type mask, see cache modes */ 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.h42 #define OMAP_BO_CACHE_MASK 0x00000006 /* cache type mask, see cache modes */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem.c696 ((omap_obj->flags & OMAP_BO_CACHE_MASK) == OMAP_BO_CACHED)); in omap_gem_is_cached_coherent()
1144 switch (flags & OMAP_BO_CACHE_MASK) { in omap_gem_validate_flags()
1147 case OMAP_BO_CACHE_MASK: in omap_gem_validate_flags()