Lines Matching refs:mappable_end
56 if (ggtt->mappable_end) { in ggtt_init_hw()
59 ggtt->mappable_end)) { in ggtt_init_hw()
65 ggtt->mappable_end); in ggtt_init_hw()
528 if (ggtt->mappable_end) { in init_ggtt()
534 0, ggtt->mappable_end, in init_ggtt()
840 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
982 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
988 if (ggtt->mappable_end < (64<<20) || ggtt->mappable_end > (512<<20)) { in gen6_gmch_probe()
990 &ggtt->mappable_end); in gen6_gmch_probe()
1046 intel_gtt_get(&ggtt->vm.total, &gmadr_base, &ggtt->mappable_end); in i915_gmch_probe()
1049 (struct resource)DEFINE_RES_MEM(gmadr_base, ggtt->mappable_end); in i915_gmch_probe()
1097 ggtt->mappable_end = in ggtt_probe_hw()
1098 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1101 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1105 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1106 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1112 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()