Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c199 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram() function
234 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM0, c); in try_add_vram()
236 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM1, c); in try_add_vram()
2753 add_vram(xe, bo, &requested, bo->flags, mem_type, &c); in xe_bo_migrate()