✗ Fi.CI.BUILD: failure for i915/gt: Move context wa to appropriate *_ctx_workarounds_init
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 10 11:03:24 UTC 2025
== Series Details ==
Series: i915/gt: Move context wa to appropriate *_ctx_workarounds_init
URL : https://patchwork.freedesktop.org/series/146071/
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
In file included from drivers/gpu/drm/i915/gt/intel_workarounds.c:6:
drivers/gpu/drm/i915/gt/intel_workarounds.c: In function ‘icl_ctx_workarounds_init’:
drivers/gpu/drm/i915/gt/intel_workarounds.c:698:27: error: ‘i915’ undeclared (first use in this function); did you mean ‘I915’?
698 | if (IS_JASPERLAKE(i915) || IS_ELKHARTLAKE(i915)) {
| ^~~~
./drivers/gpu/drm/i915/i915_drv.h:519:45: note: in definition of macro ‘IS_JASPERLAKE’
519 | #define IS_JASPERLAKE(i915) IS_PLATFORM(i915, INTEL_JASPERLAKE)
| ^~~~
drivers/gpu/drm/i915/gt/intel_workarounds.c:698:27: note: each undeclared identifier is reported only once for each function it appears in
698 | if (IS_JASPERLAKE(i915) || IS_ELKHARTLAKE(i915)) {
| ^~~~
./drivers/gpu/drm/i915/i915_drv.h:519:45: note: in definition of macro ‘IS_JASPERLAKE’
519 | #define IS_JASPERLAKE(i915) IS_PLATFORM(i915, INTEL_JASPERLAKE)
| ^~~~
make[6]: *** [scripts/Makefile.build:207: drivers/gpu/drm/i915/gt/intel_workarounds.o] Error 1
make[5]: *** [scripts/Makefile.build:465: drivers/gpu/drm/i915] Error 2
make[4]: *** [scripts/Makefile.build:465: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:465: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:465: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:1994: .] Error 2
make: *** [Makefile:251: __sub-make] Error 2
Build failed, no error log produced
More information about the Intel-gfx-trybot
mailing list