[Intel-xe] ✓ CI.checkpatch: success for Properly return -EPROBE_DEFER if xe_display_driver_probe_defer() (rev3)

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 11 20:00:49 UTC 2023


== Series Details ==

Series: Properly return -EPROBE_DEFER if xe_display_driver_probe_defer() (rev3)
URL   : https://patchwork.freedesktop.org/series/123357/
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 c9aec3afce0eaf81f58adc207832e12c6bd4d030
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date:   Wed Sep 6 18:23:33 2023 -0300

    fixup! drm/xe/display: Implement display support
    
    The function xe_display_driver_probe_defer() was supposed to return
    -EPROBE_DEFER when not yet ready to continue the probing, but the
    current implementation is actually returning 1 instead of the proper
    value, which would probably keep the probe operation to be attempted
    again.
    
    Fix that by making xe_display_driver_probe_defer() return a boolean just
    like intel_display_driver_probe_defer() and return -EPROBE_DEFER on the
    caller if necessary.
    
    v2:
      - Make xe_display_driver_probe_defer() return a boolean and return
        -EPROBE_DEFER on the caller. (Lucas)
    
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 8b1dfde2899992006000b358a282173604338f88 drm-intel
c9aec3afc fixup! drm/xe/display: Implement display support




More information about the Intel-xe mailing list