✗ Fi.CI.BUILD: warning for series starting with [01/71] drm/i915: Disable outputs during unregister

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 3 20:42:50 UTC 2020


== Series Details ==

Series: series starting with [01/71] drm/i915: Disable outputs during unregister
URL   : https://patchwork.freedesktop.org/series/84540/
State : warning

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_scheduler.o
In file included from ./arch/x86/include/asm/cmpxchg.h:143,
                 from ./arch/x86/include/asm/atomic.h:8,
                 from ./include/linux/atomic.h:7,
                 from ./include/linux/cpumask.h:13,
                 from ./include/linux/smp.h:13,
                 from ./include/linux/lockdep.h:14,
                 from ./include/linux/mutex.h:17,
                 from drivers/gpu/drm/i915/i915_scheduler.c:7:
drivers/gpu/drm/i915/i915_scheduler.c: In function ‘ipi_get_deadline’:
drivers/gpu/drm/i915/i915_scheduler.c:68:58: error: ‘I915_DEADLINE_NEER’ undeclared (first use in this function); did you mean ‘I915_DEADLINE_NEVER’?
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                                                          ^~~~~~~~~~~~~~~~~~
./arch/x86/include/asm/cmpxchg_32.h:41:28: note: in definition of macro ‘arch_cmpxchg64’
       (unsigned long long)(n)))
                            ^
drivers/gpu/drm/i915/i915_scheduler.c:68:18: note: in expansion of macro ‘cmpxchg64’
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                  ^~~~~~~~~
drivers/gpu/drm/i915/i915_scheduler.c:68:58: note: each undeclared identifier is reported only once for each function it appears in
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                                                          ^~~~~~~~~~~~~~~~~~
./arch/x86/include/asm/cmpxchg_32.h:41:28: note: in definition of macro ‘arch_cmpxchg64’
       (unsigned long long)(n)))
                            ^
drivers/gpu/drm/i915/i915_scheduler.c:68:18: note: in expansion of macro ‘cmpxchg64’
  } while ((cur = cmpxchg64(&rq->sched.ipi_deadline, old, I915_DEADLINE_NEER)) != old);
                  ^~~~~~~~~
scripts/Makefile.build:283: recipe for target 'drivers/gpu/drm/i915/i915_scheduler.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_scheduler.o] Error 1
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1797: recipe for target 'drivers' failed
make: *** [drivers] Error 2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_7282/build_32bit.log


More information about the Intel-gfx-trybot mailing list