[Intel-gfx] [PATCH 03/13] drm/i915: Remove gtt_mappable_total

2013-01-17 Thread Ben Widawsky
With the assertion from the previous patch in place, it should be safe to get rid gtt_mappable_total. Keeps things saner to not have to track the same info in two places. In order to keep the diff as simple as possible and keep with the existing gtt_setup semantics we opt to keep gtt_mappable_end.

Re: [Intel-gfx] [PATCH 03/13] drm/i915: Remove gtt_mappable_total

2013-01-16 Thread Rodrigo Vivi
for the patch itself feel free to use Reviewed-by: Rodrigo Vivi but at this point I just got a bit confused why not having an standard like always using total or always using end-start... On Tue, Jan 15, 2013 at 7:26 PM, Ben Widawsky wrote: > With the assertion from the previous patch in plac

[Intel-gfx] [PATCH 03/13] drm/i915: Remove gtt_mappable_total

2013-01-15 Thread Ben Widawsky
With the assertion from the previous patch in place, it should be safe to get rid gtt_mappable_total. Keeps things saner to not have to track the same info in two places. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_debugfs.c | 3 ++- drivers/gpu/drm/i915/i915_drv.h | 1 - drive