Lines Matching refs:mappable_end
69 if (ggtt->mappable_end) { in ggtt_init_hw()
72 ggtt->mappable_end)) { in ggtt_init_hw()
78 ggtt->mappable_end); in ggtt_init_hw()
570 if (ggtt->mappable_end) { in init_ggtt()
596 0, ggtt->mappable_end, in init_ggtt()
939 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
1096 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
1102 if (ggtt->mappable_end < (64 << 20) || in gen6_gmch_probe()
1103 ggtt->mappable_end > (512 << 20)) { in gen6_gmch_probe()
1105 &ggtt->mappable_end); in gen6_gmch_probe()
1171 ggtt->mappable_end = in ggtt_probe_hw()
1172 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1175 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1179 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1180 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1186 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()