mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/i915: Remove useless comment about MTRR.
Commit792d2b9a12("drm: drop mtrr from i915"), added this comment, drop it since it since MTRR no longer exists since 2013 and is removed by commit281856477c("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>
This commit is contained in:
parent
e2d57ceaa7
commit
eb88560c9e
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user