[Intel-xe] ✓ CI.checkpatch: success for Properly return -EPROBE_DEFER if xe_display_driver_probe_defer()
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 6 22:11:09 UTC 2023
== Series Details ==
Series: Properly return -EPROBE_DEFER if xe_display_driver_probe_defer()
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 ac5442b2a747e7cb156a9a0a33c99ccd16229f7b
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>
+ /mt/dim checkpatch 62fe9fa9afd1a2065c9e762e9da1216ac04b042f drm-intel
ac5442b2a fixup! drm/xe/display: Implement display support
More information about the Intel-xe
mailing list