Home
last modified time | relevance | path

Searched refs:NOUVEAU_GEM_TILE_32BPP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/drm/
Dnouveau_drm.h100 #define NOUVEAU_GEM_TILE_32BPP 0x00000002 macro
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv20_fb.c46 int bpp = (flags & NOUVEAU_GEM_TILE_32BPP ? 32 : 16); in nv20_fb_init_tile_region()