Home
last modified time | relevance | path

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

/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.h53 #define OMAP_BO_TILED_32 0x00000300 macro
54 #define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 | OMAP_BO_TILED_32)
/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.h53 #define OMAP_BO_TILED_32 0x00000300 macro
54 #define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 | OMAP_BO_TILED_32)
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Domap_drm.h53 #define OMAP_BO_TILED_32 0x00000300 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h121 case OMAP_BO_TILED_32: in gem2fmt()
H A Domap_gem.c1161 case OMAP_BO_TILED_32: in omap_gem_validate_flags()