[PATCH 09/12] drm/i915: don't check intel_agp_enabled any more

2012-06-07 Thread Daniel Vetter
We won't enabled agp unconditionally. Furthermore we do have the right checks for agp support in place in our ->load function. The only thing this variable still does is enforce the module load order we want (and I'm not even sure whether it succeeds for that). Hence just use it in a harmless

[PATCH 09/12] drm/i915: don't check intel_agp_enabled any more

2012-06-07 Thread Daniel Vetter
We won't enabled agp unconditionally. Furthermore we do have the right checks for agp support in place in our -load function. The only thing this variable still does is enforce the module load order we want (and I'm not even sure whether it succeeds for that). Hence just use it in a harmless