public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.BAT: success for drm/i915: Guc code reorg
Date: Tue, 03 Oct 2017 17:16:09 -0000	[thread overview]
Message-ID: <20171003171609.18564.12903@emeril.freedesktop.org> (raw)
In-Reply-To: <20171003163607.61680-1-michal.wajdeczko@intel.com>

== Series Details ==

Series: drm/i915: Guc code reorg
URL   : https://patchwork.freedesktop.org/series/31340/
State : success

== Summary ==

Series 31340v1 drm/i915: Guc code reorg
https://patchwork.freedesktop.org/api/1.0/series/31340/revisions/1/mbox/

fi-bdw-5557u     total:289  pass:268  dwarn:0   dfail:0   fail:0   skip:21  time:457s
fi-bdw-gvtdvm    total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:472s
fi-blb-e6850     total:289  pass:224  dwarn:1   dfail:0   fail:0   skip:64  time:392s
fi-bsw-n3050     total:289  pass:243  dwarn:0   dfail:0   fail:0   skip:46  time:569s
fi-bwr-2160      total:289  pass:184  dwarn:0   dfail:0   fail:0   skip:105 time:286s
fi-bxt-dsi       total:289  pass:259  dwarn:0   dfail:0   fail:0   skip:30  time:526s
fi-bxt-j4205     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:534s
fi-byt-j1900     total:289  pass:254  dwarn:1   dfail:0   fail:0   skip:34  time:540s
fi-byt-n2820     total:289  pass:250  dwarn:1   dfail:0   fail:0   skip:38  time:536s
fi-cfl-s         total:289  pass:256  dwarn:1   dfail:0   fail:0   skip:32  time:564s
fi-cnl-y         total:289  pass:261  dwarn:1   dfail:0   fail:0   skip:27  time:618s
fi-elk-e7500     total:289  pass:230  dwarn:0   dfail:0   fail:0   skip:59  time:439s
fi-glk-1         total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:591s
fi-hsw-4770      total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:439s
fi-hsw-4770r     total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:417s
fi-ilk-650       total:289  pass:229  dwarn:0   dfail:0   fail:0   skip:60  time:467s
fi-ivb-3520m     total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:518s
fi-ivb-3770      total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:478s
fi-kbl-7500u     total:289  pass:264  dwarn:1   dfail:0   fail:0   skip:24  time:503s
fi-kbl-7560u     total:289  pass:270  dwarn:0   dfail:0   fail:0   skip:19  time:580s
fi-kbl-7567u     total:289  pass:265  dwarn:4   dfail:0   fail:0   skip:20  time:492s
fi-kbl-r         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:589s
fi-pnv-d510      total:289  pass:223  dwarn:1   dfail:0   fail:0   skip:65  time:657s
fi-skl-6260u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:477s
fi-skl-6700k     total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:534s
fi-skl-6770hq    total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:523s
fi-skl-gvtdvm    total:289  pass:266  dwarn:0   dfail:0   fail:0   skip:23  time:476s
fi-snb-2520m     total:289  pass:251  dwarn:0   dfail:0   fail:0   skip:38  time:584s
fi-snb-2600      total:289  pass:250  dwarn:0   dfail:0   fail:0   skip:39  time:432s

e7187e87bb3b5ca43194f86d096b9cf974cc54d7 drm-tip: 2017y-10m-03d-16h-09m-59s UTC integration manifest
075e3af7041e drm/i915/guc: Move GuC core definitions into dedicated files
6376585ec9d0 drm/i915/guc: Move GuC submission declarations into dedicated header
17911cbed040 drm/i915/guc: Move GuC log declarations into dedicated header
4d9fdaddcdeb drm/i915/guc: Move Guc early init into own function
410d58f48040 drm/i915/huc: Move HuC declarations into dedicated header
81ea7a4979de drm/i915/uc: Move uC fw helper code into dedicated files
efcc84c34937 drm/i915/uc: Create intel_uc_init_mmio
897166bdaffc drm/i915/uc: Drop unnecessary forward declaration
927791b05913 drm/i915: Make intel_uncore.h header self-contained

== Logs ==

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

  parent reply	other threads:[~2017-10-03 17:16 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-03 16:35 [PATCH v3 0/9] drm/i915: Guc code reorg Michal Wajdeczko
2017-10-03 16:35 ` [PATCH v3 1/9] drm/i915: Make intel_uncore.h header self-contained Michal Wajdeczko
2017-10-03 17:02   ` Chris Wilson
2017-10-03 18:16     ` Michal Wajdeczko
2017-10-03 16:36 ` [PATCH v3 2/9] drm/i915/uc: Drop unnecessary forward declaration Michal Wajdeczko
2017-10-03 16:36 ` [PATCH v3 3/9] drm/i915/uc: Create intel_uc_init_mmio Michal Wajdeczko
2017-10-03 16:36 ` [PATCH v3 4/9] drm/i915/uc: Move uC fw helper code into dedicated files Michal Wajdeczko
2017-10-04 14:23   ` Joonas Lahtinen
2017-10-04 14:54     ` Michal Wajdeczko
2017-10-03 16:36 ` [PATCH v3 5/9] drm/i915/huc: Move HuC declarations into dedicated header Michal Wajdeczko
2017-10-03 16:36 ` [PATCH v3 6/9] drm/i915/guc: Move Guc early init into own function Michal Wajdeczko
2017-10-04 14:26   ` Joonas Lahtinen
2017-10-03 16:36 ` [PATCH v3 7/9] drm/i915/guc: Move GuC log declarations into dedicated header Michal Wajdeczko
2017-10-03 17:03   ` Chris Wilson
2017-10-03 18:28     ` Michal Wajdeczko
2017-10-03 19:48       ` Chris Wilson
2017-10-04 17:09       ` Chris Wilson
2017-10-03 16:36 ` [PATCH v3 8/9] drm/i915/guc: Move GuC submission " Michal Wajdeczko
2017-10-04 17:11   ` Chris Wilson
2017-10-03 16:36 ` [PATCH v3 9/9] drm/i915/guc: Move GuC core definitions into dedicated files Michal Wajdeczko
2017-10-04 17:17   ` Chris Wilson
2017-10-05 15:40     ` Michal Wajdeczko
2017-10-03 17:16 ` Patchwork [this message]
2017-10-03 18:33 ` ✓ Fi.CI.IGT: success for drm/i915: Guc code reorg Patchwork
2017-10-04 16:50   ` Joonas Lahtinen
  -- strict thread matches above, loose matches on Subject: below --
2017-10-04 15:33 [CI v4 0/6] " Michal Wajdeczko
2017-10-04 16:15 ` ✓ Fi.CI.BAT: success for " 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=20171003171609.18564.12903@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=michal.wajdeczko@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