Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fb_bo.c81 !xe_bo_can_migrate(gem_to_xe_bo(gem), XE_PL_VRAM0) && in intel_fb_bo_lookup_valid_bo()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_dma_buf.c34 if (!attach->peer2peer && !xe_bo_can_migrate(gem_to_xe_bo(obj), XE_PL_TT)) in xe_dma_buf_attach()
98 if (!attach->peer2peer && !xe_bo_can_migrate(bo, XE_PL_TT)) in xe_dma_buf_map()
Dxe_bo.h211 bool xe_bo_can_migrate(struct xe_bo *bo, u32 mem_type);
Dxe_bo.c2153 bool xe_bo_can_migrate(struct xe_bo *bo, u32 mem_type) in xe_bo_can_migrate() function
2211 if (!xe_bo_can_migrate(bo, mem_type)) in xe_bo_migrate()