All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask"
@ 2019-09-03 15:40 Ville Syrjala
  2019-09-03 17:04 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ville Syrjala @ 2019-09-03 15:40 UTC (permalink / raw)
  To: intel-gfx; +Cc: Lucas De Marchi, Jonas Ådahl, Dhinakaran Pandiyan

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

This reverts commit 4eaceea3a00f8e936a7f48dcd0c975a57f88930f.

Several userspace clients (modesetting ddx and mutter+wayland at least)
handle encoder.possible_crtcs incorrectly. What they essentially do is
the following:

possible_crtcs = ~0;
for_each_possible_encoder(connector)
	possible_crtcs &= encoder->possible_crtcs;

Ie. they calculate the intersection of the possible_crtcs
for the connector when they really should be calculating the
union instead.

In our case each MST encoder now has just one unique bit set,
and so the intersection is always zero. The end result is that
MST connectors can't be lit up because no crtc can be found to
drive them.

I've submitted a fix for the modesetting ddx [1], and complained
on #wayland about mutter, so hopefully the situation will improve
in the future. In the meantime we have regression, and so must go
back to the old way of misconfiguring possible_crtcs in the kernel.

[1] https://gitlab.freedesktop.org/xorg/xserver/merge_requests/277

Cc: Jonas Ådahl <jadahl@gmail.com>
Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111507
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index 6df240a01b8c..37366f81255b 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
@@ -615,7 +615,7 @@ intel_dp_create_fake_mst_encoder(struct intel_digital_port *intel_dig_port, enum
 	intel_encoder->type = INTEL_OUTPUT_DP_MST;
 	intel_encoder->power_domain = intel_dig_port->base.power_domain;
 	intel_encoder->port = intel_dig_port->base.port;
-	intel_encoder->crtc_mask = BIT(pipe);
+	intel_encoder->crtc_mask = 0x7;
 	intel_encoder->cloneable = 0;
 
 	intel_encoder->compute_config = intel_dp_mst_compute_config;
-- 
2.21.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* ✓ Fi.CI.BAT: success for Revert "drm/i915: Fix DP-MST crtc_mask"
  2019-09-03 15:40 [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask" Ville Syrjala
@ 2019-09-03 17:04 ` Patchwork
  2019-09-03 20:10 ` [PATCH] " Souza, Jose
  2019-09-03 21:29 ` ✗ Fi.CI.IGT: failure for " Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-09-03 17:04 UTC (permalink / raw)
  To: Ville Syrjala; +Cc: intel-gfx

== Series Details ==

Series: Revert "drm/i915: Fix DP-MST crtc_mask"
URL   : https://patchwork.freedesktop.org/series/66173/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6828 -> Patchwork_14266
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][1] -> [FAIL][2] ([fdo#103167])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
    - fi-icl-u3:          [DMESG-WARN][3] ([fdo#107724]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-icl-u3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-icl-u3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html

  * igt@gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       [INCOMPLETE][5] ([fdo#107718]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_exec_suspend@basic-s4-devices:
    - fi-kbl-7500u:       [DMESG-WARN][7] ([fdo#105128] / [fdo#107139]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-kbl-7500u/igt@gem_exec_suspend@basic-s4-devices.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-kbl-7500u/igt@gem_exec_suspend@basic-s4-devices.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-icl-u2:          [FAIL][9] ([fdo#109635 ]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-icl-u2/igt@kms_chamelium@hdmi-crc-fast.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-icl-u2/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          [FAIL][11] ([fdo#103167]) -> [PASS][12]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html

  
#### Warnings ####

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-icl-u2:          [FAIL][13] ([fdo#111407]) -> [FAIL][14] ([fdo#109483])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html

  
  {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#105128]: https://bugs.freedesktop.org/show_bug.cgi?id=105128
  [fdo#107139]: https://bugs.freedesktop.org/show_bug.cgi?id=107139
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483
  [fdo#109635 ]: https://bugs.freedesktop.org/show_bug.cgi?id=109635 
  [fdo#111381]: https://bugs.freedesktop.org/show_bug.cgi?id=111381
  [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407


Participating hosts (53 -> 46)
------------------------------

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus 


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

  * CI: CI-20190529 -> None
  * Linux: CI_DRM_6828 -> Patchwork_14266

  CI-20190529: 20190529
  CI_DRM_6828: 6e043dde15a1b2b97d908d0467e9197ffa8934c2 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5164: 90babd3f12707dfabaa58bb18f6b8e22636b6895 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_14266: b4d2d7cced42ea0aa865682aecf415ec539f1aab @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

b4d2d7cced42 Revert "drm/i915: Fix DP-MST crtc_mask"

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask"
  2019-09-03 15:40 [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask" Ville Syrjala
  2019-09-03 17:04 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-09-03 20:10 ` Souza, Jose
  2019-09-04 14:02   ` Ville Syrjälä
  2019-09-03 21:29 ` ✗ Fi.CI.IGT: failure for " Patchwork
  2 siblings, 1 reply; 6+ messages in thread
From: Souza, Jose @ 2019-09-03 20:10 UTC (permalink / raw)
  To: ville.syrjala, intel-gfx; +Cc: De Marchi, Lucas, jadahl, Pandiyan, Dhinakaran

On Tue, 2019-09-03 at 18:40 +0300, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> This reverts commit 4eaceea3a00f8e936a7f48dcd0c975a57f88930f.
> 
> Several userspace clients (modesetting ddx and mutter+wayland at
> least)
> handle encoder.possible_crtcs incorrectly. What they essentially do
> is
> the following:
> 
> possible_crtcs = ~0;
> for_each_possible_encoder(connector)
> 	possible_crtcs &= encoder->possible_crtcs;
> 
> Ie. they calculate the intersection of the possible_crtcs
> for the connector when they really should be calculating the
> union instead.
> 
> In our case each MST encoder now has just one unique bit set,
> and so the intersection is always zero. The end result is that
> MST connectors can't be lit up because no crtc can be found to
> drive them.
> 
> I've submitted a fix for the modesetting ddx [1], and complained
> on #wayland about mutter, so hopefully the situation will improve
> in the future. In the meantime we have regression, and so must go
> back to the old way of misconfiguring possible_crtcs in the kernel.

In the meantime are you planing to send a patch doing:

for_each_pipe(dev_priv, pipe)
		intel_encoder->crtc_mask |= BIT(pipe);

We had a patch doing that in one of the TGL enabling series but it was
dropped because of your patch looked better, I can bring it back if you
are not planning.

> 
> [1] https://gitlab.freedesktop.org/xorg/xserver/merge_requests/277

Just looked to the merge request above, not to the other userspace
clients

Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

> 
> Cc: Jonas Ådahl <jadahl@gmail.com>
> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111507
> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c
> b/drivers/gpu/drm/i915/display/intel_dp_mst.c
> index 6df240a01b8c..37366f81255b 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
> @@ -615,7 +615,7 @@ intel_dp_create_fake_mst_encoder(struct
> intel_digital_port *intel_dig_port, enum
>  	intel_encoder->type = INTEL_OUTPUT_DP_MST;
>  	intel_encoder->power_domain = intel_dig_port-
> >base.power_domain;
>  	intel_encoder->port = intel_dig_port->base.port;
> -	intel_encoder->crtc_mask = BIT(pipe);
> +	intel_encoder->crtc_mask = 0x7;
>  	intel_encoder->cloneable = 0;
>  
>  	intel_encoder->compute_config = intel_dp_mst_compute_config;
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ✗ Fi.CI.IGT: failure for Revert "drm/i915: Fix DP-MST crtc_mask"
  2019-09-03 15:40 [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask" Ville Syrjala
  2019-09-03 17:04 ` ✓ Fi.CI.BAT: success for " Patchwork
  2019-09-03 20:10 ` [PATCH] " Souza, Jose
@ 2019-09-03 21:29 ` Patchwork
  2019-09-04 15:57   ` Ville Syrjälä
  2 siblings, 1 reply; 6+ messages in thread
From: Patchwork @ 2019-09-03 21:29 UTC (permalink / raw)
  To: Ville Syrjala; +Cc: intel-gfx

== Series Details ==

Series: Revert "drm/i915: Fix DP-MST crtc_mask"
URL   : https://patchwork.freedesktop.org/series/66173/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6828_full -> Patchwork_14266_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_14266_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_14266_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

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

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

### Piglit changes ###

#### Possible regressions ####

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 4 (NEW):
    - pig-hsw-4770r:      NOTRUN -> [CRASH][1] +52 similar issues
   [1]: None

  
New tests
---------

  New tests have been introduced between CI_DRM_6828_full and Patchwork_14266_full:

### New Piglit tests (53) ###

  * spec@ext_framebuffer_multisample@alpha-to-coverage-dual-src-blend 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-dual-src-blend 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.16] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-dual-src-blend 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.16] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-dual-src-blend 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero-write 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero-write 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero-write 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero-write 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.17] s

  * spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.18] s

  * spec@ext_framebuffer_multisample@alpha-to-one-msaa-disabled 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@alpha-to-one-msaa-disabled 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@alpha-to-one-msaa-disabled 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@alpha-to-one-single-sample-buffer 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@alpha-to-one-single-sample-buffer 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@alpha-to-one-single-sample-buffer 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-coverage 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-coverage 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-coverage 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.22] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-coverage 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.18] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-one 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-one 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-one 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@draw-buffers-alpha-to-one 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.20] s

  * spec@ext_framebuffer_multisample@formats 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@formats 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@formats 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.19] s

  * spec@ext_framebuffer_multisample@formats 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.17] s

  * spec@ext_framebuffer_multisample@formats all_samples:
    - Statuses : 1 crash(s)
    - Exec time: [0.15] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-coverage 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-coverage 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-coverage 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-coverage 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-one 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-one 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@int-draw-buffers-alpha-to-one 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.17] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 2 color:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 4 color:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 4 depth:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 6 color:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 6 depth:
    - Statuses : 1 crash(s)
    - Exec time: [0.10] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 8 color:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-coverage 8 depth:
    - Statuses : 1 crash(s)
    - Exec time: [0.12] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-one 2:
    - Statuses : 1 crash(s)
    - Exec time: [0.14] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-one 4:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-one 6:
    - Statuses : 1 crash(s)
    - Exec time: [0.11] s

  * spec@ext_framebuffer_multisample@sample-alpha-to-one 8:
    - Statuses : 1 crash(s)
    - Exec time: [0.13] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_eio@unwedge-stress:
    - shard-snb:          [PASS][2] -> [FAIL][3] ([fdo#109661])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-snb7/igt@gem_eio@unwedge-stress.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-snb5/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_async@concurrent-writes-bsd:
    - shard-iclb:         [PASS][4] -> [SKIP][5] ([fdo#111325]) +3 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb8/igt@gem_exec_async@concurrent-writes-bsd.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb2/igt@gem_exec_async@concurrent-writes-bsd.html

  * igt@gem_exec_balancer@smoke:
    - shard-iclb:         [PASS][6] -> [SKIP][7] ([fdo#110854])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb1/igt@gem_exec_balancer@smoke.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb3/igt@gem_exec_balancer@smoke.html

  * igt@gem_exec_schedule@fifo-bsd1:
    - shard-iclb:         [PASS][8] -> [SKIP][9] ([fdo#109276]) +16 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb4/igt@gem_exec_schedule@fifo-bsd1.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb5/igt@gem_exec_schedule@fifo-bsd1.html

  * igt@i915_pm_rpm@gem-evict-pwrite:
    - shard-hsw:          [PASS][10] -> [FAIL][11] ([fdo#111548]) +3 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-hsw7/igt@i915_pm_rpm@gem-evict-pwrite.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-hsw2/igt@i915_pm_rpm@gem-evict-pwrite.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-apl:          [PASS][12] -> [DMESG-WARN][13] ([fdo#108566]) +3 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl7/igt@i915_suspend@fence-restore-tiled2untiled.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl8/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@forcewake:
    - shard-apl:          [PASS][14] -> [FAIL][15] ([fdo#103375])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl5/igt@i915_suspend@forcewake.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl8/igt@i915_suspend@forcewake.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-snb:          [PASS][16] -> [FAIL][17] ([fdo#103375]) +2 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-snb4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-snb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-hsw:          [PASS][18] -> [FAIL][19] ([fdo#103375]) +2 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-hsw4/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-hsw2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
    - shard-glk:          [PASS][20] -> [FAIL][21] ([fdo#104873])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-glk1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-glk4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html

  * igt@kms_flip@dpms-vs-vblank-race-interruptible:
    - shard-apl:          [PASS][22] -> [INCOMPLETE][23] ([fdo#103927]) +1 similar issue
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl1/igt@kms_flip@dpms-vs-vblank-race-interruptible.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl6/igt@kms_flip@dpms-vs-vblank-race-interruptible.html

  * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
    - shard-iclb:         [PASS][24] -> [FAIL][25] ([fdo#103167]) +1 similar issue
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html

  * igt@kms_plane_alpha_blend@pipe-b-coverage-7efc:
    - shard-skl:          [PASS][26] -> [FAIL][27] ([fdo#108145] / [fdo#110403])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-skl4/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-skl8/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][28] -> [SKIP][29] ([fdo#109441]) +2 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_setmode@basic:
    - shard-hsw:          [PASS][30] -> [FAIL][31] ([fdo#99912])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-hsw6/igt@kms_setmode@basic.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-hsw7/igt@kms_setmode@basic.html
    - shard-kbl:          [PASS][32] -> [FAIL][33] ([fdo#99912])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-kbl2/igt@kms_setmode@basic.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-kbl3/igt@kms_setmode@basic.html

  * igt@perf@polling:
    - shard-skl:          [PASS][34] -> [FAIL][35] ([fdo#110728])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-skl2/igt@perf@polling.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-skl4/igt@perf@polling.html

  * igt@perf_pmu@rc6-runtime-pm-long:
    - shard-apl:          [PASS][36] -> [FAIL][37] ([fdo#111545]) +2 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl5/igt@perf_pmu@rc6-runtime-pm-long.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl8/igt@perf_pmu@rc6-runtime-pm-long.html

  
#### Possible fixes ####

  * igt@gem_ctx_isolation@vcs0-s3:
    - shard-skl:          [INCOMPLETE][38] ([fdo#104108]) -> [PASS][39] +1 similar issue
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-skl9/igt@gem_ctx_isolation@vcs0-s3.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-skl7/igt@gem_ctx_isolation@vcs0-s3.html
    - shard-apl:          [FAIL][40] ([fdo#103375]) -> [PASS][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl7/igt@gem_ctx_isolation@vcs0-s3.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl5/igt@gem_ctx_isolation@vcs0-s3.html

  * igt@gem_eio@in-flight-suspend:
    - shard-snb:          [FAIL][42] ([fdo#103375]) -> [PASS][43] +2 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-snb2/igt@gem_eio@in-flight-suspend.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-snb6/igt@gem_eio@in-flight-suspend.html

  * igt@gem_exec_schedule@preempt-queue-bsd1:
    - shard-iclb:         [SKIP][44] ([fdo#109276]) -> [PASS][45] +22 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb1/igt@gem_exec_schedule@preempt-queue-bsd1.html

  * igt@gem_exec_schedule@preemptive-hang-bsd:
    - shard-iclb:         [SKIP][46] ([fdo#111325]) -> [PASS][47] +3 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb1/igt@gem_exec_schedule@preemptive-hang-bsd.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb3/igt@gem_exec_schedule@preemptive-hang-bsd.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-180:
    - shard-kbl:          [DMESG-WARN][48] ([fdo#105604] / [fdo#105763]) -> [PASS][49]
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-kbl2/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-kbl6/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-glk:          [FAIL][50] ([fdo#105363]) -> [PASS][51]
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-glk5/igt@kms_flip@flip-vs-expired-vblank.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-glk9/igt@kms_flip@flip-vs-expired-vblank.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [FAIL][52] ([fdo#103167]) -> [PASS][53] +9 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes:
    - shard-apl:          [DMESG-WARN][54] ([fdo#108566]) -> [PASS][55] +3 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl7/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl5/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html

  * igt@kms_psr@psr2_cursor_plane_move:
    - shard-iclb:         [SKIP][56] ([fdo#109441]) -> [PASS][57] +2 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb7/igt@kms_psr@psr2_cursor_plane_move.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][58] ([fdo#99912]) -> [PASS][59]
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl3/igt@kms_setmode@basic.html
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl5/igt@kms_setmode@basic.html

  * igt@perf_pmu@enable-race-rcs0:
    - shard-apl:          [TIMEOUT][60] ([fdo#111545]) -> [PASS][61]
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl7/igt@perf_pmu@enable-race-rcs0.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl5/igt@perf_pmu@enable-race-rcs0.html

  * igt@perf_pmu@multi-client-rcs0:
    - shard-apl:          [FAIL][62] ([fdo#111545]) -> [PASS][63] +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl7/igt@perf_pmu@multi-client-rcs0.html
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-apl5/igt@perf_pmu@multi-client-rcs0.html

  * igt@perf_pmu@rc6:
    - shard-kbl:          [SKIP][64] ([fdo#109271]) -> [PASS][65] +1 similar issue
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-kbl2/igt@perf_pmu@rc6.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-kbl3/igt@perf_pmu@rc6.html

  
#### Warnings ####

  * igt@gem_ctx_isolation@vcs1-nonpriv:
    - shard-iclb:         [SKIP][66] ([fdo#109276]) -> [FAIL][67] ([fdo#111329])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html

  * igt@gem_mocs_settings@mocs-isolation-bsd2:
    - shard-iclb:         [FAIL][68] ([fdo#111330]) -> [SKIP][69] ([fdo#109276])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-iclb1/igt@gem_mocs_settings@mocs-isolation-bsd2.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/shard-iclb3/igt@gem_mocs_settings@mocs-isolation-bsd2.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-apl:          [DMESG-WARN][70] ([fdo#108566]) -> [FAIL][71] ([fdo#103375])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6828/shard-apl5/igt@kms_cursor_crc@pipe-a-cursor

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14266/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask"
  2019-09-03 20:10 ` [PATCH] " Souza, Jose
@ 2019-09-04 14:02   ` Ville Syrjälä
  0 siblings, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2019-09-04 14:02 UTC (permalink / raw)
  To: Souza, Jose; +Cc: intel-gfx, De Marchi, Lucas, jadahl, Pandiyan, Dhinakaran

On Tue, Sep 03, 2019 at 08:10:18PM +0000, Souza, Jose wrote:
> On Tue, 2019-09-03 at 18:40 +0300, Ville Syrjala wrote:
> > From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > 
> > This reverts commit 4eaceea3a00f8e936a7f48dcd0c975a57f88930f.
> > 
> > Several userspace clients (modesetting ddx and mutter+wayland at
> > least)
> > handle encoder.possible_crtcs incorrectly. What they essentially do
> > is
> > the following:
> > 
> > possible_crtcs = ~0;
> > for_each_possible_encoder(connector)
> > 	possible_crtcs &= encoder->possible_crtcs;
> > 
> > Ie. they calculate the intersection of the possible_crtcs
> > for the connector when they really should be calculating the
> > union instead.
> > 
> > In our case each MST encoder now has just one unique bit set,
> > and so the intersection is always zero. The end result is that
> > MST connectors can't be lit up because no crtc can be found to
> > drive them.
> > 
> > I've submitted a fix for the modesetting ddx [1], and complained
> > on #wayland about mutter, so hopefully the situation will improve
> > in the future. In the meantime we have regression, and so must go
> > back to the old way of misconfiguring possible_crtcs in the kernel.
> 
> In the meantime are you planing to send a patch doing:
> 
> for_each_pipe(dev_priv, pipe)
> 		intel_encoder->crtc_mask |= BIT(pipe);
> 
> We had a patch doing that in one of the TGL enabling series but it was
> dropped because of your patch looked better, I can bring it back if you
> are not planning.

Yeah, please resend your version.

> 
> > 
> > [1] https://gitlab.freedesktop.org/xorg/xserver/merge_requests/277
> 
> Just looked to the merge request above, not to the other userspace
> clients
> 
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

Ta.

> 
> > 
> > Cc: Jonas Ådahl <jadahl@gmail.com>
> > Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> > Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> > Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> > Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111507
> > Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > ---
> >  drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c
> > b/drivers/gpu/drm/i915/display/intel_dp_mst.c
> > index 6df240a01b8c..37366f81255b 100644
> > --- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
> > +++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
> > @@ -615,7 +615,7 @@ intel_dp_create_fake_mst_encoder(struct
> > intel_digital_port *intel_dig_port, enum
> >  	intel_encoder->type = INTEL_OUTPUT_DP_MST;
> >  	intel_encoder->power_domain = intel_dig_port-
> > >base.power_domain;
> >  	intel_encoder->port = intel_dig_port->base.port;
> > -	intel_encoder->crtc_mask = BIT(pipe);
> > +	intel_encoder->crtc_mask = 0x7;
> >  	intel_encoder->cloneable = 0;
> >  
> >  	intel_encoder->compute_config = intel_dp_mst_compute_config;

-- 
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ✗ Fi.CI.IGT: failure for Revert "drm/i915: Fix DP-MST crtc_mask"
  2019-09-03 21:29 ` ✗ Fi.CI.IGT: failure for " Patchwork
@ 2019-09-04 15:57   ` Ville Syrjälä
  0 siblings, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2019-09-04 15:57 UTC (permalink / raw)
  To: intel-gfx

On Tue, Sep 03, 2019 at 09:29:35PM -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Revert "drm/i915: Fix DP-MST crtc_mask"
> URL   : https://patchwork.freedesktop.org/series/66173/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_6828_full -> Patchwork_14266_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with Patchwork_14266_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in Patchwork_14266_full, please notify your bug team to allow them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in Patchwork_14266_full:
> 
> ### Piglit changes ###
> 
> #### Possible regressions ####
> 
>   * spec@ext_framebuffer_multisample@alpha-to-coverage-no-draw-buffer-zero 4 (NEW):
>     - pig-hsw-4770r:      NOTRUN -> [CRASH][1] +52 similar issues
>    [1]: None

Can't think why a display related patch would affect that. Pushed to dinq.

-- 
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-04 15:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 15:40 [PATCH] Revert "drm/i915: Fix DP-MST crtc_mask" Ville Syrjala
2019-09-03 17:04 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-09-03 20:10 ` [PATCH] " Souza, Jose
2019-09-04 14:02   ` Ville Syrjälä
2019-09-03 21:29 ` ✗ Fi.CI.IGT: failure for " Patchwork
2019-09-04 15:57   ` Ville Syrjälä

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.