All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC
@ 2018-02-26 11:10 Mika Kahola
  2018-02-26 11:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mika Kahola @ 2018-02-26 11:10 UTC (permalink / raw)
  To: igt-dev

In CI runs we every now and then fail to read correct CRC yielding an error
when comparing reference and grabbed CRC's. Let's first fix the test so that
we drain the pipe first and then read the correct CRC.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103166
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
---
 tests/kms_plane_lowres.c | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
index c224a1b..b89904f 100644
--- a/tests/kms_plane_lowres.c
+++ b/tests/kms_plane_lowres.c
@@ -126,23 +126,6 @@ test_fini(data_t *data, igt_output_t *output, enum pipe pipe)
 }
 
 static void
-display_commit_mode(igt_display_t *display, igt_pipe_crc_t *pipe_crc,
-		    enum pipe pipe, int flags, igt_crc_t *out_crc)
-{
-	char buf[256];
-	int ret;
-
-	ret = igt_display_try_commit_atomic(display, flags, NULL);
-	igt_skip_on(ret != 0);
-
-	igt_set_timeout(1, "Stuck on page flip");
-	ret = read(display->drm_fd, buf, sizeof(buf));
-	igt_assert(ret >= 0);
-
-	igt_pipe_crc_collect_crc(pipe_crc, out_crc);
-}
-
-static void
 check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2)
 {
 	igt_assert_eq(mode1->hdisplay, mode2->hdisplay);
@@ -225,8 +208,10 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 	igt_skip_on(ret != 0);
 
 	pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO);
+	igt_pipe_crc_start(pipe_crc);
 
-	igt_pipe_crc_collect_crc(pipe_crc, &crc_hires1);
+	igt_pipe_crc_drain(pipe_crc);
+	igt_pipe_crc_get_single(pipe_crc, &crc_hires1);
 
 	igt_assert_plane_visible(data->drm_fd, pipe, true);
 
@@ -238,7 +223,9 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 
 	check_mode(&mode_lowres, mode2);
 
-	display_commit_mode(&data->display, pipe_crc, pipe, flags, &crc_lowres);
+	igt_display_commit2(&data->display, COMMIT_ATOMIC);
+	igt_pipe_crc_drain(pipe_crc);
+	igt_pipe_crc_get_single(pipe_crc, &crc_lowres);
 
 	igt_assert_plane_visible(data->drm_fd, pipe, false);
 
@@ -250,7 +237,10 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 
 	check_mode(mode1, mode3);
 
-	display_commit_mode(&data->display, pipe_crc, pipe, flags, &crc_hires2);
+	igt_display_commit2(&data->display, COMMIT_ATOMIC);
+
+	igt_pipe_crc_drain(pipe_crc);
+	igt_pipe_crc_get_single(pipe_crc, &crc_hires2);
 
 	igt_assert_plane_visible(data->drm_fd, pipe, true);
 
-- 
2.7.4

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_lowres: Drain pipe before reading CRC
  2018-02-26 11:10 [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC Mika Kahola
@ 2018-02-26 11:45 ` Patchwork
  2018-02-26 12:16 ` [igt-dev] [PATCH i-g-t] " Maarten Lankhorst
  2018-02-26 15:41 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-02-26 11:45 UTC (permalink / raw)
  To: Mika Kahola; +Cc: igt-dev

== Series Details ==

Series: tests/kms_plane_lowres: Drain pipe before reading CRC
URL   : https://patchwork.freedesktop.org/series/38945/
State : success

== Summary ==

IGT patchset tested on top of latest successful build
a2664f86bb75e642c432531e2bf30e030fb3e828 meson: Don't build docs when cross-compiling

with latest DRM-Tip kernel build CI_DRM_3832
23012f548f1f drm-tip: 2018y-02m-26d-10h-58m-50s UTC integration manifest

No testlist changes.

---- Possible new issues:

Test kms_pipe_crc_basic:
        Subgroup nonblocking-crc-pipe-b:
                pass       -> DMESG-WARN (fi-cfl-s2)

---- Known issues:

Test debugfs_test:
        Subgroup read_all_entries:
                incomplete -> PASS       (fi-snb-2520m) fdo#103713
Test gem_mmap_gtt:
        Subgroup basic-small-bo-tiledx:
                fail       -> PASS       (fi-gdg-551) fdo#102575

fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
fdo#102575 https://bugs.freedesktop.org/show_bug.cgi?id=102575

fi-bdw-5557u     total:288  pass:267  dwarn:0   dfail:0   fail:0   skip:21  time:418s
fi-bdw-gvtdvm    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:428s
fi-blb-e6850     total:288  pass:223  dwarn:1   dfail:0   fail:0   skip:64  time:373s
fi-bsw-n3050     total:288  pass:242  dwarn:0   dfail:0   fail:0   skip:46  time:485s
fi-bwr-2160      total:288  pass:183  dwarn:0   dfail:0   fail:0   skip:105 time:285s
fi-bxt-dsi       total:288  pass:258  dwarn:0   dfail:0   fail:0   skip:30  time:487s
fi-bxt-j4205     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:485s
fi-byt-j1900     total:288  pass:253  dwarn:0   dfail:0   fail:0   skip:35  time:469s
fi-byt-n2820     total:288  pass:249  dwarn:0   dfail:0   fail:0   skip:39  time:458s
fi-cfl-8700k     total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:398s
fi-cfl-s2        total:288  pass:261  dwarn:1   dfail:0   fail:0   skip:26  time:559s
fi-elk-e7500     total:288  pass:229  dwarn:0   dfail:0   fail:0   skip:59  time:414s
fi-gdg-551       total:288  pass:180  dwarn:0   dfail:0   fail:0   skip:108 time:285s
fi-glk-1         total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:514s
fi-hsw-4770      total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:386s
fi-ilk-650       total:288  pass:228  dwarn:0   dfail:0   fail:0   skip:60  time:414s
fi-ivb-3520m     total:288  pass:259  dwarn:0   dfail:0   fail:0   skip:29  time:445s
fi-kbl-7500u     total:288  pass:263  dwarn:1   dfail:0   fail:0   skip:24  time:453s
fi-kbl-7560u     total:288  pass:269  dwarn:0   dfail:0   fail:0   skip:19  time:488s
fi-kbl-7567u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:450s
fi-kbl-r         total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:495s
fi-pnv-d510      total:288  pass:222  dwarn:1   dfail:0   fail:0   skip:65  time:588s
fi-skl-6260u     total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:432s
fi-skl-6600u     total:288  pass:261  dwarn:0   dfail:0   fail:0   skip:27  time:498s
fi-skl-6700hq    total:288  pass:262  dwarn:0   dfail:0   fail:0   skip:26  time:521s
fi-skl-6700k2    total:288  pass:264  dwarn:0   dfail:0   fail:0   skip:24  time:488s
fi-skl-6770hq    total:288  pass:268  dwarn:0   dfail:0   fail:0   skip:20  time:485s
fi-skl-guc       total:288  pass:260  dwarn:0   dfail:0   fail:0   skip:28  time:408s
fi-skl-gvtdvm    total:288  pass:265  dwarn:0   dfail:0   fail:0   skip:23  time:429s
fi-snb-2520m     total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:524s
fi-snb-2600      total:288  pass:248  dwarn:0   dfail:0   fail:0   skip:40  time:396s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1004/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC
  2018-02-26 11:10 [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC Mika Kahola
  2018-02-26 11:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-02-26 12:16 ` Maarten Lankhorst
  2018-02-26 12:32   ` Mika Kahola
  2018-02-26 13:50   ` Mika Kahola
  2018-02-26 15:41 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  2 siblings, 2 replies; 6+ messages in thread
From: Maarten Lankhorst @ 2018-02-26 12:16 UTC (permalink / raw)
  To: Mika Kahola, igt-dev

Op 26-02-18 om 12:10 schreef Mika Kahola:
> In CI runs we every now and then fail to read correct CRC yielding an error
> when comparing reference and grabbed CRC's. Let's first fix the test so that
> we drain the pipe first and then read the correct CRC.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103166
> Signed-off-by: Mika Kahola <mika.kahola@intel.com>
This won't fix 103166, so I think this should be a references.
> ---
>  tests/kms_plane_lowres.c | 30 ++++++++++--------------------
>  1 file changed, 10 insertions(+), 20 deletions(-)
>
> diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
> index c224a1b..b89904f 100644
> --- a/tests/kms_plane_lowres.c
> +++ b/tests/kms_plane_lowres.c
> @@ -126,23 +126,6 @@ test_fini(data_t *data, igt_output_t *output, enum pipe pipe)
>  }
>  
>  static void
> -display_commit_mode(igt_display_t *display, igt_pipe_crc_t *pipe_crc,
> -		    enum pipe pipe, int flags, igt_crc_t *out_crc)
> -{
> -	char buf[256];
> -	int ret;
> -
> -	ret = igt_display_try_commit_atomic(display, flags, NULL);
> -	igt_skip_on(ret != 0);
> -
> -	igt_set_timeout(1, "Stuck on page flip");
> -	ret = read(display->drm_fd, buf, sizeof(buf));
> -	igt_assert(ret >= 0);
> -
> -	igt_pipe_crc_collect_crc(pipe_crc, out_crc);
> -}
> -
> -static void
>  check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2)
>  {
>  	igt_assert_eq(mode1->hdisplay, mode2->hdisplay);
> @@ -225,8 +208,10 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>  	igt_skip_on(ret != 0);
>  
>  	pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO);
> +	igt_pipe_crc_start(pipe_crc);
>  
> -	igt_pipe_crc_collect_crc(pipe_crc, &crc_hires1);
> +	igt_pipe_crc_drain(pipe_crc);
> +	igt_pipe_crc_get_single(pipe_crc, &crc_hires1);
First drain isn't required. You're not having any stale CRCs at this point. :)

flags can also be removed.

With that fixed:
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>  
>  	igt_assert_plane_visible(data->drm_fd, pipe, true);
>  
> @@ -238,7 +223,9 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>  
>  	check_mode(&mode_lowres, mode2);
>  
> -	display_commit_mode(&data->display, pipe_crc, pipe, flags, &crc_lowres);
> +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> +	igt_pipe_crc_drain(pipe_crc);
> +	igt_pipe_crc_get_single(pipe_crc, &crc_lowres);
>  
>  	igt_assert_plane_visible(data->drm_fd, pipe, false);
>  
> @@ -250,7 +237,10 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>  
>  	check_mode(mode1, mode3);
>  
> -	display_commit_mode(&data->display, pipe_crc, pipe, flags, &crc_hires2);
> +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> +
> +	igt_pipe_crc_drain(pipe_crc);
> +	igt_pipe_crc_get_single(pipe_crc, &crc_hires2);
>  
>  	igt_assert_plane_visible(data->drm_fd, pipe, true);
>  


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC
  2018-02-26 12:16 ` [igt-dev] [PATCH i-g-t] " Maarten Lankhorst
@ 2018-02-26 12:32   ` Mika Kahola
  2018-02-26 13:50   ` Mika Kahola
  1 sibling, 0 replies; 6+ messages in thread
From: Mika Kahola @ 2018-02-26 12:32 UTC (permalink / raw)
  To: Maarten Lankhorst, igt-dev

On Mon, 2018-02-26 at 13:16 +0100, Maarten Lankhorst wrote:
> Op 26-02-18 om 12:10 schreef Mika Kahola:
> > 
> > In CI runs we every now and then fail to read correct CRC yielding
> > an error
> > when comparing reference and grabbed CRC's. Let's first fix the
> > test so that
> > we drain the pipe first and then read the correct CRC.
> > 
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103166
> > Signed-off-by: Mika Kahola <mika.kahola@intel.com>
> This won't fix 103166, so I think this should be a references.
True, this doesn't fully fix the bug, only partially. I'll change to
references.

> > 
> > ---
> >  tests/kms_plane_lowres.c | 30 ++++++++++--------------------
> >  1 file changed, 10 insertions(+), 20 deletions(-)
> > 
> > diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
> > index c224a1b..b89904f 100644
> > --- a/tests/kms_plane_lowres.c
> > +++ b/tests/kms_plane_lowres.c
> > @@ -126,23 +126,6 @@ test_fini(data_t *data, igt_output_t *output,
> > enum pipe pipe)
> >  }
> >  
> >  static void
> > -display_commit_mode(igt_display_t *display, igt_pipe_crc_t
> > *pipe_crc,
> > -		    enum pipe pipe, int flags, igt_crc_t *out_crc)
> > -{
> > -	char buf[256];
> > -	int ret;
> > -
> > -	ret = igt_display_try_commit_atomic(display, flags, NULL);
> > -	igt_skip_on(ret != 0);
> > -
> > -	igt_set_timeout(1, "Stuck on page flip");
> > -	ret = read(display->drm_fd, buf, sizeof(buf));
> > -	igt_assert(ret >= 0);
> > -
> > -	igt_pipe_crc_collect_crc(pipe_crc, out_crc);
> > -}
> > -
> > -static void
> >  check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2)
> >  {
> >  	igt_assert_eq(mode1->hdisplay, mode2->hdisplay);
> > @@ -225,8 +208,10 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  	igt_skip_on(ret != 0);
> >  
> >  	pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe,
> > INTEL_PIPE_CRC_SOURCE_AUTO);
> > +	igt_pipe_crc_start(pipe_crc);
> >  
> > -	igt_pipe_crc_collect_crc(pipe_crc, &crc_hires1);
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_hires1);
> First drain isn't required. You're not having any stale CRCs at this
> point. :)
I'll keep the original here.
> 
> flags can also be removed.
Yep. I forgot to remove those.

Thanks for the review!
> 
> With that fixed:
> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > 
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, true);
> >  
> > @@ -238,7 +223,9 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  
> >  	check_mode(&mode_lowres, mode2);
> >  
> > -	display_commit_mode(&data->display, pipe_crc, pipe, flags,
> > &crc_lowres);
> > +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_lowres);
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, false);
> >  
> > @@ -250,7 +237,10 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  
> >  	check_mode(mode1, mode3);
> >  
> > -	display_commit_mode(&data->display, pipe_crc, pipe, flags,
> > &crc_hires2);
> > +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > +
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_hires2);
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, true);
> >  
> 
-- 
Mika Kahola - Intel OTC

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC
  2018-02-26 12:16 ` [igt-dev] [PATCH i-g-t] " Maarten Lankhorst
  2018-02-26 12:32   ` Mika Kahola
@ 2018-02-26 13:50   ` Mika Kahola
  1 sibling, 0 replies; 6+ messages in thread
From: Mika Kahola @ 2018-02-26 13:50 UTC (permalink / raw)
  To: Maarten Lankhorst, igt-dev

On Mon, 2018-02-26 at 13:16 +0100, Maarten Lankhorst wrote:
> Op 26-02-18 om 12:10 schreef Mika Kahola:
> > 
> > In CI runs we every now and then fail to read correct CRC yielding
> > an error
> > when comparing reference and grabbed CRC's. Let's first fix the
> > test so that
> > we drain the pipe first and then read the correct CRC.
> > 
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103166
> > Signed-off-by: Mika Kahola <mika.kahola@intel.com>
> This won't fix 103166, so I think this should be a references.
> > 
> > ---
> >  tests/kms_plane_lowres.c | 30 ++++++++++--------------------
> >  1 file changed, 10 insertions(+), 20 deletions(-)
> > 
> > diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
> > index c224a1b..b89904f 100644
> > --- a/tests/kms_plane_lowres.c
> > +++ b/tests/kms_plane_lowres.c
> > @@ -126,23 +126,6 @@ test_fini(data_t *data, igt_output_t *output,
> > enum pipe pipe)
> >  }
> >  
> >  static void
> > -display_commit_mode(igt_display_t *display, igt_pipe_crc_t
> > *pipe_crc,
> > -		    enum pipe pipe, int flags, igt_crc_t *out_crc)
> > -{
> > -	char buf[256];
> > -	int ret;
> > -
> > -	ret = igt_display_try_commit_atomic(display, flags, NULL);
> > -	igt_skip_on(ret != 0);
> > -
> > -	igt_set_timeout(1, "Stuck on page flip");
> > -	ret = read(display->drm_fd, buf, sizeof(buf));
> > -	igt_assert(ret >= 0);
> > -
> > -	igt_pipe_crc_collect_crc(pipe_crc, out_crc);
> > -}
> > -
> > -static void
> >  check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2)
> >  {
> >  	igt_assert_eq(mode1->hdisplay, mode2->hdisplay);
> > @@ -225,8 +208,10 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  	igt_skip_on(ret != 0);
> >  
> >  	pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe,
> > INTEL_PIPE_CRC_SOURCE_AUTO);
> > +	igt_pipe_crc_start(pipe_crc);
> >  
> > -	igt_pipe_crc_collect_crc(pipe_crc, &crc_hires1);
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_hires1);
> First drain isn't required. You're not having any stale CRCs at this
> point. :)
> 
> flags can also be removed.
> 
> With that fixed:
> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Thanks for the review! Pushed with proposed changes.

-Mika-
> > 
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, true);
> >  
> > @@ -238,7 +223,9 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  
> >  	check_mode(&mode_lowres, mode2);
> >  
> > -	display_commit_mode(&data->display, pipe_crc, pipe, flags,
> > &crc_lowres);
> > +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_lowres);
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, false);
> >  
> > @@ -250,7 +237,10 @@ test_plane_position_with_output(data_t *data,
> > enum pipe pipe,
> >  
> >  	check_mode(mode1, mode3);
> >  
> > -	display_commit_mode(&data->display, pipe_crc, pipe, flags,
> > &crc_hires2);
> > +	igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > +
> > +	igt_pipe_crc_drain(pipe_crc);
> > +	igt_pipe_crc_get_single(pipe_crc, &crc_hires2);
> >  
> >  	igt_assert_plane_visible(data->drm_fd, pipe, true);
> >  
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_lowres: Drain pipe before reading CRC
  2018-02-26 11:10 [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC Mika Kahola
  2018-02-26 11:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-02-26 12:16 ` [igt-dev] [PATCH i-g-t] " Maarten Lankhorst
@ 2018-02-26 15:41 ` Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-02-26 15:41 UTC (permalink / raw)
  To: Mika Kahola; +Cc: igt-dev

== Series Details ==

Series: tests/kms_plane_lowres: Drain pipe before reading CRC
URL   : https://patchwork.freedesktop.org/series/38945/
State : success

== Summary ==

---- Possible new issues:

Test kms_cursor_legacy:
        Subgroup cursor-vs-flip-varying-size:
                pass       -> FAIL       (shard-hsw)

---- Known issues:

Test gem_softpin:
        Subgroup noreloc-s3:
                pass       -> INCOMPLETE (shard-hsw) fdo#103540
Test kms_cursor_crc:
        Subgroup cursor-128x128-suspend:
                pass       -> SKIP       (shard-snb) fdo#103880
Test kms_flip:
        Subgroup 2x-flip-vs-wf_vblank-interruptible:
                fail       -> PASS       (shard-hsw) fdo#100368 +1
        Subgroup flip-vs-expired-vblank:
                pass       -> FAIL       (shard-hsw) fdo#102887
Test kms_rotation_crc:
        Subgroup sprite-rotation-180:
                pass       -> FAIL       (shard-snb) fdo#103925
Test kms_sysfs_edid_timing:
                pass       -> WARN       (shard-apl) fdo#100047
Test perf:
        Subgroup enable-disable:
                pass       -> FAIL       (shard-apl) fdo#103715
        Subgroup polling:
                pass       -> FAIL       (shard-hsw) fdo#102252

fdo#103540 https://bugs.freedesktop.org/show_bug.cgi?id=103540
fdo#103880 https://bugs.freedesktop.org/show_bug.cgi?id=103880
fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#102887 https://bugs.freedesktop.org/show_bug.cgi?id=102887
fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
fdo#100047 https://bugs.freedesktop.org/show_bug.cgi?id=100047
fdo#103715 https://bugs.freedesktop.org/show_bug.cgi?id=103715
fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252

shard-apl        total:3460 pass:1818 dwarn:1   dfail:0   fail:8   skip:1632 time:12217s
shard-hsw        total:3381 pass:1719 dwarn:1   dfail:0   fail:4   skip:1655 time:11054s
shard-snb        total:3460 pass:1357 dwarn:1   dfail:0   fail:2   skip:2100 time:6591s
Blacklisted hosts:
shard-kbl        total:3460 pass:1943 dwarn:1   dfail:0   fail:7   skip:1509 time:9491s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1004/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2018-02-26 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 11:10 [igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Drain pipe before reading CRC Mika Kahola
2018-02-26 11:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-02-26 12:16 ` [igt-dev] [PATCH i-g-t] " Maarten Lankhorst
2018-02-26 12:32   ` Mika Kahola
2018-02-26 13:50   ` Mika Kahola
2018-02-26 15:41 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

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.