Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c88 static bool resource_is_vram(struct ttm_resource *res) in resource_is_vram() function
95 return resource_is_vram(bo->ttm.resource) || in xe_bo_is_vram()
170 xe_assert(xe, resource_is_vram(res)); in res_to_mem_region()
868 ((old_mem_type == XE_PL_SYSTEM && resource_is_vram(new_mem)) || in xe_bo_move()
881 else if (resource_is_vram(new_mem)) in xe_bo_move()
916 if (!ret && resource_is_vram(new_mem)) { in xe_bo_move()