[Intel-xe] ✗ CI.KUnit: failure for Reinstate render / compute cache invalidation in ring ops

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 22 01:35:23 UTC 2023


== Series Details ==

Series: Reinstate render / compute cache invalidation in ring ops
URL   : https://patchwork.freedesktop.org/series/115474/
State : failure

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
ERROR:root:../drivers/gpu/drm/xe/xe_ring_ops.c: In function ‘emit_pipe_invalidate’:
../drivers/gpu/drm/xe/xe_ring_ops.c:112:3: error: ‘PIPE_CONTROL_COMMAND_CACHE_INVALIDATE’ undeclared (first use in this function); did you mean ‘PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE’?
  112 |   PIPE_CONTROL_COMMAND_CACHE_INVALIDATE |
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE
../drivers/gpu/drm/xe/xe_ring_ops.c:112:3: note: each undeclared identifier is reported only once for each function it appears in
../drivers/gpu/drm/xe/xe_ring_ops.c:113:3: error: ‘PIPE_CONTROL_INSTRUCTION_CACHE_INVALIDATE’ undeclared (first use in this function); did you mean ‘PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE’?
  113 |   PIPE_CONTROL_INSTRUCTION_CACHE_INVALIDATE |
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE
../drivers/gpu/drm/xe/xe_ring_ops.c:116:3: error: ‘PIPE_CONTROL_CONST_CACHE_INVALIDATE’ undeclared (first use in this function); did you mean ‘PIPE_CONTROL_VF_CACHE_INVALIDATE’?
  116 |   PIPE_CONTROL_CONST_CACHE_INVALIDATE |
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   PIPE_CONTROL_VF_CACHE_INVALIDATE
../drivers/gpu/drm/xe/xe_ring_ops.c:117:3: error: ‘PIPE_CONTROL_STATE_CACHE_INVALIDATE’ undeclared (first use in this function); did you mean ‘PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE’?
  117 |   PIPE_CONTROL_STATE_CACHE_INVALIDATE |
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE
../drivers/gpu/drm/xe/xe_ring_ops.c:119:3: error: ‘PIPE_CONTROL_STORE_DATA_INDEX’ undeclared (first use in this function)
  119 |   PIPE_CONTROL_STORE_DATA_INDEX;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[6]: *** [../scripts/Makefile.build:252: drivers/gpu/drm/xe/xe_ring_ops.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [../scripts/Makefile.build:504: drivers/gpu/drm/xe] Error 2
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [../scripts/Makefile.build:504: drivers/gpu/drm] Error 2
make[3]: *** [../scripts/Makefile.build:504: drivers/gpu] Error 2
make[2]: *** [../scripts/Makefile.build:504: drivers] Error 2
make[1]: *** [/kernel/Makefile:2021: .] Error 2
make: *** [Makefile:242: __sub-make] Error 2

[01:35:00] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[01:35:04] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel




More information about the Intel-xe mailing list