✗ CI.checkpatch: warning for Support/debug for slow GuC loads
Patchwork
patchwork at emeril.freedesktop.org
Sat May 18 04:43:10 UTC 2024
== Series Details ==
Series: Support/debug for slow GuC loads
URL : https://patchwork.freedesktop.org/series/133779/
State : warning
== 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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 79d66dc7ba81ea66c4f4238607a03b388bb9c725
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Fri May 17 21:36:59 2024 -0700
drm/xe/guc: Port over the slow GuC loading support from i915
GuC loading can take longer than it is supposed to for various
reasons. So add in the code to cope with that and to report it when it
happens. There are also many different reasons why GuC loading can
fail, so add in the code for checking for those and for reporting
issues in a meaningful manner rather than just hitting a timeout and
saying 'fail: status = %x'.
Also, remove the 'FIXME' comment about an i915 bug that has never been
applicable to Xe!
v2: Actually report the requested and granted frequencies rather than
showing granted twice (review feedback from Badal).
v3: Locally code all the timeout and end condition handling because a
helper function is not allowed (review feedback from Lucas/Rodrigo).
v4: Add more documentation comments and rename a define to add units
(review feedback from Lucas).
v5: Fix copy/paste error in xe_mmio_wait32_not (review feedback from
Lucas) and rebase (no more return value from guc_wait_ucode).
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 5e9e7440f7d7efd64079148c738fc83600fb477b drm-intel
8527a5d491e3 drm/xe: Make read_perf_limit_reasons globally accessible
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:54: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#54:
rename from drivers/gpu/drm/xe/xe_gt_throttle_sysfs.c
total: 0 errors, 1 warnings, 0 checks, 143 lines checked
79d66dc7ba81 drm/xe/guc: Port over the slow GuC loading support from i915
More information about the Intel-xe
mailing list