[Intel-gfx] ✗ Fi.CI.BUILD: failure for suppress the wrong long hotplug events
Patchwork
patchwork at emeril.freedesktop.org
Tue Mar 15 01:09:32 UTC 2022
== Series Details ==
Series: suppress the wrong long hotplug events
URL : https://patchwork.freedesktop.org/series/101366/
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/display/intel_display_debugfs.o
In file included from ./include/drm/ttm/ttm_resource.h:32,
from ./include/drm/ttm/ttm_device.h:30,
from ./drivers/gpu/drm/i915/i915_drv.h:41,
from drivers/gpu/drm/i915/display/intel_de.h:9,
from drivers/gpu/drm/i915/display/intel_display_debugfs.c:12:
drivers/gpu/drm/i915/display/intel_display_debugfs.c: In function ‘i915_suppress_wakeup_hpd_set’:
drivers/gpu/drm/i915/display/intel_display_debugfs.c:1984:60: error: implicit declaration of function ‘yesno’ [-Werror=implicit-function-declaration]
drm_dbg(&i915->drm, "Suppress wakeup HPDs enabled: %s\n", yesno(val));
^~~~~
./include/drm/drm_print.h:461:63: note: in definition of macro ‘drm_dbg’
drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__)
^~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_display_debugfs.c:1984:22: error: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘int’ [-Werror=format=]
drm_dbg(&i915->drm, "Suppress wakeup HPDs enabled: %s\n", yesno(val));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~
./include/drm/drm_print.h:461:56: note: in definition of macro ‘drm_dbg’
drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__)
^~~
cc1: all warnings being treated as errors
scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/i915/display/intel_display_debugfs.o' failed
make[4]: *** [drivers/gpu/drm/i915/display/intel_display_debugfs.o] Error 1
scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:550: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1831: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list