On Wed, Jul 12, 2017 at 04:17:08PM +0000, Patchwork wrote: > == Series Details == > > Series: drm/i915: Unify the HSW/BDW and GEN9+ power well code (rev9) > URL : https://patchwork.freedesktop.org/series/26922/ > State : failure > > == Summary == > > Series 26922v9 drm/i915: Unify the HSW/BDW and GEN9+ power well code > https://patchwork.freedesktop.org/api/1.0/series/26922/revisions/9/mbox/ > > Test core_auth: > Subgroup basic-auth: > pass -> DMESG-WARN (fi-ivb-3770) > Test core_prop_blob: > Subgroup basic: > pass -> DMESG-WARN (fi-ivb-3770) > Test drv_getparams_basic: > Subgroup basic-eu-total: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-subslice-total: > pass -> DMESG-WARN (fi-ivb-3770) > Test drv_hangman: > Subgroup error-state-basic: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_basic: > Subgroup bad-close: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup create-close: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup create-fd-close: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_busy: > Subgroup basic-busy-default: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-hang-default: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_close_race: > Subgroup basic-process: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-threads: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_cpu_reloc: > Subgroup basic: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_cs_tlb: > Subgroup basic-default: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_ctx_basic: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_ctx_create: > Subgroup basic: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-files: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_ctx_exec: > Subgroup basic: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_ctx_param: > Subgroup basic: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-default: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_ctx_switch: > Subgroup basic-default: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-default-heavy: > pass -> DMESG-WARN (fi-ivb-3770) > Test gem_exec_basic: > Subgroup basic-blt: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-bsd: > pass -> DMESG-WARN (fi-ivb-3770) > Subgroup basic-default: > pass -> INCOMPLETE (fi-ivb-3770) Can't see how the above failures could be related to the change. The log has a few errors: [ 1.892721] irq 16: nobody cared (try booting with the "irqpoll" option) ... [ 1.892826] Disabling IRQ #16 But that IRQ belongs to the USB driver. Then some ACPI errors like: [ 2.246024] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170303/utaddress-247) followed by vblank and flip timeouts on pipe A. The first one: [ 4.768197] vblank wait timed out on crtc 0 [ 4.768210] ------------[ cut here ]------------ [ 4.768215] WARNING: CPU: 4 PID: 148 at drivers/gpu/drm/drm_vblank.c:1066 drm_wait_one_vblank+0x191/0x1a0 [ 4.768216] Modules linked in: i915 x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul r8169 snd_hda_intel ghash_clmulni_intel snd_hda_codec snd_hwdep mii snd_hda_core snd_pcm mei_me mei lpc_ich prime_numbers [ 4.768234] CPU: 4 PID: 148 Comm: kworker/u16:4 Not tainted 4.12.0-CI-Patchwork_5174+ #1 [ 4.768235] Hardware name: Hewlett-Packard HP Pro 3500 Series/2ABF, BIOS 8.11 10/24/2012 [ 4.768238] Workqueue: events_unbound async_run_entry_fn [ 4.768240] task: ffff880117690040 task.stack: ffffc90000758000 [ 4.768242] RIP: 0010:drm_wait_one_vblank+0x191/0x1a0 [ 4.768243] RSP: 0018:ffffc9000075b710 EFLAGS: 00010282 [ 4.768245] RAX: 000000000000001f RBX: ffff88010e8a0000 RCX: 0000000000000006 [ 4.768246] RDX: 0000000000000006 RSI: ffffffff81cba7da RDI: ffffffff81c99e7f [ 4.768247] RBP: ffffc9000075b768 R08: 0000000000000000 R09: 0000000000000001 [ 4.768248] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000 [ 4.768249] R13: 0000000000000000 R14: 0000000000000000 R15: 000000000000007d [ 4.768250] FS: 0000000000000000(0000) GS:ffff88011fb00000(0000) knlGS:0000000000000000 [ 4.768251] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 4.768252] CR2: 00007f106567f624 CR3: 0000000001e0f000 CR4: 00000000001406e0 [ 4.768253] Call Trace: [ 4.768257] ? wake_atomic_t_function+0x30/0x30 [ 4.768289] ironlake_crtc_enable+0x74e/0xbb0 [i915] [ 4.768318] ? fwtable_read8+0x2c0/0x2c0 [i915] [ 4.768347] intel_update_crtc+0x43/0xd0 [i915] [ 4.768373] intel_update_crtcs+0x6a/0x80 [i915] [ 4.768397] intel_atomic_commit_tail+0x2e2/0xf70 [i915] [ 4.768423] intel_atomic_commit+0x3fb/0x500 [i915] [ 4.768426] ? drm_atomic_check_only+0x3b0/0x560 [ 4.768429] drm_atomic_commit+0x46/0x50 [ 4.768432] restore_fbdev_mode_atomic+0x195/0x200 [ 4.768437] restore_fbdev_mode+0x2d/0x120 [ 4.768440] drm_fb_helper_restore_fbdev_mode_unlocked+0x34/0x90 [ 4.768442] drm_fb_helper_set_par+0x28/0x50 [ 4.768469] intel_fbdev_set_par+0x15/0x60 [i915] [ 4.768472] fbcon_init+0x57a/0x600 [ 4.768477] visual_init+0xd1/0x130 [ 4.768479] do_bind_con_driver+0x1ad/0x390 [ 4.768483] do_take_over_console+0x110/0x170 [ 4.768486] do_fbcon_takeover+0x52/0xb0 [ 4.768488] fbcon_event_notify+0x723/0x850 [ 4.768491] ? __blocking_notifier_call_chain+0x30/0x70 [ 4.768494] notifier_call_chain+0x34/0x90 [ 4.768497] __blocking_notifier_call_chain+0x48/0x70 [ 4.768500] blocking_notifier_call_chain+0x11/0x20 [ 4.768502] fb_notifier_call_chain+0x16/0x20 [ 4.768503] register_framebuffer+0x24c/0x330 [ 4.768508] drm_fb_helper_initial_config+0x232/0x400 [ 4.768535] intel_fbdev_initial_config+0x13/0x30 [i915] [ 4.768537] async_run_entry_fn+0x34/0x160 [ 4.768540] process_one_work+0x1fe/0x670 [ 4.768545] worker_thread+0x49/0x3b0 [ 4.768549] kthread+0x10f/0x150 [ 4.768550] ? process_one_work+0x670/0x670 [ 4.768552] ? kthread_create_on_node+0x40/0x40 [ 4.768555] ret_from_fork+0x27/0x40 [ 4.768560] Code: c0 e9 23 ff ff ff 48 8b 7d a8 48 8d 75 b0 e8 c7 b3 b1 ff 45 85 f6 0f 85 12 ff ff ff 44 89 e6 48 c7 c7 e0 48 cd 81 e8 08 87 bc ff <0f> ff e9 fc fe ff ff 0f 1f 84 00 00 00 00 00 55 8b b7 f8 00 00 [ 4.768614] ---[ end trace 49df762da7305d77 ]--- > Test gem_exec_suspend: > Subgroup basic-s4-devices: > pass -> DMESG-WARN (fi-kbl-7560u) fdo#100125 > Test kms_pipe_crc_basic: > Subgroup hang-read-crc-pipe-b: > dmesg-warn -> PASS (fi-pnv-d510) fdo#101597 > > fdo#100125 https://bugs.freedesktop.org/show_bug.cgi?id=100125 > fdo#101597 https://bugs.freedesktop.org/show_bug.cgi?id=101597 > > fi-bdw-5557u total:279 pass:268 dwarn:0 dfail:0 fail:0 skip:11 time:440s > fi-bdw-gvtdvm total:279 pass:265 dwarn:0 dfail:0 fail:0 skip:14 time:427s > fi-blb-e6850 total:279 pass:224 dwarn:1 dfail:0 fail:0 skip:54 time:354s > fi-bsw-n3050 total:279 pass:243 dwarn:0 dfail:0 fail:0 skip:36 time:535s > fi-bxt-j4205 total:279 pass:260 dwarn:0 dfail:0 fail:0 skip:19 time:510s > fi-byt-j1900 total:279 pass:254 dwarn:1 dfail:0 fail:0 skip:24 time:489s > fi-byt-n2820 total:279 pass:250 dwarn:1 dfail:0 fail:0 skip:28 time:485s > fi-glk-2a total:279 pass:260 dwarn:0 dfail:0 fail:0 skip:19 time:599s > fi-hsw-4770 total:279 pass:263 dwarn:0 dfail:0 fail:0 skip:16 time:436s > fi-hsw-4770r total:279 pass:263 dwarn:0 dfail:0 fail:0 skip:16 time:409s > fi-ilk-650 total:279 pass:229 dwarn:0 dfail:0 fail:0 skip:50 time:427s > fi-ivb-3520m total:279 pass:261 dwarn:0 dfail:0 fail:0 skip:18 time:491s > fi-ivb-3770 total:27 pass:0 dwarn:24 dfail:0 fail:0 skip:2 > fi-kbl-7500u total:279 pass:261 dwarn:0 dfail:0 fail:0 skip:18 time:459s > fi-kbl-7560u total:279 pass:268 dwarn:1 dfail:0 fail:0 skip:10 time:575s > fi-kbl-r total:279 pass:260 dwarn:1 dfail:0 fail:0 skip:18 time:580s > fi-pnv-d510 total:279 pass:223 dwarn:1 dfail:0 fail:0 skip:55 time:565s > fi-skl-6260u total:279 pass:269 dwarn:0 dfail:0 fail:0 skip:10 time:467s > fi-skl-6700hq total:279 pass:262 dwarn:0 dfail:0 fail:0 skip:17 time:585s > fi-skl-6700k total:279 pass:257 dwarn:4 dfail:0 fail:0 skip:18 time:463s > fi-skl-6770hq total:279 pass:269 dwarn:0 dfail:0 fail:0 skip:10 time:482s > fi-skl-gvtdvm total:279 pass:266 dwarn:0 dfail:0 fail:0 skip:13 time:439s > fi-skl-x1585l total:279 pass:269 dwarn:0 dfail:0 fail:0 skip:10 time:499s > WARNING: Long output truncated > > 8ad9e19aafea47c272163c2cbf554e06ff7f9857 drm-tip: 2017y-07m-11d-19h-08m-20s UTC integration manifest > 7936d65 drm/i915/chv: Add unique power well ID for the pipe A power well > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_5174/ _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx