Lines Matching defs:region
293 /* Each region is a minimum of 16k, and there are at most 255 of them.
794 int region;
801 int region;
806 int region;
815 int region;
3311 * struct drm_i915_gem_memory_class_instance - Identify particular memory region
3322 * struct drm_i915_memory_region_info - Describes one region as known to the
3330 /** @region: The class:instance pair encoding */
3331 struct drm_i915_gem_memory_class_instance region;
3340 * here, also note that no current region type will ever return -1 here.
3341 * Although for future region types, this might be a possibility. The
3416 * The region info query enumerates all regions known to the driver by filling
3442 * // blob, which the kernel can then populate with the all the region info.
3448 * // We can now access each region in the array
3451 * u16 class = mr.region.class;
3452 * u16 instance = mr.region.instance;
3466 /** @regions: Info about each supported region */
3579 * entire I915_MEMORY_CLASS_DEVICE region will be CPU accessible, and as
3644 * Note that userspace has no means of knowing the current backing region
3653 * constraints) to the non I915_MEMORY_CLASS_DEVICE region, then i915 needs to