[Intel-gfx] [PATCH 02/13] drm/i915: Mappable_end can't ever be > end

2013-01-17 Thread Ben Widawsky
Both DRI1 and DRI2 can never specify a mappable size which goes past the GTT size. Don't pretend otherwise. Reviewed-by: Rodrigo Vivi Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/

Re: [Intel-gfx] [PATCH 02/13] drm/i915: Mappable_end can't ever be > end

2013-01-16 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Tue, Jan 15, 2013 at 7:26 PM, Ben Widawsky wrote: > Both DRI1 and DRI2 can never specify a mappable size which goes past the > GTT size. Don't pretend otherwise. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +++- > 1 file changed

[Intel-gfx] [PATCH 02/13] drm/i915: Mappable_end can't ever be > end

2013-01-15 Thread Ben Widawsky
Both DRI1 and DRI2 can never specify a mappable size which goes past the GTT size. Don't pretend otherwise. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/g