Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_NOSNOOP (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c378 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
383 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
388 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
397 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
676 if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0, in nv84_video_buffer_create()
681 if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0, in nv84_video_buffer_create()
Dnv50_miptree.c385 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP; in nv50_miptree_create()
/external/libdrm/nouveau/
Dnouveau.h124 #define NOUVEAU_BO_NOSNOOP 0x20000000 macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c436 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP; in nvc0_miptree_create()