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()
845 if (ggtt->mappable_end) { in init_ggtt()
875 0, ggtt->mappable_end, in init_ggtt()
1225 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen8_gmch_probe()
1401 ggtt->mappable_end = resource_size(&ggtt->gmadr); in gen6_gmch_probe()
1407 if (ggtt->mappable_end < (64 << 20) || in gen6_gmch_probe()
1408 ggtt->mappable_end > (512 << 20)) { in gen6_gmch_probe()
1410 &ggtt->mappable_end); in gen6_gmch_probe()
1477 ggtt->mappable_end = in ggtt_probe_hw()
1478 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1481 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1485 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1486 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1492 (u64)ggtt->mappable_end >> 20); in ggtt_probe_hw()