✓ Fi.CI.BAT: success for series starting with [01/52] drm/i915: Avoid using ctx->file_priv during construction

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 30 20:38:00 UTC 2019


== Series Details ==

Series: series starting with [01/52] drm/i915: Avoid using ctx->file_priv during construction
URL   : https://patchwork.freedesktop.org/series/58778/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5843 -> Trybot_4038
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Trybot_4038:

### IGT changes ###

#### Possible regressions ####

  * {igt at i915_selftest@live_mman} (NEW):
    - fi-icl-u3:          NOTRUN -> TIMEOUT

  
New tests
---------

  New tests have been introduced between CI_DRM_5843 and Trybot_4038:

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

  * igt at i915_selftest@live_mman:
    - Statuses : 35 pass(s) 1 timeout(s)
    - Exec time: [4.75, 127.25] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at i915_selftest@live_requests:
    - fi-bxt-j4205:       PASS -> INCOMPLETE [fdo#103927]

  * igt at i915_selftest@live_uncore:
    - fi-skl-gvtdvm:      PASS -> DMESG-FAIL [fdo#110210]
    - fi-ivb-3770:        PASS -> DMESG-FAIL [fdo#110210]

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

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

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

  
#### Possible fixes ####

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

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

  * igt at kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          FAIL [fdo#103167] -> PASS
    - fi-byt-clapper:     FAIL [fdo#103167] -> PASS

  
#### Warnings ####

  * igt at i915_selftest@live_contexts:
    - fi-icl-u3:          DMESG-FAIL [fdo#108569] -> INCOMPLETE [fdo#108569]

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

  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [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#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109593]: https://bugs.freedesktop.org/show_bug.cgi?id=109593
  [fdo#110210]: https://bugs.freedesktop.org/show_bug.cgi?id=110210


Participating hosts (47 -> 40)
------------------------------

  Additional (1): fi-icl-dsi 
  Missing    (8): fi-kbl-soraka fi-hsw-4770r fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-apl-guc fi-bdw-samus 


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

    * Linux: CI_DRM_5843 -> Trybot_4038

  CI_DRM_5843: 0eb7f2be8da4584530d8eb6078789ce76c63a465 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4914: b93309b7823dcbbd2c52adb4ebb98e3cb060f910 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_4038: 4ba6ce151d791b8d35601443ea4fbb4a62786d86 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

4ba6ce151d79 drm/i915/execlists: Preempt-to-busy
f2acee553535 drm/i915: Replace engine->timeline with a plain list
c06477184c1b drm/i915: Stop retiring along engine
e73e7db90389 timeline-barrier
fb88d60f1486 drm/i915: Keep contexts pinned until after the next kernel context switch
4b7a5e3b3911 drm/i915: Rename intel_context.active to .inflight
6bfe8f0d0576 drm/i915: Move object close under its own lock
d77edce2ebe8 drm/i915: Drop the deferred active reference
cb1cfae13c20 drm/i915: Move GEM client throttling to its own file
6881ee948266 drm/i915: Move GEM object busy checking to its own file
89ffdddf8051 drm/i915: Move GEM object waiting to its own file
27f1880aeab1 drm/i915: Move GEM object domain management from struct_mutex to local
a7435145f9b3 drm/i915: Pull scatterlist utils out of i915_gem.h
42149b3b41dd drm/i915: Move more GEM objects under gem/
2328e1646996 drm/i915: Move GEM domain management to its own file
409b65025291 drm/i915: Move mmap and friends to its own file
1a72e47f60dd drm/i915: Move phys objects to its own file
fa52a4b6fcdf drm/i915: Move shmem object setup to its own file
c7c4bec9e79c drm/i915: Move object->pages API to i915_gem_object.[ch]
61f847b6b75c drm/i915: Pull GEM ioctls interface to its own file
6156cd8774a1 drm/i915: Split GEM object type definition to its own header
b0da3db1f78c drm/i915/execlists: Skip direct submission if only lite-restore
0597ed73987b drm/i915: Allow specification of parallel execbuf
97d5f145eb33 drm/i915/execlists: Virtual engine bonding
6fda5c7ec704 drm/i915: Extend execution fence to support a callback
c2a9aaf25096 drm/i915: Load balancing across a virtual engine
50f834aaab14 single-timline
d90a9ecde4d9 drm/i915: Allow userspace to clone contexts on creation
fcea51ed4dee drm/i915: Allow a context to define its set of engines
8b3ccd88c126 drm/i915: Restore control over ppgtt for context creation ABI
cc687b2cea47 drm/i915: Allow multiple user handles to the same VM
5a74c9af02b8 drm/i915: Move i915_request_alloc into selftests/
c39dbcf9dfdf drm/i915: Remove intel_context.active_link
b1c4c0810544 drm/i915: Switch back to an array of logical per-engine HW contexts
b670538e28c5 drm/i915: Split engine setup/init into two phases
084089fd2bed drm/i915: Pass intel_context to intel_context_pin_lock()
ac8626378931 drm/i915/selftests: Pass around intel_context for sseu
5ba6316e5cfb drm/i915/selftests: Use the real kernel context for sseu isolation tests
b6ab3b9cbb40 drm/i915: Export intel_context_instance()
5ce68f426897 drm/i915: Explicitly pin the logical context for execbuf
bc0c68c25ca4 drm/i915/gvt: Pin the per-engine GVT shadow contexts
ad63585078ad drm/i915: Pass intel_context to i915_request_create()
b2490b3491b1 drm/i915/selftests: Take GEM runtime wakeref
01ac92a475a8 drm/i915: Guard unpark/park with the gt.active_mutex
6b950f85a996 drm/i915: Pull the GEM powermangement coupling into its own file
2286b622dd25 drm/i915/guc: Replace preempt_client lookup with engine->preempt_context
b2295ff9b0a5 drm/i915: Only reset the pinned kernel contexts on resume
7492d9e95031 drm/i915: Make RING_PDP relative to engine->mmio_base
cb4b6cfef6fd drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
ddaf60b2edf6 drm/i915: Move the decision to use the breadcrumb tasklet to the backend
8585a4beab85 drm/i915/execlists: Enable coarse preemption boundaries for gen8
ef2f4b591b08 drm/i915: Avoid using ctx->file_priv during construction

== Logs ==

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


More information about the Intel-gfx-trybot mailing list