projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9755f05
)
drm/i915: Fix comment about modeset parameters
author
Javier Martinez Canillas
<javierm@redhat.com>
Wed, 3 Nov 2021 12:28:05 +0000
(13:28 +0100)
committer
Jani Nikula
<jani.nikula@intel.com>
Wed, 3 Nov 2021 13:27:35 +0000
(15:27 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_module.c
b/drivers/gpu/drm/i915/i915_module.c
index ab2295dd450018562635d5a8fb2aab79b9611e71..c7507266aa832bdbbf98def561ebaab265b43a3c 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_module.c
+++ b/
drivers/gpu/drm/i915/i915_module.c
@@
-24,8
+24,8
@@
static int i915_check_nomodeset(void)
/*
* Enable KMS by default, unless explicitly overriden by
- * either the i915.modeset p
r
arameter or by the
- *
vga_text_mode_force
boot option.
+ * either the i915.modeset parameter or by the
+ *
nomodeset
boot option.
*/
if (i915_modparams.modeset == 0)