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
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 --
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/
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