Intel-GFX Archive on 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: ✗ Ro.CI.BAT: failure for series starting with [CI,01/32] drm/i915: Record the position of the start of the request
Date: Mon, 15 Aug 2016 10:12:40 -0000	[thread overview]
Message-ID: <20160815101240.10893.44091@emeril.freedesktop.org> (raw)
In-Reply-To: <1471254551-25805-1-git-send-email-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [CI,01/32] drm/i915: Record the position of the start of the request
URL   : https://patchwork.freedesktop.org/series/11093/
State : failure

== Summary ==

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

Test kms_cursor_legacy:
        Subgroup basic-cursor-vs-flip-varying-size:
                fail       -> PASS       (ro-ilk1-i5-650)
        Subgroup basic-flip-vs-cursor-varying-size:
                pass       -> FAIL       (ro-byt-n2820)
                fail       -> PASS       (ro-bdw-i5-5250u)
                pass       -> FAIL       (ro-skl3-i5-6260u)
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                skip       -> DMESG-WARN (ro-bdw-i5-5250u)
        Subgroup suspend-read-crc-pipe-c:
                pass       -> DMESG-WARN (ro-bdw-i7-5600u)

fi-hsw-i7-4770k  total:244  pass:222  dwarn:0   dfail:0   fail:0   skip:22 
fi-kbl-qkkr      total:244  pass:186  dwarn:29  dfail:0   fail:3   skip:26 
fi-skl-i7-6700k  total:244  pass:208  dwarn:4   dfail:2   fail:2   skip:28 
fi-snb-i7-2600   total:244  pass:202  dwarn:0   dfail:0   fail:0   skip:42 
ro-bdw-i5-5250u  total:240  pass:219  dwarn:2   dfail:0   fail:1   skip:18 
ro-bdw-i7-5600u  total:240  pass:206  dwarn:1   dfail:0   fail:1   skip:32 
ro-bsw-n3050     total:240  pass:194  dwarn:0   dfail:0   fail:4   skip:42 
ro-byt-n2820     total:240  pass:197  dwarn:0   dfail:0   fail:3   skip:40 
ro-hsw-i3-4010u  total:240  pass:214  dwarn:0   dfail:0   fail:0   skip:26 
ro-hsw-i7-4770r  total:240  pass:185  dwarn:0   dfail:0   fail:0   skip:55 
ro-ilk1-i5-650   total:235  pass:174  dwarn:0   dfail:0   fail:1   skip:60 
ro-ivb-i7-3770   total:240  pass:205  dwarn:0   dfail:0   fail:0   skip:35 
ro-ivb2-i7-3770  total:240  pass:209  dwarn:0   dfail:0   fail:0   skip:31 
ro-skl3-i5-6260u total:240  pass:222  dwarn:0   dfail:0   fail:4   skip:14 

Results at /archive/results/CI_IGT_test/RO_Patchwork_1867/

1b2e958 drm-intel-nightly: 2016y-08m-15d-09h-09m-06s UTC integration manifest
7d6041c drm/i915: Record the RING_MODE register for post-mortem debugging
d8ff181 drm/i915: Only record active and pending requests upon a GPU hang
d0a310c drm/i915: Print the batchbuffer offset next to BBADDR in error state
da7a99b drm/i915: Move debug only per-request pid tracking from request to ctx
fa4b7d2 drm/i915: Introduce i915_ggtt_offset()
b1fd3c1 drm/i915: Track pinned VMA
c2dd68d drm/i915: Consolidate i915_vma_unpin_and_release()
4b74e1f drm/i915: Use VMA for wa_ctx tracking
a2e786f drm/i915: Use VMA for render state page tracking
3083b2c drm/i915: Use VMA as the primary tracker for semaphore page
ed77da3 drm/i915/overlay: Use VMA as the primary tracker for images
1be7e98 drm/i915: Move common seqno reset to intel_engine_cs.c
fe5680d drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
b1dc161 drm/i915: Use VMA for scratch page tracking
bc1fc79 drm/i915: Use VMA for ringbuffer tracking
1ced8c8 drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
71987d7 drm/i915: Only change the context object's domain when binding
fd8cbd3 drm/i915: Use VMA as the primary object for context state
79f2877 drm/i915: Use VMA directly for checking tiling parameters
f1a7f7f drm/i915: Convert fence computations to use vma directly
bf12887 drm/i915: Track pinned vma inside guc
762650b drm/i915: Add convenience wrappers for vma's object get/put
eca1534 drm/i915: Add fetch_and_zero() macro
4f57f1d drm/i915: Create a VMA for an object
0fc7594 drm/i915: Always set the vma->pages
61a24bc drm/i915: Remove redundant WARN_ON from __i915_add_request()
4a925da drm/i915: Reduce i915_gem_objects to only show object information
4c3d11b drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
07af7c5 drm/i915: Remove inactive/active list from debugfs
e5e12b1 drm/i915: Store the active context object on all engines upon error
0a3d2c5 drm/i915: Reduce amount of duplicate buffer information captured on error
a8cdde2 drm/i915: Record the position of the start of the request

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

      parent reply	other threads:[~2016-08-15 10:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-15  9:48 [CI 01/32] drm/i915: Record the position of the start of the request Chris Wilson
2016-08-15  9:48 ` [CI 02/32] drm/i915: Reduce amount of duplicate buffer information captured on error Chris Wilson
2016-08-15  9:48 ` [CI 03/32] drm/i915: Store the active context object on all engines upon error Chris Wilson
2016-08-15  9:48 ` [CI 04/32] drm/i915: Remove inactive/active list from debugfs Chris Wilson
2016-08-15  9:48 ` [CI 05/32] drm/i915: Focus debugfs/i915_gem_pinned to show only display pins Chris Wilson
2016-08-15  9:48 ` [CI 06/32] drm/i915: Reduce i915_gem_objects to only show object information Chris Wilson
2016-08-15  9:48 ` [CI 07/32] drm/i915: Remove redundant WARN_ON from __i915_add_request() Chris Wilson
2016-08-15  9:48 ` [CI 08/32] drm/i915: Always set the vma->pages Chris Wilson
2016-08-15  9:48 ` [CI 09/32] drm/i915: Create a VMA for an object Chris Wilson
2016-08-15  9:48 ` [CI 10/32] drm/i915: Add fetch_and_zero() macro Chris Wilson
2016-08-15  9:48 ` [CI 11/32] drm/i915: Add convenience wrappers for vma's object get/put Chris Wilson
2016-08-15  9:48 ` [CI 12/32] drm/i915: Track pinned vma inside guc Chris Wilson
2016-08-15  9:48 ` [CI 13/32] drm/i915: Convert fence computations to use vma directly Chris Wilson
2016-08-15  9:48 ` [CI 14/32] drm/i915: Use VMA directly for checking tiling parameters Chris Wilson
2016-08-15  9:48 ` [CI 15/32] drm/i915: Use VMA as the primary object for context state Chris Wilson
2016-08-15  9:48 ` [CI 16/32] drm/i915: Only change the context object's domain when binding Chris Wilson
2016-08-15  9:48 ` [CI 17/32] drm/i915: Move assertion for iomap access to i915_vma_pin_iomap Chris Wilson
2016-08-15  9:48 ` [CI 18/32] drm/i915: Use VMA for ringbuffer tracking Chris Wilson
2016-08-15  9:48 ` [CI 19/32] drm/i915: Use VMA for scratch page tracking Chris Wilson
2016-08-15  9:48 ` [CI 20/32] drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c Chris Wilson
2016-08-15  9:49 ` [CI 21/32] drm/i915: Move common seqno reset " Chris Wilson
2016-08-15  9:49 ` [CI 22/32] drm/i915/overlay: Use VMA as the primary tracker for images Chris Wilson
2016-08-15  9:49 ` [CI 23/32] drm/i915: Use VMA as the primary tracker for semaphore page Chris Wilson
2016-08-15  9:49 ` [CI 24/32] drm/i915: Use VMA for render state page tracking Chris Wilson
2016-08-15  9:49 ` [CI 25/32] drm/i915: Use VMA for wa_ctx tracking Chris Wilson
2016-08-15  9:49 ` [CI 26/32] drm/i915: Consolidate i915_vma_unpin_and_release() Chris Wilson
2016-08-15  9:49 ` [CI 27/32] drm/i915: Track pinned VMA Chris Wilson
2016-08-15  9:49 ` [CI 28/32] drm/i915: Introduce i915_ggtt_offset() Chris Wilson
2016-08-15  9:49 ` [CI 29/32] drm/i915: Move debug only per-request pid tracking from request to ctx Chris Wilson
2016-08-15  9:49 ` [CI 30/32] drm/i915: Print the batchbuffer offset next to BBADDR in error state Chris Wilson
2016-08-15  9:49 ` [CI 31/32] drm/i915: Only record active and pending requests upon a GPU hang Chris Wilson
2016-08-15  9:49 ` [CI 32/32] drm/i915: Record the RING_MODE register for post-mortem debugging Chris Wilson
2016-08-15 10:12 ` 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=20160815101240.10893.44091@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