== Series Details ==
Series: drm/{i915, xe}: migrate stolen interface to parent interface, cleanups
URL : https://patchwork.freedesktop.org/series/158509/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CC [M] drivers/gpu/drm/i915/display/intel_fbc.o
drivers/gpu/drm/i915/display/intel_fbc.c: In function ‘fbc_sys_cache_enable’:
drivers/gpu/drm/i915/display/intel_fbc.c:1011:18: error: implicit declaration
of function ‘i915_gem_stolen_node_offset’; did you mean
‘intel_parent_stolen_node_offset’? [-Werror=implicit-function-declaration]
1011 | offset = i915_gem_stolen_node_offset(fbc->compressed_fb) / (4 *
1024);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| intel_parent_stolen_node_offset
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:287:
drivers/gpu/drm/i915/display/intel_fbc.o] Error 1
make[5]: *** [scripts/Makefile.build:556: drivers/gpu/drm/i915] Error 2
make[4]: *** [scripts/Makefile.build:556: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:556: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[1]: *** [/home/kbuild2/kernel/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Build failed, no error log produced