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 [01/21] drm/i915: Add a sw fence for collecting up dma fences
Date: Mon, 05 Sep 2016 13:59:46 -0000	[thread overview]
Message-ID: <20160905135946.24404.6274@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
URL   : https://patchwork.freedesktop.org/series/12007/
State : failure

== Summary ==

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

Test kms_cursor_legacy:
        Subgroup basic-cursor-vs-flip-varying-size:
                pass       -> FAIL       (fi-hsw-4770k)
Test kms_flip:
        Subgroup basic-flip-vs-dpms:
                dmesg-fail -> PASS       (fi-hsw-4770k)
        Subgroup basic-flip-vs-modeset:
                dmesg-warn -> PASS       (fi-hsw-4770k)
        Subgroup basic-flip-vs-wf_vblank:
                dmesg-warn -> PASS       (fi-hsw-4770k)
Test kms_pipe_crc_basic:
        Subgroup nonblocking-crc-pipe-b:
                skip       -> PASS       (fi-hsw-4770r)
        Subgroup read-crc-pipe-b:
                skip       -> PASS       (fi-skl-6260u)
        Subgroup read-crc-pipe-c:
                skip       -> PASS       (fi-hsw-4770r)
Test prime_busy:
        Subgroup basic-after-default:
                pass       -> FAIL       (fi-hsw-4770k)
        Subgroup basic-before-default:
                pass       -> FAIL       (fi-hsw-4770k)
        Subgroup basic-wait-after-default:
                pass       -> FAIL       (fi-hsw-4770k)
        Subgroup basic-wait-before-default:
                pass       -> FAIL       (fi-hsw-4770k)
Test prime_vgem:
        Subgroup basic-busy-default:
                pass       -> FAIL       (fi-hsw-4770k)
        Subgroup basic-fence-wait-default:
                fail       -> PASS       (fi-snb-2520m)
                fail       -> PASS       (fi-skl-6260u)
                fail       -> PASS       (fi-ivb-3520m)
                fail       -> PASS       (fi-snb-2600)
                fail       -> PASS       (fi-skl-6700k)
                fail       -> PASS       (fi-bsw-n3050)
                fail       -> PASS       (fi-bdw-5557u)
                fail       -> PASS       (fi-hsw-4770r)
        Subgroup basic-sync-default:
                pass       -> FAIL       (fi-hsw-4770k)
        Subgroup basic-wait-default:
                pass       -> FAIL       (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:221  dwarn:0   dfail:0   fail:9   skip:22 
fi-hsw-4770r     total:252  pass:223  dwarn:2   dfail:1   fail:0   skip:26 
fi-ivb-3520m     total:252  pass:218  dwarn:2   dfail:1   fail:0   skip:31 
fi-skl-6260u     total:252  pass:235  dwarn:2   dfail:1   fail:0   skip:14 
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 
fi-byt-n2820 failed to connect after reboot

Results at /archive/results/CI_IGT_test/Patchwork_2469/

9baa666b3e48f71b46c5f63541f57d2a95a1b1c0 drm-intel-nightly: 2016y-09m-03d-12h-12m-15s UTC integration manifest
52c2c2d drm/i915: Support explicit fencing for execbuf
a01d289 drm/i915: Enable userspace to opt-out of implicit fencing
f5922da drm/i915: Serialise execbuf operation after a dma-buf reservation object
e681265 drm/i915: Nonblocking request submission
32d8144 drm/i915/guc: Prepare for nonblocking execbuf submission
a508961 drm/i915: Prepare object synchronisation for asynchronicity
189fe87 drm/i915: Reorder i915_add_request to separate the phases better
a6969ee drm/i915: Drive request submission through fence callbacks
1c5e802 drm/i915: Update reset path to fix incomplete requests
485fb0a drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
753941a drm/i915: Perform a direct reset of the GPU from the waiter
0bab295 drm/i915: Mark up all locked waiters
0341dc3 drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
b87e2fa drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
f3fdf75 drm/i915: Separate out reset flags from the reset counter
a342982 drm/i915: Simplify ELSP queue request tracking
2893b6b drm/i915: Reorder submitting the requests to ELSP
f11b635 drm/i915: Compute the ELSP register location once
aac51f8 drm/i915: Record the position of the workarounds in the tail of the request
4e68bae drm/i915: Only queue requests during execlists submission
8e07e45 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-05 13:59 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 ` Patchwork [this message]
2016-09-05 14:07   ` ✗ Fi.CI.BAT: failure for series starting with [01/21] drm/i915: Add a sw fence for collecting up dma fences 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 ` ✗ Fi.CI.BAT: warning for series starting with [01/21] drm/i915: Add a sw fence for collecting up dma fences (rev22) 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=20160905135946.24404.6274@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).