All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Patchwork <patchwork@emeril.freedesktop.org>
Cc: Hans de Goede <hdegoede@redhat.com>, intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.BAT: failure for drm/i915/dsi: subset of the cleanups from Hans
Date: Tue, 28 Feb 2017 12:50:02 +0200	[thread overview]
Message-ID: <871suifv39.fsf@intel.com> (raw)
In-Reply-To: <20170228102316.9098.99421@emeril.freedesktop.org>

On Tue, 28 Feb 2017, Patchwork <patchwork@emeril.freedesktop.org> wrote:
> == Series Details ==
>
> Series: drm/i915/dsi: subset of the cleanups from Hans
> URL   : https://patchwork.freedesktop.org/series/20361/
> State : failure
>
> == Summary ==
>
> Series 20361v1 drm/i915/dsi: subset of the cleanups from Hans
> https://patchwork.freedesktop.org/api/1.0/series/20361/revisions/1/mbox/
>
> Test gem_exec_flush:
>         Subgroup basic-batch-kernel-default-uc:
>                 pass       -> FAIL       (fi-snb-2600)
> Test gem_exec_parallel:
>         Subgroup basic:
>                 pass       -> DMESG-WARN (fi-skl-6700hq)

This looks bad (BUG: spinlock already unlocked on CPU#6,
gem_exec_parall/6645) but was definitely not caused by this series
(which is strictly DSI only, which is mutually exclusive with SKL).

Pushed the lot, thanks for the patches and review.

BR,
Jani.


>
> fi-bdw-5557u     total:278  pass:267  dwarn:0   dfail:0   fail:0   skip:11 
> fi-bsw-n3050     total:278  pass:239  dwarn:0   dfail:0   fail:0   skip:39 
> fi-bxt-j4205     total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19 
> fi-bxt-t5700     total:108  pass:95   dwarn:0   dfail:0   fail:0   skip:12 
> fi-byt-j1900     total:278  pass:251  dwarn:0   dfail:0   fail:0   skip:27 
> fi-byt-n2820     total:278  pass:247  dwarn:0   dfail:0   fail:0   skip:31 
> fi-hsw-4770      total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16 
> fi-hsw-4770r     total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16 
> fi-ilk-650       total:278  pass:228  dwarn:0   dfail:0   fail:0   skip:50 
> fi-ivb-3520m     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18 
> fi-ivb-3770      total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18 
> fi-kbl-7500u     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18 
> fi-skl-6260u     total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10 
> fi-skl-6700hq    total:278  pass:260  dwarn:1   dfail:0   fail:0   skip:17 
> fi-skl-6700k     total:278  pass:256  dwarn:4   dfail:0   fail:0   skip:18 
> fi-skl-6770hq    total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10 
> fi-snb-2520m     total:278  pass:250  dwarn:0   dfail:0   fail:0   skip:28 
> fi-snb-2600      total:278  pass:248  dwarn:0   dfail:0   fail:1   skip:29 
>
> 1a8bd0fb40e5d02f827f925b7702ed6f64fadce2 drm-tip: 2017y-02m-27d-22h-04m-19s UTC integration manifest
> be04e28 drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT A
> 87eca4a drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences
> b546679 drm/i915/dsi: Move intel_dsi_clear_device_ready()
> f899715 drm/i915/dsi: Add intel_dsi_unprepare() helper
> a91757c drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers
> 8674908 drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3996/

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2017-02-28 10:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28  9:26 [PATCH 0/6] drm/i915/dsi: subset of the cleanups from Hans Jani Nikula
2017-02-28  9:26 ` [PATCH 1/6] drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet Jani Nikula
2017-02-28  9:26 ` [PATCH 2/6] drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers Jani Nikula
2017-02-28  9:26 ` [PATCH 3/6] drm/i915/dsi: Add intel_dsi_unprepare() helper Jani Nikula
2017-02-28  9:26 ` [PATCH 4/6] drm/i915/dsi: Move intel_dsi_clear_device_ready() Jani Nikula
2017-02-28  9:26 ` [PATCH 5/6] drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences Jani Nikula
2017-02-28  9:26 ` [PATCH 6/6] drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT A Jani Nikula
2017-02-28  9:40 ` [PATCH 0/6] drm/i915/dsi: subset of the cleanups from Hans Hans de Goede
2017-02-28  9:50   ` Jani Nikula
2017-02-28 10:01     ` Hans de Goede
2017-02-28 10:23 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-02-28 10:50   ` Jani Nikula [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=871suifv39.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=hdegoede@redhat.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=patchwork@emeril.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 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.