Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_tile_sriov_vf.c44 u64 ggtt_base = tile->sriov.vf.self_config.ggtt_base; in xe_tile_sriov_vf_balloon_ggtt_locked() local
70 if (ggtt_base < wopcm || ggtt_base > GUC_GGTT_TOP || in xe_tile_sriov_vf_balloon_ggtt_locked()
71 ggtt_size > GUC_GGTT_TOP - ggtt_base) { in xe_tile_sriov_vf_balloon_ggtt_locked()
73 tile->id, ggtt_base, ggtt_base + ggtt_size - 1); in xe_tile_sriov_vf_balloon_ggtt_locked()
78 end = ggtt_base; in xe_tile_sriov_vf_balloon_ggtt_locked()
86 start = ggtt_base + ggtt_size; in xe_tile_sriov_vf_balloon_ggtt_locked()
333 return config->ggtt_base; in xe_tile_sriov_vf_ggtt_base()
343 void xe_tile_sriov_vf_ggtt_base_store(struct xe_tile *tile, u64 ggtt_base) in xe_tile_sriov_vf_ggtt_base_store() argument
349 config->ggtt_base = ggtt_base; in xe_tile_sriov_vf_ggtt_base_store()
H A Dxe_tile_sriov_vf_types.h16 u64 ggtt_base; member
H A Dxe_gt_sriov_vf.c1149 u64 ggtt_base = xe_tile_sriov_vf_ggtt_base(gt_to_tile(gt)); in xe_gt_sriov_vf_print_config() local
1152 ggtt_base, ggtt_base + ggtt_size - 1); in xe_gt_sriov_vf_print_config()