✗ Fi.CI.BUILD: failure for drm/i915/gt: Disable powergating [rc6] across reset and resume
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 22 00:11:11 UTC 2021
== Series Details ==
Series: drm/i915/gt: Disable powergating [rc6] across reset and resume
URL : https://patchwork.freedesktop.org/series/89289/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/gt/intel_reset.o
drivers/gpu/drm/i915/gt/intel_reset.c: In function ‘intel_gt_reset’:
drivers/gpu/drm/i915/gt/intel_reset.c:1059:2: error: implicit declaration of function ‘intel_rc6_disable’; did you mean ‘intel_guc_ct_disable’? [-Werror=implicit-function-declaration]
intel_rc6_disable(>->rc6);
^~~~~~~~~~~~~~~~~
intel_guc_ct_disable
drivers/gpu/drm/i915/gt/intel_reset.c:1060:2: error: implicit declaration of function ‘intel_rps_disable’; did you mean ‘intel_irqs_enabled’? [-Werror=implicit-function-declaration]
intel_rps_disable(>->rps);
^~~~~~~~~~~~~~~~~
intel_irqs_enabled
drivers/gpu/drm/i915/gt/intel_reset.c:1061:2: error: implicit declaration of function ‘intel_llc_disable’; did you mean ‘intel_guc_ct_disable’? [-Werror=implicit-function-declaration]
intel_llc_disable(>->llc);
^~~~~~~~~~~~~~~~~
intel_guc_ct_disable
drivers/gpu/drm/i915/gt/intel_reset.c:1089:2: error: implicit declaration of function ‘intel_rps_enable’; did you mean ‘intel_irqs_enabled’? [-Werror=implicit-function-declaration]
intel_rps_enable(>->rps);
^~~~~~~~~~~~~~~~
intel_irqs_enabled
drivers/gpu/drm/i915/gt/intel_reset.c:1090:2: error: implicit declaration of function ‘intel_llc_enable’; did you mean ‘intel_irqs_enabled’? [-Werror=implicit-function-declaration]
intel_llc_enable(>->llc);
^~~~~~~~~~~~~~~~
intel_irqs_enabled
drivers/gpu/drm/i915/gt/intel_reset.c:1096:2: error: implicit declaration of function ‘intel_rc6_enable’; did you mean ‘intel_irqs_enabled’? [-Werror=implicit-function-declaration]
intel_rc6_enable(>->rc6);
^~~~~~~~~~~~~~~~
intel_irqs_enabled
cc1: all warnings being treated as errors
scripts/Makefile.build:271: recipe for target 'drivers/gpu/drm/i915/gt/intel_reset.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_reset.o] Error 1
scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:514: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1851: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx-trybot
mailing list