On Mon, Jan 16, 2017 at 09:49:45AM +0000, Chris Wilson wrote: > Whilst writing testcases to exercise the VMA API, some oddities came to > light, such as i915_gem_obj_lookup_or_create(). Joonas suggested > i915_vma_instance() as a neat replacement, so rename them, move them to > i915_vma.c and add some kerneldoc as a sugary bonus. > > s/i915_gem_obj_to_vma/i915_vma_lookup/ > s/i915_gem_obj_lookup_or_create_vma/i915_vma_instance/ > > Suggested-by: Joonas Lahtinen <[email protected]> > Signed-off-by: Chris Wilson <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Tvrtko Ursulin <[email protected]>
Note that we add a lockdep check here that detects misuse during atomic modesetting. Woohoo /o\ -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
