Re: [Intel-gfx] [PATCH 6/6] drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c

2017-01-10 Thread Chris Wilson
On Tue, Jan 10, 2017 at 09:17:00AM +0200, Joonas Lahtinen wrote: > On ma, 2017-01-09 at 16:16 +, Chris Wilson wrote: > > Rename i915_gem_get_ggtt_size() and i915_gem_get_ggtt_alignment() to > > i915_gem_fence_size()  and i915_gem_fence_alignment() respectively to > > Extra space here --^ >

Re: [Intel-gfx] [PATCH 6/6] drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c

2017-01-09 Thread Joonas Lahtinen
On ma, 2017-01-09 at 16:16 +, Chris Wilson wrote: > Rename i915_gem_get_ggtt_size() and i915_gem_get_ggtt_alignment() to > i915_gem_fence_size()  and i915_gem_fence_alignment() respectively to Extra space here --^ > better match usage. Similarly move the pair of functions into > i915_gem_

[Intel-gfx] [PATCH 6/6] drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c

2017-01-09 Thread Chris Wilson
Rename i915_gem_get_ggtt_size() and i915_gem_get_ggtt_alignment() to i915_gem_fence_size() and i915_gem_fence_alignment() respectively to better match usage. Similarly move the pair of functions into i915_gem_tiling.c next to the fence restrictions. Suggested-by: Joonas Lahtinen Signed-off-by: C