✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock

Patchwork patchwork at emeril.freedesktop.org
Mon Aug 10 21:41:58 UTC 2020


== Series Details ==

Series: series starting with [1/2] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
URL   : https://patchwork.freedesktop.org/series/80480/
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/intel_engine_pm.o
In file included from drivers/gpu/drm/i915/gt/intel_engine_pm.c:280:0:
drivers/gpu/drm/i915/gt/selftest_engine_pm.c: In function ‘__live_engine_timestamps’:
drivers/gpu/drm/i915/gt/selftest_engine_pm.c:130:46: error: ‘struct intel_runtime_info’ has no member named ‘cs_frequency_hz’; did you mean ‘cs_timestamp_frequency_hz’?
  s_ctx = d_ctx * RUNTIME_INFO(engine->i915)->cs_frequency_hz;
                                              ^~~~~~~~~~~~~~~
                                              cs_timestamp_frequency_hz
drivers/gpu/drm/i915/gt/selftest_engine_pm.c:134:49: error: ‘struct intel_runtime_info’ has no member named ‘cs_frequency_hz’; did you mean ‘cs_timestamp_frequency_hz’?
   s_ring = d_ring * RUNTIME_INFO(engine->i915)->cs_frequency_hz;
                                                 ^~~~~~~~~~~~~~~
                                                 cs_timestamp_frequency_hz
scripts/Makefile.build:280: recipe for target 'drivers/gpu/drm/i915/gt/intel_engine_pm.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_engine_pm.o] Error 1
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:497: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1756: recipe for target 'drivers' failed
make: *** [drivers] Error 2




More information about the Intel-gfx-trybot mailing list