✗ Fi.CI.BUILD: failure for drm/i915/ehl: Add sysfs interface to control class-of-service

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 4 18:35:28 UTC 2019


== Series Details ==

Series: drm/i915/ehl: Add sysfs interface to control class-of-service
URL   : https://patchwork.freedesktop.org/series/67612/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  AR      drivers/gpu/drm/i915/built-in.a
  CC [M]  drivers/gpu/drm/i915/gt/intel_mocs.o
In file included from ./include/asm-generic/bug.h:19:0,
                 from ./arch/x86/include/asm/bug.h:83,
                 from ./include/linux/bug.h:5,
                 from ./include/linux/mmdebug.h:5,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/slab.h:15,
                 from ./include/linux/io-mapping.h:10,
                 from ./drivers/gpu/drm/i915/i915_drv.h:36,
                 from drivers/gpu/drm/i915/gt/intel_mocs.c:23:
drivers/gpu/drm/i915/gt/intel_mocs.c: In function ‘intel_mocs_configure_all_contexts’:
drivers/gpu/drm/i915/gt/intel_mocs.c:768:32: error: ‘struct drm_i915_private’ has no member named ‘contexts’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
                                ^
./include/linux/kernel.h:993:26: note: in definition of macro ‘container_of’
  void *__mptr = (void *)(ptr);     \
                          ^~~
./include/linux/list.h:490:2: note: in expansion of macro ‘list_entry’
  list_entry((ptr)->next, type, member)
  ^~~~~~~~~~
./include/linux/list.h:577:13: note: in expansion of macro ‘list_first_entry’
  for (pos = list_first_entry(head, typeof(*pos), member); \
             ^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_mocs.c:768:2: note: in expansion of macro ‘list_for_each_entry’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
  ^~~~~~~~~~~~~~~~~~~
In file included from ./include/asm-generic/bug.h:5:0,
                 from ./arch/x86/include/asm/bug.h:83,
                 from ./include/linux/bug.h:5,
                 from ./include/linux/mmdebug.h:5,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/slab.h:15,
                 from ./include/linux/io-mapping.h:10,
                 from ./drivers/gpu/drm/i915/i915_drv.h:36,
                 from drivers/gpu/drm/i915/gt/intel_mocs.c:23:
drivers/gpu/drm/i915/gt/intel_mocs.c:768:32: error: ‘struct drm_i915_private’ has no member named ‘contexts’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
                                ^
./include/linux/compiler.h:330:9: note: in definition of macro ‘__compiletime_assert’
   if (!(condition))     \
         ^~~~~~~~~
./include/linux/compiler.h:350:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
./include/linux/kernel.h:994:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
  ^~~~~~~~~~~~~~~~
./include/linux/kernel.h:994:20: note: in expansion of macro ‘__same_type’
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
                    ^~~~~~~~~~~
./include/linux/list.h:479:2: note: in expansion of macro ‘container_of’
  container_of(ptr, type, member)
  ^~~~~~~~~~~~
./include/linux/list.h:490:2: note: in expansion of macro ‘list_entry’
  list_entry((ptr)->next, type, member)
  ^~~~~~~~~~
./include/linux/list.h:577:13: note: in expansion of macro ‘list_first_entry’
  for (pos = list_first_entry(head, typeof(*pos), member); \
             ^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_mocs.c:768:2: note: in expansion of macro ‘list_for_each_entry’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
  ^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_mocs.c:768:32: error: ‘struct drm_i915_private’ has no member named ‘contexts’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
                                ^
./include/linux/compiler.h:330:9: note: in definition of macro ‘__compiletime_assert’
   if (!(condition))     \
         ^~~~~~~~~
./include/linux/compiler.h:350:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
./include/linux/kernel.h:994:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
  ^~~~~~~~~~~~~~~~
./include/linux/kernel.h:995:6: note: in expansion of macro ‘__same_type’
     !__same_type(*(ptr), void),   \
      ^~~~~~~~~~~
./include/linux/list.h:479:2: note: in expansion of macro ‘container_of’
  container_of(ptr, type, member)
  ^~~~~~~~~~~~
./include/linux/list.h:490:2: note: in expansion of macro ‘list_entry’
  list_entry((ptr)->next, type, member)
  ^~~~~~~~~~
./include/linux/list.h:577:13: note: in expansion of macro ‘list_first_entry’
  for (pos = list_first_entry(head, typeof(*pos), member); \
             ^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_mocs.c:768:2: note: in expansion of macro ‘list_for_each_entry’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
  ^~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/preempt.h:11:0,
                 from ./include/linux/spinlock.h:51,
                 from ./include/linux/mmzone.h:8,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/slab.h:15,
                 from ./include/linux/io-mapping.h:10,
                 from ./drivers/gpu/drm/i915/i915_drv.h:36,
                 from drivers/gpu/drm/i915/gt/intel_mocs.c:23:
drivers/gpu/drm/i915/gt/intel_mocs.c:768:32: error: ‘struct drm_i915_private’ has no member named ‘contexts’
  list_for_each_entry(ctx, &i915->contexts.list, link) {
                                ^
./include/linux/list.h:578:24: note: in definition of macro ‘list_for_each_entry’
       &pos->member != (head);     \
                        ^~~~
scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/i915/gt/intel_mocs.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_mocs.o] Error 1
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1670: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list