✗ Fi.CI.BUILD: failure for drm/i915: Skip wa check on Wa_1406680159

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 17 21:10:50 UTC 2021


== Series Details ==

Series: drm/i915: Skip wa check on Wa_1406680159
URL   : https://patchwork.freedesktop.org/series/91646/
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/gt/intel_workarounds.o
In file included from <command-line>:
drivers/gpu/drm/i915/gt/intel_workarounds.c: In function ‘rcs_engine_wa_init.isra.44’:
././include/linux/compiler_types.h:328:38: error: call to ‘__compiletime_assert_920’ declared with attribute error: Incorrect mask
  _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
                                      ^
././include/linux/compiler_types.h:309:4: note: in definition of macro ‘__compiletime_assert’
    prefix ## suffix();    \
    ^~~~~~
././include/linux/compiler_types.h:328:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
  ^~~~~~~~~~~~~~~~~~~
./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)
                                     ^~~~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_reg.h:268:3: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   BUILD_BUG_ON_MSG(((mask) & 0xffff0000), "Incorrect mask"); \
   ^~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_reg.h:275:54: note: in expansion of macro ‘_MASKED_FIELD’
 #define _MASKED_BIT_ENABLE(a) ({ typeof(a) _a = (a); _MASKED_FIELD(_a, _a); })
                                                      ^~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_workarounds.c:1784:6: note: in expansion of macro ‘_MASKED_BIT_ENABLE’
      _MASKED_BIT_ENABLE(GWUNIT_CLKGATE_DIS));
      ^~~~~~~~~~~~~~~~~~
././include/linux/compiler_types.h:328:38: error: call to ‘__compiletime_assert_921’ declared with attribute error: Incorrect value
  _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
                                      ^
././include/linux/compiler_types.h:309:4: note: in definition of macro ‘__compiletime_assert’
    prefix ## suffix();    \
    ^~~~~~
././include/linux/compiler_types.h:328:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
  ^~~~~~~~~~~~~~~~~~~
./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)
                                     ^~~~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_reg.h:270:3: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   BUILD_BUG_ON_MSG((value) & 0xffff0000, "Incorrect value"); \
   ^~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/i915_reg.h:275:54: note: in expansion of macro ‘_MASKED_FIELD’
 #define _MASKED_BIT_ENABLE(a) ({ typeof(a) _a = (a); _MASKED_FIELD(_a, _a); })
                                                      ^~~~~~~~~~~~~
drivers/gpu/drm/i915/gt/intel_workarounds.c:1784:6: note: in expansion of macro ‘_MASKED_BIT_ENABLE’
      _MASKED_BIT_ENABLE(GWUNIT_CLKGATE_DIS));
      ^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:272: recipe for target 'drivers/gpu/drm/i915/gt/intel_workarounds.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_workarounds.o] Error 1
scripts/Makefile.build:515: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:515: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:515: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1844: recipe for target 'drivers' failed
make: *** [drivers] Error 2




More information about the Intel-gfx-trybot mailing list