✗ CI.checkpatch: warning for Apply Wa_22019338487 (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 17 08:18:51 UTC 2024
== Series Details ==
Series: Apply Wa_22019338487 (rev2)
URL : https://patchwork.freedesktop.org/series/134921/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 65e50cbea2109c2e70e4bf0249cfc2858fd5f5e5
Author: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Date: Mon Jun 17 01:10:51 2024 -0700
drm/xe/guc: Request max GT freq during resume
We already request max freq in the load path, moving it
to __xe_guc_upload will ensure this speeds up GuC load in
the resume path as well.
v2: Rename xe_guc_pc_init_early since we now call it per
GuC load (Michal W)
v3: Keep pc_init_early() and init RPx values there (Rodrigo)
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
+ /mt/dim checkpatch 9063661ba438a2b1f01b73b6035be9a7156c4345 drm-intel
1da891341513 drm/xe/lnl: Apply Wa_22019338487
-:193: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#193: FILE: drivers/gpu/drm/xe/xe_gt.c:821:
+ if ((!xe_uc_fw_is_available(>->uc.gsc.fw) ||
+ xe_uc_fw_is_loaded(>->uc.gsc.fw)) &&
total: 0 errors, 0 warnings, 1 checks, 294 lines checked
65e50cbea210 drm/xe/guc: Request max GT freq during resume
More information about the Intel-xe
mailing list