All of lore.kernel.org
 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: warning for series starting with [01/21] drm/i915: Add a sw fence for collecting up dma fences (rev22)
Date: Wed, 07 Sep 2016 15:49:13 -0000	[thread overview]
Message-ID: <20160907154913.5004.16293@emeril.freedesktop.org> (raw)
In-Reply-To: <20160905130438.31046-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/21] drm/i915: Add a sw fence for collecting up dma fences (rev22)
URL   : https://patchwork.freedesktop.org/series/12007/
State : warning

== Summary ==

Series 12007v22 Series without cover letter
http://patchwork.freedesktop.org/api/1.0/series/12007/revisions/22/mbox/

Test drv_module_reload_basic:
                pass       -> SKIP       (fi-skl-6260u)
Test kms_flip:
        Subgroup basic-flip-vs-wf_vblank:
                pass       -> DMESG-WARN (fi-snb-2520m)
Test prime_vgem:
        Subgroup basic-fence-wait-default:
                fail       -> PASS       (fi-bdw-5557u)
                fail       -> PASS       (fi-ilk-650)
                fail       -> PASS       (fi-snb-2600)
                fail       -> PASS       (fi-hsw-4770r)
                fail       -> PASS       (fi-snb-2520m)
                fail       -> PASS       (fi-skl-6260u)
                fail       -> PASS       (fi-ivb-3520m)
                fail       -> PASS       (fi-ivb-3770)
                fail       -> PASS       (fi-skl-6700k)
                fail       -> PASS       (fi-bsw-n3050)
                fail       -> PASS       (fi-hsw-4770k)

fi-bdw-5557u     total:252  pass:234  dwarn:2   dfail:1   fail:0   skip:15 
fi-bsw-n3050     total:252  pass:204  dwarn:1   dfail:1   fail:0   skip:46 
fi-hsw-4770k     total:252  pass:227  dwarn:2   dfail:1   fail:0   skip:22 
fi-hsw-4770r     total:252  pass:223  dwarn:2   dfail:1   fail:0   skip:26 
fi-ilk-650       total:252  pass:180  dwarn:2   dfail:1   fail:2   skip:67 
fi-ivb-3520m     total:252  pass:218  dwarn:2   dfail:1   fail:0   skip:31 
fi-ivb-3770      total:252  pass:218  dwarn:2   dfail:1   fail:0   skip:31 
fi-skl-6260u     total:252  pass:234  dwarn:2   dfail:1   fail:0   skip:15 
fi-skl-6700k     total:252  pass:220  dwarn:3   dfail:1   fail:0   skip:28 
fi-snb-2520m     total:252  pass:205  dwarn:2   dfail:1   fail:1   skip:43 
fi-snb-2600      total:252  pass:206  dwarn:2   dfail:1   fail:0   skip:43 

Results at /archive/results/CI_IGT_test/Patchwork_2482/

7f8bc957b96e7e5f4923a8d0eed2875869073c2a drm-intel-nightly: 2016y-09m-07d-14h-47m-42s UTC integration manifest
2bbcac4 drm/i915: Support explicit fencing for execbuf
1a71554 drm/i915: Enable userspace to opt-out of implicit fencing
6d4853f drm/i915: Serialise execbuf operation after a dma-buf reservation object
e34818d drm/i915: Nonblocking request submission
280495b drm/i915: Ignore valid but unknown semaphores
1cb0e0b drm/i915/guc: Prepare for nonblocking execbuf submission
90759cf drm/i915: Prepare object synchronisation for asynchronicity
9d34d3c2 drm/i915: Reorder i915_add_request to separate the phases better
ca30a1c drm/i915: Drive request submission through fence callbacks
084b64d drm/i915: Update reset path to fix incomplete requests
0ef1626 drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
672bfce drm/i915: Perform a direct reset of the GPU from the waiter
56b1c0f drm/i915: Mark up all locked waiters
9d37b18 drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
fb95b85 drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
afab442 drm/i915: Separate out reset flags from the reset counter
b13638d drm/i915: Simplify ELSP queue request tracking
0c8a3b0 drm/i915: Reorder submitting the requests to ELSP
b57153e drm/i915: Compute the ELSP register location once
6920df1 drm/i915: Record the position of the workarounds in the tail of the request
aa0a9ed drm/i915: Only queue requests during execlists submission
55e1738 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-07 15:49 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 13:04 Non-blocking, explict fences Chris Wilson
2016-09-05 13:04 ` [PATCH 01/21] drm/i915: Add a sw fence for collecting up dma fences Chris Wilson
2016-09-05 13:04 ` [PATCH 02/21] drm/i915: Only queue requests during execlists submission Chris Wilson
2016-09-05 13:04 ` [PATCH 03/21] drm/i915: Record the position of the workarounds in the tail of the request Chris Wilson
2016-09-05 13:04 ` [PATCH 04/21] drm/i915: Compute the ELSP register location once Chris Wilson
2016-09-05 13:04 ` [PATCH 05/21] drm/i915: Reorder submitting the requests to ELSP Chris Wilson
2016-09-05 13:04 ` [PATCH 06/21] drm/i915: Simplify ELSP queue request tracking Chris Wilson
2016-09-05 13:04 ` [PATCH 07/21] drm/i915: Separate out reset flags from the reset counter Chris Wilson
2016-09-05 13:04 ` [PATCH 08/21] drm/i915: Drop local struct_mutex around intel_init_emon[ilk] Chris Wilson
2016-09-05 13:04 ` [PATCH 09/21] drm/i915: Expand bool interruptible to pass flags to i915_wait_request() Chris Wilson
2016-09-05 13:04 ` [PATCH 10/21] drm/i915: Mark up all locked waiters Chris Wilson
2016-09-06  9:24   ` Mika Kuoppala
2016-09-05 13:04 ` [PATCH 11/21] drm/i915: Perform a direct reset of the GPU from the waiter Chris Wilson
2016-09-05 13:04 ` [PATCH 12/21] drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker Chris Wilson
2016-09-06  9:28   ` Mika Kuoppala
2016-09-05 13:04 ` [PATCH 13/21] drm/i915: Update reset path to fix incomplete requests Chris Wilson
2016-09-05 13:04 ` [PATCH 14/21] drm/i915: Drive request submission through fence callbacks Chris Wilson
2016-09-05 13:04 ` [PATCH 15/21] drm/i915: Reorder i915_add_request to separate the phases better Chris Wilson
2016-09-06  9:36   ` Mika Kuoppala
2016-09-05 13:04 ` [PATCH 16/21] drm/i915: Prepare object synchronisation for asynchronicity Chris Wilson
2016-09-05 13:04 ` [PATCH 17/21] drm/i915/guc: Prepare for nonblocking execbuf submission Chris Wilson
2016-09-05 13:04 ` [PATCH 18/21] drm/i915: Nonblocking request submission Chris Wilson
2016-09-05 13:04 ` [PATCH 19/21] drm/i915: Serialise execbuf operation after a dma-buf reservation object Chris Wilson
2016-09-05 13:04 ` [PATCH 20/21] drm/i915: Enable userspace to opt-out of implicit fencing Chris Wilson
2016-09-05 13:04 ` [PATCH 21/21] drm/i915: Support explicit fencing for execbuf Chris Wilson
2016-09-05 13:59 ` ✗ Fi.CI.BAT: failure for series starting with [01/21] drm/i915: Add a sw fence for collecting up dma fences Patchwork
2016-09-05 14:07   ` Chris Wilson
2016-09-07 14:44 ` [PATCH v2 01/22] " Chris Wilson
2016-09-07 14:44   ` [PATCH v2 02/22] drm/i915: Only queue requests during execlists submission Chris Wilson
2016-09-07 14:44   ` [PATCH v2 03/22] drm/i915: Record the position of the workarounds in the tail of the request Chris Wilson
2016-09-07 14:44   ` [PATCH v2 04/22] drm/i915: Compute the ELSP register location once Chris Wilson
2016-09-07 14:44   ` [PATCH v2 05/22] drm/i915: Reorder submitting the requests to ELSP Chris Wilson
2016-09-07 14:45   ` [PATCH v2 06/22] drm/i915: Simplify ELSP queue request tracking Chris Wilson
2016-09-07 14:45   ` [PATCH v2 07/22] drm/i915: Separate out reset flags from the reset counter Chris Wilson
2016-09-07 14:45   ` [PATCH v2 08/22] drm/i915: Drop local struct_mutex around intel_init_emon[ilk] Chris Wilson
2016-09-07 14:45   ` [PATCH v2 09/22] drm/i915: Expand bool interruptible to pass flags to i915_wait_request() Chris Wilson
2016-09-07 14:45   ` [PATCH v2 10/22] drm/i915: Mark up all locked waiters Chris Wilson
2016-09-07 14:45   ` [PATCH v2 11/22] drm/i915: Perform a direct reset of the GPU from the waiter Chris Wilson
2016-09-08  9:35     ` Mika Kuoppala
2016-09-07 14:45   ` [PATCH v2 12/22] drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker Chris Wilson
2016-09-08 10:52     ` Mika Kuoppala
2016-09-08 13:24       ` Chris Wilson
2016-09-07 14:45   ` [PATCH v2 13/22] drm/i915: Update reset path to fix incomplete requests Chris Wilson
2016-09-08 12:03     ` Mika Kuoppala
2016-10-03 12:44     ` Tvrtko Ursulin
2016-10-03 12:56       ` Chris Wilson
2016-09-07 14:45   ` [PATCH v2 14/22] drm/i915: Drive request submission through fence callbacks Chris Wilson
2016-09-07 14:45   ` [PATCH v2 15/22] drm/i915: Reorder i915_add_request to separate the phases better Chris Wilson
2016-09-07 14:45   ` [PATCH v2 16/22] drm/i915: Prepare object synchronisation for asynchronicity Chris Wilson
2016-09-07 14:45   ` [PATCH v2 17/22] drm/i915/guc: Prepare for nonblocking execbuf submission Chris Wilson
2016-09-12 14:14     ` Tvrtko Ursulin
2016-09-07 14:45   ` [PATCH v2 18/22] drm/i915: Ignore valid but unknown semaphores Chris Wilson
2016-09-08  6:31     ` Joonas Lahtinen
2016-09-07 14:45   ` [PATCH v2 19/22] drm/i915: Nonblocking request submission Chris Wilson
2016-09-07 14:45   ` [PATCH v2 20/22] drm/i915: Serialise execbuf operation after a dma-buf reservation object Chris Wilson
2016-09-07 14:45   ` [PATCH v2 21/22] drm/i915: Enable userspace to opt-out of implicit fencing Chris Wilson
2016-09-07 14:45   ` [PATCH v2 22/22] drm/i915: Support explicit fencing for execbuf Chris Wilson
2016-09-07 15:49 ` Patchwork [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=20160907154913.5004.16293@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 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.