Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_tile_sriov_vf.c45 u64 ggtt_base = xe_gt_sriov_vf_ggtt_base(tile->primary_gt); in xe_tile_sriov_vf_balloon_ggtt_locked() local
71 if (ggtt_base < wopcm || ggtt_base > GUC_GGTT_TOP || in xe_tile_sriov_vf_balloon_ggtt_locked()
72 ggtt_size > GUC_GGTT_TOP - ggtt_base) { in xe_tile_sriov_vf_balloon_ggtt_locked()
74 tile->id, ggtt_base, ggtt_base + ggtt_size - 1); in xe_tile_sriov_vf_balloon_ggtt_locked()
79 end = ggtt_base; in xe_tile_sriov_vf_balloon_ggtt_locked()
87 start = ggtt_base + ggtt_size; in xe_tile_sriov_vf_balloon_ggtt_locked()
A Dxe_gt_sriov_vf_types.h17 u64 ggtt_base; member
A Dxe_gt_sriov_vf.c459 config->ggtt_shift = start - (s64)config->ggtt_base; in vf_get_ggtt_info()
460 config->ggtt_base = start; in vf_get_ggtt_info()
636 return gt->sriov.vf.self_config.ggtt_base; in xe_gt_sriov_vf_ggtt_base()
1034 config->ggtt_base, in xe_gt_sriov_vf_print_config()
1035 config->ggtt_base + config->ggtt_size - 1); in xe_gt_sriov_vf_print_config()

Completed in 10 milliseconds