✓ CI.checkpatch: success for drm/xe: Support 'nomodeset' kernel command-line option
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 21 14:03:19 UTC 2024
== Series Details ==
Series: drm/xe: Support 'nomodeset' kernel command-line option
URL : https://patchwork.freedesktop.org/series/137576/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit adc8ff073936abe08224c6fc1798a42fc9bb8ce5
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date: Wed Aug 21 15:56:59 2024 +0200
drm/xe: Support 'nomodeset' kernel command-line option
Setting 'nomodeset' on the kernel command line disables all graphics
drivers with modesetting capabilities; leaving only firmware drivers,
such as simpledrm or efifb.
Most DRM drivers automatically support 'nomodeset' via DRM's module
helper macros. In xe, which uses regular module_init(), manually call
drm_firmware_drivers_only() to test for 'nomodeset'. Do not register
the driver if set.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
+ /mt/dim checkpatch c83ab549ef8f647c3de42793d222a980021a973f drm-intel
adc8ff073936 drm/xe: Support 'nomodeset' kernel command-line option
More information about the Intel-xe
mailing list