✗ Fi.CI.BAT: warning for series starting with [01/45] drm/i915: Allow disabling error capture

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 11 12:53:25 UTC 2016


== Series Details ==

Series: series starting with [01/45] drm/i915: Allow disabling error capture
URL   : https://patchwork.freedesktop.org/series/13579/
State : warning

== Summary ==

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

Test kms_cursor_legacy:
        Subgroup basic-flip-after-cursor-varying-size:
                dmesg-warn -> PASS       (fi-skl-6700k)
Test kms_pipe_crc_basic:
        Subgroup read-crc-pipe-a:
                dmesg-warn -> PASS       (fi-ivb-3770)
        Subgroup suspend-read-crc-pipe-b:
                dmesg-warn -> PASS       (fi-byt-j1900)
Test kms_psr_sink_crc:
        Subgroup psr_basic:
                pass       -> DMESG-WARN (fi-skl-6700hq)
Test vgem_basic:
        Subgroup unload:
                skip       -> PASS       (fi-ivb-3770)
                pass       -> SKIP       (fi-hsw-4770)
                pass       -> SKIP       (fi-byt-n2820)
                pass       -> SKIP       (fi-skl-6700k)
                skip       -> PASS       (fi-bsw-n3050)
                skip       -> PASS       (fi-bdw-5557u)

fi-bdw-5557u     total:248  pass:232  dwarn:0   dfail:0   fail:0   skip:16 
fi-bsw-n3050     total:248  pass:205  dwarn:0   dfail:0   fail:0   skip:43 
fi-bxt-t5700     total:248  pass:217  dwarn:0   dfail:0   fail:0   skip:31 
fi-byt-j1900     total:248  pass:215  dwarn:0   dfail:0   fail:1   skip:32 
fi-byt-n2820     total:248  pass:210  dwarn:0   dfail:0   fail:1   skip:37 
fi-hsw-4770      total:248  pass:224  dwarn:0   dfail:0   fail:0   skip:24 
fi-hsw-4770r     total:248  pass:224  dwarn:0   dfail:0   fail:0   skip:24 
fi-ilk-650       total:248  pass:184  dwarn:0   dfail:0   fail:2   skip:62 
fi-ivb-3520m     total:248  pass:221  dwarn:0   dfail:0   fail:0   skip:27 
fi-ivb-3770      total:248  pass:222  dwarn:0   dfail:0   fail:0   skip:26 
fi-kbl-7200u     total:248  pass:222  dwarn:0   dfail:0   fail:0   skip:26 
fi-skl-6260u     total:248  pass:232  dwarn:0   dfail:0   fail:0   skip:16 
fi-skl-6700hq    total:248  pass:223  dwarn:1   dfail:0   fail:0   skip:24 
fi-skl-6700k     total:248  pass:221  dwarn:1   dfail:0   fail:0   skip:26 
fi-skl-6770hq    total:248  pass:231  dwarn:1   dfail:0   fail:1   skip:15 
fi-snb-2520m     total:248  pass:211  dwarn:0   dfail:0   fail:0   skip:37 
fi-snb-2600      total:248  pass:209  dwarn:0   dfail:0   fail:0   skip:39 

Results at /archive/results/CI_IGT_test/Trybot_193/

660541d3c3f78795aa8bb7aa65747b0aa93cb463 drm-intel-nightly: 2016y-10m-11d-11h-21m-29s UTC integration manifest
750a659 drm/i915: Support explicit fencing for execbuf
f8a184b drm/i915: Enable userspace to opt-out of implicit fencing
55a3833 drm/i915: Enable multiple timelines
531399e drm/i915: Defer setting of global seqno on request to submission
bacf31d drm/i915: Reserve space in the global seqno during request allocation
90a1d91 drm/i915: Create a unique name for the context
1d66e0a drm/i915: Move the global sync optimisation to the timeline
89323bd drm/i915: Defer breadcrumb emission
764a329 drm/i915: Record space required for breadcrumb emission
0408021 drm/i915: Rename ->emit_request to ->emit_breadcrumb
0466fe9 drm/i915: Introduce a global_seqno for each request
bc88c6e drm/i915: Wait first for submission, before waiting for request completion
fde75c0 drm/i915: Queue the idling context switch after all other timelines
3c30859 drm/i915: Combine seqno + tracking into a global timeline struct
b6ba15f drm/i915: Restore nonblocking awaits for modesetting
5446299 drm: Add reference counting to drm_atomic_state
b9172f0 drm/i915: Move GEM activity tracking into a common struct reservation_object
e45d03b drm/i915: Use lockless object free
c01a49b drm/i915: Treat a framebuffer reference as an active reference whilst shrinking
f35d6fc drm/i915: Move object release to a freelist + worker
b4acc05 drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
78876cd drm/i915: Implement pwrite without struct-mutex
c701dbb drm/i915: Implement pread without struct-mutex
9e611f0 drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
f1ead49 drm/i915: Move object backing storage manipulation to its own locking
f090bec drm/i915: Pass around sg_table to get_pages/put_pages backend
b954270 drm/i915: Refactor object page API
e92cecc drm/i915: Use radixtree to jump start intel_partial_pages()
1817f20 drm/i915: Use a radixtree for random access to the object's backing storage
3d14ca0 drm/i915: Markup GEM API with lockdep asserts
ff8adcc drm/i915: Reuse the active golden render state batch
163e89a drm/i915: Introduce an internal allocator for disposable private objects
6755ea5 drm/i915: Defer active reference until required
9e79170 drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
2a052a9 drm/i915: Rearrange i915_wait_request() accounting with callers
ab5f7f3 drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
26db265 drm/i915: Support asynchronous waits on struct fence from i915_gem_request
4009512 drm/i915: Use fence_write() from rpm resume
bd76e3e drm/i915: Remove RPM sequence checking
eed41f6 drm/i915: Use RPM as the barrier for controlling user mmap access
1dcfd38 drm/i915: Compress GPU objects in error state
738b74d drm/i915: Consolidate error object printing
0ea5e4b drm/i915: Always use the GTT for error capture
15e4e22 drm/i915: Stop the machine whilst capturing the GPU crash dump
cf540c8 drm/i915: Allow disabling error capture



More information about the Intel-gfx-trybot mailing list