Searched defs:tmp_mem (Results 1 - 3 of 3) sorted by path

/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1060 struct ttm_mem_reg tmp_mem; local
1066 tmp_mem = *new_mem;
1067 tmp_mem.mm_node = NULL;
1068 ret = ttm_bo_mem_space(bo, &placement, &tmp_mem, intr, no_wait_gpu);
1072 ret = ttm_tt_bind(bo->ttm, &tmp_mem);
1076 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_mem);
1082 ttm_bo_mem_put(bo, &tmp_mem);
1096 struct ttm_mem_reg tmp_mem; local
1102 tmp_mem = *new_mem;
1103 tmp_mem
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c291 struct ttm_mem_reg tmp_mem; local
297 tmp_mem = *new_mem;
298 tmp_mem.mm_node = NULL;
306 r = ttm_bo_mem_space(bo, &placement, &tmp_mem,
312 r = ttm_tt_set_placement_caching(bo->ttm, tmp_mem.placement);
317 r = ttm_tt_bind(bo->ttm, &tmp_mem);
321 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem);
327 ttm_bo_mem_put(bo, &tmp_mem);
338 struct ttm_mem_reg tmp_mem; local
344 tmp_mem
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_bo.c342 struct ttm_mem_reg tmp_mem = *mem; local
344 bo->mem = tmp_mem;
347 *mem = tmp_mem;

Completed in 180 milliseconds