Lines Matching refs:mappable_end
64 if (ggtt->mappable_end) { in ggtt_init_hw()
67 ggtt->mappable_end)) { in ggtt_init_hw()
73 ggtt->mappable_end); in ggtt_init_hw()
590 if (ggtt->mappable_end) { in init_ggtt()
620 0, ggtt->mappable_end, in init_ggtt()
969 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
1134 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
1140 if (ggtt->mappable_end < (64 << 20) || in gen6_gmch_probe()
1141 ggtt->mappable_end > (512 << 20)) { in gen6_gmch_probe()
1143 &ggtt->mappable_end); in gen6_gmch_probe()
1210 ggtt->mappable_end = in ggtt_probe_hw()
1211 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1214 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1218 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1219 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1225 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()