public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Ro.CI.BAT: failure for drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5)
Date: Wed, 10 Aug 2016 15:40:04 +0300	[thread overview]
Message-ID: <20160810124004.GP4329@intel.com> (raw)
In-Reply-To: <20160810114625.24583.20857@emeril.freedesktop.org>

On Wed, Aug 10, 2016 at 11:46:25AM -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5)
> URL   : https://patchwork.freedesktop.org/series/10895/
> State : failure
> 
> == Summary ==
> 
> Series 10895v1 drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5)
> http://patchwork.freedesktop.org/api/1.0/series/10895/revisions/1/mbox
> 
> Test kms_cursor_legacy:
>         Subgroup basic-flip-vs-cursor-legacy:
>                 fail       -> PASS       (ro-byt-n2820)
>                 pass       -> FAIL       (ro-skl3-i5-6260u)

(kms_cursor_legacy:9283) DEBUG: Test requirement passed: target > 1
(kms_cursor_legacy:9283) DEBUG: Using a target of 64 cursor updates per half-vblank
(kms_cursor_legacy:9283) CRITICAL: Test assertion failure function basic_flip_vs_cursor, file kms_cursor_legacy.c:514:
(kms_cursor_legacy:9283) CRITICAL: Failed assertion: get_vblank(display->drm_fd, pipe, 0) == vblank_start
(kms_cursor_legacy:9283) CRITICAL: error: 11754 != 11753

https://bugs.freedesktop.org/show_bug.cgi?id=97188

>         Subgroup basic-flip-vs-cursor-varying-size:
>                 dmesg-fail -> PASS       (fi-skl-i7-6700k)
> Test kms_pipe_crc_basic:
>         Subgroup suspend-read-crc-pipe-a:
>                 skip       -> DMESG-WARN (ro-bdw-i5-5250u)

[  449.058915] [drm:intel_dp_link_training_clock_recovery [i915]] *ERROR* failed to enable link training
[  449.143730] [drm:intel_dp_start_link_train [i915]] *ERROR* failed to start channel equalization

https://bugs.freedesktop.org/show_bug.cgi?id=96913

>         Subgroup suspend-read-crc-pipe-b:
>                 dmesg-warn -> PASS       (ro-bdw-i7-5600u)
>                 skip       -> DMESG-WARN (ro-bdw-i5-5250u)

same

>         Subgroup suspend-read-crc-pipe-c:
>                 dmesg-warn -> PASS       (ro-bdw-i7-5600u)
> 
> fi-hsw-i7-4770k  total:244  pass:222  dwarn:0   dfail:0   fail:0   skip:22 
> fi-kbl-qkkr      total:244  pass:185  dwarn:30  dfail:0   fail:2   skip:27 
> fi-skl-i5-6260u  total:244  pass:224  dwarn:4   dfail:0   fail:2   skip:14 
> fi-skl-i7-6700k  total:244  pass:209  dwarn:4   dfail:1   fail:2   skip:28 
> fi-snb-i7-2600   total:244  pass:202  dwarn:0   dfail:0   fail:0   skip:42 
> ro-bdw-i5-5250u  total:240  pass:219  dwarn:3   dfail:0   fail:1   skip:17 
> ro-bdw-i7-5557U  total:240  pass:220  dwarn:1   dfail:0   fail:0   skip:19 
> ro-bdw-i7-5600u  total:240  pass:207  dwarn:0   dfail:0   fail:1   skip:32 
> ro-bsw-n3050     total:240  pass:194  dwarn:0   dfail:0   fail:4   skip:42 
> ro-byt-n2820     total:240  pass:197  dwarn:0   dfail:0   fail:3   skip:40 
> ro-hsw-i7-4770r  total:240  pass:214  dwarn:0   dfail:0   fail:0   skip:26 
> ro-ilk1-i5-650   total:235  pass:173  dwarn:0   dfail:0   fail:2   skip:60 
> ro-ivb-i7-3770   total:240  pass:205  dwarn:0   dfail:0   fail:0   skip:35 
> ro-ivb2-i7-3770  total:240  pass:209  dwarn:0   dfail:0   fail:0   skip:31 
> ro-skl3-i5-6260u total:240  pass:222  dwarn:0   dfail:0   fail:4   skip:14 
> 
> Results at /archive/results/CI_IGT_test/RO_Patchwork_1810/
> 
> fa68dcb drm-intel-nightly: 2016y-08m-10d-09h-40m-37s UTC integration manifest
> be4616b drm/i915: Make sure fb offset is (macro)pixel aligned
> 28528e8 drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+
> 2372a31 drm/i915: Compute display surface offset in the plane check hook for SKL+
> aa4b3f5 drm/i915: Make intel_adjust_tile_offset() work for linear buffers
> d58f257 drm/i915: Allow calling intel_adjust_tile_offset() multiple times
> a4b2620 drm/i915: Limit fb x offset due to fences
> 0c714bb drm/i915: Adjust obj tiling vs. fb modifier rules
> 65407a6 drm/i915: Use fb modifiers for display tiling decisions
> d9470d4 drm/i915: Pass around plane_state instead of fb+rotation
> 68a2d0d drm/i915: Move SKL hw stride calculation into a helper
> 150ced5 drm/i915: Don't pass pitch to intel_compute_page_offset()
> 3d3bd95 drm/i915: Rewrite fb rotation GTT handling

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

      reply	other threads:[~2016-08-10 12:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10  9:23 [PATCH v5 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5) ville.syrjala
2016-08-10  9:23 ` [PATCH v6 01/12] drm/i915: Rewrite fb rotation GTT handling ville.syrjala
2016-08-10  9:49   ` Daniel Vetter
2016-08-10  9:23 ` [PATCH v3 02/12] drm/i915: Don't pass pitch to intel_compute_page_offset() ville.syrjala
2016-08-10  9:23 ` [PATCH v2 03/12] drm/i915: Move SKL hw stride calculation into a helper ville.syrjala
2016-08-10  9:23 ` [PATCH 04/12] drm/i915: Pass around plane_state instead of fb+rotation ville.syrjala
2016-08-10  9:23 ` [PATCH v4 05/12] drm/i915: Use fb modifiers for display tiling decisions ville.syrjala
2016-08-10  9:23 ` [PATCH v3 06/12] drm/i915: Adjust obj tiling vs. fb modifier rules ville.syrjala
2016-08-10  9:43   ` Daniel Vetter
2016-08-10  9:23 ` [PATCH v2 07/12] drm/i915: Limit fb x offset due to fences ville.syrjala
2016-08-10  9:23 ` [PATCH 08/12] drm/i915: Allow calling intel_adjust_tile_offset() multiple times ville.syrjala
2016-08-10  9:46   ` Chris Wilson
2016-08-10  9:48   ` Daniel Vetter
2016-08-10 11:17     ` Ville Syrjälä
2016-08-10  9:23 ` [PATCH 09/12] drm/i915: Make intel_adjust_tile_offset() work for linear buffers ville.syrjala
2016-08-10  9:23 ` [PATCH v2 10/12] drm/i915: Compute display surface offset in the plane check hook for SKL+ ville.syrjala
2016-08-10  9:23 ` [PATCH v2 11/12] drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+ ville.syrjala
2016-08-10 10:03   ` Daniel Vetter
2016-08-10 11:26     ` Ville Syrjälä
2016-08-10  9:23 ` [PATCH v2 12/12] drm/i915: Make sure fb offset is (macro)pixel aligned ville.syrjala
2016-08-10 10:04   ` Daniel Vetter
2016-08-10 11:02     ` Ville Syrjälä
2016-08-10 11:33       ` Ville Syrjälä
2016-08-11 16:37         ` Ville Syrjälä
2016-08-10 11:46 ` ✗ Ro.CI.BAT: failure for drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5) Patchwork
2016-08-10 12:40   ` Ville Syrjälä [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160810124004.GP4329@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox