From: Maarten Lankhorst Date: Thu, 26 Mar 2026 12:18:14 +0000 (+0100) Subject: drm/xe: Remove useless comment. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1600b49b0819599b138f92c72e6c6ebb43c40378;p=thirdparty%2Fkernel%2Flinux.git drm/xe: Remove useless comment. Commit 792d2b9a1259 ("drm: drop mtrr from i915"), added this comment, drop it since it was carried over from i915. Reviewed-by: Ville Syrjälä Link: https://patch.msgid.link/20260326121818.122401-2-dev@lankhorst.se Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index 041e014ed92c7..44d04ac0951ab 100644 --- a/drivers/gpu/drm/xe/xe_device.c +++ b/drivers/gpu/drm/xe/xe_device.c @@ -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 |