✗ Fi.CI.BUILD: failure for series starting with [1/6] drm/i915: Soften the tasklet flush frequency before waits

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 9 09:01:07 UTC 2020


== Series Details ==

Series: series starting with [1/6] drm/i915: Soften the tasklet flush frequency before waits
URL   : https://patchwork.freedesktop.org/series/79288/
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/i915_active.o
drivers/gpu/drm/i915/i915_active.c: In function ‘__active_lookup’:
drivers/gpu/drm/i915/i915_active.c:245:45: error: macro "arch_cmpxchg" requires 3 arguments, but only 2 given
  if (node && !cmpxchg(&node->timeline, 0 idx))
                                             ^
In file included from ./include/linux/atomic.h:82:0,
                 from ./include/linux/cpumask.h:13,
                 from ./arch/x86/include/asm/cpumask.h:5,
                 from ./arch/x86/include/asm/msr.h:11,
                 from ./arch/x86/include/asm/processor.h:22,
                 from ./arch/x86/include/asm/cpufeature.h:5,
                 from ./arch/x86/include/asm/thread_info.h:53,
                 from ./include/linux/thread_info.h:38,
                 from ./arch/x86/include/asm/preempt.h:7,
                 from ./include/linux/preempt.h:78,
                 from ./include/linux/spinlock.h:51,
                 from ./include/linux/debugobjects.h:6,
                 from drivers/gpu/drm/i915/i915_active.c:7:
./include/asm-generic/atomic-instrumented.h:1685:2: error: ‘arch_cmpxchg’ undeclared (first use in this function); did you mean ‘xa_cmpxchg’?
  arch_cmpxchg(__ai_ptr, __VA_ARGS__);    \
  ^
drivers/gpu/drm/i915/i915_active.c:245:15: note: in expansion of macro ‘cmpxchg’
  if (node && !cmpxchg(&node->timeline, 0 idx))
               ^~~~~~~
./include/asm-generic/atomic-instrumented.h:1685:2: note: each undeclared identifier is reported only once for each function it appears in
  arch_cmpxchg(__ai_ptr, __VA_ARGS__);    \
  ^
drivers/gpu/drm/i915/i915_active.c:245:15: note: in expansion of macro ‘cmpxchg’
  if (node && !cmpxchg(&node->timeline, 0 idx))
               ^~~~~~~
scripts/Makefile.build:280: recipe for target 'drivers/gpu/drm/i915/i915_active.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_active.o] Error 1
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1756: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list