Home
last modified time | relevance | path

Searched refs:NOUVEAU_BO_NOBLOCK (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_winsys.h84 flags |= NOUVEAU_BO_NOBLOCK; in nouveau_screen_transfer_flags()
/external/libdrm/nouveau/
Dnouveau.h118 #define NOUVEAU_BO_NOBLOCK 0x00000400 macro
Dnouveau.c849 if (access & NOUVEAU_BO_NOBLOCK) in nouveau_bo_wait()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()