no_wait_gpu       404 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 		.no_wait_gpu = false,
no_wait_gpu       515 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		.no_wait_gpu = false,
no_wait_gpu       426 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 			    bool evict, bool no_wait_gpu,
no_wait_gpu       526 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem);
no_wait_gpu       579 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem);
no_wait_gpu       668 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu,
no_wait_gpu       579 drivers/gpu/drm/nouveau/nouveau_bo.c 		    bool no_wait_gpu)
no_wait_gpu       581 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
no_wait_gpu      1125 drivers/gpu/drm/nouveau/nouveau_bo.c 		     bool no_wait_gpu, struct ttm_mem_reg *new_reg)
no_wait_gpu      1232 drivers/gpu/drm/nouveau/nouveau_bo.c 		      bool no_wait_gpu, struct ttm_mem_reg *new_reg)
no_wait_gpu      1234 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_operation_ctx ctx = { intr, no_wait_gpu };
no_wait_gpu      1257 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg);
no_wait_gpu      1269 drivers/gpu/drm/nouveau/nouveau_bo.c 		      bool no_wait_gpu, struct ttm_mem_reg *new_reg)
no_wait_gpu      1271 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_operation_ctx ctx = { intr, no_wait_gpu };
no_wait_gpu      1294 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg);
no_wait_gpu      1373 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu      1399 drivers/gpu/drm/nouveau/nouveau_bo.c 						    ctx->no_wait_gpu, new_reg);
no_wait_gpu      1403 drivers/gpu/drm/nouveau/nouveau_bo.c 						    ctx->no_wait_gpu, new_reg);
no_wait_gpu      1407 drivers/gpu/drm/nouveau/nouveau_bo.c 						   ctx->no_wait_gpu, new_reg);
no_wait_gpu      1413 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu        92 drivers/gpu/drm/nouveau/nouveau_bo.h 			 bool no_wait_gpu);
no_wait_gpu       279 drivers/gpu/drm/qxl/qxl_ttm.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu       202 drivers/gpu/drm/radeon/radeon_ttm.c 			bool evict, bool no_wait_gpu,
no_wait_gpu       258 drivers/gpu/drm/radeon/radeon_ttm.c 				bool no_wait_gpu,
no_wait_gpu       261 drivers/gpu/drm/radeon/radeon_ttm.c 	struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
no_wait_gpu       291 drivers/gpu/drm/radeon/radeon_ttm.c 	r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem);
no_wait_gpu       303 drivers/gpu/drm/radeon/radeon_ttm.c 				bool no_wait_gpu,
no_wait_gpu       306 drivers/gpu/drm/radeon/radeon_ttm.c 	struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
no_wait_gpu       330 drivers/gpu/drm/radeon/radeon_ttm.c 	r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem);
no_wait_gpu       348 drivers/gpu/drm/radeon/radeon_ttm.c 	r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu       379 drivers/gpu/drm/radeon/radeon_ttm.c 					ctx->no_wait_gpu, new_mem);
no_wait_gpu       383 drivers/gpu/drm/radeon/radeon_ttm.c 					    ctx->no_wait_gpu, new_mem);
no_wait_gpu       385 drivers/gpu/drm/radeon/radeon_ttm.c 		r = radeon_move_blit(bo, evict, ctx->no_wait_gpu,
no_wait_gpu       548 drivers/gpu/drm/ttm/ttm_bo.c 			       bool interruptible, bool no_wait_gpu,
no_wait_gpu       565 drivers/gpu/drm/ttm/ttm_bo.c 	if (ret && !no_wait_gpu) {
no_wait_gpu       896 drivers/gpu/drm/ttm/ttm_bo.c 					  ctx->no_wait_gpu, locked);
no_wait_gpu       932 drivers/gpu/drm/ttm/ttm_bo.c 				 bool no_wait_gpu)
no_wait_gpu       944 drivers/gpu/drm/ttm/ttm_bo.c 	if (no_wait_gpu)
no_wait_gpu       987 drivers/gpu/drm/ttm/ttm_bo.c 	return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu);
no_wait_gpu      1132 drivers/gpu/drm/ttm/ttm_bo.c 		ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu);
no_wait_gpu      1490 drivers/gpu/drm/ttm/ttm_bo.c 		.no_wait_gpu = false,
no_wait_gpu      1961 drivers/gpu/drm/ttm/ttm_bo.c 		.no_wait_gpu = false
no_wait_gpu        62 drivers/gpu/drm/ttm/ttm_bo_util.c 		ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu       373 drivers/gpu/drm/ttm/ttm_bo_util.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
no_wait_gpu       585 drivers/gpu/drm/ttm/ttm_bo_util.c 		.no_wait_gpu = false
no_wait_gpu       237 drivers/gpu/drm/ttm/ttm_bo_vm.c 			.no_wait_gpu = false,
no_wait_gpu       291 drivers/gpu/drm/ttm/ttm_memory.c 		.no_wait_gpu = false
no_wait_gpu       610 drivers/gpu/drm/ttm/ttm_memory.c 		if (ctx->no_wait_gpu)
no_wait_gpu       211 drivers/gpu/drm/virtio/virtgpu_object.c 		.no_wait_gpu = false
no_wait_gpu       355 drivers/gpu/drm/vmwgfx/ttm_object.c 		.no_wait_gpu = false
no_wait_gpu       717 drivers/gpu/drm/vmwgfx/ttm_object.c 			.no_wait_gpu = false
no_wait_gpu      1179 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 		.no_wait_gpu = false
no_wait_gpu       454 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 		.no_wait_gpu = false
no_wait_gpu       730 drivers/gpu/drm/vmwgfx/vmwgfx_context.c 		.no_wait_gpu = false
no_wait_gpu       572 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		.no_wait_gpu = false
no_wait_gpu       612 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		.no_wait_gpu = false
no_wait_gpu       243 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 		.no_wait_gpu = false
no_wait_gpu       438 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c 		.no_wait_gpu = false
no_wait_gpu       599 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 		.no_wait_gpu = false
no_wait_gpu       727 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 		.no_wait_gpu = false
no_wait_gpu       798 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 		.no_wait_gpu = false
no_wait_gpu       154 drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c 		.no_wait_gpu = false
no_wait_gpu       330 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 		.no_wait_gpu = false
no_wait_gpu       715 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		.no_wait_gpu = false
no_wait_gpu      1373 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		.no_wait_gpu = false
no_wait_gpu       415 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 		.no_wait_gpu = false
no_wait_gpu        42 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c 					       .no_wait_gpu = false};
no_wait_gpu       520 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		.no_wait_gpu = false
no_wait_gpu       568 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 				.no_wait_gpu = false
no_wait_gpu       275 include/drm/ttm/ttm_bo_api.h 	bool no_wait_gpu;