Lines Matching defs:range
50 * @r: our GTT range
68 * @r: our GTT range
71 * Take our preallocated GTT range and insert the GEM object into
118 * @r: our GTT range
120 * Remove a preallocated GTT range from the GTT. Overwrite all the
188 * @gt: the gtt range
212 * @gt: the gtt range
227 * @gt: range to pin
265 * @gt: range to pin
317 * Ask the kernel core to find us a suitable range of addresses
558 struct gtt_range *range;
566 range = container_of(r, struct gtt_range, resource);
567 if (range->pages) {
568 psb_gtt_insert(dev, range, 1);
569 size += range->resource.end - range->resource.start;