Home
last modified time | relevance | path

Searched refs:mem_type_is_vram (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c90 bool mem_type_is_vram(u32 mem_type) in mem_type_is_vram() function
102 return mem_type_is_vram(res->mem_type); in resource_is_vram()
171 xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type)); in mem_type_to_migrate()
828 if (mem_type_is_vram(old_mem_type)) { in xe_bo_move_notify()
877 (!mem_type_is_vram(old_mem_type) && !tt_has_data)); in xe_bo_move()
947 (mem_type_is_vram(old_mem_type) && in xe_bo_move()
961 else if (mem_type_is_vram(old_mem_type)) in xe_bo_move()
982 if (mem_type_is_vram(new_mem->mem_type)) in xe_bo_move()
1649 if (!mem_type_is_vram(ttm_bo->resource->mem_type)) in xe_ttm_access_memory()
1837 mem_type_is_vram(bo->ttm.resource->mem_type)) { in __xe_bo_cpu_fault()
[all …]
H A Dxe_migrate.c532 if (mem_type_is_vram(cur->mem_type)) { in xe_migrate_res_sizes()
877 bool src_is_vram = mem_type_is_vram(src->mem_type); in xe_migrate_copy()
878 bool dst_is_vram = mem_type_is_vram(dst->mem_type); in xe_migrate_copy()
1506 bool clear_vram = mem_type_is_vram(dst->mem_type); in xe_migrate_clear()