WARNING: CPU: 0 PID: 2517 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xe6/0xf0 [i915]()

Bug #1420290 reported by Sander Jonkers
56
This bug affects 11 people
Affects Status Importance Assigned to Milestone
Linux
Invalid
Medium
linux (Ubuntu)
Confirmed
Medium
Unassigned

Bug Description

Running Vivid with kernel 3.19 (debs from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/), I get the warning below in dmesg.

I can't use "ubuntu-bug linux" because I get "It appears you are currently running a mainline kernel. It would be better to report this bug upstream at http://bugzilla.kernel.org/ so that the upstream kernel developers are aware of the issue. If you'd still like to file a bug against the Ubuntu kernel, please boot with an official Ubuntu kernel and re-file.". IMHO that last advice would be a DTO (Defeating The Objective), as this message does not appear in the 3.18.

$ uname -a
Linux superstreamer 3.19.0-031900-generic #201502091451 SMP Mon Feb 9 14:52:52 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

[ 2243.390997] ------------[ cut here ]------------
[ 2243.391046] WARNING: CPU: 0 PID: 2517 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xe6/0xf0 [i915]()
[ 2243.391049] Kicking stuck page flip: queued at 134027, now 134031
[ 2243.391051] Modules linked in: hid_generic(E) hp_wmi(E) sparse_keymap(E) joydev(E) rfcomm(E) bnep(E) intel_rapl(E) intel_soc_dts_thermal(E) intel_powerclamp(E) snd_hda_codec_hdmi(E) coretemp(E) kvm_intel(E) snd_hda_codec_realtek(E) kvm(E) snd_hda_codec_generic(E) crct10dif_pclmul(E) crc32_pclmul(E) ghash_clmulni_intel(E) cryptd(E) arc4(E) rtl8723be(E) btcoexist(E) snd_hda_intel(E) usbhid(E) rtl8723_common(E) snd_hda_controller(E) rtl_pci(E) serio_raw(E) rtlwifi(E) snd_hda_codec(E) snd_intel_sst_acpi(E) nls_iso8859_1(E) snd_hwdep(E) snd_intel_sst_core(E) snd_soc_sst_mfld_platform(E) mac80211(E) rtsx_pci_ms(E) snd_seq_midi(E) memstick(E) snd_soc_rt5640(E) snd_soc_rl6231(E) snd_seq_midi_event(E) cfg80211(E) lpc_ich(E) i915(E) snd_soc_core(E) snd_rawmidi(E) snd_compress(E) wmi(E) hp_wireless(E) snd_pcm_dmaengine(E)
[ 2243.391089] snd_seq(E) dw_dmac(E) dw_dmac_core(E) int3400_thermal(E) snd_seq_device(E) snd_pcm(E) int3403_thermal(E) processor_thermal_device(E) acpi_thermal_rel(E) intel_smartconnect(E) video(E) drm_kms_helper(E) drm(E) i2c_hid(E) snd_timer(E) hid(E) snd(E) i2c_designware_platform(E) soundcore(E) i2c_designware_core(E) i2c_algo_bit(E) shpchp(E) parport_pc(E) snd_soc_sst_acpi(E) btusb(E) mei_txe(E) mei(E) rfkill_gpio(E) iosf_mbi(E) ppdev(E) spi_pxa2xx_platform(E) bluetooth(E) 8250_dw(E) pwm_lpss_platform(E) pwm_lpss(E) lp(E) parport(E) mac_hid(E) mmc_block(E) rtsx_pci_sdmmc(E) psmouse(E) rtsx_pci(E) sdhci_acpi(E) sdhci(E)
[ 2243.391129] CPU: 0 PID: 2517 Comm: Chrome_IOThread Tainted: G E 3.19.0-031900-generic #201502091451
[ 2243.391131] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, BIOS F.05 11/28/2014
[ 2243.391134] 00000000000025f1 ffff880076c03630 ffffffff817c4c00 0000000000000007
[ 2243.391138] ffff880076c03680 ffff880076c03670 ffffffff81076e87 0748a000000008c1
[ 2243.391142] ffff880036b91000 ffff8800700909a8 ffff880070090800 0000000000000000
[ 2243.391146] Call Trace:
[ 2243.391149] <IRQ> [<ffffffff817c4c00>] dump_stack+0x45/0x57
[ 2243.391162] [<ffffffff81076e87>] warn_slowpath_common+0x97/0xe0
[ 2243.391166] [<ffffffff81076f86>] warn_slowpath_fmt+0x46/0x50
[ 2243.391192] [<ffffffffc04408a6>] intel_check_page_flip+0xe6/0xf0 [i915]
[ 2243.391214] [<ffffffffc0405628>] valleyview_pipestat_irq_handler+0x188/0x220 [i915]
[ 2243.391236] [<ffffffffc040bd2f>] valleyview_irq_handler+0xaf/0x180 [i915]
[ 2243.391242] [<ffffffff8175d745>] ? ip6_finish_output+0x95/0xd0
[ 2243.391247] [<ffffffff810ce4cd>] handle_irq_event_percpu+0x5d/0x1e0
[ 2243.391251] [<ffffffff8175b18a>] ? ip6_xmit+0x22a/0x490
[ 2243.391255] [<ffffffff810ce698>] handle_irq_event+0x48/0x70
[ 2243.391258] [<ffffffff810d171f>] handle_edge_irq+0x7f/0x120
[ 2243.391263] [<ffffffff810178a2>] handle_irq+0x22/0x40
[ 2243.391267] [<ffffffff817d4e4c>] do_IRQ+0x5c/0x110
[ 2243.391271] [<ffffffff817d2cad>] common_interrupt+0x6d/0x6d
[ 2243.391276] [<ffffffff81703921>] ? tcp_queue_rcv+0x21/0x130
[ 2243.391280] [<ffffffff816a7ac2>] ? __skb_checksum_complete+0x22/0xd0
[ 2243.391284] [<ffffffff81708b54>] tcp_rcv_established+0x194/0x740
[ 2243.391289] [<ffffffff81786126>] tcp_v6_do_rcv+0x216/0x450
[ 2243.391294] [<ffffffff81312226>] ? security_sock_rcv_skb+0x16/0x20
[ 2243.391298] [<ffffffff817872c6>] tcp_v6_rcv+0x796/0x7e0
[ 2243.391304] [<ffffffffc073523f>] ? _rtl_pci_rx_interrupt+0x4af/0x680 [rtl_pci]
[ 2243.391309] [<ffffffff8175da20>] ip6_input_finish+0x140/0x420
[ 2243.391313] [<ffffffff8175e202>] ip6_input+0x22/0x60
[ 2243.391317] [<ffffffff81784f58>] ? tcp_v6_early_demux+0x58/0x70
[ 2243.391321] [<ffffffff8175d8a8>] ip6_rcv_finish+0x78/0xb0
[ 2243.391324] [<ffffffff8175dff7>] ipv6_rcv+0x2f7/0x4e0
[ 2243.391329] [<ffffffff816b3c63>] __netif_receive_skb_core+0x513/0x670
[ 2243.391332] [<ffffffff816b3de1>] __netif_receive_skb+0x21/0x70
[ 2243.391336] [<ffffffff816b3fa3>] netif_receive_skb_internal+0x23/0x90
[ 2243.391339] [<ffffffff816b403d>] netif_receive_skb+0x2d/0x80
[ 2243.391364] [<ffffffffc061a113>] ieee80211_deliver_skb+0x133/0x250 [mac80211]
[ 2243.391381] [<ffffffffc061b8d8>] ieee80211_rx_h_data+0x1a8/0x2b0 [mac80211]
[ 2243.391399] [<ffffffffc061cea5>] ieee80211_rx_handlers+0x115/0x1e0 [mac80211]
[ 2243.391416] [<ffffffffc061d04f>] ieee80211_prepare_and_rx_handle+0xdf/0x130 [mac80211]
[ 2243.391420] [<ffffffff817d4e55>] ? do_IRQ+0x65/0x110
[ 2243.391437] [<ffffffffc061d257>] __ieee80211_rx_handle_packet+0x1b7/0x360 [mac80211]
[ 2243.391441] [<ffffffff817d2cad>] ? common_interrupt+0x6d/0x6d
[ 2243.391459] [<ffffffffc061d515>] ieee80211_rx+0x115/0x240 [mac80211]
[ 2243.391473] [<ffffffffc05f6324>] ieee80211_tasklet_handler+0xd4/0xe0 [mac80211]
[ 2243.391477] [<ffffffff8107b307>] tasklet_action+0xc7/0xe0
[ 2243.391480] [<ffffffff8107ac9e>] __do_softirq+0xde/0x2d0
[ 2243.391484] [<ffffffff8107b0ae>] irq_exit+0x7e/0xa0
[ 2243.391488] [<ffffffff817d4e55>] do_IRQ+0x65/0x110
[ 2243.391491] [<ffffffff817d2cad>] common_interrupt+0x6d/0x6d
[ 2243.391493] <EOI> [<ffffffff817d1f2d>] ? system_call_fastpath+0x16/0x1b
[ 2243.391499] ---[ end trace 88263cf4c37bf81b ]---

Revision history for this message
Sander Jonkers (jonkers) wrote :
Revision history for this message
Sander Jonkers (jonkers) wrote :
Revision history for this message
Sander Jonkers (jonkers) wrote :
Revision history for this message
Brad Figg (brad-figg) wrote : Status changed to Confirmed

This change was made by a bot.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

Can you see if this also happens with the latest mainline drm kernel:

http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2015-02-12-vivid/

Changed in linux (Ubuntu):
importance: Undecided → Medium
tags: added: kernel-da-key
Revision history for this message
Sander Jonkers (jonkers) wrote :

I'm now running "3.19.0-999-generic #201502092105" which also shows

[ 930.448104] WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xe6/0xf0 [i915]()

I'll now try the kernel you pointed to. BRB

Revision history for this message
Sander Jonkers (jonkers) wrote :
Download full text (7.4 KiB)

Running "3.19.0-994-generic #201502112105" from http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/2015-02-12-vivid/ and now dmesg shows a warning in a different line of intel_display.c:

[ 2702.807816] WARNING: CPU: 0 PID: 3 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()

[ 2702.807734] ------------[ cut here ]------------
[ 2702.807816] WARNING: CPU: 0 PID: 3 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()
[ 2702.807822] Kicking stuck page flip: queued at 161538, now 161547
[ 2702.807827] Modules linked in: hp_wmi sparse_keymap hid_generic intel_rapl intel_soc_dts_thermal intel_powerclamp coretemp btusb kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel cryptd arc4 joydev rtl8723be btcoexist snd_hda_codec_hdmi serio_raw rtl8723_common rtl_pci snd_hda_codec_realtek snd_hda_codec_generic i915 uvcvideo rtlwifi snd_intel_sst_acpi videobuf2_vmalloc snd_intel_sst_core videobuf2_memops snd_soc_rt5640 mac80211 snd_soc_sst_mfld_platform videobuf2_core rtsx_pci_ms snd_soc_rl6231 v4l2_common snd_hda_intel cfg80211 memstick drm_kms_helper snd_hda_controller snd_soc_core snd_compress snd_hda_codec videodev media snd_hwdep snd_pcm_dmaengine drm snd_pcm snd_seq_midi iosf_mbi snd_seq_midi_event i2c_algo_bit lpc_ich mei_txe shpchp mei wmi snd_rawmidi snd_seq snd_seq_device
[ 2702.807936] snd_timer video hp_wireless dw_dmac dw_dmac_core snd rfcomm bnep usbhid int3403_thermal processor_thermal_device int3400_thermal acpi_thermal_rel bluetooth i2c_hid intel_smartconnect hid soundcore rfkill_gpio snd_soc_sst_acpi i2c_designware_platform i2c_designware_core pwm_lpss_platform spi_pxa2xx_platform 8250_dw pwm_lpss parport_pc mac_hid ppdev lp parport nls_iso8859_1 mmc_block rtsx_pci_sdmmc psmouse rtsx_pci sdhci_acpi sdhci
[ 2702.808006] CPU: 0 PID: 3 Comm: ksoftirqd/0 Not tainted 3.19.0-994-generic #201502112105
[ 2702.808011] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, BIOS F.05 11/28/2014
[ 2702.808017] 00000000000025e2 ffff880076c03d08 ffffffff817c5530 0000000000000007
[ 2702.808027] ffff880076c03d58 ffff880076c03d48 ffffffff81076e87 0000000000000a8c
[ 2702.808036] ffff880073405000 ffff88007315c9a8 ffff88007315c800 0000000000000000
[ 2702.808045] Call Trace:
[ 2702.808050] <IRQ> [<ffffffff817c5530>] dump_stack+0x45/0x57
[ 2702.808075] [<ffffffff81076e87>] warn_slowpath_common+0x97/0xe0
[ 2702.808084] [<ffffffff81076f86>] warn_slowpath_fmt+0x46/0x50
[ 2702.808145] [<ffffffffc07dc086>] intel_check_page_flip+0xe6/0xf0 [i915]
[ 2702.808195] [<ffffffffc079e388>] valleyview_pipestat_irq_handler+0x188/0x220 [i915]
[ 2702.808246] [<ffffffffc07a4b1f>] valleyview_irq_handler+0xaf/0x180 [i915]
[ 2702.808258] [<ffffffff810ce4cd>] handle_irq_event_percpu+0x5d/0x1e0
[ 2702.808267] [<ffffffff810ce698>] handle_irq_event+0x48/0x70
[ 2702.808276] [<ffffffff810d171f>] handle_edge_irq+0x7f/0x120
[ 2702.808285] [<ffffffff810178a2>] handle_irq+0x22/0x40
[ 2702.808295] [<ffffffff817d578c>] do_IRQ+0x5c/0x110
[ 2702.808304] [<ffffffff817d35ed>] common_interrupt+0x6d/0x6d
[ 2702.808309] <EOI> [<ffffffff...

Read more...

tags: added: kernel-bug-exists-upstream vivid
Revision history for this message
Sander Jonkers (jonkers) wrote :
Download full text (4.7 KiB)

FWIW: 12 seconds before the described problem, there is this line in dmesg:

[drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76355 end=76356)

which I can't find on Google.

More from dmesg:

$ dmesg | grep "Linux version"
[ 0.000000] Linux version 3.19.0-994-generic (kernel@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201502112105 SMP Thu Feb 12 02:06:42 UTC 2015

$ dmesg --level=err
[ 0.038140] Ignoring BGRT: invalid status 0 (expected 1)
[ 6.988640] ACPI PCC probe failed.
[ 25.409944] systemd-logind[1530]: Failed to start user service: Unknown unit: user@108.service
[ 29.503860] systemd-logind[1530]: Failed to start user service: Unknown unit: user@1000.service
[ 2328.943941] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76355 end=76356)

The Intel GPU part:

[ 2328.943941] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76355 end=76356)
[ 2342.508179] ------------[ cut here ]------------
[ 2342.508239] WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()
[ 2342.508243] Kicking stuck page flip: queued at 122851, now 122856
[ 2342.508246] Modules linked in: ctr ccm bnep rfcomm nls_iso8859_1 hid_generic usbhid btusb bluetooth hp_wmi sparse_keymap joydev intel_rapl arc4 intel_soc_dts_thermal rtl8723be intel_powerclamp btcoexist coretemp rtl8723_common kvm_intel uvcvideo rtl_pci rtlwifi videobuf2_vmalloc kvm mac80211 videobuf2_memops videobuf2_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel v4l2_common snd_hda_codec_hdmi videodev cryptd media snd_hda_codec_realtek snd_hda_codec_generic cfg80211 snd_intel_sst_acpi snd_intel_sst_core snd_soc_rt5640 snd_soc_rl6231 snd_soc_sst_mfld_platform i915 snd_hda_intel snd_soc_core rtsx_pci_ms snd_hda_controller memstick snd_hda_codec snd_compress snd_pcm_dmaengine snd_hwdep serio_raw snd_pcm drm_kms_helper shpchp drm mei_txe mei snd_seq_midi lpc_ich snd_seq_midi_event i2c_algo_bit
[ 2342.508317] iosf_mbi snd_rawmidi wmi snd_seq dw_dmac video snd_seq_device dw_dmac_core snd_timer hp_wireless int3400_thermal parport_pc intel_smartconnect int3403_thermal processor_thermal_device acpi_thermal_rel ppdev snd i2c_hid rfkill_gpio hid soundcore lp i2c_designware_platform pwm_lpss_platform snd_soc_sst_acpi 8250_dw mac_hid parport i2c_designware_core pwm_lpss spi_pxa2xx_platform mmc_block rtsx_pci_sdmmc psmouse rtsx_pci sdhci_acpi sdhci
[ 2342.508365] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-994-generic #201502112105
[ 2342.508368] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, BIOS F.05 11/28/2014
[ 2342.508372] 00000000000025e2 ffff880076c03d08 ffffffff817c5530 0000000000000007
[ 2342.508378] ffff880076c03d58 ffff880076c03d48 ffffffff81076e87 0000000000000924
[ 2342.508384] ffff880077d79000 ffff880079b729a8 ffff880079b72800 0000000000000000
[ 2342.508390] Call Trace:
[ 2342.508394] <IRQ> [<ffffffff817c5530>] dump_stack+0x45/0x57
[ 2342.508412] [<ffffffff81076e87>] warn_slowpath_common+0x97/0xe0
[ 2342.508418] [<ffffffff81076f86>] warn_slowpath_fmt+0x46/0x50
[ 2342.508...

Read more...

Revision history for this message
Sander Jonkers (jonkers) wrote :

FWIW: I searched for "[drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76355 end=76356)" and found this source code on http://lists.freedesktop.org/archives/intel-gfx/2014-February/040161.html doing the "Atomic update failure on pipe":

115 static void intel_pipe_update_end(struct intel_crtc *crtc, u32 start_vbl_count)
116 {
117 struct drm_device *dev = crtc->base.dev;
118 enum pipe pipe = crtc->pipe;
119 u32 end_vbl_count = dev->driver->get_vblank_counter(dev, pipe);
120
121 trace_i915_pipe_update_end(crtc, end_vbl_count);
122
123 local_irq_enable();
124
125 if (start_vbl_count != end_vbl_count)
126 DRM_ERROR("Atomic update failure on pipe %c (start=%u end=%u)\n",
127 pipe_name(pipe), start_vbl_count, end_vbl_count);
128 }

So because start_vbl_count != end_vbl_count I get that message in dmesg.

NB: I'm not sure the message "[drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76355 end=76356)" has to do with the error message 12 seconds later "WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()"

Revision history for this message
Colin Law (colin-law) wrote :

@Sander under what circumstances are you seeing that? I see a similar message running stock Vivid on Fujitsu A544, but only if I close the lid (for suspend) immediately after booting. It does not suspend immediately, but if lid is left down it does suspend a couple of minutes later and the page_flip message is in syslog.

I don't see it if I wait a few minutes after booting and then close the lid.

Revision history for this message
Sander Jonkers (jonkers) wrote :

I never close the lid immediately after booting, so in my case that cannot have been the cause.

So far I have not found a correlation between the intel drm flip error and things I did. Sometimes the error occurs after an hour, sometimes not for two days. Now it is even 5 days ago:

$ cat /var/log/kern.log* | grep -i drm/i915

Feb 24 07:47:22 superstreamer kernel: [ 58.932087] WARNING: CPU: 0 PID: 671 at drivers/gpu/drm/i915/intel_display.c:9711 intel_check_page_flip+0xda/0xf0 [i915]()

Feb 24 08:12:34 superstreamer kernel: [ 129.144839] WARNING: CPU: 0 PID: 0 at drivers/gpu/drm/i915/intel_display.c:9711 intel_check_page_flip+0xda/0xf0 [i915]()

Feb 25 00:49:03 superstreamer kernel: [ 9297.320009] WARNING: CPU: 0 PID: 1171 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()

Revision history for this message
Sander Jonkers (jonkers) wrote :

The error occured twice in the last 24 hours:

$ cat /var/log/kern.log | grep -i flip

Mar 2 23:13:04 superstreamer kernel: [ 3283.556389] WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()
Mar 2 23:13:04 superstreamer kernel: [ 3283.556395] Kicking stuck page flip: queued at 165209, now 165214
Mar 2 23:13:04 superstreamer kernel: [ 3283.556712] [<ffffffffc0483086>] intel_check_page_flip+0xe6/0xf0 [i915]

Mar 3 07:09:54 superstreamer kernel: [ 563.598385] WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 intel_check_page_flip+0xe6/0xf0 [i915]()
Mar 3 07:09:54 superstreamer kernel: [ 563.598389] Kicking stuck page flip: queued at 33178, now 33183
Mar 3 07:09:54 superstreamer kernel: [ 563.598593] [<ffffffffc05f0086>] intel_check_page_flip+0xe6/0xf0 [i915]

I checked if there is correlation with logging about "Lid":

$ dmesg -T | grep -i Lid
[di mrt 3 07:00:31 2015] Ignoring BGRT: invalid status 0 (expected 1)
[di mrt 3 07:00:37 2015] \_SB_.PCI0:_OSC invalid UUID
[di mrt 3 07:00:37 2015] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[di mrt 3 07:00:37 2015] ACPI: Lid Switch [LID0]
[di mrt 3 07:00:44 2015] systemd-logind[1250]: Watching system buttons on /dev/input/event0 (Lid Switch)
[di mrt 3 07:33:11 2015] systemd-logind[1250]: Lid closed.
[di mrt 3 07:33:18 2015] systemd-logind[1250]: Lid opened.
[di mrt 3 07:43:43 2015] wlan0: deauthenticating from 00:14:7f:b2:ad:fd by local choice (Reason: 2=PREV_AUTH_NOT_VALID)
[di mrt 3 07:45:25 2015] systemd-logind[1250]: Lid closed.
[di mrt 3 07:45:32 2015] systemd-logind[1250]: Lid opened.

I see no correlation, but I do some strange things:
"Lid closed." and "Lid opened." in that order immediately after each other (within 0.1 second). That looks untrue as I don't do that.
I really opened the Lid this morning around 07:00, but it is not in dmesg. Weird.

Revision history for this message
Sander Jonkers (jonkers) wrote :
Download full text (8.0 KiB)

Still (again?) happening with 3.19.0-12-generic

[ 5578.584172] ------------[ cut here ]------------
[ 5578.584230] WARNING: CPU: 0 PID: 15321 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xda/0xf0 [i915]()
[ 5578.584233] Kicking stuck page flip: queued at 243167, now 243173
[ 5578.584236] Modules linked in: nls_utf8 btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c rfcomm bnep nls_iso8859_1 snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic btusb hid_generic bluetooth intel_rapl intel_soc_dts_thermal hp_wmi sparse_keymap intel_powerclamp coretemp joydev kvm_intel kvm crct10dif_pclmul snd_intel_sst_acpi crc32_pclmul snd_intel_sst_core ghash_clmulni_intel snd_soc_rt5640 snd_soc_sst_mfld_platform snd_soc_rl6231 cryptd snd_soc_core serio_raw snd_compress snd_pcm_dmaengine arc4 snd_seq_midi snd_seq_midi_event rtl8723be btcoexist snd_rawmidi snd_hda_intel rtl8723_common snd_hda_controller rtl_pci uvcvideo rtlwifi videobuf2_vmalloc snd_hda_codec videobuf2_memops videobuf2_core mac80211 i915 snd_hwdep v4l2_common usbhid videodev media snd_seq
[ 5578.584289] rtsx_pci_ms cfg80211 drm_kms_helper memstick lpc_ich snd_pcm snd_seq_device drm mei_txe snd_timer mei shpchp i2c_algo_bit iosf_mbi wmi video hp_wireless snd dw_dmac dw_dmac_core int3400_thermal int3403_thermal acpi_thermal_rel processor_thermal_device intel_smartconnect mac_hid rfkill_gpio i2c_hid hid soundcore i2c_designware_platform i2c_designware_core snd_soc_sst_acpi 8250_dw spi_pxa2xx_platform pwm_lpss_platform pwm_lpss parport_pc ppdev lp parport autofs4 mmc_block rtsx_pci_sdmmc psmouse rtsx_pci sdhci_acpi sdhci
[ 5578.584336] CPU: 0 PID: 15321 Comm: kworker/u8:9 Tainted: G W 3.19.0-12-generic #12-Ubuntu
[ 5578.584339] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, BIOS F.05 11/28/2014
[ 5578.584351] Workqueue: rtsx_pci_sdmmc_workq sd_request [rtsx_pci_sdmmc]
[ 5578.584354] ffffffffc055de10 ffff880076c02f30 ffffffff817c2175 0000000000000007
[ 5578.584358] ffff880076c02f80 ffff880076c02f70 ffffffff8107595a ffff880076c02f90
[ 5578.584363] ffff8800728ad000 ffff880079ba2800 0000000000000000 ffff880079ba29a8
[ 5578.584367] Call Trace:
[ 5578.584371] <IRQ> [<ffffffff817c2175>] dump_stack+0x45/0x57
[ 5578.584386] [<ffffffff8107595a>] warn_slowpath_common+0x8a/0xc0
[ 5578.584391] [<ffffffff810759d6>] warn_slowpath_fmt+0x46/0x50
[ 5578.584422] [<ffffffffc0509a3a>] intel_check_page_flip+0xda/0xf0 [i915]
[ 5578.584445] [<ffffffffc04d2549>] valleyview_pipestat_irq_handler+0x159/0x230 [i915]
[ 5578.584470] [<ffffffffc04d7fa1>] valleyview_irq_handler+0xc1/0x170 [i915]
[ 5578.584476] [<ffffffff810cd577>] handle_irq_event_percpu+0x77/0x1a0
[ 5578.584481] [<ffffffff810cd6e1>] handle_irq_event+0x41/0x70
[ 5578.584486] [<ffffffff810d074e>] handle_edge_irq+0x6e/0x120
[ 5578.584490] [<ffffffff81017772>] handle_irq+0x22/0x40
[ 5578.584496] [<ffffffff817cc1bf>] do_IRQ+0x4f/0xf0
[ 5578.584500] [<ffffffff817ca02d>] common_interrupt+0x6d/0x6d
[ 5578.584506] [<ffffffff8101d974>] ? nommu_map_page+0x44/0x80
[ 5578.584515] [<ffffffffc0700002>] ? rtl8723be_phy_bb_config+0x282/0x640 [rtl872...

Read more...

Revision history for this message
In , Freedesktop-j (freedesktop-j) wrote :
Download full text (3.4 KiB)

I have this crashes on my Macbook Air. It doesn't hangs notebook.

* Ubuntu 15.04
* MacBookAir6,2
* Linux jupiter 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
* libdrm-2.4.60
* kernel cmdline: i915.enable_rc6=1 i915.enable_fbc=1 i915.lvds_downclock=1 vt.handoff=7

It's seems that I'm not alone:
* https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1420290
* https://bugzilla.redhat.com/show_bug.cgi?id=1190511
* https://bugzilla.redhat.com/show_bug.cgi?id=1181071
* https://bugzilla.redhat.com/show_bug.cgi?id=1184161
* https://bugzilla.redhat.com/show_bug.cgi?id=1183209

[ 132.862376] ------------[ cut here ]------------
[ 132.862433] WARNING: CPU: 2 PID: 0 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xda/0xf0 [i915]()
[ 132.862436] Kicking stuck page flip: queued at 7087, now 7095
[ 132.862438] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) binfmt_misc rfcomm bnep nls_iso8859_1 btusb bluetooth mba6x_bl(OE) joydev applesmc input_polldev intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul wl(POE) ghash_clmulni_intel snd_seq_midi snd_seq_midi_event snd_hda_codec_hdmi snd_hda_codec_cirrus aesni_intel bcm5974 snd_hda_codec_generic aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm lpc_ich cfg80211 snd_rawmidi thunderbolt bdc_pci shpchp snd_seq mei_me mei snd_seq_device dw_dmac_pci snd_timer dw_dmac_core snd soundcore sbs sbshc spi_pxa2xx_platform apple_bl mac_hid parport_pc ppdev lp parport autofs4 hid_generic hid_apple usbhid hid i915 i2c_algo_bit drm_kms_helper ahci uas libahci drm usb_storage video
[ 132.862499] CPU: 2 PID: 0 Comm: swapper/2 Tainted: P U OE 3.19.0-15-generic #15-Ubuntu
[ 132.862502] Hardware name: Apple Inc. MacBookAir6,2/Mac-7DF21CB3ED6977E5, BIOS MBA61.88Z.0099.B18.1501071032 01/07/2015
[ 132.862504] ffffffffc03c4e10 ffff88026f283d28 ffffffff817c2205 0000000000000007
[ 132.862507] ffff88026f283d78 ffff88026f283d68 ffffffff8107595a ffff88026f283d88
[ 132.862511] ffff880035ea4000 ffff880035e90800 0000000000000000 ffff880035e909a8
[ 132.862514] Call Trace:
[ 132.862517] <IRQ> [<ffffffff817c2205>] dump_stack+0x45/0x57
[ 132.862531] [<ffffffff8107595a>] warn_slowpath_common+0x8a/0xc0
[ 132.862534] [<ffffffff810759d6>] warn_slowpath_fmt+0x46/0x50
[ 132.862563] [<ffffffffc0370a3a>] intel_check_page_flip+0xda/0xf0 [i915]
[ 132.862588] [<ffffffffc033d948>] ironlake_irq_handler+0x2e8/0xfd0 [i915]
[ 132.862596] [<ffffffff810956ff>] ? notifier_call_chain+0x4f/0x80
[ 132.862602] [<ffffffff810cd5f7>] handle_irq_event_percpu+0x77/0x1a0
[ 132.862606] [<ffffffff810cd761>] handle_irq_event+0x41/0x70
[ 132.862612] [<ffffffff810d07ce>] handle_edge_irq+0x6e/0x120
[ 132.862615] [<ffffffff81017772>] handle_irq+0x22/0x40
[ 132.862620] [<ffffffff817cc27f>] do_IRQ+0x4f/0xf0
[ 132.862623] [<ffffffff817ca0ed>] common_interrupt+0x6d/0x6d
[ 132.862625] <EOI> [<ffffffff816643d5>] ? cpuidle_enter_state+0x65/0x160
[ 132.862632] [<ffffffff816643c1>] ? c...

Read more...

Changed in linux:
importance: Unknown → Medium
status: Unknown → Confirmed
Revision history for this message
In , Ander Conselvan de Oliveira (conselvan2) wrote :

Please add drm.debug=0xe to your kernel command line, reproduce the bug again and attach full dmesg.

Changed in linux:
status: Confirmed → Incomplete
Revision history for this message
Sander Jonkers (jonkers) wrote :

drm.debug=0xe added kernel command line:

$ dmesg | head
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.19.0-16-generic (buildd@komainu) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ) #16-Ubuntu SMP Thu Apr 30 16:09:58 UTC 2015 (Ubuntu 3.19.0-16.16-generic 3.19.3)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic root=UUID=07d60846-8d52-4911-b233-7e5b8611e217 ro quiet splash drm.debug=0xe vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:

dmesg is now showing a lot of "[drm:..." lines:

[ 9.002449] [drm:gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 r(1)
[ 9.002453] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb
[ 9.002456] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:30:HDMI-A-1] disconnected
[ 9.002459] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:35:DP-1]

I'll report as soon as the flip error occurs again

(I hope this post will also appear on bugs.freedesktop.org)

Revision history for this message
Sander Jonkers (jonkers) wrote :

dmesg with drm-debu and flip switch problem

Revision history for this message
Sander Jonkers (jonkers) wrote :
Download full text (6.5 KiB)

The attachment contains the complete dmesg with drm turned on.

Snippet from around the flip message:

[ 7538.988560] [drm:valleyview_update_wm] Setting FIFO watermarks - A: plane=111, cursor=2, B: plane=2, cursor=2, SR: plane=60, cursor=2
[ 7538.988565] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 7538.994556] [drm:g4x_check_srwm] SR watermark: display plane 60, cursor 6
[ 7538.994563] [drm:g4x_check_srwm] SR watermark: display plane 117, cursor 10
[ 7538.994568] [drm:valleyview_update_wm] Setting FIFO watermarks - A: plane=111, cursor=6, B: plane=2, cursor=2, SR: plane=60, cursor=10
[ 7538.994572] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 7540.057903] [drm:i915_gem_context_destroy_ioctl] HW context 25 destroyed
[ 7543.835009] wlan0: deauthenticating from c0:4a:00:2c:dc:bd by local choice (Reason: 3=DEAUTH_LEAVING)
[ 7543.848742] cfg80211: Calling CRDA to update world regulatory domain
[ 7543.932927] cfg80211: World regulatory domain updated:
[ 7543.932935] cfg80211: DFS Master region: unset
[ 7543.932937] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 7543.932943] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932947] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932950] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932953] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932957] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7545.299524] wlan0: authenticate with 00:14:7f:b2:ad:fd
[ 7545.311204] wlan0: send auth to 00:14:7f:b2:ad:fd (try 1/3)
[ 7545.313850] wlan0: authenticated
[ 7545.329704] wlan0: associate with 00:14:7f:b2:ad:fd (try 1/3)
[ 7545.333311] wlan0: RX AssocResp from 00:14:7f:b2:ad:fd (capab=0x411 status=0 aid=5)
[ 7545.334296] wlan0: associated
[ 7591.802174] ------------[ cut here ]------------
[ 7591.802224] WARNING: CPU: 0 PID: 0 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xda/0xf0 [i915]()
[ 7591.802227] Kicking stuck page flip: queued at 453978, now 453983
[ 7591.802229] Modules linked in: ctr ccm rfcomm bnep nls_iso8859_1 hid_generic hp_wmi sparse_keymap btusb bluetooth usbhid joydev snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl intel_soc_dts_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel cryptd arc4 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core rtl8723be v4l2_common btcoexist videodev rtl8723_common rtl_pci media rtlwifi mac80211 snd_hda_intel serio_raw snd_hda_controller cfg80211 snd_intel_sst_acpi snd_intel_sst_core snd_soc_rt5640 snd_soc_sst_mfld_platform mei_txe i915 snd_hda_codec snd_soc_rl6231 rtsx_pci_ms lpc_ich memstick snd_soc_core shpchp snd_compress snd_pcm_dmaengine snd_hwdep mei snd_pcm drm_kms_helper drm snd_seq_midi snd_seq_midi_event iosf_mbi
[ 7591.802283] i2c_algo_bit wmi snd_rawmidi snd_seq snd_seq_device video hp_wireless dw_dmac dw_dmac_core snd_timer processor_thermal_device int340...

Read more...

Revision history for this message
In , Sjonkers (sjonkers) wrote :
Download full text (6.5 KiB)

Hi Ander,

I reported this bug on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1420290
As my updates there don't appear here, I'm posting here also.

Sander

Snippet from around the flip message:

[ 7538.988560] [drm:valleyview_update_wm] Setting FIFO watermarks - A: plane=111, cursor=2, B: plane=2, cursor=2, SR: plane=60, cursor=2
[ 7538.988565] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 7538.994556] [drm:g4x_check_srwm] SR watermark: display plane 60, cursor 6
[ 7538.994563] [drm:g4x_check_srwm] SR watermark: display plane 117, cursor 10
[ 7538.994568] [drm:valleyview_update_wm] Setting FIFO watermarks - A: plane=111, cursor=6, B: plane=2, cursor=2, SR: plane=60, cursor=10
[ 7538.994572] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 7540.057903] [drm:i915_gem_context_destroy_ioctl] HW context 25 destroyed
[ 7543.835009] wlan0: deauthenticating from c0:4a:00:2c:dc:bd by local choice (Reason: 3=DEAUTH_LEAVING)
[ 7543.848742] cfg80211: Calling CRDA to update world regulatory domain
[ 7543.932927] cfg80211: World regulatory domain updated:
[ 7543.932935] cfg80211: DFS Master region: unset
[ 7543.932937] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 7543.932943] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932947] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932950] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932953] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7543.932957] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 7545.299524] wlan0: authenticate with 00:14:7f:b2:ad:fd
[ 7545.311204] wlan0: send auth to 00:14:7f:b2:ad:fd (try 1/3)
[ 7545.313850] wlan0: authenticated
[ 7545.329704] wlan0: associate with 00:14:7f:b2:ad:fd (try 1/3)
[ 7545.333311] wlan0: RX AssocResp from 00:14:7f:b2:ad:fd (capab=0x411 status=0 aid=5)
[ 7545.334296] wlan0: associated
[ 7591.802174] ------------[ cut here ]------------
[ 7591.802224] WARNING: CPU: 0 PID: 0 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xda/0xf0 [i915]()
[ 7591.802227] Kicking stuck page flip: queued at 453978, now 453983
[ 7591.802229] Modules linked in: ctr ccm rfcomm bnep nls_iso8859_1 hid_generic hp_wmi sparse_keymap btusb bluetooth usbhid joydev snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl intel_soc_dts_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel cryptd arc4 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core rtl8723be v4l2_common btcoexist videodev rtl8723_common rtl_pci media rtlwifi mac80211 snd_hda_intel serio_raw snd_hda_controller cfg80211 snd_intel_sst_acpi snd_intel_sst_core snd_soc_rt5640 snd_soc_sst_mfld_platform mei_txe i915 snd_hda_codec snd_soc_rl6231 rtsx_pci_ms lpc_ich memstick snd_soc_core shpchp snd_compress snd_pcm_dmaengine snd_hwdep mei snd_pcm drm_kms_helper drm snd_seq_midi snd_seq_midi_event iosf_mbi
[ 7591.802283] i2c_algo_bit wmi snd_rawmidi snd_seq snd_se...

Read more...

Revision history for this message
In , Sjonkers (sjonkers) wrote :

Created attachment 115734
dmesg with flip message with drm debug on

Revision history for this message
In , Sjonkers (sjonkers) wrote :

Created attachment 115766
2nd dmesg with flip message and drm debug on

$ grep -B10 -e flip dmesg.flip-drm-debug.2.txt

[ 9954.504320] [drm:g4x_check_srwm] SR watermark: display plane 60, cursor 6
[ 9954.504324] [drm:g4x_check_srwm] SR watermark: display plane 117, cursor 10
[ 9954.504328] [drm:valleyview_update_wm] Setting FIFO watermarks - A: plane=111, cursor=6, B: plane=2, cursor=2, SR: plane=60, cursor=10
[ 9954.504331] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 9955.002466] [drm:intel_print_rc6_info] Enabling RC6 states: RC6 on
[ 9955.277145] [drm:valleyview_enable_rps] GPLL enabled? yes
[ 9955.277152] [drm:valleyview_enable_rps] GPU status: 0x0000c6d0
[ 9955.277156] [drm:valleyview_enable_rps] current GPU freq: 312 MHz (198)
[ 9955.277158] [drm:valleyview_enable_rps] setting GPU freq to 645 MHz (214)
[ 9955.306048] ------------[ cut here ]------------
[ 9955.306098] WARNING: CPU: 0 PID: 661 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xda/0xf0 [i915]()
[ 9955.306101] Kicking stuck page flip: queued at 334777, now 334788

Revision history for this message
In , Kvaster (kvaster) wrote :

Same porblem on my box. I can reproduce this very often mostly using chromium.
My options for i915 driver: options i915 enable_rc6=7 enable_fbc=1 lvds_downclock=1 semaphores=1
My box is gentoo box with 4.1.2 kernel.
I had no such problems before 4.1.x kernel...

------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at drivers/gpu/drm/i915/intel_display.c:10098 intel_check_page_flip+0xe2/0xf0 [i915]()
Kicking stuck page flip: queued at 1597269, now 1597279
Modules linked in: thunderbolt msr bnep btusb btbcm btintel bluetooth bcm5974 snd_hda_codec_hdmi wl(PO) nouveau snd_hda_codec_cirrus intel_rapl snd_hda_codec_generic i915 iosf_mbi x86_pkg_temp_thermal coretemp kvm_intel snd_hda_intel ttm snd_hda_controller kvm intel_gtt snd_hda_codec i2c_algo_bit drm_kms_helper snd_hwdep snd_hda_core applesmc snd_pcm ghash_clmulni_intel input_polldev drm snd_timer i2c_i801 shpchp sbs battery sbshc apple_gmux evdev apple_bl ac mac_hid processor efivarfs sha256_generic tg3 ptp pps_core libphy fuse nfs lockd grace sunrpc fscache ext3 jbd ext2 firewire_core crc_itu_t usb_storage [last unloaded: thunderbolt]
CPU: 0 PID: 0 Comm: swapper/0 Tainted: P U O 4.1.2-gentoo #2
Hardware name: Apple Inc. MacBookPro11,3/Mac-2BD1B31983FE1663, BIOS MBP112.88Z.0138.B14.1501071031 01/07/2015
 0000000000000000 ffffffffa0b0a570 ffffffff815dadf8 ffff88047f203db8
 ffffffff81070d9c ffff88046c947000 ffff880469054000 ffff8804690541a0
 0000000000000000 0000000000000000 ffffffff81070e15 ffffffffa0b0d410
Call Trace:
 <IRQ> [<ffffffff815dadf8>] ? dump_stack+0x4a/0x74
 [<ffffffff81070d9c>] ? warn_slowpath_common+0x7c/0xb0
 [<ffffffff81070e15>] ? warn_slowpath_fmt+0x45/0x50
 [<ffffffffa0a9a478>] ? __intel_pageflip_stall_check+0xb8/0x100 [i915]
 [<ffffffffa0aae272>] ? intel_check_page_flip+0xe2/0xf0 [i915]
 [<ffffffffa0a7aa21>] ? ironlake_irq_handler+0x2e1/0x1020 [i915]
 [<ffffffff810cb521>] ? enqueue_hrtimer+0x21/0xa0
 [<ffffffff815dfa23>] ? _raw_spin_unlock_irqrestore+0x13/0x40
 [<ffffffff810cbbed>] ? __hrtimer_start_range_ns+0x20d/0x3f0
 [<ffffffff810bbbd0>] ? handle_irq_event_percpu+0x30/0x1e0
 [<ffffffff810bbdb3>] ? handle_irq_event+0x33/0x50
 [<ffffffff810bea26>] ? handle_edge_irq+0xb6/0x130
 [<ffffffff81004f05>] ? handle_irq+0x15/0x30
 [<ffffffff8100479d>] ? do_IRQ+0x4d/0xf0
 [<ffffffff815e0c6b>] ? common_interrupt+0x6b/0x6b
 <EOI> [<ffffffff814cc87a>] ? cpuidle_enter_state+0x9a/0x230
 [<ffffffff814cc853>] ? cpuidle_enter_state+0x73/0x230
 [<ffffffff810a8853>] ? cpu_startup_entry+0x253/0x410
 [<ffffffff818f7e22>] ? start_kernel+0x409/0x414
---[ end trace 94dd602ed46d7d30 ]---

Revision history for this message
In , Jani-nikula (jani-nikula) wrote :

Please try v4.2-rc7 or drm-intel-nightly branch of [1], drop all i915 module parameters (such as i915.enable_rc6 i915.enable_fbc i915.lvds_downclock and i915.semaphores, they are not for regular use), add drm.debug=14, attach dmesg all the way from early boot.

[1] http://cgit.freedesktop.org/drm-intel

Revision history for this message
In , Jani-nikula (jani-nikula) wrote :

*** Bug 90381 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Meelis Roos (mroos) wrote :

I am another reporter seeing the same problem, this time in 4.2.0-rc7-00071-g0bad909 with no kernel options for drm or i915, so 4.2-rc7 does not cure it.

I do not have dmesg with drm_debug yet, will see if I can reproduce it at will (so fast I have seen it once).

Revision history for this message
In , Orzel (orzel) wrote :

I've been hit by this on a box for the last few months, quite often, on kernel 4.0.1 (vanilla)

os : Gentoo
motherboard: Core1333DVI-2.66G

Changed in linux:
status: Incomplete → Won't Fix
Changed in linux:
status: Won't Fix → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.