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: failure for series starting with [01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
Date: Thu, 21 Apr 2016 16:24:30 -0000	[thread overview]
Message-ID: <20160421162430.29238.71556@emeril.freedesktop.org> (raw)
In-Reply-To: <1461229148-2939-1-git-send-email-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
URL   : https://patchwork.freedesktop.org/series/6050/
State : failure

== Summary ==

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

Test drv_module_reload_basic:
                pass       -> DMESG-WARN (hsw-gt2)
                pass       -> DMESG-WARN (hsw-brixbox)
                pass       -> DMESG-WARN (skl-i7k-2)
Test gem_busy:
        Subgroup basic-blt:
                skip       -> PASS       (bsw-nuc-2)
Test kms_flip:
        Subgroup basic-flip-vs-dpms:
                pass       -> INCOMPLETE (bdw-nuci7)
Test kms_pipe_crc_basic:
        Subgroup hang-read-crc-pipe-c:
                incomplete -> PASS       (bdw-nuci7)

bdw-nuci7        total:142  pass:131  dwarn:0   dfail:0   fail:0   skip:10 
bdw-ultra        total:194  pass:170  dwarn:0   dfail:0   fail:1   skip:23 
bsw-nuc-2        total:193  pass:154  dwarn:0   dfail:0   fail:0   skip:39 
byt-nuc          total:193  pass:155  dwarn:0   dfail:0   fail:0   skip:38 
hsw-brixbox      total:194  pass:169  dwarn:1   dfail:0   fail:0   skip:24 
hsw-gt2          total:194  pass:174  dwarn:1   dfail:0   fail:0   skip:19 
ilk-hp8440p      total:194  pass:137  dwarn:0   dfail:0   fail:0   skip:57 
ivb-t430s        total:194  pass:166  dwarn:0   dfail:0   fail:0   skip:28 
skl-i7k-2        total:194  pass:167  dwarn:1   dfail:0   fail:1   skip:25 
skl-nuci5        total:194  pass:183  dwarn:0   dfail:0   fail:0   skip:11 
snb-dellxps      total:193  pass:154  dwarn:1   dfail:0   fail:0   skip:38 
snb-x220t        total:193  pass:155  dwarn:0   dfail:0   fail:1   skip:37 

Results at /archive/results/CI_IGT_test/Patchwork_1976/

9dabb0053b63bc32ab6ad5d13209d1e43395313f drm-intel-nightly: 2016y-04m-21d-09h-27m-12s UTC integration manifest
c57a33c drm/i915: Stop tracking execlists retired requests
032a57f drm/i915: Store LRC hardware id in the request
c9102bc drm/i915: Track the previous pinned context inside the request
a15f48e drm/i915: Move releasing of the GEM request from free to retire/cancel
80bca2e drm/i915: Move the magical deferred context allocation into the request
9370910 drm/i915: Move context initialisation to first-use
0a1c42d drm/i915: Refactor execlists default context pinning
2ff6da7 drm/i915: Replace the pinned context address with its unique ID
be6c501 drm/i915: Assign every HW context a unique ID
2685966 drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
87d7805 drm/i915: Remove early l3-remap
212e066 drm/i915: Consolidate L3 remapping LRI
38c1697 drm/i915: L3 cache remapping is part of context switching
9075aaf drm/i915: Mark the current context as lost on suspend
36b25e8 drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
1792d31 drm/i915: Move ioremap_wc tracking onto VMA
7ad8b8c drm/i915: Introduce i915_vm_to_ggtt()
3878aa1 io-mapping: Specify mapping size for io_mapping_map_wc()
c83e652 drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr

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

  parent reply	other threads:[~2016-04-21 16:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21  8:58 [PATCH 01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr Chris Wilson
2016-04-21  8:58 ` [PATCH 02/19] io-mapping: Specify mapping size for io_mapping_map_wc() Chris Wilson
2016-04-21  8:58 ` [PATCH 03/19] drm/i915: Introduce i915_vm_to_ggtt() Chris Wilson
2016-04-21  8:58 ` [PATCH 04/19] drm/i915: Move ioremap_wc tracking onto VMA Chris Wilson
2016-04-21  8:58 ` [PATCH 05/19] drm/i915: Use i915_vma_pin_iomap on the ringbuffer object Chris Wilson
2016-04-21  8:58 ` [PATCH 06/19] drm/i915: Mark the current context as lost on suspend Chris Wilson
2016-04-21  8:58 ` [PATCH 07/19] drm/i915: L3 cache remapping is part of context switching Chris Wilson
2016-04-21  8:58 ` [PATCH 08/19] drm/i915: Consolidate L3 remapping LRI Chris Wilson
2016-04-21  8:58 ` [PATCH 09/19] drm/i915: Remove early l3-remap Chris Wilson
2016-04-21  8:58 ` [PATCH 10/19] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use Chris Wilson
2016-04-21  8:59 ` [PATCH 11/19] drm/i915: Assign every HW context a unique ID Chris Wilson
2016-04-21  8:59 ` [PATCH 12/19] drm/i915: Replace the pinned context address with its " Chris Wilson
2016-04-21  8:59 ` [PATCH 13/19] drm/i915: Refactor execlists default context pinning Chris Wilson
2016-04-21  8:59 ` [PATCH 14/19] drm/i915: Move context initialisation to first-use Chris Wilson
2016-04-21  8:59 ` [PATCH 15/19] drm/i915: Move the magical deferred context allocation into the request Chris Wilson
2016-04-21  8:59 ` [PATCH 16/19] drm/i915: Move releasing of the GEM request from free to retire/cancel Chris Wilson
2016-04-21  8:59 ` [PATCH 17/19] drm/i915: Track the previous pinned context inside the request Chris Wilson
2016-04-21  8:59 ` [PATCH 18/19] drm/i915: Store LRC hardware id in " Chris Wilson
2016-04-21  8:59 ` [PATCH 19/19] drm/i915: Stop tracking execlists retired requests Chris Wilson
2016-04-21 16:24 ` Patchwork [this message]
2016-04-23 14:53 ` ✗ Fi.CI.BAT: warning for series starting with [01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2016-04-20 18:42 Premature unpinning at last Chris Wilson
2016-04-21 12:05 ` ✗ Fi.CI.BAT: failure for series starting with [01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr 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=20160421162430.29238.71556@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.