]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Remove useless comment.
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Mar 2026 12:18:14 +0000 (13:18 +0100)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Mar 2026 13:52:21 +0000 (14:52 +0100)
Commit 792d2b9a1259 ("drm: drop mtrr from i915"), added this comment,
drop it since it was carried over from i915.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260326121818.122401-2-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_device.c

index 041e014ed92c775d1ad8af496e3bc94d756d4b0e..44d04ac0951ab4b55ed9ef2b7eac5e216b4a41af 100644 (file)
@@ -390,9 +390,6 @@ bool xe_is_xe_file(const struct file *file)
 }
 
 static struct drm_driver 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_SYNCOBJ |