[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Vulkan performance query support (rev11)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 28 15:58:29 UTC 2019
== Series Details ==
Series: drm/i915: Vulkan performance query support (rev11)
URL : https://patchwork.freedesktop.org/series/60916/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AR drivers/gpu/drm/i915/built-in.a
CC drivers/gpu/drm/i915/i915_perf.h.s
In file included from <command-line>:0:0:
./drivers/gpu/drm/i915/i915_perf.h:34:15: error: ‘struct i915_oa_config’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
struct i915_oa_config **out_config);
^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_perf.h:38:15: error: ‘struct drm_i915_gem_object’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
struct drm_i915_gem_object **out_obj);
^~~~~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_perf.h:37:15: error: ‘struct i915_oa_config’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
struct i915_oa_config **out_config,
^~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_perf.h:35:43: error: ‘struct i915_perf_stream’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
int i915_perf_get_oa_config_and_bo(struct i915_perf_stream *stream,
^~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_perf.h:39:36: error: ‘struct kref’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
void i915_oa_config_release(struct kref *ref);
^~~~
./drivers/gpu/drm/i915/i915_perf.h: In function ‘i915_oa_config_get’:
./drivers/gpu/drm/i915/i915_perf.h:43:2: error: implicit declaration of function ‘kref_get’ [-Werror=implicit-function-declaration]
kref_get(&oa_config->ref);
^~~~~~~~
./drivers/gpu/drm/i915/i915_perf.h:43:21: error: dereferencing pointer to incomplete type ‘struct i915_oa_config’
kref_get(&oa_config->ref);
^~
./drivers/gpu/drm/i915/i915_perf.h: In function ‘i915_oa_config_put’:
./drivers/gpu/drm/i915/i915_perf.h:52:2: error: implicit declaration of function ‘kref_put’ [-Werror=implicit-function-declaration]
kref_put(&oa_config->ref, i915_oa_config_release);
^~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:308: recipe for target 'drivers/gpu/drm/i915/i915_perf.h.s' failed
make[4]: *** [drivers/gpu/drm/i915/i915_perf.h.s] Error 1
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1083: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list