Searched refs:NOUVEAU_GEM_TILE_32BPP (Results 1 – 2 of 2) sorted by relevance
100 #define NOUVEAU_GEM_TILE_32BPP 0x00000002 macro
46 int bpp = (flags & NOUVEAU_GEM_TILE_32BPP ? 32 : 16); in nv20_fb_init_tile_region()