OpenCloudOS-Kernel/drivers/gpu/drm/sti
Javier Martinez Canillas 89ec002320
drm/sti: Add support for the nomodeset kernel parameter
According to disable Documentation/admin-guide/kernel-parameters.txt, this
parameter can be used to disable kernel modesetting.

DRM drivers will not perform display-mode changes or accelerated rendering
and only the system framebuffer will be available if it was set-up.

But only a few DRM drivers currently check for nomodeset, make this driver
to also support the command line parameter.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211217003752.3946210-35-javierm@redhat.com
2022-01-27 19:15:50 +01:00
..
Kconfig drm: Remove CONFIG_DRM_KMS_CMA_HELPER option 2021-11-30 11:10:03 +01:00
Makefile
NOTES
sti_awg_utils.c
sti_awg_utils.h
sti_compositor.c drm/sti: Don't set struct drm_device.irq_enabled 2021-06-29 11:08:43 +02:00
sti_compositor.h drm/sti: remove use of drm_debugfs functions as return values 2020-03-18 16:24:08 +01:00
sti_crtc.c drm/atomic: Pass the full state to CRTC atomic begin and flush 2020-11-02 12:37:49 +01:00
sti_crtc.h drm/sti: Convert to CRTC VBLANK callbacks 2020-02-13 13:10:09 +01:00
sti_cursor.c drm: Use state helper instead of the plane state pointer 2021-02-25 08:05:28 +01:00
sti_cursor.h
sti_drv.c drm/sti: Add support for the nomodeset kernel parameter 2022-01-27 19:15:50 +01:00
sti_drv.h
sti_dvo.c drm/bridge: Centralize error message when bridge attach fails 2021-07-28 16:33:12 +03:00
sti_gdp.c drm: Use state helper instead of the plane state pointer 2021-02-25 08:05:28 +01:00
sti_gdp.h
sti_hda.c drm/sti/sti_hda: Provide missing function names 2021-06-03 13:29:17 +02:00
sti_hdmi.c drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its used 2020-11-12 20:32:53 +01:00
sti_hdmi.h drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its used 2020-11-12 20:32:53 +01:00
sti_hdmi_tx3g4c28phy.c drm/sti/sti_hdmi_tx3g4c28phy: Provide function names for kernel-doc headers 2021-06-03 13:29:11 +02:00
sti_hdmi_tx3g4c28phy.h
sti_hqvdp.c drm/sti: Use correct printk format specifiers for size_t 2021-10-07 05:42:17 +03:00
sti_hqvdp_lut.h
sti_mixer.c drm/sti: remove use of drm_debugfs functions as return values 2020-03-18 16:24:08 +01:00
sti_mixer.h drm/sti: remove use of drm_debugfs functions as return values 2020-03-18 16:24:08 +01:00
sti_plane.c
sti_plane.h
sti_tvout.c drm/sti/sti_tvout: Provide a bunch of missing function names 2021-06-03 13:29:26 +02:00
sti_vid.c drm/sti: remove use of drm_debugfs functions as return values 2020-03-18 16:24:08 +01:00
sti_vid.h drm/sti: remove use of drm_debugfs functions as return values 2020-03-18 16:24:08 +01:00
sti_vtg.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
sti_vtg.h