Searched defs:old_mem (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_util.c | 52 struct ttm_mem_reg *old_mem = &bo->mem; ttm_bo_move_ttm() local 330 struct ttm_mem_reg *old_mem = &bo->mem; ttm_bo_move_memcpy() local 641 struct ttm_mem_reg *old_mem = &bo->mem; ttm_bo_move_accel_cleanup() local
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_ttm.c | 340 struct ttm_mem_reg *old_mem = &bo->mem; qxl_move_null() local 352 struct ttm_mem_reg *old_mem = &bo->mem; qxl_bo_move() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 1294 struct ttm_mem_reg *old_mem = &bo->mem; nouveau_bo_move() local 695 nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nve0_bo_move_copy() argument 727 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nvc0_bo_move_copy() argument 765 nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nvc0_bo_move_m2mf() argument 804 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nva3_bo_move_copy() argument 842 nv98_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nv98_bo_move_exec() argument 860 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nv84_bo_move_exec() argument 894 nv50_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nv50_bo_move_m2mf() argument 990 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_mem_reg *old_mem, struct ttm_mem_reg *new_mem) nv04_bo_move_m2mf() argument
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 246 struct ttm_mem_reg *old_mem = &bo->mem; radeon_move_null() local 315 struct ttm_mem_reg *old_mem = &bo->mem; radeon_move_vram_ram() local 362 struct ttm_mem_reg *old_mem = &bo->mem; radeon_move_ram_vram() local 402 struct ttm_mem_reg *old_mem = &bo->mem; radeon_bo_move() local 253 radeon_move_blit(struct ttm_buffer_object *bo, bool evict, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) radeon_move_blit() argument
|
Completed in 154 milliseconds