Home
last modified time | relevance | path

Searched refs:NOUVEAU_GEM_TILE_NONCONTIG (Results 1 – 8 of 8) 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 Dnouveau_drm.h47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 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 Dnouveau_drm.h47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dnouveau_drm.h112 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dnouveau_drm.h47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dnouveau_drm.h112 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dnouveau_drm.h112 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c243 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()
H A Dnouveau_bo.c252 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()