Re: [Intel-gfx] [RFC PATCH] drm/i915: s/i915_gem_obj_to_ggtt_view/i915_ggtt_view_to_vma/

2016-03-31 Thread Chris Wilson
On Thu, Mar 31, 2016 at 12:46:07PM +0100, Matthew Auld wrote: > This seems to be more in-line with what the function actually does, this > also makes it more consistent with i915_gem_obj_to_vma. All of these functions have been deleted in patches on the list that fix the bugs in partial vma and fu

[Intel-gfx] [RFC PATCH] drm/i915: s/i915_gem_obj_to_ggtt_view/i915_ggtt_view_to_vma/

2016-03-31 Thread Matthew Auld
This seems to be more in-line with what the function actually does, this also makes it more consistent with i915_gem_obj_to_vma. Cc: Joonas Lahtinen Cc: Chris Wilson Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_drv.h | 6 +++--- drivers/gpu/drm/i915/i915_gem.c | 8 --