diff options
| author | Maarten Lankhorst <dev@lankhorst.se> | 2026-05-22 13:45:48 +0300 |
|---|---|---|
| committer | Maarten Lankhorst <dev@lankhorst.se> | 2026-05-25 10:10:59 +0300 |
| commit | eb88560c9e955bf3d87900f35e1e37a0bdec7622 (patch) | |
| tree | 006d9792b25658efdcdc581cbb9e8f7716835d8e | |
| parent | e2d57ceaa72d074273b42fbe0d03b74f87d8b583 (diff) | |
| download | linux-eb88560c9e955bf3d87900f35e1e37a0bdec7622.tar.xz | |
drm/i915: Remove useless comment about MTRR.
Commit 792d2b9a1259 ("drm: drop mtrr from i915"), added this comment,
drop it since it since MTRR no longer exists since 2013 and is removed
by commit 281856477cda ("drm: rip out drm_core_has_MTRR checks").
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/20260522104548.980226-1-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
| -rw-r--r-- | drivers/gpu/drm/i915/i915_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_driver.c b/drivers/gpu/drm/i915/i915_driver.c index f06b2e8cf7d4..0363dbd231b7 100644 --- a/drivers/gpu/drm/i915/i915_driver.c +++ b/drivers/gpu/drm/i915/i915_driver.c @@ -1869,9 +1869,6 @@ static const struct drm_ioctl_desc i915_ioctls[] = { #define DRIVER_PATCHLEVEL 0 static const struct drm_driver i915_drm_driver = { - /* Don't use MTRRs here; the Xserver or userspace app should - * deal with them for Intel hardware. - */ .driver_features = DRIVER_GEM | DRIVER_RENDER | DRIVER_MODESET | DRIVER_ATOMIC | DRIVER_SYNCOBJ | |
