intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.IGT: failure for drm/i915: Some plane init cleanups
Date: Sat, 17 Mar 2018 02:50:35 -0000	[thread overview]
Message-ID: <20180317025035.21614.30709@emeril.freedesktop.org> (raw)
In-Reply-To: <20180305165109.31588-1-ville.syrjala@linux.intel.com>

== Series Details ==

Series: drm/i915: Some plane init cleanups
URL   : https://patchwork.freedesktop.org/series/39390/
State : failure

== Summary ==

---- Possible new issues:

Test kms_fbcon_fbt:
        Subgroup fbc:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-suspend:
                pass       -> FAIL       (shard-apl)
Test kms_frontbuffer_tracking:
        Subgroup fbc-1p-indfb-fliptrack:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-offscren-pri-indfb-draw-blt:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-offscren-pri-indfb-draw-mmap-cpu:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-cur-indfb-draw-render:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-cur-indfb-move:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-cur-indfb-onoff:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-indfb-pgflip-blt:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-spr-indfb-draw-pwrite:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-spr-indfb-move:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-1p-primscrn-spr-indfb-onoff:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-modesetfrombusy:
                pass       -> FAIL       (shard-apl)
        Subgroup fbc-rgb565-draw-mmap-gtt:
                pass       -> FAIL       (shard-apl)

---- Known issues:

Test kms_flip:
        Subgroup 2x-plain-flip-ts-check-interruptible:
                fail       -> PASS       (shard-hsw) fdo#100368
        Subgroup flip-vs-expired-vblank:
                pass       -> FAIL       (shard-hsw) fdo#102887 +1
Test kms_frontbuffer_tracking:
        Subgroup fbc-1p-offscren-pri-shrfb-draw-pwrite:
                pass       -> FAIL       (shard-apl) fdo#101623 +36
        Subgroup fbc-1p-primscrn-cur-indfb-draw-mmap-cpu:
                pass       -> FAIL       (shard-apl) fdo#105128
        Subgroup fbc-1p-primscrn-pri-indfb-draw-pwrite:
                pass       -> FAIL       (shard-apl) fdo#103167 +13
        Subgroup fbc-1p-primscrn-shrfb-msflip-blt:
                pass       -> FAIL       (shard-apl) fdo#104727
Test kms_pipe_crc_basic:
        Subgroup hang-read-crc-pipe-c:
                fail       -> PASS       (shard-apl) fdo#103191
Test kms_sysfs_edid_timing:
                warn       -> PASS       (shard-apl) fdo#100047

fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#102887 https://bugs.freedesktop.org/show_bug.cgi?id=102887
fdo#101623 https://bugs.freedesktop.org/show_bug.cgi?id=101623
fdo#105128 https://bugs.freedesktop.org/show_bug.cgi?id=105128
fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
fdo#104727 https://bugs.freedesktop.org/show_bug.cgi?id=104727
fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
fdo#100047 https://bugs.freedesktop.org/show_bug.cgi?id=100047

shard-apl        total:3442 pass:1749 dwarn:1   dfail:0   fail:74  skip:1618 time:13023s
shard-hsw        total:3442 pass:1766 dwarn:1   dfail:0   fail:3   skip:1671 time:11951s
shard-snb        total:3368 pass:1326 dwarn:1   dfail:0   fail:2   skip:2038 time:7095s
Blacklisted hosts:
shard-kbl        total:3442 pass:1875 dwarn:1   dfail:0   fail:74  skip:1492 time:9795s

== Logs ==

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

  parent reply	other threads:[~2018-03-17  2:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-05 16:50 [PATCH 00/11] drm/i915: Some plane init cleanups Ville Syrjala
2018-03-05 16:50 ` [PATCH 01/11] drm/i915: Constify intel_plane_funcs Ville Syrjala
2018-03-05 16:51 ` [PATCH 02/11] drm/i915: Fix tabs vs. spaces Ville Syrjala
2018-03-05 16:51 ` [PATCH 03/11] drm/i915: Populate possible_crtcs for primary/cursor planes Ville Syrjala
2018-03-05 16:51 ` [PATCH 04/11] drm/i915: Don't populate plane->i9xx_plane for sprites Ville Syrjala
2018-03-05 16:51 ` [PATCH 05/11] drm/i915: Allow horizontal mirroring for cnl+ "sprite" planes Ville Syrjala
2018-03-06  7:49   ` Joonas Lahtinen
2018-03-05 16:51 ` [PATCH 06/11] drm/i915: Disallow plane scaling with specific pixel formats Ville Syrjala
2018-03-05 16:51 ` [PATCH 07/11] drm/i915: Add missing pixel formats for skl+ "sprites" Ville Syrjala
2018-03-05 16:51 ` [PATCH 08/11] drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state() Ville Syrjala
2018-03-05 16:51 ` [PATCH 09/11] drm/i915: Introduce intel_plane_alloc() Ville Syrjala
2018-03-05 16:51 ` [PATCH 10/11] drm/i915: Extract skl_universal_plane_init() Ville Syrjala
2018-03-19 13:50   ` [PATCH v2 " Ville Syrjala
2018-03-05 16:51 ` [PATCH 11/11] drm/i915: s/intel_plane/plane/ in sprite init Ville Syrjala
2018-03-05 17:27 ` ✗ Fi.CI.BAT: failure for drm/i915: Some plane init cleanups Patchwork
2018-03-16 20:42 ` ✓ Fi.CI.BAT: success " Patchwork
2018-03-17  2:50 ` Patchwork [this message]
2018-03-19 16:46 ` ✗ Fi.CI.BAT: failure for drm/i915: Some plane init cleanups (rev2) Patchwork
2018-03-29 14:03 ` ✓ Fi.CI.BAT: success " Patchwork
2018-03-29 17:15 ` ✗ Fi.CI.IGT: failure " Patchwork

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=20180317025035.21614.30709@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).