drm/i915: Fix comment about modeset parameters
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 3 Nov 2021 12:28:05 +0000 (13:28 +0100)
committerJani Nikula <jani.nikula@intel.com>
Wed, 3 Nov 2021 13:27:35 +0000 (15:27 +0200)
commit565edeee70db754e2e337ccd941f2dc10d276691
tree16cbc0bb311aa4332e4f49a7cacf6b56376109e1
parent9755f055f5121c40c481c1d5dd02a1c3fb0e7953
drm/i915: Fix comment about modeset parameters

The comment mentions that the KMS is enabled by default unless either the
i915.modeset module parameter or vga_text_mode_force boot option are used.

But the latter does not exist and instead the nomodeset option was meant.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211103122809.1040754-2-javierm@redhat.com
drivers/gpu/drm/i915/i915_module.c