Searched refs:NOUVEAU_MIN_BUFFER_MAP_ALIGN (Results 1 – 5 of 5) sorted by relevance
16 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN 64 macro17 #define NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK (NOUVEAU_MIN_BUFFER_MAP_ALIGN - 1)
35 buf->data = align_malloc(buf->base.width0, NOUVEAU_MIN_BUFFER_MAP_ALIGN); in nouveau_buffer_malloc()151 tx->map = align_malloc(size, NOUVEAU_MIN_BUFFER_MAP_ALIGN); in nouveau_transfer_staging()
73 return NOUVEAU_MIN_BUFFER_MAP_ALIGN; in nv30_screen_get_param()
133 return NOUVEAU_MIN_BUFFER_MAP_ALIGN; in nv50_screen_get_param()
162 return NOUVEAU_MIN_BUFFER_MAP_ALIGN; in nvc0_screen_get_param()