✓ CI.checkpatch: success for drm/xe: Support 'nomodeset' kernel command-line option (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Aug 27 12:15:55 UTC 2024


== Series Details ==

Series: drm/xe: Support 'nomodeset' kernel command-line option (rev2)
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 5587f92534a9451dd17cc1692bbc41e34e528722
Author: Thomas Zimmermann <tzimmermann at suse.de>
Date:   Tue Aug 27 14:09:05 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.
    
    v2:
    - use xe's init table (Lucas)
    - do NULL test for init/exit functions
    
    Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 5141d5ae1dead73bd1d029f8310609720bca06b3 drm-intel
5587f92534a9 drm/xe: Support 'nomodeset' kernel command-line option




More information about the Intel-xe mailing list