✓ Fi.CI.BAT: success for series starting with [01/29] drm/i915: Introduce the i915_user_extension_method

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 9 16:56:25 UTC 2019


== Series Details ==

Series: series starting with [01/29] drm/i915: Introduce the i915_user_extension_method
URL   : https://patchwork.freedesktop.org/series/57796/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5729 -> Trybot_3952
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

New tests
---------

  New tests have been introduced between CI_DRM_5729 and Trybot_3952:

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

  * igt at i915_selftest@live_mman:
    - Statuses : 31 pass(s)
    - Exec time: [4.74, 79.08] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_basic at query-info:
    - fi-bsw-kefka:       NOTRUN -> SKIP [fdo#109271] +55

  * igt at kms_busy@basic-flip-a:
    - fi-bsw-n3050:       NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +1

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

  * igt at kms_chamelium@hdmi-crc-fast:
    - fi-bsw-n3050:       NOTRUN -> SKIP [fdo#109271] +62

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

  * igt at prime_vgem@basic-fence-flip:
    - fi-gdg-551:         PASS -> DMESG-FAIL [fdo#103182]

  
#### 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 kms_busy@basic-flip-a:
    - fi-gdg-551:         FAIL [fdo#103182] -> PASS

  
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [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#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (40 -> 33)
------------------------------

  Additional (2): fi-bsw-kefka fi-bsw-n3050 
  Missing    (9): fi-hsw-4770r fi-ilk-m540 fi-byt-j1900 fi-bsw-cyan fi-hsw-4770 fi-ivb-3770 fi-ivb-3520m fi-bdw-samus fi-snb-2600 


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

    * Linux: CI_DRM_5729 -> Trybot_3952

  CI_DRM_5729: b50390674ed3eff49d1926a86acfee68b5565093 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4878: 478615b1edba88559386ba80ccbf0f035f3360a9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3952: 3dd86b53941f532b5a60d68f0054dfc8019bc2fe @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

3dd86b53941f drm/i915: Rename intel_context.active to .inflight
9392a0fa8733 drm/i915: Move object close under its own lock
47ea0e425880 drm/i915: Drop the deferred active reference
d142dc816a06 drm/i915: Move GEM client throttling to its own file
ecd0134c5f1a drm/i915: Move GEM object busy checking to its own file
37a3fda8a160 drm/i915: Move GEM object waiting to its own file
09a757e1e1d5 drm/i915: Move GEM object domain management from struct_mutex to local
5e5381ce9b74 drm/i915: Pull scatterlist utils out of i915_gem.h
2f17f6d4ffb7 drm/i915: Move more GEM objects under gem/
45132b704ea1 drm/i915: Move GEM domain management to its own file
1be9d8c37c71 drm/i915: Move mmap and friends to its own file
232f5b3fc64e drm/i915: Move phys objects to its own file
8dd61f804d49 drm/i915: Move shmem object setup to its own file
a6690b3ed736 drm/i915: Move object->pages API to i915_gem_object.[ch]
217a166f3b76 drm/i915: Pull GEM ioctls interface to its own file
33fca718e638 drm/i915: Split GEM object type definition to its own header
465252ac4568 drm/i915/execlists: Skip direct submission if only lite-restore
89029a9c8367 drm/i915: Allow specification of parallel execbuf
e936ac46b654 drm/i915/execlists: Virtual engine bonding
8024d4c8e618 drm/i915: Extend execution fence to support a callback
a8477b2a8adb drm/i915: Load balancing across a virtual engine
642f1b2629e4 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
d4822002ec52 drm/i915: Allow a context to define its set of engines
49f752dfdebe drm/i915: Allow userspace to clone contexts on creation
a4957768c626 drm/i915: Allow contexts to share a single timeline across all engines
c4f8a370217a drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
e43c93883e53 drm/i915: Create/destroy VM (ppGTT) for use with contexts
e68c82123ca1 drm/i915: Introduce a context barrier callback
5501ffa5c885 drm/i915: Introduce the i915_user_extension_method

== Logs ==

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


More information about the Intel-gfx-trybot mailing list