drm: Initialize the AGP structure's base address at init rather than enable.
authorEric Anholt <eric@anholt.net>
Thu, 22 Nov 2007 06:40:37 +0000 (16:40 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Feb 2008 05:09:38 +0000 (15:09 +1000)
commit8b40958032fd236194de57d29be9cf2c1f2643ee
treef9fb723d3d4d8ef1f860ee85c9000c2b1ebcfb8d
parentded23359ccb884605336ac2193608a7af9a3b117
drm: Initialize the AGP structure's base address at init rather than enable.

Not all drivers call enable (intel), but they would still like to use this
member in driver code.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drm_agpsupport.c
drivers/char/drm/i915_dma.c