== Series Details == Series: series starting with [1/2] drm/i915/uncore: split the fw get function into separate vfunc URL : https://patchwork.freedesktop.org/series/94495/ 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/intel_uncore.o In file included from drivers/gpu/drm/i915/intel_uncore.c:2605: drivers/gpu/drm/i915/selftests/mock_uncore.c: In function ‘mock_uncore_init’: drivers/gpu/drm/i915/selftests/mock_uncore.c:47:2: error: implicit declaration of function ‘ASSIGN_RAW_WRITE_MMIO_VFUNCS’; did you mean ‘MMIO_RAW_WRITE_VFUNCS’? [-Werror=implicit-function-declaration] ASSIGN_RAW_WRITE_MMIO_VFUNCS(uncore, nop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ MMIO_RAW_WRITE_VFUNCS drivers/gpu/drm/i915/selftests/mock_uncore.c:47:39: error: ‘nop’ undeclared (first use in this function); did you mean ‘node’? ASSIGN_RAW_WRITE_MMIO_VFUNCS(uncore, nop); ^~~ node drivers/gpu/drm/i915/selftests/mock_uncore.c:47:39: note: each undeclared identifier is reported only once for each function it appears in drivers/gpu/drm/i915/selftests/mock_uncore.c:48:2: error: implicit declaration of function ‘ASSIGN_RAW_READ_MMIO_VFUNCS’; did you mean ‘MMIO_RAW_READ_VFUNCS’? [-Werror=implicit-function-declaration] ASSIGN_RAW_READ_MMIO_VFUNCS(uncore, nop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ MMIO_RAW_READ_VFUNCS At top level: drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: error: ‘nop_read64’ defined but not used [-Werror=unused-function] nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: note: in definition of macro ‘__nop_read’ nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: error: ‘nop_read32’ defined but not used [-Werror=unused-function] nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: note: in definition of macro ‘__nop_read’ nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: error: ‘nop_read16’ defined but not used [-Werror=unused-function] nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: note: in definition of macro ‘__nop_read’ nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: error: ‘nop_read8’ defined but not used [-Werror=unused-function] nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:36:1: note: in definition of macro ‘__nop_read’ nop_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { return 0; } ^~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: error: ‘nop_write32’ defined but not used [-Werror=unused-function] nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: note: in definition of macro ‘__nop_write’ nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: error: ‘nop_write16’ defined but not used [-Werror=unused-function] nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: note: in definition of macro ‘__nop_write’ nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: error: ‘nop_write8’ defined but not used [-Werror=unused-function] nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ drivers/gpu/drm/i915/selftests/mock_uncore.c:29:1: note: in definition of macro ‘__nop_write’ nop_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { } ^~~~~~~~~ cc1: all warnings being treated as errors scripts/Makefile.build:271: recipe for target 'drivers/gpu/drm/i915/intel_uncore.o' failed make[4]: *** [drivers/gpu/drm/i915/intel_uncore.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