Bug 82756 - [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
Summary: [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, fo...
Status: CLOSED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Jani Nikula
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 08:46 UTC by Martin Andersen
Modified: 2016-10-06 07:38 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
dmesg from 3.17rc5 w/ drm debug info (234.09 KB, text/plain)
2014-09-16 16:13 UTC, Martin Andersen
no flags Details
drm/i915/hdmi: fix hdmi audio state readout (1.41 KB, patch)
2014-09-17 12:33 UTC, Jani Nikula
no flags Details | Splinter Review

Description Martin Andersen 2014-08-18 08:46:43 UTC
This has started occurring with recent 3.16 (3.16.0-031600-generic) kernels on IVB, no other changes to the system. 

Full stack traces, with earlier events:

[Sun Aug 17 20:20:35 2014] ------------[ cut here ]------------
[Sun Aug 17 20:20:35 2014] WARNING: CPU: 1 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Sun Aug 17 20:20:35 2014] pipe state doesn't match!
[Sun Aug 17 20:20:35 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Sun Aug 17 20:20:35 2014] CPU: 1 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Sun Aug 17 20:20:35 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Sun Aug 17 20:20:35 2014]  00000000000027bd ffff88040257b8c8 ffffffff81786525 0000000000000007
[Sun Aug 17 20:20:35 2014]  ffff88040257b918 ffff88040257b908 ffffffff8107207c ffff88040257b938
[Sun Aug 17 20:20:35 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Sun Aug 17 20:20:35 2014] Call Trace:
[Sun Aug 17 20:20:35 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Sun Aug 17 20:20:35 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Sun Aug 17 20:20:35 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Sun Aug 17 20:20:35 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc0739db5>] intel_set_mode+0x25/0x30 [i915]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc073a856>] intel_crtc_set_config+0x196/0x300 [i915]
[Sun Aug 17 20:20:35 2014]  [<ffffffff81792366>] ? mutex_lock+0x16/0x37
[Sun Aug 17 20:20:35 2014]  [<ffffffffc05d9040>] drm_mode_set_config_internal+0x60/0xe0 [drm]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc05dd200>] drm_mode_setcrtc+0x280/0x4d0 [drm]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Sun Aug 17 20:20:35 2014]  [<ffffffffc05dcf80>] ? drm_mode_setplane+0x470/0x470 [drm]
[Sun Aug 17 20:20:35 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Sun Aug 17 20:20:35 2014]  [<ffffffff811e1ab6>] ? vfs_write+0x196/0x1f0
[Sun Aug 17 20:20:35 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Sun Aug 17 20:20:35 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Sun Aug 17 20:20:35 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Sun Aug 17 20:20:35 2014] ---[ end trace e26b88cc580accb7 ]---
[Sun Aug 17 20:22:22 2014] [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
[Sun Aug 17 20:22:22 2014] ------------[ cut here ]------------
[Sun Aug 17 20:22:22 2014] WARNING: CPU: 0 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Sun Aug 17 20:22:22 2014] pipe state doesn't match!
[Sun Aug 17 20:22:22 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Sun Aug 17 20:22:22 2014] CPU: 0 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Sun Aug 17 20:22:22 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Sun Aug 17 20:22:22 2014]  00000000000027bd ffff88040257b958 ffffffff81786525 0000000000000007
[Sun Aug 17 20:22:22 2014]  ffff88040257b9a8 ffff88040257b998 ffffffff8107207c ffff88040257b9c8
[Sun Aug 17 20:22:22 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Sun Aug 17 20:22:22 2014] Call Trace:
[Sun Aug 17 20:22:22 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Sun Aug 17 20:22:22 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Sun Aug 17 20:22:22 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc073aa29>] intel_connector_dpms+0x69/0x70 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05d7dc4>] drm_mode_connector_set_obj_prop+0xa4/0xb0 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05de328>] drm_mode_obj_set_property_ioctl+0x138/0x220 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05dde48>] ? drm_mode_getproperty_ioctl+0x1b8/0x380 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05de440>] drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffff8165e022>] ? sock_aio_read+0x52/0x70
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05de410>] ? drm_mode_obj_set_property_ioctl+0x220/0x220 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffff811e07ba>] ? do_sync_read+0x5a/0x90
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Sun Aug 17 20:22:22 2014]  [<ffffffff811e1c18>] ? vfs_read+0x108/0x180
[Sun Aug 17 20:22:22 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Sun Aug 17 20:22:22 2014] ---[ end trace e26b88cc580accb8 ]---
[Sun Aug 17 20:22:22 2014] [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
[Sun Aug 17 20:22:22 2014] ------------[ cut here ]------------
[Sun Aug 17 20:22:22 2014] WARNING: CPU: 0 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Sun Aug 17 20:22:22 2014] pipe state doesn't match!
[Sun Aug 17 20:22:22 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Sun Aug 17 20:22:22 2014] CPU: 0 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Sun Aug 17 20:22:22 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Sun Aug 17 20:22:22 2014]  00000000000027bd ffff88040257b8c8 ffffffff81786525 0000000000000007
[Sun Aug 17 20:22:22 2014]  ffff88040257b918 ffff88040257b908 ffffffff8107207c ffff88040257b938
[Sun Aug 17 20:22:22 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Sun Aug 17 20:22:22 2014] Call Trace:
[Sun Aug 17 20:22:22 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Sun Aug 17 20:22:22 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Sun Aug 17 20:22:22 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc0739db5>] intel_set_mode+0x25/0x30 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc073a856>] intel_crtc_set_config+0x196/0x300 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffff81792366>] ? mutex_lock+0x16/0x37
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05d9040>] drm_mode_set_config_internal+0x60/0xe0 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05dd200>] drm_mode_setcrtc+0x280/0x4d0 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05de298>] ? drm_mode_obj_set_property_ioctl+0xa8/0x220 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05dcf80>] ? drm_mode_setplane+0x470/0x470 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Sun Aug 17 20:22:22 2014]  [<ffffffff810867b9>] ? restore_altstack+0x19/0x30
[Sun Aug 17 20:22:22 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Sun Aug 17 20:22:22 2014] ---[ end trace e26b88cc580accb9 ]---
[Sun Aug 17 20:22:22 2014] [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
[Sun Aug 17 20:22:22 2014] ------------[ cut here ]------------
[Sun Aug 17 20:22:22 2014] WARNING: CPU: 2 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Sun Aug 17 20:22:22 2014] pipe state doesn't match!
[Sun Aug 17 20:22:22 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Sun Aug 17 20:22:22 2014] CPU: 2 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Sun Aug 17 20:22:22 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Sun Aug 17 20:22:22 2014]  00000000000027bd ffff88040257b8c8 ffffffff81786525 0000000000000007
[Sun Aug 17 20:22:22 2014]  ffff88040257b918 ffff88040257b908 ffffffff8107207c ffff88040257b938
[Sun Aug 17 20:22:22 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Sun Aug 17 20:22:22 2014] Call Trace:
[Sun Aug 17 20:22:22 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Sun Aug 17 20:22:22 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Sun Aug 17 20:22:22 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc0739db5>] intel_set_mode+0x25/0x30 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc073a856>] intel_crtc_set_config+0x196/0x300 [i915]
[Sun Aug 17 20:22:22 2014]  [<ffffffff81792366>] ? mutex_lock+0x16/0x37
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05d9040>] drm_mode_set_config_internal+0x60/0xe0 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05dd200>] drm_mode_setcrtc+0x280/0x4d0 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffffc05dcf80>] ? drm_mode_setplane+0x470/0x470 [drm]
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Sun Aug 17 20:22:22 2014]  [<ffffffff811e1ab6>] ? vfs_write+0x196/0x1f0
[Sun Aug 17 20:22:22 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Sun Aug 17 20:22:22 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Sun Aug 17 20:22:22 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Sun Aug 17 20:22:22 2014] ---[ end trace e26b88cc580accba ]---
[Sun Aug 17 20:29:21 2014] usb 2-1.5.2: USB disconnect, device number 15
[Sun Aug 17 20:29:22 2014] usb 2-1.5.4: USB disconnect, device number 16
[Sun Aug 17 21:06:31 2014] usb 2-1.5.2: new full-speed USB device number 17 using ehci-pci
[Sun Aug 17 21:06:31 2014] usb 2-1.5.2: New USB device found, idVendor=046d, idProduct=c52b
[Sun Aug 17 21:06:31 2014] usb 2-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Sun Aug 17 21:06:31 2014] usb 2-1.5.2: Product: USB Receiver
[Sun Aug 17 21:06:31 2014] usb 2-1.5.2: Manufacturer: Logitech
[Sun Aug 17 21:06:31 2014] logitech-djreceiver 0003:046D:C52B.001A: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.5.2/input2
[Sun Aug 17 21:06:31 2014] input: Logitech Unifying Device. Wireless PID:2010 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.2/2-1.5.2:1.2/0003:046D:C52B.001A/0003:046D:C52B.001B/input/input20
[Sun Aug 17 21:06:31 2014] logitech-djdevice 0003:046D:C52B.001B: input,hidraw3: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2010] on usb-0000:00:1d.0-1.5.2:1
[Sun Aug 17 21:06:32 2014] usb 2-1.5.4: new low-speed USB device number 18 using ehci-pci
[Sun Aug 17 21:06:32 2014] usb 2-1.5.4: New USB device found, idVendor=047d, idProduct=203e
[Sun Aug 17 21:06:32 2014] usb 2-1.5.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[Sun Aug 17 21:06:32 2014] usb 2-1.5.4: Product: SlimBlade Mouse with Nano Receiver
[Sun Aug 17 21:06:32 2014] input: SlimBlade Mouse with Nano Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.4/2-1.5.4:1.0/0003:047D:203E.001C/input/input21
[Sun Aug 17 21:06:32 2014] hid-generic 0003:047D:203E.001C: input,hidraw4: USB HID v1.11 Mouse [SlimBlade Mouse with Nano Receiver] on usb-0000:00:1d.0-1.5.4/input0
[Sun Aug 17 21:33:51 2014] usb 2-1.5.2: USB disconnect, device number 17
[Sun Aug 17 21:33:51 2014] usb 2-1.5.4: USB disconnect, device number 18
[Sun Aug 17 23:52:32 2014] usb 2-1.5.2: new full-speed USB device number 19 using ehci-pci
[Sun Aug 17 23:52:32 2014] usb 2-1.5.2: New USB device found, idVendor=046d, idProduct=c52b
[Sun Aug 17 23:52:32 2014] usb 2-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Sun Aug 17 23:52:32 2014] usb 2-1.5.2: Product: USB Receiver
[Sun Aug 17 23:52:32 2014] usb 2-1.5.2: Manufacturer: Logitech
[Sun Aug 17 23:52:32 2014] logitech-djreceiver 0003:046D:C52B.001F: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.5.2/input2
[Sun Aug 17 23:52:32 2014] input: Logitech Unifying Device. Wireless PID:2010 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.2/2-1.5.2:1.2/0003:046D:C52B.001F/0003:046D:C52B.0020/input/input22
[Sun Aug 17 23:52:32 2014] logitech-djdevice 0003:046D:C52B.0020: input,hidraw3: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2010] on usb-0000:00:1d.0-1.5.2:1
[Sun Aug 17 23:52:32 2014] usb 2-1.5.4: new low-speed USB device number 20 using ehci-pci
[Sun Aug 17 23:52:33 2014] usb 2-1.5.4: New USB device found, idVendor=047d, idProduct=203e
[Sun Aug 17 23:52:33 2014] usb 2-1.5.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[Sun Aug 17 23:52:33 2014] usb 2-1.5.4: Product: SlimBlade Mouse with Nano Receiver
[Sun Aug 17 23:52:33 2014] input: SlimBlade Mouse with Nano Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.4/2-1.5.4:1.0/0003:047D:203E.0021/input/input23
[Sun Aug 17 23:52:33 2014] hid-generic 0003:047D:203E.0021: input,hidraw4: USB HID v1.11 Mouse [SlimBlade Mouse with Nano Receiver] on usb-0000:00:1d.0-1.5.4/input0
[Mon Aug 18 00:00:29 2014] usb 2-1.5.2: USB disconnect, device number 19
[Mon Aug 18 00:00:29 2014] usb 2-1.5.4: USB disconnect, device number 20
[Mon Aug 18 03:21:10 2014] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
[Mon Aug 18 03:21:10 2014] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[Mon Aug 18 03:21:10 2014] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared pch fifo underrun on pch transcoder A
[Mon Aug 18 03:21:10 2014] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO underrun
[Mon Aug 18 05:54:22 2014] [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
[Mon Aug 18 05:54:22 2014] ------------[ cut here ]------------
[Mon Aug 18 05:54:22 2014] WARNING: CPU: 2 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Mon Aug 18 05:54:22 2014] pipe state doesn't match!
[Mon Aug 18 05:54:22 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Mon Aug 18 05:54:22 2014] CPU: 2 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Mon Aug 18 05:54:22 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Mon Aug 18 05:54:22 2014]  00000000000027bd ffff88040257b8c8 ffffffff81786525 0000000000000007
[Mon Aug 18 05:54:22 2014]  ffff88040257b918 ffff88040257b908 ffffffff8107207c ffff88040257b938
[Mon Aug 18 05:54:22 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Mon Aug 18 05:54:22 2014] Call Trace:
[Mon Aug 18 05:54:22 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Mon Aug 18 05:54:22 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Mon Aug 18 05:54:22 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Mon Aug 18 05:54:22 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc0739db5>] intel_set_mode+0x25/0x30 [i915]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc073a856>] intel_crtc_set_config+0x196/0x300 [i915]
[Mon Aug 18 05:54:22 2014]  [<ffffffff81792366>] ? mutex_lock+0x16/0x37
[Mon Aug 18 05:54:22 2014]  [<ffffffffc05d9040>] drm_mode_set_config_internal+0x60/0xe0 [drm]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc05dd200>] drm_mode_setcrtc+0x280/0x4d0 [drm]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Mon Aug 18 05:54:22 2014]  [<ffffffffc05dcf80>] ? drm_mode_setplane+0x470/0x470 [drm]
[Mon Aug 18 05:54:22 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Mon Aug 18 05:54:22 2014]  [<ffffffff811e1ab6>] ? vfs_write+0x196/0x1f0
[Mon Aug 18 05:54:22 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Mon Aug 18 05:54:22 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Mon Aug 18 05:54:22 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Mon Aug 18 05:54:22 2014] ---[ end trace e26b88cc580accbb ]---
[Mon Aug 18 05:54:32 2014] [drm:intel_pipe_config_compare] *ERROR* mismatch in has_audio (expected 0, found 1)
[Mon Aug 18 05:54:32 2014] ------------[ cut here ]------------
[Mon Aug 18 05:54:32 2014] WARNING: CPU: 1 PID: 1773 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:10173 check_crtc_state+0x265/0x350 [i915]()
[Mon Aug 18 05:54:32 2014] pipe state doesn't match!
[Mon Aug 18 05:54:32 2014] Modules linked in: xts gf128mul dm_crypt nfsv3 nfsv4 hidp autofs4 btusb joydev hid_logitech_dj hid_generic usbhid hid snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi dm_multipath scsi_dh snd_seq snd_seq_device snd_timer snd i915 parport_pc ppdev video bnep rfcomm drm_kms_helper bluetooth drm 6lowpan_iphc i2c_algo_bit mei_me mac_hid mei soundcore lpc_ich it87 nfsd hwmon_vid coretemp auth_rpcgss nfs_acl nfs lp parport lockd sunrpc fscache r8169 mii ahci libahci dm_mirror dm_region_hash dm_log
[Mon Aug 18 05:54:32 2014] CPU: 1 PID: 1773 Comm: Xorg Tainted: G        W     3.16.0-031600-generic #201408031935
[Mon Aug 18 05:54:32 2014] Hardware name: Shuttle Inc. XH61V/FH61V, BIOS 1.05 05/03/2013
[Mon Aug 18 05:54:32 2014]  00000000000027bd ffff88040257b958 ffffffff81786525 0000000000000007
[Mon Aug 18 05:54:32 2014]  ffff88040257b9a8 ffff88040257b998 ffffffff8107207c ffff88040257b9c8
[Mon Aug 18 05:54:32 2014]  ffff8804053d5000 ffff880403f0ab40 ffff880403f0a800 ffff8804053d56f8
[Mon Aug 18 05:54:32 2014] Call Trace:
[Mon Aug 18 05:54:32 2014]  [<ffffffff81786525>] dump_stack+0x46/0x58
[Mon Aug 18 05:54:32 2014]  [<ffffffff8107207c>] warn_slowpath_common+0x8c/0xc0
[Mon Aug 18 05:54:32 2014]  [<ffffffff81072166>] warn_slowpath_fmt+0x46/0x50
[Mon Aug 18 05:54:32 2014]  [<ffffffffc07575aa>] ? intel_hdmi_get_config+0x9a/0xd0 [i915]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc072b6e5>] check_crtc_state+0x265/0x350 [i915]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc0739d55>] intel_modeset_check_state+0x65/0xa0 [i915]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc073aa29>] intel_connector_dpms+0x69/0x70 [i915]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05d7dc4>] drm_mode_connector_set_obj_prop+0xa4/0xb0 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05de328>] drm_mode_obj_set_property_ioctl+0x138/0x220 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05dde48>] ? drm_mode_getproperty_ioctl+0x1b8/0x380 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05de440>] drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05cce76>] drm_ioctl+0x2e6/0x590 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffff8165e022>] ? sock_aio_read+0x52/0x70
[Mon Aug 18 05:54:32 2014]  [<ffffffffc05de410>] ? drm_mode_obj_set_property_ioctl+0x220/0x220 [drm]
[Mon Aug 18 05:54:32 2014]  [<ffffffff811e07ba>] ? do_sync_read+0x5a/0x90
[Mon Aug 18 05:54:32 2014]  [<ffffffff811f39b5>] do_vfs_ioctl+0x75/0x2c0
[Mon Aug 18 05:54:32 2014]  [<ffffffff811e1c18>] ? vfs_read+0x108/0x180
[Mon Aug 18 05:54:32 2014]  [<ffffffff811fdf85>] ? __fget_light+0x25/0x70
[Mon Aug 18 05:54:32 2014]  [<ffffffff811f3c91>] SyS_ioctl+0x91/0xb0
[Mon Aug 18 05:54:32 2014]  [<ffffffff81793fad>] system_call_fastpath+0x1a/0x1f
[Mon Aug 18 05:54:32 2014] ---[ end trace e26b88cc580accbc ]---
Comment 1 Jani Nikula 2014-09-10 15:54:07 UTC
Please try v3.17-rc4. If the problem persists, please attach full dmesg from boot to the problem with drm.debug=0xe module parameter set.
Comment 2 Martin Andersen 2014-09-16 16:11:36 UTC
Tested 3.17.0-031700rc5 and the error is produced 5 times during boot.
Attaching complete dmesg with drm.debug=0xe set.
Comment 3 Martin Andersen 2014-09-16 16:13:41 UTC
Created attachment 106379 [details]
dmesg from 3.17rc5 w/ drm debug info
Comment 4 Jani Nikula 2014-09-17 12:33:37 UTC
Created attachment 106426 [details] [review]
drm/i915/hdmi: fix hdmi audio state readout

Please try this patch.
Comment 5 Jani Nikula 2014-09-23 14:03:26 UTC
Presumed fixed by

commit c84db77010877da6c5da119868ed54c43d59e726
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Wed Sep 17 15:34:58 2014 +0300

    drm/i915/hdmi: fix hdmi audio state readout

in drm-intel-fixes. Please reopen if the problem persists with that commit.
Comment 6 Martin Andersen 2014-09-23 14:36:38 UTC
Sorry I haven't been able to test the patch – things have just been too damn busy. I'll report back if the problem reoccurs.
Comment 7 Jari Tahvanainen 2016-10-06 07:38:53 UTC
Closing since no report back in two years.
"I'll report back if the problem reoccurs"


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.