✗ Ro.CI.BAT: warning for series starting with [01/45] drm: Export drm_dev_init() for subclassing

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 13 08:47:02 UTC 2016


== Series Details ==

Series: series starting with [01/45] drm: Export drm_dev_init() for subclassing
URL   : https://patchwork.freedesktop.org/series/8604/
State : warning

== Summary ==

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

Test kms_pipe_crc_basic:
        Subgroup hang-read-crc-pipe-a:
                pass       -> DMESG-WARN (fi-skl-i5-6260u)
        Subgroup nonblocking-crc-pipe-c-frame-sequence:
                pass       -> SKIP       (fi-skl-i5-6260u)
        Subgroup suspend-read-crc-pipe-b:
                pass       -> DMESG-WARN (ro-byt-n2820)

fi-skl-i5-6260u  total:213  pass:200  dwarn:1   dfail:0   fail:0   skip:12 
fi-skl-i7-6700k  total:213  pass:188  dwarn:0   dfail:0   fail:0   skip:25 
fi-snb-i7-2600   total:213  pass:174  dwarn:0   dfail:0   fail:0   skip:39 
ro-bdw-i7-5557U  total:213  pass:197  dwarn:2   dfail:0   fail:0   skip:14 
ro-bdw-i7-5600u  total:213  pass:185  dwarn:0   dfail:0   fail:0   skip:28 
ro-bsw-n3050     total:213  pass:172  dwarn:0   dfail:0   fail:2   skip:39 
ro-byt-n2820     total:213  pass:172  dwarn:1   dfail:0   fail:3   skip:37 
ro-hsw-i3-4010u  total:213  pass:190  dwarn:0   dfail:0   fail:0   skip:23 
ro-hsw-i7-4770r  total:213  pass:190  dwarn:0   dfail:0   fail:0   skip:23 
ro-ilk-i7-620lm  total:213  pass:150  dwarn:0   dfail:0   fail:1   skip:62 
ro-ilk1-i5-650   total:208  pass:150  dwarn:0   dfail:0   fail:1   skip:57 
ro-ivb-i7-3770   total:213  pass:181  dwarn:0   dfail:0   fail:0   skip:32 
ro-ivb2-i7-3770  total:213  pass:185  dwarn:0   dfail:0   fail:0   skip:28 
ro-skl3-i5-6260u total:213  pass:201  dwarn:1   dfail:0   fail:0   skip:11 
ro-snb-i7-2620M  total:213  pass:174  dwarn:0   dfail:0   fail:1   skip:38 
fi-bdw-i7-5557u failed to connect after reboot
fi-hsw-i7-4770k failed to connect after reboot
ro-bdw-i5-5250u failed to connect after reboot

Results at /archive/results/CI_IGT_test/RO_Private_178/

703a534 drm-intel-nightly: 2016y-06m-13d-07h-53m-48s UTC integration manifest
4076e8b drm/i915/fbdev: Flush mode configuration before lastclose
184bc9d drm/i915/fbdev: Limit the global async-domain synchronization
2f96de1 drm/i915: Defer enabling rc6 til after we submit the first batch/context
ab2da20 drm/i915: Remove superfluous powersave work flushing
8eebbaf drm/i915: Preserve current RPS frequency
9a68da1 drm/i915: Only switch to default context when evicting from GGTT
50ce5e0 drm/i915: Split idling from forcing context switch
aad0661 drm/i915: No need to wait for idle on L3 remap
4d4ca79 drm/i915: Mark all default contexts as uninitialised after context loss
2df179f drm/i915: Treat kernel context as initialised
6438ace drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
5d0c652 drm/i915: Skip idling an idle engine
7cbe340 drm/i915: Move module init/exit to i915_pci.c
e84399f drm/i915: Split out the PCI driver interface to i915_pci.c
603e265 drm/i915: Remove user controllable DRM_ERROR for intel_get_pipe_from_crtc_id()
3dd4d56 drm/i915: Remove user controllable DRM_ERROR for i915_getparam()
d7c4d66 drm/i915: Merge i915_dma.c into i915_drv.c
38efcac drm/i915: Start exploiting drm_device subclassing
5e5766c drm/i915: Remove redundant drm_connector_register_all()
b7ac286 drm/i915: Demidlayer driver unloading
7a7ab37 drm/i915: Demidlayer driver loading
77aebd2 drm/i915: Register debugfs interface last
f4c5087 drm/i915: Move connector registration to driver registration
f252f63 drm/i915: Move backlight registration to connector registration
0240d5b drm/i915: Move backlight setup to connector registration
033c41a drm/i915/dp: Free the drm_dp_aux along with the encoder
97e322a drm/i915: Move registration actions to connector->late_register
ce56222 drm/i915: Move backlight unregistration to connector unregistration
d2e6c9d drm/i915: Move intel_connector->unregister to connector->early_unregister
c188414 drm/i915: Move panel's pipe from backlight setup to init
6cce2f7 drm/i915: Make panel/backlight safe to setup/cleanup multiple times
d2b739d drm/i915: Perform async fbdev initialisation much later
26e1576 drm: Minimally initialise drm_dp_aux
60d6981 drm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
d894790 drm/rcar-du: Remove redundant calls to drm_connector_register_all()
9f4421f drm/msm: Remove redundant calls to drm_connector_register_all()
dafbf8c drm/mediatek: Remove redundant calls to drm_connector_register_all()
9d1054a drm/hisilicon: Remove redundant calls to drm_connector_register_all()
f35138c drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()
fdce36a drm/arc: Remove redundant calls to drm_connector_register_all()
52c2488 drm: Automatically register/unregister all connectors
7d5025a drm: Automatically unregister the connector during cleanup
cc96381 drm: Make drm_connector_register() safe against multiple calls
ac0499c drm: Add a callback from connector registering
b4426a8 drm: Export drm_dev_init() for subclassing



More information about the Intel-gfx-trybot mailing list