Searched refs:tmp_mem (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c312 struct ttm_mem_reg tmp_mem; local
318 tmp_mem = *new_mem;
319 tmp_mem.mm_node = NULL;
327 r = ttm_bo_mem_space(bo, &placement, &tmp_mem,
333 r = ttm_tt_set_placement_caching(bo->ttm, tmp_mem.placement);
338 r = ttm_tt_bind(bo->ttm, &tmp_mem);
342 r = radeon_move_blit(bo, true, no_wait_reserve, no_wait_gpu, &tmp_mem, old_mem);
348 ttm_bo_mem_put(bo, &tmp_mem);
359 struct ttm_mem_reg tmp_mem; local
365 tmp_mem
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c749 struct ttm_mem_reg tmp_mem; local
756 tmp_mem = *new_mem;
757 tmp_mem.mm_node = NULL;
758 ret = ttm_bo_mem_space(bo, &placement, &tmp_mem, intr, no_wait_reserve, no_wait_gpu);
762 ret = ttm_tt_bind(bo->ttm, &tmp_mem);
766 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_reserve, no_wait_gpu, &tmp_mem);
772 ttm_bo_mem_put(bo, &tmp_mem);
783 struct ttm_mem_reg tmp_mem; local
790 tmp_mem = *new_mem;
791 tmp_mem
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_bo.c421 struct ttm_mem_reg tmp_mem = *mem; local
423 bo->mem = tmp_mem;

Completed in 26 milliseconds