✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enable

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 9 19:48:27 UTC 2018


== Series Details ==

Series: series starting with [1/6] drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enable
URL   : https://patchwork.freedesktop.org/series/47961/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_sysfs.o
drivers/gpu/drm/i915/i915_sysfs.c: In function ‘calc_residency’:
drivers/gpu/drm/i915/i915_sysfs.c:47:2: error: implicit declaration of function ‘__intel_runtime_pm_get’; did you mean ‘intel_runtime_pm_get’? [-Werror=implicit-function-declaration]
  __intel_runtime_pm_get(dev_priv, true);
  ^~~~~~~~~~~~~~~~~~~~~~
  intel_runtime_pm_get
drivers/gpu/drm/i915/i915_sysfs.c:49:2: error: too few arguments to function ‘intel_runtime_pm_put’
  intel_runtime_pm_put(dev_priv);
  ^~~~~~~~~~~~~~~~~~~~
In file included from drivers/gpu/drm/i915/i915_sysfs.c:32:0:
drivers/gpu/drm/i915/intel_drv.h:2041:6: note: declared here
 void intel_runtime_pm_put(struct drm_i915_private *i915, intel_wakeref_t wref);
      ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:317: recipe for target 'drivers/gpu/drm/i915/i915_sysfs.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_sysfs.o] Error 1
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1029: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list