Re: [Intel-gfx] [PATCH 2/5] drm/i915: bind m&f cleanup

2013-08-12 Thread Ben Widawsky
On Sat, Aug 10, 2013 at 09:41:16AM +0100, Chris Wilson wrote: > On Fri, Aug 09, 2013 at 10:12:13PM -0700, Ben Widawsky wrote: > > Cleanup the map and fenceable setting during bind to make more sense, > > and not check i915_is_ggtt() 2 unnecessary times > > > > Recommended-by: Chris Wilson > > Sig

Re: [Intel-gfx] [PATCH 2/5] drm/i915: bind m&f cleanup

2013-08-10 Thread Chris Wilson
On Fri, Aug 09, 2013 at 10:12:13PM -0700, Ben Widawsky wrote: > Cleanup the map and fenceable setting during bind to make more sense, > and not check i915_is_ggtt() 2 unnecessary times > > Recommended-by: Chris Wilson > Signed-off-by: Ben Widawsky There were a couple of bools that only exist to

[Intel-gfx] [PATCH 2/5] drm/i915: bind m&f cleanup

2013-08-09 Thread Ben Widawsky
Cleanup the map and fenceable setting during bind to make more sense, and not check i915_is_ggtt() 2 unnecessary times Recommended-by: Chris Wilson Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git