diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index ce045a8cf82c..acf4ea84c801 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -785,8 +785,8 @@ static struct vm_operations_struct i915_gem_vm_ops = { | |||
785 | }; | 785 | }; |
786 | 786 | ||
787 | static struct drm_driver driver = { | 787 | static struct drm_driver driver = { |
788 | /* don't use mtrr's here, the Xserver or user space app should | 788 | /* Don't use MTRRs here; the Xserver or userspace app should |
789 | * deal with them for intel hardware. | 789 | * deal with them for Intel hardware. |
790 | */ | 790 | */ |
791 | .driver_features = | 791 | .driver_features = |
792 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/ | 792 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/ |