Lines Matching full:migrate
515 * @obj: The object to migrate
516 * @id: The region intended to migrate to
519 * given region. Note that pinning may affect the ability to migrate as
523 * possibility to migrate objects and might be slightly less permissive
550 if (!obj->ops->migrate) in i915_gem_object_can_migrate()
568 * i915_gem_object_migrate - Migrate an object to the desired region id
569 * @obj: The object to migrate.
572 * @id: The region id to migrate to.
574 * Attempt to migrate the object to the desired memory region. The
609 if (!obj->ops->migrate) { in i915_gem_object_migrate()
615 return obj->ops->migrate(obj, mr); in i915_gem_object_migrate()