Lines Matching refs:no_wait_gpu
549 bool no_wait_gpu) in nouveau_bo_validate() argument
551 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
1095 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_m2mf() argument
1200 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flipd() argument
1202 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd()
1225 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd()
1237 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flips() argument
1239 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips()
1262 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips()
1341 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
1367 ctx->no_wait_gpu, new_reg); in nouveau_bo_move()
1371 ctx->no_wait_gpu, new_reg); in nouveau_bo_move()
1375 ctx->no_wait_gpu, new_reg); in nouveau_bo_move()
1381 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()