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

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 2 22:23:28 UTC 2019


== Series Details ==

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

== Summary ==

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

Summary
-------

  **SUCCESS**

  No regressions found.

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

New tests
---------

  New tests have been introduced between CI_DRM_5685 and Trybot_3924:

### New IGT tests (1) ###

  * igt at i915_selftest@live_mman:
    - Statuses : 35 pass(s)
    - Exec time: [5.60, 79.07] s

  

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

  Here are the changes found in Trybot_3924 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 i915_module_load@reload:
    - fi-blb-e6850:       NOTRUN -> INCOMPLETE [fdo#107718]

  * igt at kms_busy@basic-flip-c:
    - fi-blb-e6850:       NOTRUN -> SKIP [fdo#109271] / [fdo#109278]

  * igt at kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       PASS -> WARN [fdo#109380]

  * igt at kms_pipe_crc_basic@hang-read-crc-pipe-c:
    - fi-blb-e6850:       NOTRUN -> SKIP [fdo#109271] +29

  * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-c:
    - fi-kbl-7567u:       PASS -> SKIP [fdo#109271] +33

  
#### Possible fixes ####

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

  * igt at i915_selftest@live_execlists:
    - fi-apl-guc:         INCOMPLETE [fdo#103927] / [fdo#109720] -> PASS

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

  
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (44 -> 37)
------------------------------

  Additional (1): fi-hsw-4770 
  Missing    (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-gdg-551 fi-pnv-d510 fi-icl-y fi-bdw-samus 


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

    * Linux: CI_DRM_5685 -> Trybot_3924

  CI_DRM_5685: ce5f470002c016c485ed2b2952875122ccd58003 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4867: 081ab732e8613dc16710be718fc7d647af9e85b5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3924: 61910cad96d62411afe8310917a5afd0b1d2de4a @ 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_3924/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_drv.o
In file included from drivers/gpu/drm/i915/gem/i915_gem_object.h:16:0,
                 from drivers/gpu/drm/i915/i915_vma.h:35,
                 from drivers/gpu/drm/i915/intel_guc.h:36,
                 from drivers/gpu/drm/i915/intel_uc.h:27,
                 from drivers/gpu/drm/i915/i915_drv.h:75,
                 from drivers/gpu/drm/i915/i915_drv.c:50:
drivers/gpu/drm/i915/gem/i915_gem_object_types.h:14:10: fatal error: i915_active.h: No such file or directory
 #include "i915_active.h"
          ^~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/i915_drv.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_drv.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 ==

61910cad96d6 drm/i915: Move more GEM objects under gem/
67ad7f38426b drm/i915: Move GEM domain management to its own file
27ae08d2c9be drm/i915: Move mmap and friends to its own file
0a8dba20ee02 drm/i915: Move phys objects to its own file
fdd2a8112a81 drm/i915: Move shmem object setup to its own file
c7e8f1cdb2ee drm/i915: Move object->pages API to i915_gem_object.[ch]
5537399efc5a drm/i915: Split GEM object type definition to its own header
2065120d1f7e drm/i915/execlists: Skip direct submission if only lite-restore
ac68805fab44 drm/i915/selftests: Check preemption support on each engine
8dd939dfe553 drm/i915: Allow specification of parallel execbuf
3db76e837f0a drm/i915/execlists: Virtual engine bonding
19472d48e6ee drm/i915: Extend execution fence to support a callback
a2c0e34fe547 drm/i915: Load balancing across a virtual engine
022a1f706507 drm/i915: Introduce intel_context.pin_mutex for pin management
b9ae79a81989 drm/i915: Track the pinned kernel contexts on each engine
9efd6557b920 drm/i915: Make context pinning part of intel_context_ops
cff4741f42d8 drm/i915: Move over to intel_context_lookup()
d96578fd34cd drm/i915: Store the intel_context_ops in the intel_engine_cs
41382cce3d7d drm/i915: Split struct intel_context definition to its own header
5059986aa6a1 drm/i915: Pass around the intel_context
b3e3d6d759b0 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
d2ed05fe6c0b drm/i915: Allow a context to define its set of engines
f2c2ec66154c drm/i915: Allow userspace to clone contexts on creation
7e281f86be96 drm/i915: Allow contexts to share a single timeline across all engines
5cdebd3df896 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
364ce56c932c drm/i915: Create/destroy VM (ppGTT) for use with contexts
2217a4299caf drm/i915: Introduce a context barrier callback
068ab91c8ff7 drm/i915: Track active engines within a context
05e21777129f drm/i915: Introduce the i915_user_extension_method
af14249c3114 drm/i915: Remove has-kernel-context
c9cbb55d916f drm/i915: Reduce presumption of request ordering for barriers
f0c5c7140aeb drm/i915: Refactor common code to load initial power context
af62a782a855 drm/i915: Do a synchronous switch-to-kernel-context on idling
54f7e57338c0 drm/i915/selftests: Improve switch-to-kernel-context checking
0b7ce15e6770 drm/i915: Force GPU idle on suspend
e777d3867016 drm/i915: Mark ALL_ENGINES as dirty on ppGTT modification
91ea34895eb2 drm/i915: Remove last traces of exec-id (GEM_BUSY)
db12c130f079 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_3924/


More information about the Intel-gfx-trybot mailing list