Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.h20 void xe_ggtt_node_remove_balloon(struct xe_ggtt_node *node);
H A Dxe_gt_sriov_vf.c559 xe_ggtt_node_remove_balloon(tile->sriov.vf.ggtt_balloon[0]); in vf_balloon_ggtt()
572 xe_ggtt_node_remove_balloon(tile->sriov.vf.ggtt_balloon[1]); in deballoon_ggtt()
573 xe_ggtt_node_remove_balloon(tile->sriov.vf.ggtt_balloon[0]); in deballoon_ggtt()
H A Dxe_ggtt.c470 void xe_ggtt_node_remove_balloon(struct xe_ggtt_node *node) in xe_ggtt_node_remove_balloon() function