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()
917 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
1062 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
1068 if (ggtt->mappable_end < (64<<20) || ggtt->mappable_end > (512<<20)) { in gen6_gmch_probe()
1070 &ggtt->mappable_end); in gen6_gmch_probe()
1126 intel_gtt_get(&ggtt->vm.total, &gmadr_base, &ggtt->mappable_end); in i915_gmch_probe()
1129 (struct resource)DEFINE_RES_MEM(gmadr_base, ggtt->mappable_end); in i915_gmch_probe()
1185 ggtt->mappable_end = in ggtt_probe_hw()
1186 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1189 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1193 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1194 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1200 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()