✗ Fi.CI.BUILD: failure for drm/i915: Disable pre-emption for gen8 (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 2 09:59:49 UTC 2024


== Series Details ==

Series: drm/i915: Disable pre-emption for gen8 (rev2)
URL   : https://patchwork.freedesktop.org/series/135598/
State : failure

== Summary ==

Error: make failed
  CALL    scripts/checksyscalls.sh
  DESCEND objtool
  INSTALL libsubcmd_headers
  CC [M]  drivers/gpu/drm/i915/gt/intel_execlists_submission.o
drivers/gpu/drm/i915/gt/intel_execlists_submission.c: In function ‘need_preempt’:
drivers/gpu/drm/i915/gt/intel_execlists_submission.c:302:43: error: implicit declaration of function ‘can_preempt’; did you mean ‘need_preempt’? [-Werror=implicit-function-declaration]
  302 |  if ((GRAPHICS_VER(engine->i915) <= 8) && can_preempt(engine))
      |                                           ^~~~~~~~~~~
      |                                           need_preempt
drivers/gpu/drm/i915/gt/intel_execlists_submission.c: At top level:
drivers/gpu/drm/i915/gt/intel_execlists_submission.c:3319:13: error: conflicting types for ‘can_preempt’
 3319 | static bool can_preempt(struct intel_engine_cs *engine)
      |             ^~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_execlists_submission.c:302:43: note: previous implicit declaration of ‘can_preempt’ was here
  302 |  if ((GRAPHICS_VER(engine->i915) <= 8) && can_preempt(engine))
      |                                           ^~~~~~~~~~~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:244: drivers/gpu/drm/i915/gt/intel_execlists_submission.o] Error 1
make[5]: *** [scripts/Makefile.build:485: drivers/gpu/drm/i915] Error 2
make[4]: *** [scripts/Makefile.build:485: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:485: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:485: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:1934: .] Error 2
make: *** [Makefile:240: __sub-make] Error 2
Build failed, no error log produced




More information about the Intel-gfx-trybot mailing list