intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for series starting with [CI,01/21] drm/i915: Add a sw fence for collecting up dma fences
Date: Fri, 09 Sep 2016 11:56:37 -0000	[thread overview]
Message-ID: <20160909115637.6710.15308@emeril.freedesktop.org> (raw)
In-Reply-To: <20160909110101.31967-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [CI,01/21] drm/i915: Add a sw fence for collecting up dma fences
URL   : https://patchwork.freedesktop.org/series/12233/
State : failure

== Summary ==

Series 12233v1 Series without cover letter
http://patchwork.freedesktop.org/api/1.0/series/12233/revisions/1/mbox/

Test gem_cpu_reloc:
        Subgroup basic:
                pass       -> INCOMPLETE (fi-bsw-n3050)
Test gem_sync:
        Subgroup basic-store-all:
                pass       -> INCOMPLETE (fi-skl-6700k)
                pass       -> INCOMPLETE (fi-skl-6260u)
                pass       -> INCOMPLETE (fi-skl-6700hq)
                pass       -> INCOMPLETE (fi-ilk-650)
                pass       -> INCOMPLETE (fi-bdw-5557u)
Test prime_vgem:
        Subgroup basic-fence-wait-default:
                fail       -> PASS       (fi-snb-2520m)
                fail       -> PASS       (fi-byt-n2820)
                fail       -> PASS       (fi-hsw-4770k)
                fail       -> PASS       (fi-snb-2600)
                fail       -> PASS       (fi-ivb-3520m)
                fail       -> PASS       (fi-hsw-4770r)
                fail       -> PASS       (fi-ivb-3770)

fi-bdw-5557u     total:22   pass:21   dwarn:0   dfail:0   fail:0   skip:0  
fi-bsw-n3050     total:3    pass:2    dwarn:0   dfail:0   fail:0   skip:0  
fi-byt-n2820     total:254  pass:212  dwarn:0   dfail:0   fail:1   skip:41 
fi-hsw-4770k     total:254  pass:232  dwarn:0   dfail:0   fail:0   skip:22 
fi-hsw-4770r     total:254  pass:228  dwarn:0   dfail:0   fail:0   skip:26 
fi-ilk-650       total:22   pass:7    dwarn:0   dfail:0   fail:0   skip:14 
fi-ivb-3520m     total:254  pass:223  dwarn:0   dfail:0   fail:0   skip:31 
fi-ivb-3770      total:254  pass:223  dwarn:0   dfail:0   fail:0   skip:31 
fi-skl-6260u     total:22   pass:21   dwarn:0   dfail:0   fail:0   skip:0  
fi-skl-6700hq    total:22   pass:19   dwarn:0   dfail:0   fail:0   skip:2  
fi-skl-6700k     total:22   pass:19   dwarn:0   dfail:0   fail:0   skip:2  
fi-snb-2520m     total:254  pass:209  dwarn:0   dfail:0   fail:0   skip:45 
fi-snb-2600      total:254  pass:209  dwarn:0   dfail:0   fail:0   skip:45 

Results at /archive/results/CI_IGT_test/Patchwork_2499/

5986f290e25f42d3d5df390411cc43683deb1301 drm-intel-nightly: 2016y-09m-08d-09h-11m-50s UTC integration manifest
f3f19e1 drm/i915: Serialise execbuf operation after a dma-buf reservation object
8d14999 drm/i915: Nonblocking request submission
14a39dc drm/i915: Avoid incrementing hangcheck whilst waiting for external fence
e464926 drm/i915: Ignore valid but unknown semaphores
ede8492 drm/i915/guc: Prepare for nonblocking execbuf submission
5a61e9e drm/i915: Prepare object synchronisation for asynchronicity
2b2927e drm/i915: Reorder i915_add_request to separate the phases better
abbf49e drm/i915: Drive request submission through fence callbacks
3f55ce1 drm/i915: Update reset path to fix incomplete requests
4f6dddc drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
9ff768b drm/i915: Perform a direct reset of the GPU from the waiter
6e86e44 drm/i915: Mark up all locked waiters
e54b735 drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
04921fce drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
faea45a drm/i915: Separate out reset flags from the reset counter
c00ae80 drm/i915: Simplify ELSP queue request tracking
057e6b3 drm/i915: Reorder submitting the requests to ELSP
6e45d15 drm/i915: Compute the ELSP register location once
98fe5f0 drm/i915: Record the position of the workarounds in the tail of the request
35a116c drm/i915: Only queue requests during execlists submission
0f329a7 drm/i915: Add a sw fence for collecting up dma fences

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2016-09-09 11:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09 11:00 [CI 01/21] drm/i915: Add a sw fence for collecting up dma fences Chris Wilson
2016-09-09 11:00 ` [CI 02/21] drm/i915: Only queue requests during execlists submission Chris Wilson
2016-09-09 11:00 ` [CI 03/21] drm/i915: Record the position of the workarounds in the tail of the request Chris Wilson
2016-09-09 11:00 ` [CI 04/21] drm/i915: Compute the ELSP register location once Chris Wilson
2016-09-09 11:00 ` [CI 05/21] drm/i915: Reorder submitting the requests to ELSP Chris Wilson
2016-09-09 11:00 ` [CI 06/21] drm/i915: Simplify ELSP queue request tracking Chris Wilson
2016-09-09 11:00 ` [CI 07/21] drm/i915: Separate out reset flags from the reset counter Chris Wilson
2016-09-09 11:00 ` [CI 08/21] drm/i915: Drop local struct_mutex around intel_init_emon[ilk] Chris Wilson
2016-09-09 11:00 ` [CI 09/21] drm/i915: Expand bool interruptible to pass flags to i915_wait_request() Chris Wilson
2016-09-09 11:00 ` [CI 10/21] drm/i915: Mark up all locked waiters Chris Wilson
2016-09-09 11:00 ` [CI 11/21] drm/i915: Perform a direct reset of the GPU from the waiter Chris Wilson
2016-09-09 11:00 ` [CI 12/21] drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker Chris Wilson
2016-09-09 11:00 ` [CI 13/21] drm/i915: Update reset path to fix incomplete requests Chris Wilson
2016-09-09 11:00 ` [CI 14/21] drm/i915: Drive request submission through fence callbacks Chris Wilson
2016-09-09 11:00 ` [CI 15/21] drm/i915: Reorder i915_add_request to separate the phases better Chris Wilson
2016-09-09 11:00 ` [CI 16/21] drm/i915: Prepare object synchronisation for asynchronicity Chris Wilson
2016-09-09 11:00 ` [CI 17/21] drm/i915/guc: Prepare for nonblocking execbuf submission Chris Wilson
2016-09-09 11:00 ` [CI 18/21] drm/i915: Ignore valid but unknown semaphores Chris Wilson
2016-09-09 11:00 ` [CI 19/21] drm/i915: Avoid incrementing hangcheck whilst waiting for external fence Chris Wilson
2016-09-09 12:48   ` Mika Kuoppala
2016-09-09 11:01 ` [CI 20/21] drm/i915: Nonblocking request submission Chris Wilson
2016-09-09 11:01 ` [CI 21/21] drm/i915: Serialise execbuf operation after a dma-buf reservation object Chris Wilson
2016-09-09 11:56 ` Patchwork [this message]
2016-09-09 12:01   ` ✗ Fi.CI.BAT: failure for series starting with [CI,01/21] drm/i915: Add a sw fence for collecting up dma fences Chris Wilson

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=20160909115637.6710.15308@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=chris@chris-wilson.co.uk \
    --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;
as well as URLs for NNTP newsgroup(s).