[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/execlists: Explicitly reset both reg and context runtime
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 26 20:25:21 UTC 2020
== Series Details ==
Series: drm/i915/execlists: Explicitly reset both reg and context runtime
URL : https://patchwork.freedesktop.org/series/75127/
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_lrc.o
drivers/gpu/drm/i915/gt/intel_lrc.c: In function ‘restore_default_state’:
drivers/gpu/drm/i915/gt/intel_lrc.c:1157:21: error: implicit declaration of function ‘intel_context_get_runtime’; did you mean ‘intel_context_get_avg_runtime_ns’? [-Werror=implicit-function-declaration]
ce->runtime.last = intel_context_get_runtime(ce);
^~~~~~~~~~~~~~~~~~~~~~~~~
intel_context_get_avg_runtime_ns
drivers/gpu/drm/i915/gt/intel_lrc.c: At top level:
drivers/gpu/drm/i915/gt/intel_lrc.c:1199:12: error: conflicting types for ‘intel_context_get_runtime’
static u32 intel_context_get_runtime(const struct intel_context *ce)
^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_lrc.c:1157:21: note: previous implicit declaration of ‘intel_context_get_runtime’ was here
ce->runtime.last = intel_context_get_runtime(ce);
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:267: recipe for target 'drivers/gpu/drm/i915/gt/intel_lrc.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_lrc.o] Error 1
scripts/Makefile.build:505: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:505: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:505: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1683: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list