Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c82 static bool resource_is_vram(struct ttm_resource *res) in resource_is_vram() function
89 return resource_is_vram(bo->ttm.resource) || in xe_bo_is_vram()
147 xe_assert(xe, resource_is_vram(res)); in res_to_mem_region()
750 ((old_mem_type == XE_PL_SYSTEM && resource_is_vram(new_mem)) || in xe_bo_move()
763 else if (resource_is_vram(new_mem)) in xe_bo_move()
798 if (!ret && resource_is_vram(new_mem)) { in xe_bo_move()