== Series Details == Series: drm/i915: Add Wa_14015150844 URL : https://patchwork.freedesktop.org/series/123074/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool INSTALL libsubcmd_headers CC [M] drivers/gpu/drm/i915/gt/intel_workarounds.o drivers/gpu/drm/i915/gt/intel_workarounds.c: In function ‘rcs_engine_wa_init’: drivers/gpu/drm/i915/gt/intel_workarounds.c:2330:6: error: implicit declaration of function ‘IS_DG2_GRAPHICS_STEP’; did you mean ‘IS_GRAPHICS_STEP’? [-Werror=implicit-function-declaration] 2330 | if (IS_DG2_GRAPHICS_STEP(i915, G10, STEP_C0, STEP_FOREVER) || | ^~~~~~~~~~~~~~~~~~~~ | IS_GRAPHICS_STEP drivers/gpu/drm/i915/gt/intel_workarounds.c:2330:33: error: ‘G10’ undeclared (first use in this function) 2330 | if (IS_DG2_GRAPHICS_STEP(i915, G10, STEP_C0, STEP_FOREVER) || | ^~~ drivers/gpu/drm/i915/gt/intel_workarounds.c:2330:33: note: each undeclared identifier is reported only once for each function it appears in drivers/gpu/drm/i915/gt/intel_workarounds.c:2331:33: error: ‘G11’ undeclared (first use in this function) 2331 | IS_DG2_GRAPHICS_STEP(i915, G11, STEP_B0, STEP_FOREVER) || | ^~~ drivers/gpu/drm/i915/gt/intel_workarounds.c:2333:6: error: implicit declaration of function ‘IS_MTL_GRAPHICS_STEP’; did you mean ‘INTEL_GRAPHICS_STEP’? [-Werror=implicit-function-declaration] 2333 | IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_FOREVER) || | ^~~~~~~~~~~~~~~~~~~~ | INTEL_GRAPHICS_STEP drivers/gpu/drm/i915/gt/intel_workarounds.c:2333:33: error: ‘M’ undeclared (first use in this function) 2333 | IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_FOREVER) || | ^ drivers/gpu/drm/i915/gt/intel_workarounds.c:2334:33: error: ‘P’ undeclared (first use in this function) 2334 | IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_FOREVER)) { | ^ cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/gpu/drm/i915/gt/intel_workarounds.o] Error 1 make[5]: *** [scripts/Makefile.build:480: drivers/gpu/drm/i915] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:480: drivers] Error 2 make[1]: *** [/home/kbuild2/kernel/Makefile:2032: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Build failed, no error log produced