✗ Fi.CI.BUILD: failure for drm/i915/gt: make a gt sysfs group and move power management files (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 7 02:25:07 UTC 2022
== Series Details ==
Series: drm/i915/gt: make a gt sysfs group and move power management files (rev3)
URL : https://patchwork.freedesktop.org/series/73437/
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/sysfs_gt.o
drivers/gpu/drm/i915/gt/sysfs_gt.c: In function ‘id_show’:
drivers/gpu/drm/i915/gt/sysfs_gt.c:60:41: error: ‘struct intel_gt_info’ has no member named ‘id’
return sysfs_emit(buf, "%u\n", gt->info.id);
^
drivers/gpu/drm/i915/gt/sysfs_gt.c: In function ‘intel_gt_sysfs_register’:
drivers/gpu/drm/i915/gt/sysfs_gt.c:109:15: error: ‘struct intel_gt_info’ has no member named ‘id’
if (!gt->info.id)
^
drivers/gpu/drm/i915/gt/sysfs_gt.c:112:47: error: ‘struct intel_gt_info’ has no member named ‘id’
snprintf(name, sizeof(name), "gt%d", gt->info.id);
^
drivers/gpu/drm/i915/gt/sysfs_gt.c: In function ‘id_show’:
drivers/gpu/drm/i915/gt/sysfs_gt.c:61:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1: all warnings being treated as errors
scripts/Makefile.build:287: recipe for target 'drivers/gpu/drm/i915/gt/sysfs_gt.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/sysfs_gt.o] Error 1
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1846: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx-trybot
mailing list