[Intel-gfx] [PATCH 11/13] drm/i915: Cut out the infamous ILK w/a from AGP layer

2013-01-17 Thread Ben Widawsky
And, move it to where the rest of the logic is. There is some slight functionality changes. There was extra paranoid checks in AGP code making sure we never do idle maps on gen2 parts. That was not duplicated as the simple PCI id check should do the right thing. v2: use IS_GEN5 && IS_MOBILE check

Re: [Intel-gfx] [PATCH 11/13] drm/i915: Cut out the infamous ILK w/a from AGP layer

2013-01-16 Thread Ben Widawsky
On Wed, 16 Jan 2013 21:09:32 -0200 Rodrigo Vivi wrote: > On Tue, Jan 15, 2013 at 7:26 PM, Ben Widawsky wrote: > > And, move it to where the rest of the logic is. > > > > Cc: Dave Airlie > > Signed-off-by: Ben Widawsky > > --- > > drivers/char/agp/intel-gtt.c| 27 --

Re: [Intel-gfx] [PATCH 11/13] drm/i915: Cut out the infamous ILK w/a from AGP layer

2013-01-16 Thread Rodrigo Vivi
On Tue, Jan 15, 2013 at 7:26 PM, Ben Widawsky wrote: > And, move it to where the rest of the logic is. > > Cc: Dave Airlie > Signed-off-by: Ben Widawsky > --- > drivers/char/agp/intel-gtt.c| 27 --- > drivers/gpu/drm/i915/i915_drv.h | 1 + > drivers/gpu/drm/

[Intel-gfx] [PATCH 11/13] drm/i915: Cut out the infamous ILK w/a from AGP layer

2013-01-15 Thread Ben Widawsky
And, move it to where the rest of the logic is. Cc: Dave Airlie Signed-off-by: Ben Widawsky --- drivers/char/agp/intel-gtt.c| 27 --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem_gtt.c | 27 --- include/drm/int