[Intel-xe] ✗ CI.KUnit: failure for drm/xe: Add a flag that can disable GuC PM (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 27 21:14:27 UTC 2023
== Series Details ==
Series: drm/xe: Add a flag that can disable GuC PM (rev3)
URL : https://patchwork.freedesktop.org/series/126788/
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_guc_pc.c: In function ‘xe_guc_pc_start’:
../drivers/gpu/drm/xe/xe_guc_pc.c:875:14: error: ‘struct intel_device_info’ has no member named ‘skip_guc_pc’
875 | if (xe->info.skip_guc_pc) {
| ^
../drivers/gpu/drm/xe/xe_guc_pc.c: In function ‘xe_guc_pc_stop’:
../drivers/gpu/drm/xe/xe_guc_pc.c:929:14: error: ‘struct intel_device_info’ has no member named ‘skip_guc_pc’
929 | if (xe->info.skip_guc_pc) {
| ^
../drivers/gpu/drm/xe/xe_guc_pc.c: In function ‘xe_guc_pc_fini’:
../drivers/gpu/drm/xe/xe_guc_pc.c:957:14: error: ‘struct intel_device_info’ has no member named ‘skip_guc_pc’
957 | if (xe->info.skip_guc_pc) {
| ^
../drivers/gpu/drm/xe/xe_guc_pc.c: In function ‘xe_guc_pc_init’:
../drivers/gpu/drm/xe/xe_guc_pc.c:982:14: error: ‘struct intel_device_info’ has no member named ‘skip_guc_pc’
982 | if (xe->info.skip_guc_pc)
| ^
make[7]: *** [../scripts/Makefile.build:243: drivers/gpu/drm/xe/xe_guc_pc.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [../scripts/Makefile.build:480: drivers/gpu/drm/xe] Error 2
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [../scripts/Makefile.build:480: drivers/gpu/drm] Error 2
make[4]: *** [../scripts/Makefile.build:480: drivers/gpu] Error 2
make[3]: *** [../scripts/Makefile.build:480: drivers] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/kernel/Makefile:1913: .] Error 2
make[1]: *** [/kernel/Makefile:234: __sub-make] Error 2
make: *** [Makefile:234: __sub-make] Error 2
[21:14:04] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[21:14:09] 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