diff options
| -rw-r--r-- | drivers/char/drm/i915_drv.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/char/drm/i915_drv.c b/drivers/char/drm/i915_drv.c index 32b7f8bb420d..e88d32d286f5 100644 --- a/drivers/char/drm/i915_drv.c +++ b/drivers/char/drm/i915_drv.c | |||
| @@ -39,8 +39,11 @@ static struct pci_device_id pciidlist[] = { | |||
| 39 | }; | 39 | }; |
| 40 | 40 | ||
| 41 | static struct drm_driver driver = { | 41 | static struct drm_driver driver = { |
| 42 | /* don't use mtrr's here, the Xserver or user space app should | ||
| 43 | * deal with them for intel hardware. | ||
| 44 | */ | ||
| 42 | .driver_features = | 45 | .driver_features = |
| 43 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | | 46 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/ |
| 44 | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED, | 47 | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED, |
| 45 | .load = i915_driver_load, | 48 | .load = i915_driver_load, |
| 46 | .lastclose = i915_driver_lastclose, | 49 | .lastclose = i915_driver_lastclose, |
