== Series Details ==

Series: drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only (rev3)
URL   : https://patchwork.freedesktop.org/series/107073/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_11981 -> Patchwork_107073v3
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/index.html

Participating hosts (42 -> 28)
------------------------------

  Missing    (14): fi-kbl-soraka bat-dg1-6 bat-dg1-5 fi-hsw-4200u bat-dg2-8 
bat-adlm-1 bat-dg2-9 bat-adlp-6 bat-adlp-4 fi-ctg-p8600 bat-jsl-3 bat-rplp-1 
bat-rpls-1 bat-jsl-1 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@gem:
    - fi-pnv-d510:        NOTRUN -> [DMESG-FAIL][1] ([i915#4528])
   [1]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/fi-pnv-d510/igt@i915_selftest@l...@gem.html

  * igt@i915_suspend@basic-s3-without-i915:
    - fi-bdw-5557u:       [PASS][2] -> [INCOMPLETE][3] ([i915#146])
   [2]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11981/fi-bdw-5557u/igt@i915_susp...@basic-s3-without-i915.html
   [3]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/fi-bdw-5557u/igt@i915_susp...@basic-s3-without-i915.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gt_heartbeat:
    - {fi-ehl-2}:         [DMESG-FAIL][4] ([i915#5334]) -> [PASS][5]
   [4]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11981/fi-ehl-2/igt@i915_selftest@live@gt_heartbeat.html
   [5]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/fi-ehl-2/igt@i915_selftest@live@gt_heartbeat.html

  * igt@i915_selftest@live@requests:
    - fi-pnv-d510:        [DMESG-FAIL][6] ([i915#4528]) -> [PASS][7]
   [6]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11981/fi-pnv-d510/igt@i915_selftest@l...@requests.html
   [7]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/fi-pnv-d510/igt@i915_selftest@l...@requests.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions:
    - fi-bsw-kefka:       [FAIL][8] ([i915#6298]) -> [PASS][9]
   [8]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11981/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cur...@atomic-transitions.html
   [9]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107073v3/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cur...@atomic-transitions.html

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

  [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146
  [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298


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

  * Linux: CI_DRM_11981 -> Patchwork_107073v3

  CI-20190529: 20190529
  CI_DRM_11981: 6f207fdd93a13166b4adfe2f3a2972a9c632e757 @ 
git://anongit.freedesktop.org/gfx-ci/linux
  IGT_6619: ec2ab8e3a151ce05bd2726319c528c2ab99e8a96 @ 
https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_107073v3: 6f207fdd93a13166b4adfe2f3a2972a9c632e757 @ 
git://anongit.freedesktop.org/gfx-ci/linux


### Linux commits

9310c663430f drm/display/dp_mst: Move all payload info into the atomic state
8e7e26d72dc2 drm/radeon: Drop legacy MST support
d82cdc1ecb46 drm/display/dp_mst: Maintain time slot allocations when deleting 
payloads
50aedded245e drm/display/dp_mst: Skip releasing payloads if last connected port 
isn't connected
d7dfd325cf08 drm/display/dp_mst: Drop all ports from topology on CSNs before 
queueing link address work
243ab1025c79 drm/display/dp_mst: Add helpers for serializing SST <-> MST 
transitions
a150e19f23b2 drm/nouveau/kms: Pull mst state in for all modesets
30d55742e722 drm/nouveau/kms: Cache DP encoders in nouveau_connector
b3ba7f27e7d6 drm/display/dp_mst: Fix modeset tracking in 
drm_dp_atomic_release_vcpi_slots()
4f2b27dce718 drm/display/dp_mst: Don't open code modeset checks for releasing 
time slots
054350d3417a drm/display/dp_mst: Add nonblocking helpers for DP MST
f9c51036ef86 drm/display/dp_mst: Add helper for finding payloads in atomic MST 
state
93cac2df77db drm/display/dp_mst: Add some missing kdocs for atomic MST structs
9f4d2d50cb78 drm/display/dp_mst: Fix confusing docs for 
drm_dp_atomic_release_time_slots()
381e9b3c424b drm/display/dp_mst: Call them time slots, not VCPI slots
0871c9b75f49 drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocation
353115345666 drm/amdgpu/dm/mst: Rename get_payload_table()
12ff7e585006 drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)

== Logs ==

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

Reply via email to