✓ Fi.CI.BAT: success for series starting with [01/34] drm/i915: Store the BIT(engine->id) as the engine's mask

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 2 22:11:31 UTC 2019


== Series Details ==

Series: series starting with [01/34] drm/i915: Store the BIT(engine->id) as the engine's mask
URL   : https://patchwork.freedesktop.org/series/57468/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5685 -> Trybot_3923
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/57468/revisions/1/mbox/

Known issues
------------

  Here are the changes found in Trybot_3923 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_store@basic-bsd2:
    - fi-hsw-4770:        NOTRUN -> SKIP [fdo#109271] +41

  * igt at gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt at i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      PASS -> FAIL [fdo#108511]

  
#### Possible fixes ####

  * igt at i915_selftest@live_hangcheck:
    - fi-ilk-650:         INCOMPLETE -> PASS

  * igt at kms_busy@basic-flip-b:
    - fi-gdg-551:         FAIL [fdo#103182] -> PASS

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271


Participating hosts (44 -> 40)
------------------------------

  Additional (1): fi-hsw-4770 
  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-bdw-samus 


Build changes
-------------

    * Linux: CI_DRM_5685 -> Trybot_3923

  CI_DRM_5685: ce5f470002c016c485ed2b2952875122ccd58003 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4867: 081ab732e8613dc16710be718fc7d647af9e85b5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3923: 73aa8f72b62e32245019e2e173150c3762d0dedb @ git://anongit.freedesktop.org/gfx-ci/linux


== Kernel 32bit build ==

Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_3923/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/gem/i915_gem_object.o
drivers/gpu/drm/i915/gem/i915_gem_object.c:25:10: fatal error: i915_drv.h: No such file or directory
 #include "i915_drv.h"
          ^~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/gem/i915_gem_object.o' failed
make[4]: *** [drivers/gpu/drm/i915/gem/i915_gem_object.o] Error 1
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1043: recipe for target 'drivers' failed
make: *** [drivers] Error 2


== Linux commits ==

73aa8f72b62e drm/i915: Move shmem object setup to its own file
9082adaf72eb drm/i915: Move object->pages API to i915_gem_object.[ch]
30bba60692b8 drm/i915: Split GEM object type definition to its own header
5b15f4239fba drm/i915/execlists: Skip direct submission if only lite-restore
0c880359f3cf drm/i915/selftests: Check preemption support on each engine
7d76c93909ea drm/i915: Allow specification of parallel execbuf
e8dc81987c90 drm/i915/execlists: Virtual engine bonding
fe1e384186dd drm/i915: Extend execution fence to support a callback
5e642453c73e drm/i915: Load balancing across a virtual engine
3615f14e598e drm/i915: Introduce intel_context.pin_mutex for pin management
49c08cc65bcb drm/i915: Track the pinned kernel contexts on each engine
5c87c3f15c5f drm/i915: Make context pinning part of intel_context_ops
731df6663962 drm/i915: Move over to intel_context_lookup()
74d7f261a9b2 drm/i915: Store the intel_context_ops in the intel_engine_cs
785b268b1e5e drm/i915: Split struct intel_context definition to its own header
4fd432265e66 drm/i915: Pass around the intel_context
0ddb5b59a249 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
141abcf74ce2 drm/i915: Allow a context to define its set of engines
b0d68d634538 drm/i915: Allow userspace to clone contexts on creation
09babf842b7b drm/i915: Allow contexts to share a single timeline across all engines
607489b7239f drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
2b230b447312 drm/i915: Create/destroy VM (ppGTT) for use with contexts
f0bb65901dc2 drm/i915: Introduce a context barrier callback
747059b9e3d6 drm/i915: Track active engines within a context
a1bc578bd330 drm/i915: Introduce the i915_user_extension_method
e188fc87d294 drm/i915: Remove has-kernel-context
84be0711a924 drm/i915: Reduce presumption of request ordering for barriers
2147e8a6444c drm/i915: Refactor common code to load initial power context
891441d0f4c6 drm/i915: Do a synchronous switch-to-kernel-context on idling
29d563b8572f drm/i915/selftests: Improve switch-to-kernel-context checking
708812473242 drm/i915: Force GPU idle on suspend
2920dda8ee4d drm/i915: Mark ALL_ENGINES as dirty on ppGTT modification
438a76b18635 drm/i915: Remove last traces of exec-id (GEM_BUSY)
d1589e4d2322 drm/i915: Store the BIT(engine->id) as the engine's mask

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_3923/


More information about the Intel-gfx-trybot mailing list