Lines Matching refs:mappable_end
59 if (ggtt->mappable_end) { in ggtt_init_hw()
62 ggtt->mappable_end)) { in ggtt_init_hw()
68 ggtt->mappable_end); in ggtt_init_hw()
547 if (ggtt->mappable_end) { in init_ggtt()
573 0, ggtt->mappable_end, in init_ggtt()
903 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
1047 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
1053 if (ggtt->mappable_end < (64<<20) || ggtt->mappable_end > (512<<20)) { in gen6_gmch_probe()
1055 &ggtt->mappable_end); in gen6_gmch_probe()
1111 intel_gtt_get(&ggtt->vm.total, &gmadr_base, &ggtt->mappable_end); in i915_gmch_probe()
1114 (struct resource)DEFINE_RES_MEM(gmadr_base, ggtt->mappable_end); in i915_gmch_probe()
1170 ggtt->mappable_end = in ggtt_probe_hw()
1171 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1174 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1178 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1179 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1185 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()