[Intel-xe] ✓ CI.checkpatch: success for Turn display finalizers into static functions (rev3)

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 11 20:45:30 UTC 2023


== Series Details ==

Series: Turn display finalizers into static functions (rev3)
URL   : https://patchwork.freedesktop.org/series/123443/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 605dcc3e0bcc9bf00ae908152188e7daa86fb55d
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date:   Mon Sep 11 16:47:12 2023 -0300

    fixup! drm/xe/display: Implement display support
    
    Finalizer counterparts of display initializers are registered with
    drmm_add_action_or_reset(). Since there are no other explicit users of
    them outside of xe_display.c, let's turn them into static functions.
    
    While at it, since this is a fixup patch, also do other cleanups
    suggested by Lucas:
    
        * s/xe_display_modset_driver_remove/xe_display_driver_remove/
    
        * Remove the unused xe_display_enable()
    
        * s,xe_display_unlink,xe_display_fini,
    
          The original suggestion for the above was to replace with
          xe_display_shutdown, but I went with xe_display_fini to be
          consistent with the other "stepped" display finalizers.
    
        * Group functions in the header by namespaces.
    
    v2:
      - Add more cleanups. (Lucas)
    
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 8b1dfde2899992006000b358a282173604338f88 drm-intel
605dcc3e0 fixup! drm/xe/display: Implement display support




More information about the Intel-xe mailing list