Searched refs:from_obj (Results 1 – 3 of 3) sorted by relevance
382 struct drm_i915_gem_object *from_obj = ring->last_context_obj; in do_switch() local386 KASSERT(!(from_obj != NULL && from_obj->pin_count == 0), in do_switch()389 if (from_obj == to->obj) in do_switch()412 else if (from_obj == to->obj) /* not yet expected */ in do_switch()427 if (from_obj != NULL) { in do_switch()428 from_obj->base.read_domains = I915_GEM_DOMAIN_INSTRUCTION; in do_switch()429 i915_gem_object_move_to_active(from_obj, ring, in do_switch()438 from_obj->dirty = 1; in do_switch()439 KASSERT(from_obj->ring == ring, ("i915_gem_context: from_ring != ring")); in do_switch()440 i915_gem_object_unpin(from_obj); in do_switch()[all …]
2995 * decl.c (lookup_name_real): OK, do return the from_obj value3010 * decl.c (lookup_name_real): Never return the from_obj value.
704 * decl.c (lookup_name_real): Clear val after setting from_obj.