Commit 1600b49b authored by Maarten Lankhorst's avatar Maarten Lankhorst
Browse files

drm/xe: Remove useless comment.



Commit 792d2b9a ("drm: drop mtrr from i915"), added this comment,
drop it since it was carried over from i915.

Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260326121818.122401-2-dev@lankhorst.se


Signed-off-by: default avatarMaarten Lankhorst <dev@lankhorst.se>
parent 3d4939c0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 |