[PATCH 1/3] drm/i915: Make AGP=n work even on gen3

2013-11-14 Thread Daniel Vetter
On Thu, Nov 14, 2013 at 01:24:57AM +0200, Ville Syrj?l? wrote: > On Wed, Nov 13, 2013 at 09:21:44PM +0100, Daniel Vetter wrote: > > On Wed, Nov 13, 2013 at 08:59:56PM +0200, Ville Syrj?l? wrote: > > > On Mon, Nov 11, 2013 at 09:35:17AM +0100, Daniel Vetter wrote: > > > > Most platforms din't hit th

[PATCH 1/3] drm/i915: Make AGP=n work even on gen3

2013-11-14 Thread Ville Syrjälä
On Wed, Nov 13, 2013 at 09:21:44PM +0100, Daniel Vetter wrote: > On Wed, Nov 13, 2013 at 08:59:56PM +0200, Ville Syrj?l? wrote: > > On Mon, Nov 11, 2013 at 09:35:17AM +0100, Daniel Vetter wrote: > > > Most platforms din't hit this condition, but if we want to allow > > > building without agp we sho

[PATCH 1/3] drm/i915: Make AGP=n work even on gen3

2013-11-13 Thread Daniel Vetter
On Wed, Nov 13, 2013 at 08:59:56PM +0200, Ville Syrj?l? wrote: > On Mon, Nov 11, 2013 at 09:35:17AM +0100, Daniel Vetter wrote: > > Most platforms din't hit this condition, but if we want to allow > > building without agp we should also make this allowed on gen3. > > > > Cc: Ville Syrj?l? > > Sig

[PATCH 1/3] drm/i915: Make AGP=n work even on gen3

2013-11-13 Thread Ville Syrjälä
On Mon, Nov 11, 2013 at 09:35:17AM +0100, Daniel Vetter wrote: > Most platforms din't hit this condition, but if we want to allow > building without agp we should also make this allowed on gen3. > > Cc: Ville Syrj?l? > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/i915/i915_drv.c | 2 +-

[PATCH 1/3] drm/i915: Make AGP=n work even on gen3

2013-11-11 Thread Daniel Vetter
Most platforms din't hit this condition, but if we want to allow building without agp we should also make this allowed on gen3. Cc: Ville Syrj?l? Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/