Lines Matching defs:region
308 /* Each region is a minimum of 16k, and there are at most 255 of them.
851 int region;
858 int region;
863 int region;
872 int region;
3410 * struct drm_i915_gem_memory_class_instance - Identify particular memory region
3421 * struct drm_i915_memory_region_info - Describes one region as known to the
3429 /** @region: The class:instance pair encoding */
3430 struct drm_i915_gem_memory_class_instance region;
3439 * here, also note that no current region type will ever return -1 here.
3440 * Although for future region types, this might be a possibility. The
3515 * The region info query enumerates all regions known to the driver by filling
3541 * // blob, which the kernel can then populate with the all the region info.
3547 * // We can now access each region in the array
3550 * u16 class = mr.region.class;
3551 * u16 instance = mr.region.instance;
3565 /** @regions: Info about each supported region */
3662 * entire I915_MEMORY_CLASS_DEVICE region will be CPU accessible, and as
3731 * Note that userspace has no means of knowing the current backing region
3740 * constraints) to the non I915_MEMORY_CLASS_DEVICE region, then i915 needs to