✗ Fi.CI.BAT: failure for series starting with [01/43] drm/i915: Use memcpy_from_wc for GPU error capture

Patchwork patchwork at emeril.freedesktop.org
Sun Dec 4 21:57:34 UTC 2016


== Series Details ==

Series: series starting with [01/43] drm/i915: Use memcpy_from_wc for GPU error capture
URL   : https://patchwork.freedesktop.org/series/16327/
State : failure

== Summary ==

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

Test gem_exec_suspend:
        Subgroup basic-s3:
                pass       -> INCOMPLETE (fi-skl-6260u)
                pass       -> INCOMPLETE (fi-skl-6700hq)
                pass       -> INCOMPLETE (fi-bdw-5557u)
                pass       -> INCOMPLETE (fi-skl-6700k)
                pass       -> INCOMPLETE (fi-skl-6770hq)
Test gem_ringfill:
        Subgroup basic-default-interruptible:
                pass       -> INCOMPLETE (fi-hsw-4770)
                pass       -> INCOMPLETE (fi-snb-2600)
                pass       -> INCOMPLETE (fi-hsw-4770r)
                pass       -> INCOMPLETE (fi-snb-2520m)
                pass       -> INCOMPLETE (fi-bxt-t5700)
                pass       -> INCOMPLETE (fi-kbl-7500u)
                pass       -> INCOMPLETE (fi-ivb-3520m)
                pass       -> INCOMPLETE (fi-ivb-3770)
Test gem_sync:
        Subgroup basic-store-all:
                pass       -> DMESG-FAIL (fi-ilk-650)

fi-bdw-5557u     total:82   pass:78   dwarn:0   dfail:0   fail:0   skip:3  
fi-bsw-n3050     total:247  pass:207  dwarn:0   dfail:0   fail:0   skip:40 
fi-bxt-t5700     total:119  pass:103  dwarn:0   dfail:0   fail:0   skip:15 
fi-byt-j1900     total:247  pass:219  dwarn:0   dfail:0   fail:0   skip:28 
fi-byt-n2820     total:247  pass:215  dwarn:0   dfail:0   fail:0   skip:32 
fi-hsw-4770      total:119  pass:109  dwarn:0   dfail:0   fail:0   skip:9  
fi-hsw-4770r     total:119  pass:109  dwarn:0   dfail:0   fail:0   skip:9  
fi-ilk-650       total:247  pass:193  dwarn:0   dfail:1   fail:0   skip:53 
fi-ivb-3520m     total:119  pass:105  dwarn:0   dfail:0   fail:0   skip:13 
fi-ivb-3770      total:119  pass:105  dwarn:0   dfail:0   fail:0   skip:13 
fi-kbl-7500u     total:119  pass:106  dwarn:0   dfail:0   fail:0   skip:12 
fi-skl-6260u     total:82   pass:78   dwarn:0   dfail:0   fail:0   skip:3  
fi-skl-6700hq    total:82   pass:70   dwarn:0   dfail:0   fail:0   skip:11 
fi-skl-6700k     total:82   pass:67   dwarn:3   dfail:0   fail:0   skip:11 
fi-skl-6770hq    total:82   pass:78   dwarn:0   dfail:0   fail:0   skip:3  
fi-snb-2520m     total:119  pass:101  dwarn:0   dfail:0   fail:0   skip:17 
fi-snb-2600      total:119  pass:101  dwarn:0   dfail:0   fail:0   skip:17 

78c588b7383745c70d2a6b144c4c2032b120b949 drm-tip: 2016y-12m-02d-20h-20m-21s UTC integration manifest
72e334f drm/i915: Copy user requested buffers into the error state
6360c0c drm/i915: Support explicit fencing for execbuf
59ab06c drm/i915: Enable userspace to opt-out of implicit fencing
58bc12e drm/i915/scheduler: Support user-defined priorities
b528ab9 HACK drm/i915/scheduler: emulate a scheduler for guc
da1114f drm/i915: Invalidate the guc ggtt TLB upon insertion
ec78fc3 drm/i915: Drop struct_mutex around frontbuffer flushes
05d121b drm/i915: struct_mutex is not required for allocating the framebuffer
1d1f4f5 drm/i915: Remove struct_mutex for destroying framebuffers
4613eac drm/i915: Skip clflushes for all non-page backed objects
166463d dma-buf: Replace reservation shared fence array with a compressed radix tree
8235939 drm/i915: Set crtc_state->fb_changed whenever a VMA is changed
319b1a9 drm/i915: Quick spring clean of intel_prepare_plane_fb()
7963084 drm/i915: Track pinned vma in intel_plane_state
e2810d96 drm/i915: Always prepare planes at the start of an atomic commit
9dbf386 drm/i915: Move intel_prepare_plane_fb() and intel_cleanup_plane_fb()
7bc6bf9 drm: Track framebuffer references at the point of assignment
e63288d drm/i915: Use helper for setting plane->state->fb
d825bae drm/i915: Remove one level of indention from wait-for-execute
e56d285 drm/i915: Refactor direct GPU reset from request waiters
dda9372 drm/i915: Replace reset_wait_queue with default_wake_function
ba6a116 unsubmit
3b0f103 cancel-signal
df103ad drm/i915: Take a reference whilst processing the signaler request
6d36e73 global-seqno
5928f44 deconstruct-execute-fence
d3604e5 drm/i915: Inline __i915_gem_request_wait_for_execute()
15b6fa7 drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
802e59f drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
4932106 drm/i915: Keep a global seqno per-engine
2673be0 drm/i915: Add a simple fence selftest to i915_gem_request
b07ebff drm/i915: Add selftests for i915_gem_request
14d4779 drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
cc893ef drm/i915/execlists: Request the kernel context be pinned high
2fc05eb drm/i915: Unify active context tracking between legacy/execlists/guc
430150b drm/i915: Move intel_lrc_context_pin() to avoid the forward declaration
77f3809 drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex
32ec096 drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
677608b drm/i915: Add unit tests for the breadcrumb rbtree, completion
4e62128 drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
0aa6813 drm/i915: Provide a hook for selftests
5c89757 drm/i915/execlists: Use list_safe_reset_next() instead of opencoding
d64ea74 drm/i915: Use memcpy_from_wc for GPU error capture

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Trybot_374/


More information about the Intel-gfx-trybot mailing list