Searched refs:use_tt (Results 1 – 15 of 15) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_range_manager.c | 142 unsigned type, bool use_tt, in ttm_range_man_init() argument 153 man->use_tt = use_tt; in ttm_range_man_init()
|
D | ttm_bo_util.c | 154 dst_man->use_tt)) { in ttm_bo_move_memcpy() 161 if (PTR_ERR(dst_iter) == -EINVAL && dst_man->use_tt) in ttm_bo_move_memcpy() 167 if (PTR_ERR(src_iter) == -EINVAL && src_man->use_tt) in ttm_bo_move_memcpy() 263 caching = man->use_tt ? bo->ttm->caching : res->bus.caching; in ttm_io_prot() 558 ret = ttm_bo_move_to_ghost(bo, fence, man->use_tt); in ttm_bo_move_accel_cleanup() 559 else if (!from->use_tt && pipeline) in ttm_bo_move_accel_cleanup() 562 ret = ttm_bo_wait_free_node(bo, man->use_tt); in ttm_bo_move_accel_cleanup()
|
D | ttm_sys_manager.c | 42 man->use_tt = true; in ttm_sys_man_init()
|
D | ttm_device.c | 153 if (!man || !man->use_tt) in ttm_device_swapout()
|
D | ttm_bo.c | 182 if (new_man->use_tt) { in ttm_bo_handle_move_mem() 186 ret = ttm_tt_create(bo, old_man->use_tt); in ttm_bo_handle_move_mem() 209 if (!new_man->use_tt) in ttm_bo_handle_move_mem()
|
D | ttm_resource.c | 155 drm_printf(p, " use_tt: %d\n", man->use_tt); in ttm_resource_manager_debug()
|
/drivers/gpu/drm/i915/ |
D | i915_ttm_buddy_manager.c | 163 unsigned int type, bool use_tt, in i915_ttm_buddy_man_init() argument 185 man->use_tt = use_tt; in i915_ttm_buddy_man_init()
|
D | i915_ttm_buddy_manager.h | 48 unsigned type, bool use_tt,
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_system_manager.c | 69 man->use_tt = true; in vmw_sys_man_init()
|
D | vmwgfx_ttm_buffer.c | 681 if (new_man->use_tt && !vmw_memtype_is_system(new_mem->mem_type)) { in vmw_move() 689 if (old_man->use_tt && new_man->use_tt) { in vmw_move()
|
D | vmwgfx_gmrid_manager.c | 150 man->use_tt = true; in vmw_gmrid_man_init()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_preempt_mgr.c | 152 man->use_tt = true; in amdgpu_preempt_mgr_init()
|
D | amdgpu_gtt_mgr.c | 291 man->use_tt = true; in amdgpu_gtt_mgr_init()
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm.c | 184 man->use_tt) in i915_ttm_tt_create() 467 src_st = src_man->use_tt ? i915_ttm_tt_get_st(ttm) : in i915_ttm_accel_move() 525 if (bo->ttm && (dst_man->use_tt || in i915_ttm_move()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 212 man->use_tt = true; in nouveau_ttm_init_gtt()
|