* i915 deadlock on laptop undock
@ 2013-10-07 22:41 Roland Dreier
2013-10-08 6:10 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Roland Dreier @ 2013-10-07 22:41 UTC (permalink / raw)
To: Daniel Vetter, intel-gfx, dri-devel
Hi,
I have a Lenovo T410s (Ironlake/Arrandale graphics) that I use docked
and connected to an external DP monitor (laptop is closed so the only
active display is the DP monitor). With 3.12-rc4 I reproducably hit a
deadlock when I undock the laptop -- it seems to be a deadlock on
dev->mode_confix.mutext between intel_crtc_wait_for_pending_flips
(mutex held because of drm_modeset_lock_all in intel_lid_notify) and
drm_mode_getconnector. See below for the kernel logging (there's no
logging for more than 2 minutes before the hung task stuff) -- it
seems that intel_crtc_wait_for_pending_flips is getting stuck, and
then everything else piles up behind it:
[ 241.009121] INFO: task kworker/0:1:70 blocked for more than 120 seconds.
[ 241.009131] Tainted: G W 3.12.0-999-generic #201310070425
[ 241.009133] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 241.009137] kworker/0:1 D 0000000000000000 0 70 2 0x00000000
[ 241.009152] Workqueue: kacpi_notify acpi_os_execute_deferred
[ 241.009156] ffff88022b2c9ae8 0000000000000046 ffff88022b2c9ab8 000000008e17de71
[ 241.009162] ffff88022b2c9fd8 ffff88022b2c9fd8 ffff88022b2c9fd8 00000000000144c0
[ 241.009167] ffffffff81c144a0 ffff88022b290000 0000000000000286 ffff88022ae70000
[ 241.009173] Call Trace:
[ 241.009186] [<ffffffff81753619>] schedule+0x29/0x70
[ 241.009247] [<ffffffffa011eb9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
[ 241.009257] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
[ 241.009289] [<ffffffffa0127baf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
[ 241.009318] [<ffffffffa012a0f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
[ 241.009347] [<ffffffffa012d8e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
[ 241.009377] [<ffffffffa012e1ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
[ 241.009407] [<ffffffffa01307a1>] intel_lid_notify+0xc1/0x100 [i915]
[ 241.009412] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 241.009419] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 241.009424] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 241.009431] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
[ 241.009436] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
[ 241.009442] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
[ 241.009448] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
[ 241.009453] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
[ 241.009458] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
[ 241.009463] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
[ 241.009468] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
[ 241.009473] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
[ 241.009479] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 241.009484] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
[ 241.009489] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 241.009525] INFO: task Xorg:1436 blocked for more than 120 seconds.
[ 241.009528] Tainted: G W 3.12.0-999-generic #201310070425
[ 241.009531] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 241.009533] Xorg D 0000000000000000 0 1436 1410 0x00400004
[ 241.009538] ffff88022ca1bc48 0000000000000082 ffff88022ca1bc18 ffffffff811a31a1
[ 241.009543] ffff88022ca1bfd8 ffff88022ca1bfd8 ffff88022ca1bfd8 00000000000144c0
[ 241.009549] ffff880230198000 ffff8800b06546e0 ffff88022ca1bc28 ffff8800363b8330
[ 241.009554] Call Trace:
[ 241.009562] [<ffffffff811a31a1>] ? kmem_cache_free+0x121/0x180
[ 241.009568] [<ffffffff81753619>] schedule+0x29/0x70
[ 241.009574] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
[ 241.009580] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
[ 241.009585] [<ffffffff81751983>] mutex_lock+0x23/0x40
[ 241.009613] [<ffffffffa004e582>] drm_mode_getconnector+0xb2/0x430 [drm]
[ 241.009633] [<ffffffffa003ef1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 241.009656] [<ffffffffa004e4d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
[ 241.009663] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 241.009668] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 241.009673] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 241.009678] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 241.009683] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
Detailed lspci info for my laptop:
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b57] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 06)
00:1c.3 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 [8086:3b48] (rev 06)
00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series/3400 Series Chipset LPC Interface Controller [8086:3b0f] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
00:1f.6 Signal processing controller [1180]: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem [8086:3b32] (rev 06)
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)
ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)
ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)
ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2d11] (rev 02)
ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d12] (rev 02)
ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d13] (rev 02)
Please let me know if there is any way I can help debug this further.
Thanks!
Roland
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i915 deadlock on laptop undock
2013-10-07 22:41 i915 deadlock on laptop undock Roland Dreier
@ 2013-10-08 6:10 ` Daniel Vetter
2013-10-08 16:08 ` Roland Dreier
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2013-10-08 6:10 UTC (permalink / raw)
To: Roland Dreier; +Cc: Daniel Vetter, intel-gfx, dri-devel
On Mon, Oct 07, 2013 at 03:41:05PM -0700, Roland Dreier wrote:
> Hi,
>
> I have a Lenovo T410s (Ironlake/Arrandale graphics) that I use docked
> and connected to an external DP monitor (laptop is closed so the only
> active display is the DP monitor). With 3.12-rc4 I reproducably hit a
> deadlock when I undock the laptop -- it seems to be a deadlock on
> dev->mode_confix.mutext between intel_crtc_wait_for_pending_flips
> (mutex held because of drm_modeset_lock_all in intel_lid_notify) and
> drm_mode_getconnector. See below for the kernel logging (there's no
> logging for more than 2 minutes before the hung task stuff) -- it
> seems that intel_crtc_wait_for_pending_flips is getting stuck, and
> then everything else piles up behind it:
>
> [ 241.009121] INFO: task kworker/0:1:70 blocked for more than 120 seconds.
> [ 241.009131] Tainted: G W 3.12.0-999-generic #201310070425
> [ 241.009133] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> [ 241.009137] kworker/0:1 D 0000000000000000 0 70 2 0x00000000
> [ 241.009152] Workqueue: kacpi_notify acpi_os_execute_deferred
> [ 241.009156] ffff88022b2c9ae8 0000000000000046 ffff88022b2c9ab8 000000008e17de71
> [ 241.009162] ffff88022b2c9fd8 ffff88022b2c9fd8 ffff88022b2c9fd8 00000000000144c0
> [ 241.009167] ffffffff81c144a0 ffff88022b290000 0000000000000286 ffff88022ae70000
> [ 241.009173] Call Trace:
> [ 241.009186] [<ffffffff81753619>] schedule+0x29/0x70
> [ 241.009247] [<ffffffffa011eb9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
> [ 241.009257] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
> [ 241.009289] [<ffffffffa0127baf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
> [ 241.009318] [<ffffffffa012a0f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
> [ 241.009347] [<ffffffffa012d8e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
> [ 241.009377] [<ffffffffa012e1ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
> [ 241.009407] [<ffffffffa01307a1>] intel_lid_notify+0xc1/0x100 [i915]
> [ 241.009412] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
> [ 241.009419] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
> [ 241.009424] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
> [ 241.009431] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
> [ 241.009436] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
> [ 241.009442] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
> [ 241.009448] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
> [ 241.009453] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
> [ 241.009458] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
> [ 241.009463] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
> [ 241.009468] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
> [ 241.009473] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
> [ 241.009479] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
> [ 241.009484] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
> [ 241.009489] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
> [ 241.009525] INFO: task Xorg:1436 blocked for more than 120 seconds.
> [ 241.009528] Tainted: G W 3.12.0-999-generic #201310070425
> [ 241.009531] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> [ 241.009533] Xorg D 0000000000000000 0 1436 1410 0x00400004
> [ 241.009538] ffff88022ca1bc48 0000000000000082 ffff88022ca1bc18 ffffffff811a31a1
> [ 241.009543] ffff88022ca1bfd8 ffff88022ca1bfd8 ffff88022ca1bfd8 00000000000144c0
> [ 241.009549] ffff880230198000 ffff8800b06546e0 ffff88022ca1bc28 ffff8800363b8330
> [ 241.009554] Call Trace:
> [ 241.009562] [<ffffffff811a31a1>] ? kmem_cache_free+0x121/0x180
> [ 241.009568] [<ffffffff81753619>] schedule+0x29/0x70
> [ 241.009574] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
> [ 241.009580] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
> [ 241.009585] [<ffffffff81751983>] mutex_lock+0x23/0x40
> [ 241.009613] [<ffffffffa004e582>] drm_mode_getconnector+0xb2/0x430 [drm]
> [ 241.009633] [<ffffffffa003ef1a>] drm_ioctl+0x4fa/0x620 [drm]
> [ 241.009656] [<ffffffffa004e4d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
> [ 241.009663] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
> [ 241.009668] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
> [ 241.009673] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
> [ 241.009678] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
> [ 241.009683] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
>
> Detailed lspci info for my laptop:
>
> 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)
> 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
> 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
> 00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] (rev 06)
> 00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
> 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b57] (rev 06)
> 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
> 00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 06)
> 00:1c.3 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 [8086:3b48] (rev 06)
> 00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
> 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a6)
> 00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series/3400 Series Chipset LPC Interface Controller [8086:3b0f] (rev 06)
> 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)
> 00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
> 00:1f.6 Signal processing controller [1180]: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem [8086:3b32] (rev 06)
> 03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
> ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)
> ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)
> ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)
> ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2d11] (rev 02)
> ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d12] (rev 02)
> ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d13] (rev 02)
>
> Please let me know if there is any way I can help debug this further.
Can you please boot with drm.debug=0xe, reproduce the issue and then
attach the dmesg. The additional debug spam should shed some light on how
we managed to get into this peculiar situation ...
Please make sure that the dmesg includes everything since boot-up (so that
we know all the details about your gfx hw). If it scrolls off before you
reproduce the deadlock please attach 2 dmesgs.
Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i915 deadlock on laptop undock
2013-10-08 6:10 ` Daniel Vetter
@ 2013-10-08 16:08 ` Roland Dreier
2013-10-08 20:22 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Roland Dreier @ 2013-10-08 16:08 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, dri-devel
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
On Mon, Oct 7, 2013 at 11:10 PM, Daniel Vetter <daniel@ffwll.ch> wrote:
> Can you please boot with drm.debug=0xe, reproduce the issue and then
> attach the dmesg. The additional debug spam should shed some light on how
> we managed to get into this peculiar situation ...
Sure, here it is.
Thanks,
Roland
[-- Attachment #2: i915-hang-dmesg.txt --]
[-- Type: text/plain, Size: 251137 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.12.0-999-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201310070425 SMP Mon Oct 7 08:27:26 UTC 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.12.0-999-generic root=UUID=677292b2-a7ba-4d9e-8f1a-662c546b62ce ro intel_iommu=igfx_off plymouth:debug splash drm.debug=0xe log_buf_len=8388608 quiet
[ 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:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb27bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb27c000-0x00000000bb281fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb282000-0x00000000bb35efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb35f000-0x00000000bb370fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb371000-0x00000000bb3f1fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb3f2000-0x00000000bb40efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb40f000-0x00000000bb46efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb46f000-0x00000000bb667fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb668000-0x00000000bb6e7fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb6e8000-0x00000000bb70efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb716fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb717000-0x00000000bb71efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb76afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb76b000-0x00000000bb776fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb777000-0x00000000bb779fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bb77a000-0x00000000bb780fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb781000-0x00000000bb781fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bb782000-0x00000000bb78afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb78b000-0x00000000bb78bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bb78c000-0x00000000bb79efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000200000000-0x000000023bffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: LENOVO 2901CTO/2901CTO, BIOS 6UET68WW (1.48 ) 12/12/2011
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 disabled
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 100000000 mask F00000000 write-back
[ 0.000000] 4 base 200000000 mask FC0000000 write-back
[ 0.000000] 5 base 23C000000 mask FFC000000 uncachable
[ 0.000000] 6 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 1, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 2, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 3, base: 4GB, range: 4GB, type WB
[ 0.000000] reg 4, base: 8GB, range: 1GB, type WB
[ 0.000000] reg 5, base: 9152MB, range: 64MB, type UC
[ 0.000000] reg 6, base: 3008MB, range: 64MB, type UC
[ 0.000000] total RAM covered: 8064M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 6 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3008MB, range: 64MB, type UC
[ 0.000000] reg 3, base: 4GB, range: 4GB, type WB
[ 0.000000] reg 4, base: 8GB, range: 1GB, type WB
[ 0.000000] reg 5, base: 9152MB, range: 64MB, type UC
[ 0.000000] e820: update [mem 0xbc000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f68e0-0x000f68ef] mapped at [ffff8800000f68e0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE
[ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE
[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x23be00000-0x23bffffff]
[ 0.000000] [mem 0x23be00000-0x23bffffff] page 2M
[ 0.000000] BRK [0x01fe8000, 0x01fe8fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x238000000-0x23bdfffff]
[ 0.000000] [mem 0x238000000-0x23bdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x237ffffff]
[ 0.000000] [mem 0x200000000-0x237ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb27bfff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xbb1fffff] page 2M
[ 0.000000] [mem 0xbb200000-0xbb27bfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbb282000-0xbb35efff]
[ 0.000000] [mem 0xbb282000-0xbb35efff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbb40f000-0xbb46efff]
[ 0.000000] [mem 0xbb40f000-0xbb46efff] page 4k
[ 0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbb70f000-0xbb716fff]
[ 0.000000] [mem 0xbb70f000-0xbb716fff] page 4k
[ 0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbb71f000-0xbb76afff]
[ 0.000000] [mem 0xbb71f000-0xbb76afff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
[ 0.000000] [mem 0xbb7ff000-0xbb7fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1fbffffff]
[ 0.000000] [mem 0x100000000-0x1fbffffff] page 2M
[ 0.000000] log_buf_len: 8388608
[ 0.000000] early log buf free: 254228(96%)
[ 0.000000] RAMDISK: [mem 0x34e32000-0x36710fff]
[ 0.000000] ACPI: RSDP 00000000000f68a0 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bb7ef250 0009C (v01 LENOVO TP-6U 00001480 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bb7ef400 000F4 (v04 LENOVO TP-6U 00001480 LNVO 00000001)
[ 0.000000] ACPI: DSDT 00000000bb7ef7d1 0F3E0 (v01 LENOVO TP-6U 00001480 MSFT 03000001)
[ 0.000000] ACPI: FACS 00000000bb6e7000 00040
[ 0.000000] ACPI: SSDT 00000000bb7ef5b4 0021D (v01 LENOVO TP-6U 00001480 MSFT 03000001)
[ 0.000000] ACPI: ECDT 00000000bb7febb1 00052 (v01 LENOVO TP-6U 00001480 LNVO 00000001)
[ 0.000000] ACPI: APIC 00000000bb7fec03 00084 (v01 LENOVO TP-6U 00001480 LNVO 00000001)
[ 0.000000] ACPI: MCFG 00000000bb7fecbf 0003C (v01 LENOVO TP-6U 00001480 LNVO 00000001)
[ 0.000000] ACPI: HPET 00000000bb7fecfb 00038 (v01 LENOVO TP-6U 00001480 LNVO 00000001)
[ 0.000000] ACPI: ASF! 00000000bb7fedbe 000A4 (v16 LENOVO TP-6U 00001480 PTL 00000001)
[ 0.000000] ACPI: SLIC 00000000bb7fee62 00176 (v01 LENOVO TP-6U 00001480 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bb7fefd8 00028 (v01 LENOVO TP-6U 00001480 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bb6e591a 0084B (v01 LENOVO TP-6U 00001480 INTL 20050513)
[ 0.000000] ACPI: TCPA 00000000bb78b000 00032 (v02 PTL CRESTLN 06040000 00005A52)
[ 0.000000] ACPI: DMAR 00000000bb781000 000B8 (v01 INTEL CP_DALE 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 00000000bb779000 009F1 (v01 PmRef CpuPm 00003000 INTL 20060912)
[ 0.000000] ACPI: SSDT 00000000bb778000 00259 (v01 PmRef Cpu0Tst 00003000 INTL 20060912)
[ 0.000000] ACPI: SSDT 00000000bb777000 0049F (v01 PmRef ApTst 00003000 INTL 20060912)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23bffffff]
[ 0.000000] NODE_DATA [mem 0x23b7f4000-0x23b7f8fff]
[ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880232e00000-ffff88023adfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x23bffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0xbb27bfff]
[ 0.000000] node 0: [mem 0xbb282000-0xbb35efff]
[ 0.000000] node 0: [mem 0xbb40f000-0xbb46efff]
[ 0.000000] node 0: [mem 0xbb70f000-0xbb716fff]
[ 0.000000] node 0: [mem 0xbb71f000-0xbb76afff]
[ 0.000000] node 0: [mem 0xbb7ff000-0xbb7fffff]
[ 0.000000] node 0: [mem 0x100000000-0x1fbffffff]
[ 0.000000] node 0: [mem 0x200000000-0x23bffffff]
[ 0.000000] On node 0 totalpages: 2044843
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11921 pages used for memmap
[ 0.000000] DMA32 zone: 762894 pages, LIFO batch:31
[ 0.000000] Normal zone: 20224 pages used for memmap
[ 0.000000] Normal zone: 1277952 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb27c000-0xbb281fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb35f000-0xbb370fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb371000-0xbb3f1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb3f2000-0xbb40efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb46f000-0xbb667fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb668000-0xbb6e7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb6e8000-0xbb70efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb717000-0xbb71efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb76b000-0xbb776fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb777000-0xbb779fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb77a000-0xbb780fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb781000-0xbb781fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb782000-0xbb78afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb78b000-0xbb78bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb78c000-0xbb79efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb800000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1fc000000-0x1ffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88023b400000 s86528 r8192 d24064 u524288
[ 0.000000] pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2012613
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.0-999-generic root=UUID=677292b2-a7ba-4d9e-8f1a-662c546b62ce ro intel_iommu=igfx_off plymouth:debug splash drm.debug=0xe log_buf_len=8388608 quiet
[ 0.000000] Intel-IOMMU: disable GFX device mapping
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 7931436K/8179372K available (7561K kernel code, 1122K rwdata, 3484K rodata, 1340K init, 1484K bss, 247936K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-255.
[ 0.000000] NR_IRQS:16640 nr_irqs:712 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 2660.238 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.47 BogoMIPS (lpj=10640952)
[ 0.000006] pid_max: default: 32768 minimum: 301
[ 0.000026] Security Framework initialized
[ 0.000046] AppArmor: AppArmor initialized
[ 0.000047] Yama: becoming mindful.
[ 0.000609] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.002492] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.003305] Mount-cache hash table entries: 256
[ 0.003493] Initializing cgroup subsys memory
[ 0.003504] Initializing cgroup subsys devices
[ 0.003506] Initializing cgroup subsys freezer
[ 0.003507] Initializing cgroup subsys blkio
[ 0.003509] Initializing cgroup subsys perf_event
[ 0.003511] Initializing cgroup subsys hugetlb
[ 0.003530] CPU: Physical Processor ID: 0
[ 0.003531] CPU: Processor Core ID: 0
[ 0.003537] mce: CPU supports 9 MCE banks
[ 0.003547] CPU0: Thermal monitoring enabled (TM1)
[ 0.003557] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.003557] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.003557] tlb_flushall_shift: 6
[ 0.003655] Freeing SMP alternatives memory: 28K (ffffffff81e69000 - ffffffff81e70000)
[ 0.004759] ACPI: Core revision 20130725
[ 0.011221] ACPI: All ACPI Tables successfully acquired
[ 0.020869] ftrace: allocating 31014 entries in 122 pages
[ 0.035047] dmar: Host address width 36
[ 0.035051] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.035057] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[ 0.035059] dmar: DRHD base: 0x000000fed91000 flags: 0x0
[ 0.035063] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c0000020230272 ecap 1000
[ 0.035064] dmar: DRHD base: 0x000000fed93000 flags: 0x1
[ 0.035068] dmar: IOMMU 2: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[ 0.035069] dmar: RMRR base: 0x000000bb6e9000 end: 0x000000bb6fffff
[ 0.035070] dmar: RMRR base: 0x000000bdc00000 end: 0x000000bfffffff
[ 0.035694] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.075385] smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz (fam: 06, model: 25, stepping: 05)
[ 0.182617] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.182624] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.182626] ... version: 3
[ 0.182627] ... bit width: 48
[ 0.182628] ... generic registers: 4
[ 0.182629] ... value mask: 0000ffffffffffff
[ 0.182630] ... max period: 000000007fffffff
[ 0.182631] ... fixed-purpose events: 3
[ 0.182631] ... event mask: 000000070000000f
[ 0.197293] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.184145] smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
[ 0.223631] Brought up 4 CPUs
[ 0.223636] smpboot: Total of 4 processors activated (21281.90 BogoMIPS)
[ 0.226351] devtmpfs: initialized
[ 0.230763] EVM: security.selinux
[ 0.230764] EVM: security.SMACK64
[ 0.230765] EVM: security.capability
[ 0.230822] PM: Registering ACPI NVS region [mem 0xbb371000-0xbb3f1fff] (528384 bytes)
[ 0.230831] PM: Registering ACPI NVS region [mem 0xbb668000-0xbb6e7fff] (524288 bytes)
[ 0.230839] PM: Registering ACPI NVS region [mem 0xbb76b000-0xbb776fff] (49152 bytes)
[ 0.230841] PM: Registering ACPI NVS region [mem 0xbb77a000-0xbb780fff] (28672 bytes)
[ 0.230843] PM: Registering ACPI NVS region [mem 0xbb782000-0xbb78afff] (36864 bytes)
[ 0.230844] PM: Registering ACPI NVS region [mem 0xbb78c000-0xbb79efff] (77824 bytes)
[ 0.231685] pinctrl core: initialized pinctrl subsystem
[ 0.231747] regulator-dummy: no parameters
[ 0.231779] RTC time: 15:49:36, date: 10/08/13
[ 0.231813] NET: Registered protocol family 16
[ 0.231923] cpuidle: using governor ladder
[ 0.231925] cpuidle: using governor menu
[ 0.231968] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.231971] ACPI: bus type PCI registered
[ 0.231973] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.232023] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.232026] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.261675] PCI: Using configuration type 1 for base access
[ 0.262531] bio: create slab <bio-0> at 0
[ 0.262665] ACPI: Added _OSI(Module Device)
[ 0.262667] ACPI: Added _OSI(Processor Device)
[ 0.262668] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.262669] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.264095] ACPI: EC: EC description table is found, configuring boot EC
[ 0.267977] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.343049] ACPI: SSDT 00000000bb71a598 004F3 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
[ 0.343392] ACPI: Dynamic OEM Table Load:
[ 0.343394] ACPI: SSDT (null) 004F3 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
[ 0.343485] ACPI: SSDT 00000000bb718718 006B2 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
[ 0.343841] ACPI: Dynamic OEM Table Load:
[ 0.343843] ACPI: SSDT (null) 006B2 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
[ 0.350696] ACPI: SSDT 00000000bb719a98 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
[ 0.351076] ACPI: Dynamic OEM Table Load:
[ 0.351078] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
[ 0.354586] ACPI: SSDT 00000000bb717d98 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
[ 0.354942] ACPI: Dynamic OEM Table Load:
[ 0.354944] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
[ 0.359984] ACPI: Interpreter enabled
[ 0.359990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[ 0.359994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[ 0.360005] ACPI: (supports S0 S3 S4 S5)
[ 0.360007] ACPI: Using IOAPIC for interrupt routing
[ 0.360027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.360727] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[ 0.368105] ACPI: Power Resource [PUBS] (on)
[ 0.373586] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.373663] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.373722] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.373797] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.373872] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.373946] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.374005] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.374080] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.374116] ACPI: PCI Root Bridge [UNCR] (domain 0000 [bus ff])
[ 0.374120] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.374122] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.374162] PCI host bridge to bus 0000:ff
[ 0.374165] pci_bus 0000:ff: root bus resource [bus ff]
[ 0.374172] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.374213] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.374250] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.374282] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.374314] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.374347] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.374404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.374554] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[ 0.374690] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
[ 0.374692] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.374783] ACPI: \_SB_.PCI0.WMI1: can't evaluate _ADR (0x5)
[ 0.374851] PCI host bridge to bus 0000:00
[ 0.374853] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.374855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.374856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.374858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.374859] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.374861] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.374863] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[ 0.374868] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.374934] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[ 0.374944] pci 0000:00:02.0: reg 0x10: [mem 0xf2000000-0xf23fffff 64bit]
[ 0.374950] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.374954] pci 0000:00:02.0: reg 0x20: [io 0x1800-0x1807]
[ 0.375051] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[ 0.375079] pci 0000:00:16.0: reg 0x10: [mem 0xf2727800-0xf272780f 64bit]
[ 0.375171] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.375249] pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
[ 0.375273] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
[ 0.375285] pci 0000:00:19.0: reg 0x14: [mem 0xf2525000-0xf2525fff]
[ 0.375296] pci 0000:00:19.0: reg 0x18: [io 0x1820-0x183f]
[ 0.375384] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.375423] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.375459] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.375484] pci 0000:00:1a.0: reg 0x10: [mem 0xf2728000-0xf27283ff]
[ 0.375593] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.375633] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.375670] pci 0000:00:1b.0: [8086:3b57] type 00 class 0x040300
[ 0.375691] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
[ 0.375784] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.375828] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.375859] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.375958] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.375999] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.376030] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.376128] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.376168] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.376202] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[ 0.376300] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.376341] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.376384] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.376409] pci 0000:00:1d.0: reg 0x10: [mem 0xf2728400-0xf27287ff]
[ 0.376516] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.376553] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.376583] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.376702] pci 0000:00:1f.0: [8086:3b0f] type 00 class 0x060100
[ 0.376864] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
[ 0.376890] pci 0000:00:1f.2: reg 0x10: [io 0x1860-0x1867]
[ 0.376901] pci 0000:00:1f.2: reg 0x14: [io 0x1814-0x1817]
[ 0.376912] pci 0000:00:1f.2: reg 0x18: [io 0x1818-0x181f]
[ 0.376923] pci 0000:00:1f.2: reg 0x1c: [io 0x1810-0x1813]
[ 0.376934] pci 0000:00:1f.2: reg 0x20: [io 0x1840-0x185f]
[ 0.376945] pci 0000:00:1f.2: reg 0x24: [mem 0xf2727000-0xf27277ff]
[ 0.377010] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.377070] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.377091] pci 0000:00:1f.3: reg 0x10: [mem 0xf2728800-0xf27288ff 64bit]
[ 0.377120] pci 0000:00:1f.3: reg 0x20: [io 0x1880-0x189f]
[ 0.377202] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.377229] pci 0000:00:1f.6: reg 0x10: [mem 0xf2526000-0xf2526fff 64bit]
[ 0.377424] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.377531] pci 0000:03:00.0: [8086:0084] type 00 class 0x028000
[ 0.377569] pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit]
[ 0.377755] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.386489] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.386501] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.387403] acpiphp: Slot [1] registered
[ 0.387411] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.387416] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.387421] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
[ 0.387428] pci 0000:00:1c.3: bridge window [mem 0xf2800000-0xf28fffff 64bit pref]
[ 0.387511] pci 0000:00:1e.0: PCI bridge to [bus 0e] (subtractive decode)
[ 0.387524] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.387525] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.387527] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.387528] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.387530] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.387532] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.389064] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 0.389075] ACPI: \_SB_.UNCR: notify handler is installed
[ 0.389077] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.389117] Found 2 acpi root devices
[ 0.389173] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.389277] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.389280] vgaarb: loaded
[ 0.389281] vgaarb: bridge control possible 0000:00:02.0
[ 0.389436] SCSI subsystem initialized
[ 0.389493] libata version 3.00 loaded.
[ 0.389506] ACPI: bus type USB registered
[ 0.389521] usbcore: registered new interface driver usbfs
[ 0.389529] usbcore: registered new interface driver hub
[ 0.389548] usbcore: registered new device driver usb
[ 0.389639] PCI: Using ACPI for IRQ routing
[ 0.399504] PCI: pci_cache_line_size set to 64 bytes
[ 0.399560] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.399561] e820: reserve RAM buffer [mem 0xbb27c000-0xbbffffff]
[ 0.399564] e820: reserve RAM buffer [mem 0xbb35f000-0xbbffffff]
[ 0.399566] e820: reserve RAM buffer [mem 0xbb46f000-0xbbffffff]
[ 0.399569] e820: reserve RAM buffer [mem 0xbb717000-0xbbffffff]
[ 0.399571] e820: reserve RAM buffer [mem 0xbb76b000-0xbbffffff]
[ 0.399572] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[ 0.399658] NetLabel: Initializing
[ 0.399660] NetLabel: domain hash size = 128
[ 0.399660] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.399672] NetLabel: unlabeled traffic allowed by default
[ 0.399750] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.399755] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.401782] Switched to clocksource hpet
[ 0.406486] AppArmor: AppArmor Filesystem Enabled
[ 0.406518] pnp: PnP ACPI init
[ 0.406533] ACPI: bus type PNP registered
[ 0.407941] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.407944] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.407946] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.407948] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[ 0.407950] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[ 0.407952] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.407954] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[ 0.407956] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.407958] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.407959] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.407961] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.407963] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.407965] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
[ 0.407968] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.407970] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.407974] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.408272] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.408274] system 00:01: [io 0x1000-0x107f] could not be reserved
[ 0.408276] system 00:01: [io 0x1180-0x11ff] has been reserved
[ 0.408278] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.408280] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.408282] system 00:01: [io 0x1600-0x1641] has been reserved
[ 0.408284] system 00:01: [io 0x1644-0x167f] could not be reserved
[ 0.408286] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.408288] system 00:01: [mem 0xfeaff000-0xfeafffff] has been reserved
[ 0.408290] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.408292] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.408293] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.408295] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.408297] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.408300] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.408338] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.408347] pnp 00:03: [dma 4]
[ 0.408362] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.408380] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.408412] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.408436] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.408460] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.408483] pnp 00:08: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[ 0.408764] pnp 00:09: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[ 0.409616] pnp: PnP ACPI: found 10 devices
[ 0.409618] ACPI: bus type PNP unregistered
[ 0.416412] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.416428] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.416434] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.416445] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.416448] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.416454] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
[ 0.416459] pci 0000:00:1c.3: bridge window [mem 0xf2800000-0xf28fffff 64bit pref]
[ 0.416466] pci 0000:00:1e.0: PCI bridge to [bus 0e]
[ 0.416481] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.416482] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.416484] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.416486] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.416487] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.416489] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
[ 0.416491] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[ 0.416493] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.416494] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
[ 0.416496] pci_bus 0000:05: resource 2 [mem 0xf2800000-0xf28fffff 64bit pref]
[ 0.416498] pci_bus 0000:0e: resource 4 [io 0x0000-0x0cf7]
[ 0.416500] pci_bus 0000:0e: resource 5 [io 0x0d00-0xffff]
[ 0.416501] pci_bus 0000:0e: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.416503] pci_bus 0000:0e: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.416504] pci_bus 0000:0e: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.416506] pci_bus 0000:0e: resource 9 [mem 0xc0000000-0xfebfffff]
[ 0.416539] NET: Registered protocol family 2
[ 0.416725] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.416989] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.417175] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.417207] TCP: reno registered
[ 0.417219] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.417252] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.417345] NET: Registered protocol family 1
[ 0.417368] pci 0000:00:02.0: Boot video device
[ 0.417663] PCI: CLS 64 bytes, default 64
[ 0.417718] Trying to unpack rootfs image as initramfs...
[ 0.798503] Freeing initrd memory: 25468K (ffff880034e32000 - ffff880036711000)
[ 0.798519] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.798522] software IO TLB [mem 0xb727c000-0xbb27c000] (64MB) mapped at [ffff8800b727c000-ffff8800bb27bfff]
[ 0.798579] Simple Boot Flag at 0x35 set to 0x1
[ 0.798763] Scanning for low memory corruption every 60 seconds
[ 0.799075] Initialise module verification
[ 0.799118] audit: initializing netlink socket (disabled)
[ 0.799132] type=2000 audit(1381247376.624:1): initialized
[ 0.822116] bounce pool size: 64 pages
[ 0.822131] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.823310] zbud: loaded
[ 0.823445] VFS: Disk quotas dquot_6.5.2
[ 0.823476] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.823889] fuse init (API version 7.22)
[ 0.823959] msgmni has been set to 15540
[ 0.824513] Key type asymmetric registered
[ 0.824515] Asymmetric key parser 'x509' registered
[ 0.824543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.824582] io scheduler noop registered
[ 0.824583] io scheduler deadline registered (default)
[ 0.824606] io scheduler cfq registered
[ 0.825027] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.825038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.825090] intel_idle: MWAIT substates: 0x1120
[ 0.825091] intel_idle: v0.4 model 0x25
[ 0.825092] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.825807] ACPI: AC Adapter [AC] (on-line)
[ 0.825906] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.826240] ACPI: Lid Switch [LID]
[ 0.826328] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 0.826355] ACPI: Sleep Button [SLPB]
[ 0.826392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.826394] ACPI: Power Button [PWRF]
[ 0.826471] ACPI: Requesting acpi_cpufreq
[ 0.832720] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.832725] ACPI: Thermal Zone [THM0] (48 C)
[ 0.832770] GHES: HEST is not enabled!
[ 0.832954] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.835554] Linux agpgart interface v0.103
[ 0.835657] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 0.835742] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 0.836439] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 0.836613] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.838932] brd: module loaded
[ 0.839851] loop: module loaded
[ 0.840194] libphy: Fixed MDIO Bus: probed
[ 0.840256] tun: Universal TUN/TAP device driver, 1.6
[ 0.840257] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.840316] PPP generic driver version 2.4.2
[ 0.840367] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.840405] ehci-pci: EHCI PCI platform driver
[ 0.840514] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 0.840526] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.840532] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.840548] ehci-pci 0000:00:1a.0: debug port 2
[ 0.844495] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.844515] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf2728000
[ 0.853881] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.854004] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.854010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.854014] usb usb1: Product: EHCI Host Controller
[ 0.854018] usb usb1: Manufacturer: Linux 3.12.0-999-generic ehci_hcd
[ 0.854021] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.854295] hub 1-0:1.0: USB hub found
[ 0.854310] hub 1-0:1.0: 3 ports detected
[ 0.854685] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 0.854700] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.854710] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.854734] ehci-pci 0000:00:1d.0: debug port 2
[ 0.858695] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.858759] ehci-pci 0000:00:1d.0: irq 19, io mem 0xf2728400
[ 0.859862] ACPI: Battery Slot [BAT0] (battery present)
[ 0.869938] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.870162] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.870168] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.870173] usb usb2: Product: EHCI Host Controller
[ 0.870176] usb usb2: Manufacturer: Linux 3.12.0-999-generic ehci_hcd
[ 0.870180] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.870457] hub 2-0:1.0: USB hub found
[ 0.870555] hub 2-0:1.0: 3 ports detected
[ 0.871000] ehci-platform: EHCI generic platform driver
[ 0.871016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.871019] ohci-platform: OHCI generic platform driver
[ 0.871033] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.871090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.874254] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.874263] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.874484] mousedev: PS/2 mouse device common for all mice
[ 0.874913] rtc_cmos 00:06: RTC can wake from S4
[ 0.875154] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.875196] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.875318] device-mapper: uevent: version 1.0.3
[ 0.875448] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[ 0.875459] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.875693] ashmem: initialized
[ 0.875955] TCP: cubic registered
[ 0.876026] NET: Registered protocol family 10
[ 0.876192] NET: Registered protocol family 17
[ 0.876202] Key type dns_resolver registered
[ 0.876467] PM: Hibernation image not present or could not be loaded.
[ 0.876472] Loading module verification certificates
[ 0.877251] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 152f87fa785c0f1282e40c107488986d89442e1e'
[ 0.877266] registered taskstats version 1
[ 0.878410] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.880526] Key type trusted registered
[ 0.883857] Key type encrypted registered
[ 0.887239] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.887679] Magic number: 1:5:841
[ 0.887858] rtc_cmos 00:06: setting system clock to 2013-10-08 15:49:37 UTC (1381247377)
[ 0.893339] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.893340] EDD information not available.
[ 0.894556] Freeing unused kernel memory: 1340K (ffffffff81d1a000 - ffffffff81e69000)
[ 0.894559] Write protecting the kernel read-only data: 12288k
[ 0.895863] Freeing unused kernel memory: 620K (ffff880001765000 - ffff880001800000)
[ 0.897023] Freeing unused kernel memory: 612K (ffff880001b67000 - ffff880001c00000)
[ 0.910501] systemd-udevd[118]: starting version 204
[ 0.922592] wmi: Mapper loaded
[ 0.931901] pps_core: LinuxPPS API ver. 1 registered
[ 0.931904] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.932979] PTP clock support registered
[ 0.935927] ahci 0000:00:1f.2: version 3.0
[ 0.936097] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[ 0.936139] ahci: SSS flag set, parallel bus scan disabled
[ 0.936194] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
[ 0.936198] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.936205] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.937981] [drm] Initialized drm 1.1.0 20060810
[ 0.938445] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 0.938447] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[ 0.958352] scsi0 : ahci
[ 0.958588] scsi1 : ahci
[ 0.958709] scsi2 : ahci
[ 0.958801] scsi3 : ahci
[ 0.958997] scsi4 : ahci
[ 0.959085] scsi5 : ahci
[ 0.959135] ata1: SATA max UDMA/133 abar m2048@0xf2727000 port 0xf2727100 irq 40
[ 0.959142] ata2: SATA max UDMA/133 abar m2048@0xf2727000 port 0xf2727180 irq 40
[ 0.959143] ata3: DUMMY
[ 0.959145] ata4: DUMMY
[ 0.959149] ata5: SATA max UDMA/133 abar m2048@0xf2727000 port 0xf2727300 irq 40
[ 0.959152] ata6: SATA max UDMA/133 abar m2048@0xf2727000 port 0xf2727380 irq 40
[ 0.959327] e1000e 0000:00:19.0: setting latency timer to 64
[ 0.959417] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 0.959445] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[ 1.144151] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:1c:44:e2
[ 1.144155] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.144230] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: A002FF-0FF
[ 1.144692] [drm:i915_dump_device_info], i915 device info: gen=5, pciid=0x0046 flags=is_mobile,need_gfx_hws,has_fbc,has_hotplug,has_bsd_ring,
[ 1.145014] [drm] Memory usable by graphics device = 2048M
[ 1.145017] [drm:i915_gem_gtt_init], GMADR size = 256M
[ 1.145018] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[ 1.145023] i915 0000:00:02.0: setting latency timer to 64
[ 1.165934] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.175705] [drm:intel_detect_pch], Found Ibex Peak PCH
[ 1.178029] [drm:intel_opregion_setup], graphic opregion physical addr: 0xbb77e018
[ 1.178041] [drm:intel_opregion_setup], Public ACPI methods supported
[ 1.178043] [drm:intel_opregion_setup], SWSCI supported
[ 1.178045] [drm:intel_opregion_setup], ASLE supported
[ 1.178100] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[ 1.178110] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.178111] [drm] Driver supports precise vblank timestamp query.
[ 1.178113] [drm:init_vbt_defaults], Set default to SSC at 100MHz
[ 1.178115] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT IRONLAKE-MOBILEd
[ 1.178117] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 1 lvds_ssc_freq 120 display_clock_mode 1 fdi_rx_polarity_inverted 0
[ 1.178118] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[ 1.178122] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[ 1.178123] [drm:drm_mode_debug_printmodeline], Modeline 0:"1440x900" 0 106890 1440 1488 1520 1924 900 903 909 926 0x8 0xa
[ 1.178126] [drm:parse_lfp_panel_data], VBT initial LVDS value 30033c
[ 1.178128] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[ 1.178129] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[ 1.178131] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[ 1.178420] [drm:intel_dsm_pci_probe], failed to get supported _DSM functions
[ 1.178426] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at be000000
[ 1.178464] [drm:intel_print_wm_latency], Primary WM0 latency 7 (0.7 usec)
[ 1.178466] [drm:intel_print_wm_latency], Primary WM1 latency 10 (5.0 usec)
[ 1.178467] [drm:intel_print_wm_latency], Primary WM2 latency 34 (17.0 usec)
[ 1.178469] [drm:intel_print_wm_latency], Sprite WM0 latency 13 (1.3 usec)
[ 1.178470] [drm:intel_print_wm_latency], Sprite WM1 latency 10 (5.0 usec)
[ 1.178471] [drm:intel_print_wm_latency], Sprite WM2 latency 34 (17.0 usec)
[ 1.178473] [drm:intel_print_wm_latency], Cursor WM0 latency 13 (1.3 usec)
[ 1.178474] [drm:intel_print_wm_latency], Cursor WM1 latency 10 (5.0 usec)
[ 1.178475] [drm:intel_print_wm_latency], Cursor WM2 latency 34 (17.0 usec)
[ 1.178478] [drm:intel_modeset_init], 2 display pipes available.
[ 1.178489] [drm:intel_shared_dpll_init], 2 shared PLLs initialized
[ 1.191690] [drm:intel_lvds_init], using preferred mode from EDID:
[ 1.191695] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 1.191707] [drm:intel_lvds_init], detected dual-link lvds configuration
[ 1.191777] [drm:intel_panel_get_backlight], get backlight PWM = 0
[ 1.191780] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 1.191826] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 1
[ 1.205901] [drm:intel_sdvo_read_byte], i2c transfer returned -6
[ 1.205903] [drm:intel_sdvo_init], No SDVO device found on SDVOB
[ 1.205926] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus dpb. force bit now 0
[ 1.205957] [drm:intel_dp_init_connector], Adding DP connector on port B
[ 1.205977] [drm:intel_dp_i2c_init], i2c_init DPDDC-B
[ 1.208477] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7145003f
[ 1.208488] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 1.210973] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7145003f
[ 1.210983] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 1.211065] [drm:intel_dp_init_connector], Adding DP connector on port C
[ 1.211088] [drm:intel_dp_i2c_init], i2c_init DPDDC-C
[ 1.213577] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7145003f
[ 1.213589] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 1.216085] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7145003f
[ 1.216094] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 1.216130] [drm:intel_dp_init_connector], Adding DP connector on port D
[ 1.216154] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[ 1.217091] [drm:ironlake_init_pch_refclk], has_panel 1 has_lvds 1 has_ck505 1
[ 1.217095] [drm:ironlake_init_pch_refclk], Using SSC on panel
[ 1.217502] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[ 1.220810] [drm:init_status_page], render ring hws offset: 0x00001000
[ 1.220812] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[ 1.220815] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[ 1.220857] [drm:init_pipe_control], render ring pipe control offset: 0x00024000
[ 1.220862] [drm:init_status_page], bsd ring hws offset: 0x00025000
[ 1.220864] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[ 1.220866] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[ 1.220901] [drm:i915_gem_context_init], Disabling HW Contexts; old hardware
[ 1.220920] [drm:ironlake_enable_drps], fmax: 0, fmin: 10, fstart: 8
[ 1.222003] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: enabled
[ 1.222005] [drm:intel_modeset_readout_hw_state], [CRTC:5] hw state readout: disabled
[ 1.222013] [drm:intel_modeset_readout_hw_state], PCH DPLL A hw state readout: refcount 1, on 1
[ 1.222021] [drm:intel_modeset_readout_hw_state], PCH DPLL B hw state readout: refcount 0, on 0
[ 1.222024] [drm:intel_modeset_readout_hw_state], [ENCODER:8:LVDS-8] hw state readout: disabled, pipe=0
[ 1.222028] [drm:intel_modeset_readout_hw_state], [ENCODER:15:DAC-15] hw state readout: disabled, pipe=0
[ 1.222031] [drm:intel_modeset_readout_hw_state], [ENCODER:16:TMDS-16] hw state readout: disabled, pipe=0
[ 1.222036] [drm:intel_modeset_readout_hw_state], [ENCODER:20:TMDS-20] hw state readout: disabled, pipe=0
[ 1.222038] [drm:intel_modeset_readout_hw_state], [ENCODER:22:TMDS-22] hw state readout: disabled, pipe=0
[ 1.222041] [drm:intel_modeset_readout_hw_state], [ENCODER:24:TMDS-24] hw state readout: disabled, pipe=0
[ 1.222044] [drm:intel_modeset_readout_hw_state], [ENCODER:26:TMDS-26] hw state readout: disabled, pipe=0
[ 1.222049] [drm:intel_modeset_readout_hw_state], [ENCODER:28:TMDS-28] hw state readout: enabled, pipe=0
[ 1.222057] [drm:intel_modeset_readout_hw_state], [CONNECTOR:7:LVDS-1] hw state readout: disabled
[ 1.222059] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:VGA-1] hw state readout: disabled
[ 1.222063] [drm:intel_modeset_readout_hw_state], [CONNECTOR:17:HDMI-A-1] hw state readout: disabled
[ 1.222066] [drm:intel_modeset_readout_hw_state], [CONNECTOR:21:DP-1] hw state readout: disabled
[ 1.222068] [drm:intel_modeset_readout_hw_state], [CONNECTOR:23:HDMI-A-2] hw state readout: disabled
[ 1.222071] [drm:intel_modeset_readout_hw_state], [CONNECTOR:25:HDMI-A-3] hw state readout: disabled
[ 1.222073] [drm:intel_modeset_readout_hw_state], [CONNECTOR:27:DP-2] hw state readout: disabled
[ 1.222076] [drm:intel_modeset_readout_hw_state], [CONNECTOR:29:DP-3] hw state readout: enabled
[ 1.222080] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[ 1.222081] [drm:intel_dump_pipe_config], cpu_transcoder: A
[ 1.222082] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[ 1.222084] [drm:intel_dump_pipe_config], fdi/pch: 1, lanes: 4, gmch_m: 5627357, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 1.222086] [drm:intel_dump_pipe_config], requested mode:
[ 1.222087] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 720 0 0 0 400 0 0 0 0x0 0x0
[ 1.222089] [drm:intel_dump_pipe_config], adjusted mode:
[ 1.222090] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 241499 0 0 0 0 0 0 0 0 0x0 0x9
[ 1.222092] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 1.222093] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x0a0005a0, enabled
[ 1.222095] [drm:intel_dump_pipe_config], ips: 0
[ 1.222098] [drm:intel_dump_pipe_config], [CRTC:5][setup_hw_state] config for pipe B
[ 1.222099] [drm:intel_dump_pipe_config], cpu_transcoder: B
[ 1.222100] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[ 1.222102] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 1.222103] [drm:intel_dump_pipe_config], requested mode:
[ 1.222105] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 1.222106] [drm:intel_dump_pipe_config], adjusted mode:
[ 1.222108] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 1.222109] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 1.222111] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 1.222112] [drm:intel_dump_pipe_config], ips: 0
[ 1.222133] [drm:intel_connector_check_state], [CONNECTOR:29:DP-3]
[ 1.222135] [drm:check_encoder_state], [ENCODER:8:LVDS-8]
[ 1.222138] [drm:check_encoder_state], [ENCODER:15:DAC-15]
[ 1.222141] [drm:check_encoder_state], [ENCODER:16:TMDS-16]
[ 1.222143] [drm:check_encoder_state], [ENCODER:20:TMDS-20]
[ 1.222146] [drm:check_encoder_state], [ENCODER:22:TMDS-22]
[ 1.222149] [drm:check_encoder_state], [ENCODER:24:TMDS-24]
[ 1.222151] [drm:check_encoder_state], [ENCODER:26:TMDS-26]
[ 1.222154] [drm:check_encoder_state], [ENCODER:28:TMDS-28]
[ 1.222156] [drm:check_crtc_state], [CRTC:3]
[ 1.222186] [drm:check_crtc_state], [CRTC:5]
[ 1.222190] [drm:check_shared_dpll_state], PCH DPLL A
[ 1.222198] [drm:check_shared_dpll_state], PCH DPLL B
[ 1.222211] [drm:intel_crt_reset], pch crt adpa set to 0xf40000
[ 1.222223] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 1.222225] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 1.222233] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 1.222235] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 1.222237] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 1.222240] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 1.222241] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 1.222245] [drm:intel_ironlake_crt_detect_hotplug], trigger hotplug detect cycle: adpa=0xf40000
[ 1.237957] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 1.237962] [drm:intel_crt_detect], CRT not detected via hotplug
[ 1.238188] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 1.238195] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1.238198] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 1.238200] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 1.238582] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 1.238583] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 1.238584] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 1.238586] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 1.238588] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 1.238590] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 1.281986] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.282505] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.282511] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.282515] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.282902] ata1.00: ATA-7: INTEL SSDSA1M160G2LE, 2CV102L0, max UDMA/133
[ 1.282908] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.283484] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.283487] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.283489] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.283938] ata1.00: configured for UDMA/133
[ 1.284331] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA1M160 2CV1 PQ: 0 ANSI: 5
[ 1.284561] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.284579] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.284695] sd 0:0:0:0: [sda] Write Protect is off
[ 1.284698] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.284886] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.286150] sda: sda1 sda2 < sda5 >
[ 1.287408] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.293992] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[ 1.298270] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 1.298272] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.298556] hub 1-1:1.0: USB hub found
[ 1.298607] hub 1-1:1.0: 6 ports detected
[ 1.309902] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 1.309905] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 1.309908] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 1.309910] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 1.309913] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 1.309915] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 1.309916] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 1.310187] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 1.310195] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 1.310200] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 1.310204] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 1.310208] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 1.310446] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 1.310454] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 1.310459] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 1.310463] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 1.310467] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 1.310472] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 1.310475] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 1.310478] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 1.310826] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 1.311817] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.334351] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.357204] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.357207] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 1.358037] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.380906] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.403588] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 1.403635] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 1.403637] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 1.403648] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 1.403650] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.403653] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 1.403656] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 1.403659] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 1.403662] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 1.403665] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 1.403668] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 1.403671] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 1.403674] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 1.403677] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 1.403680] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 1.403683] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 1.403686] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 1.403689] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 1.403692] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 1.403695] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 1.403698] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 1.403701] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 1.403704] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 1.403707] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 1.403710] [drm:drm_setup_crtcs],
[ 1.403713] [drm:drm_enable_connectors], connector 7 enabled? yes
[ 1.403714] [drm:drm_enable_connectors], connector 14 enabled? no
[ 1.403716] [drm:drm_enable_connectors], connector 17 enabled? no
[ 1.403718] [drm:drm_enable_connectors], connector 21 enabled? no
[ 1.403719] [drm:drm_enable_connectors], connector 23 enabled? no
[ 1.403721] [drm:drm_enable_connectors], connector 25 enabled? no
[ 1.403723] [drm:drm_enable_connectors], connector 27 enabled? no
[ 1.403724] [drm:drm_enable_connectors], connector 29 enabled? yes
[ 1.403727] [drm:drm_target_preferred], looking for cmdline mode on connector 7
[ 1.403728] [drm:drm_target_preferred], looking for preferred mode on connector 7
[ 1.403730] [drm:drm_target_preferred], found mode 1440x900
[ 1.403732] [drm:drm_target_preferred], looking for cmdline mode on connector 29
[ 1.403733] [drm:drm_target_preferred], looking for preferred mode on connector 29
[ 1.403735] [drm:drm_target_preferred], found mode 2560x1440
[ 1.403736] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[ 1.403740] [drm:drm_setup_crtcs], desired mode 1440x900 set on crtc 3
[ 1.403742] [drm:drm_setup_crtcs], desired mode 2560x1440 set on crtc 5
[ 1.403746] [drm:i915_gem_object_create_stolen], creating stolen object: size=e10000
[ 1.403751] [drm:i915_pages_create_for_stolen], offset=0x40000, size=14745600
[ 1.409564] [drm:intelfb_create], allocated 2560x1440 fb: 0x00047000, bo ffff88022a1b6000
[ 1.409629] fbcon: inteldrmfb (fb0) is primary device
[ 1.409922] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.410162] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 1.410165] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[ 1.410166] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[ 1.410168] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 1.410170] [drm:drm_mode_debug_printmodeline], Modeline 50:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 1.410171] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[ 1.410172] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 1.410173] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [NOCRTC]
[ 1.410174] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 1.410175] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.410176] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 1.410177] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 1.410179] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[ 1.410181] [drm:connected_sink_compute_bpp], [CONNECTOR:7:LVDS-1] checking for sink bpp constrains
[ 1.410184] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[ 1.410187] [drm:ironlake_check_fdi_lanes], checking fdi config on pipe A, lanes 1
[ 1.410188] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[ 1.410189] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[ 1.410190] [drm:intel_dump_pipe_config], cpu_transcoder: A
[ 1.410190] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[ 1.410192] [drm:intel_dump_pipe_config], fdi/pch: 1, lanes: 1, gmch_m: 3736076, gmch_n: 4194304, link_m: 207559, link_n: 524288, tu: 64
[ 1.410192] [drm:intel_dump_pipe_config], requested mode:
[ 1.410194] [drm:drm_mode_debug_printmodeline], Modeline 0:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 1.410195] [drm:intel_dump_pipe_config], adjusted mode:
[ 1.410196] [drm:drm_mode_debug_printmodeline], Modeline 0:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 1.410197] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 1.410198] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 1.410199] [drm:intel_dump_pipe_config], ips: 0
[ 1.410382] [drm:intel_dp_link_down],
[ 1.418382] [drm:ibx_irq_handler], PCH transcoder A FIFO underrun
[ 1.533907] ------------[ cut here ]------------
[ 1.533936] WARNING: CPU: 2 PID: 121 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:844 intel_wait_for_pipe_off+0x1e1/0x1f0 [i915]()
[ 1.533936] pipe_off wait timed out
[ 1.533943] Modules linked in: mxm_wmi i915(+) i2c_algo_bit drm_kms_helper e1000e drm ahci libahci ptp pps_core video wmi
[ 1.533946] CPU: 2 PID: 121 Comm: systemd-udevd Not tainted 3.12.0-999-generic #201310070425
[ 1.533947] Hardware name: LENOVO 2901CTO/2901CTO, BIOS 6UET68WW (1.48 ) 12/12/2011
[ 1.533949] 000000000000034c ffff880036069448 ffffffff817478f3 0000000000000082
[ 1.533951] ffff880036069498 ffff880036069488 ffffffff8106759c ffff88022fa3c000
[ 1.533953] ffff88022a13c000 0000000000070008 00000000fffedc5b ffff880036069fd8
[ 1.533953] Call Trace:
[ 1.533961] [<ffffffff817478f3>] dump_stack+0x46/0x58
[ 1.533966] [<ffffffff8106759c>] warn_slowpath_common+0x8c/0xc0
[ 1.533968] [<ffffffff81067686>] warn_slowpath_fmt+0x46/0x50
[ 1.533983] [<ffffffffa012c1d1>] intel_wait_for_pipe_off+0x1e1/0x1f0 [i915]
[ 1.533998] [<ffffffffa012c293>] intel_disable_pipe+0xb3/0xc0 [i915]
[ 1.534012] [<ffffffffa012ec02>] ironlake_crtc_disable+0xd2/0x2a0 [i915]
[ 1.534027] [<ffffffffa01319b8>] __intel_set_mode+0x168/0x370 [i915]
[ 1.534042] [<ffffffffa0133816>] intel_set_mode+0x16/0x30 [i915]
[ 1.534057] [<ffffffffa0133acd>] intel_crtc_set_config+0x29d/0x310 [i915]
[ 1.534062] [<ffffffff814716a9>] ? set_inverse_transl+0x109/0x150
[ 1.534074] [<ffffffffa00525dc>] drm_mode_set_config_internal+0x5c/0xe0 [drm]
[ 1.534078] [<ffffffffa008f496>] drm_fb_helper_set_par+0x66/0xe0 [drm_kms_helper]
[ 1.534081] [<ffffffff813f364c>] fbcon_init+0x52c/0x5b0
[ 1.534082] [<ffffffff814727ec>] visual_init+0xbc/0x120
[ 1.534084] [<ffffffff8147549a>] do_bind_con_driver+0x16a/0x320
[ 1.534086] [<ffffffff81475801>] do_take_over_console+0x61/0x70
[ 1.534089] [<ffffffff813f179b>] do_fbcon_takeover+0x5b/0xb0
[ 1.534090] [<ffffffff813f6535>] fbcon_event_notify+0x3c5/0x3f0
[ 1.534093] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 1.534096] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 1.534098] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 1.534099] [<ffffffff813e657b>] fb_notifier_call_chain+0x1b/0x20
[ 1.534101] [<ffffffff813e8647>] do_register_framebuffer+0x1c7/0x2f0
[ 1.534103] [<ffffffff813e8795>] register_framebuffer+0x25/0x40
[ 1.534105] [<ffffffffa008d977>] drm_fb_helper_single_fb_probe+0x187/0x2f0 [drm_kms_helper]
[ 1.534107] [<ffffffffa008f2e4>] drm_fb_helper_initial_config+0x94/0xd0 [drm_kms_helper]
[ 1.534127] [<ffffffffa0156a11>] intel_fbdev_initial_config+0x21/0x30 [i915]
[ 1.534137] [<ffffffffa00f8a45>] i915_load_modeset_init+0x1e5/0x220 [i915]
[ 1.534148] [<ffffffffa00fb4d8>] i915_driver_load+0x678/0x7a0 [i915]
[ 1.534155] [<ffffffffa004d50d>] drm_get_pci_dev+0x13d/0x310 [drm]
[ 1.534166] [<ffffffffa00f75e6>] i915_pci_probe+0x36/0x70 [i915]
[ 1.534169] [<ffffffff813bb54b>] local_pci_probe+0x4b/0x80
[ 1.534171] [<ffffffff813bce39>] __pci_device_probe+0xd9/0xe0
[ 1.534173] [<ffffffff813bce7a>] pci_device_probe+0x3a/0x60
[ 1.534176] [<ffffffff814a4b0f>] really_probe+0x7f/0x350
[ 1.534177] [<ffffffff814a4f67>] driver_probe_device+0x47/0xa0
[ 1.534178] [<ffffffff814a506b>] __driver_attach+0xab/0xb0
[ 1.534180] [<ffffffff814a4fc0>] ? driver_probe_device+0xa0/0xa0
[ 1.534181] [<ffffffff814a2c8e>] bus_for_each_dev+0x5e/0x90
[ 1.534183] [<ffffffff814a46be>] driver_attach+0x1e/0x20
[ 1.534185] [<ffffffff814a410c>] bus_add_driver+0x10c/0x2c0
[ 1.534186] [<ffffffffa01ac000>] ? 0xffffffffa01abfff
[ 1.534188] [<ffffffff814a5784>] driver_register+0x64/0xf0
[ 1.534189] [<ffffffffa01ac000>] ? 0xffffffffa01abfff
[ 1.534191] [<ffffffff813bbd8c>] __pci_register_driver+0x4c/0x50
[ 1.534197] [<ffffffffa004d7fa>] drm_pci_init+0x11a/0x130 [drm]
[ 1.534198] [<ffffffffa01ac000>] ? 0xffffffffa01abfff
[ 1.534208] [<ffffffffa01ac066>] i915_init+0x66/0x68 [i915]
[ 1.534211] [<ffffffff8100212a>] do_one_initcall+0xfa/0x1b0
[ 1.534213] [<ffffffff81059903>] ? set_memory_nx+0x43/0x50
[ 1.534215] [<ffffffff8173b82a>] do_init_module+0x80/0x1d1
[ 1.534219] [<ffffffff810dcce9>] load_module+0x4c9/0x5f0
[ 1.534220] [<ffffffff810da4c0>] ? add_kallsyms+0x210/0x210
[ 1.534222] [<ffffffff810dcec4>] SyS_init_module+0xb4/0x100
[ 1.534224] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 1.534225] ---[ end trace 3ac87b2b8d6b4553 ]---
[ 1.541920] [drm:intel_disable_shared_dpll], disable PCH DPLL A (active 1, on? 1) for crtc 3
[ 1.541928] [drm:intel_disable_shared_dpll], disabling PCH DPLL A
[ 1.542327] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 1.542329] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.542414] [drm:intel_update_fbc], no output, disabling
[ 1.542419] [drm:ironlake_get_refclk], using SSC reference clock of 120 MHz
[ 1.542445] [drm:intel_get_shared_dpll], CRTC:3 dropping existing PCH DPLL A
[ 1.542447] [drm:intel_get_shared_dpll], CRTC:3 using pre-allocated PCH DPLL A
[ 1.542448] [drm:intel_get_shared_dpll], using PCH DPLL A for pipe A
[ 1.542449] [drm:intel_get_shared_dpll], setting up PCH DPLL A
[ 1.542469] [drm:ironlake_update_plane], Writing base 00047000 00000000 0 0 10240
[ 1.542479] [drm:intel_crtc_mode_set], [ENCODER:8:LVDS-8] set [MODE:0:1440x900]
[ 1.542481] [drm:ironlake_update_wm], FIFO watermarks For pipe A - plane 7, cursor: 6
[ 1.542485] [drm:ironlake_check_srwm], watermark 1: display plane 36, fbc lines 3, cursor 6
[ 1.542487] [drm:ironlake_check_srwm], watermark 2: display plane 116, fbc lines 4, cursor 10
[ 1.542588] hub 2-1:1.0: USB hub found
[ 1.542635] hub 2-1:1.0: 8 ports detected
[ 1.602022] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.604863] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.605581] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.606013] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 1.607377] ata2.00: ATAPI: MATSHITADVD-RAM UJ892, SB01, max UDMA/100
[ 1.611039] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.611890] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.613490] ata2.00: configured for UDMA/100
[ 1.614224] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[ 1.617393] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ892 SB01 PQ: 0 ANSI: 5
[ 1.619478] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.619480] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.619736] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.619814] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 1.670016] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 1.670329] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x700
[ 1.670330] [drm:ironlake_fdi_link_train], FDI train 1 done.
[ 1.670485] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x600
[ 1.670486] [drm:ironlake_fdi_link_train], FDI train 2 done.
[ 1.670486] [drm:ironlake_fdi_link_train], FDI train done
[ 1.670487] [drm:ironlake_enable_shared_dpll], enable PCH DPLL A (active 0, on? 0)for crtc 3
[ 1.670488] [drm:ironlake_enable_shared_dpll], enabling PCH DPLL A
[ 1.671854] [drm:intel_update_fbc], disabled per chip default
[ 1.678004] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 1.678009] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4437
[ 1.688586] [drm:ibx_irq_handler], PCH transcoder A FIFO underrun
[ 1.693973] [drm:intel_connector_check_state], [CONNECTOR:7:LVDS-1]
[ 1.693991] [drm:check_encoder_state], [ENCODER:8:LVDS-8]
[ 1.693995] [drm:check_encoder_state], [ENCODER:15:DAC-15]
[ 1.693999] [drm:check_encoder_state], [ENCODER:16:TMDS-16]
[ 1.694003] [drm:check_encoder_state], [ENCODER:20:TMDS-20]
[ 1.694007] [drm:check_encoder_state], [ENCODER:22:TMDS-22]
[ 1.694010] [drm:check_encoder_state], [ENCODER:24:TMDS-24]
[ 1.694014] [drm:check_encoder_state], [ENCODER:26:TMDS-26]
[ 1.694018] [drm:check_encoder_state], [ENCODER:28:TMDS-28]
[ 1.694022] [drm:check_crtc_state], [CRTC:3]
[ 1.694044] [drm:check_crtc_state], [CRTC:5]
[ 1.694048] [drm:check_shared_dpll_state], PCH DPLL A
[ 1.694054] [drm:check_shared_dpll_state], PCH DPLL B
[ 1.694062] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 1.694065] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[ 1.694067] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[ 1.694071] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 1.694076] [drm:drm_mode_debug_printmodeline], Modeline 52:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.694078] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=1, fb_changed=0
[ 1.694080] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 1.694082] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.694085] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 1.694087] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 1.694090] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[ 1.694094] [drm:connected_sink_compute_bpp], [CONNECTOR:29:DP-3] checking for sink bpp constrains
[ 1.694101] [drm:intel_dp_compute_config], DP link computation with max lane count 4 max bw 0a pixel clock 241500KHz
[ 1.694104] [drm:intel_dp_compute_config], DP link bw 0a lane count 4 clock 270000 bpp 24
[ 1.694105] [drm:intel_dp_compute_config], DP link bw required 579600 available 864000
[ 1.694107] [drm:ironlake_check_fdi_lanes], checking fdi config on pipe B, lanes 3
[ 1.694108] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[ 1.694109] [drm:intel_dump_pipe_config], [CRTC:5][modeset] config for pipe B
[ 1.694109] [drm:intel_dump_pipe_config], cpu_transcoder: B
[ 1.694110] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[ 1.694111] [drm:intel_dump_pipe_config], fdi/pch: 1, lanes: 3, gmch_m: 7503143, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 1.694112] [drm:intel_dump_pipe_config], requested mode:
[ 1.694113] [drm:drm_mode_debug_printmodeline], Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.694114] [drm:intel_dump_pipe_config], adjusted mode:
[ 1.694115] [drm:drm_mode_debug_printmodeline], Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.694116] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 1.694117] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 1.694118] [drm:intel_dump_pipe_config], ips: 0
[ 1.694136] [drm:intel_get_shared_dpll], CRTC:5 using pre-allocated PCH DPLL B
[ 1.694137] [drm:intel_get_shared_dpll], using PCH DPLL B for pipe B
[ 1.694138] [drm:intel_get_shared_dpll], setting up PCH DPLL B
[ 1.694154] [drm:ironlake_update_plane], Writing base 00047000 00000000 0 0 10240
[ 1.694159] [drm:ironlake_update_wm], FIFO watermarks For pipe A - plane 7, cursor: 6
[ 1.694162] [drm:ironlake_check_srwm], watermark 1: display plane 36, fbc lines 3, cursor 6
[ 1.694163] [drm:ironlake_check_srwm], watermark 2: display plane 116, fbc lines 4, cursor 10
[ 1.694165] [drm:intel_crtc_mode_set], [ENCODER:28:TMDS-28] set [MODE:0:2560x1440]
[ 1.694168] [drm:intel_dp_mode_set], Enabling DP audio on pipe B
[ 1.694169] [drm:intel_write_eld], ELD on [CONNECTOR:29:DP-3], [ENCODER:28:TMDS-28]
[ 1.694170] [drm:ironlake_write_eld], ELD on pipe B
[ 1.694172] [drm:ironlake_write_eld], Audio directed to unknown port
[ 1.694173] [drm:ironlake_write_eld], ELD: DisplayPort detected
[ 1.694180] [drm:ironlake_write_eld], ELD size 8
[ 1.694186] [drm:ironlake_update_wm], FIFO watermarks For pipe A - plane 7, cursor: 6
[ 1.694187] [drm:ironlake_update_wm], FIFO watermarks For pipe B - plane 13, cursor: 6
[ 1.707443] usb 1-1.3: New USB device found, idVendor=147e, idProduct=2016
[ 1.707446] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.707449] usb 1-1.3: Product: Biometric Coprocessor
[ 1.707451] usb 1-1.3: Manufacturer: UPEK
[ 1.758004] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 1.778220] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[ 1.798020] tsc: Refined TSC clocksource calibration: 2659.999 MHz
[ 1.822015] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 1.822326] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x100
[ 1.822327] [drm:ironlake_fdi_link_train], FDI train 1 done.
[ 1.822482] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x600
[ 1.822483] [drm:ironlake_fdi_link_train], FDI train 2 done.
[ 1.822483] [drm:ironlake_fdi_link_train], FDI train done
[ 1.822484] [drm:ironlake_enable_shared_dpll], enable PCH DPLL B (active 0, on? 0)for crtc 5
[ 1.822485] [drm:ironlake_enable_shared_dpll], enabling PCH DPLL B
[ 1.823852] [drm:intel_update_fbc], more than one pipe active, disabling compression
[ 1.824276] [drm:ibx_irq_handler], PCH transcoder B FIFO underrun
[ 1.824319] [drm:intel_dp_set_signal_levels], Using signal levels 00000000
[ 1.825004] [drm:intel_dp_start_link_train], clock recovery OK
[ 1.825006] [drm:intel_dp_set_signal_levels], Using signal levels 00000000
[ 1.825989] [drm:intel_dp_complete_link_train], Channel EQ done. DP Training successful
[ 1.849951] [drm:intel_connector_check_state], [CONNECTOR:7:LVDS-1]
[ 1.849965] [drm:intel_connector_check_state], [CONNECTOR:29:DP-3]
[ 1.849967] [drm:check_encoder_state], [ENCODER:8:LVDS-8]
[ 1.849970] [drm:check_encoder_state], [ENCODER:15:DAC-15]
[ 1.849972] [drm:check_encoder_state], [ENCODER:16:TMDS-16]
[ 1.849975] [drm:check_encoder_state], [ENCODER:20:TMDS-20]
[ 1.849977] [drm:check_encoder_state], [ENCODER:22:TMDS-22]
[ 1.849980] [drm:check_encoder_state], [ENCODER:24:TMDS-24]
[ 1.849982] [drm:check_encoder_state], [ENCODER:26:TMDS-26]
[ 1.849985] [drm:check_encoder_state], [ENCODER:28:TMDS-28]
[ 1.849987] [drm:check_crtc_state], [CRTC:3]
[ 1.850005] [drm:check_crtc_state], [CRTC:5]
[ 1.850026] [drm:check_shared_dpll_state], PCH DPLL A
[ 1.850032] [drm:check_shared_dpll_state], PCH DPLL B
[ 1.850063] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 1.850065] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 1.850066] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.850067] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 1.850068] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 1.850069] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 1.850070] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.850071] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 1.853059] Console: switching to colour frame buffer device 180x56
[ 1.853063] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 1.853064] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 1.853065] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.853066] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 1.853067] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 1.853068] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 1.853069] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 1.853070] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 1.856169] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.856171] i915 0000:00:02.0: registered panic notifier
[ 1.856176] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io:owns=io
[ 1.862309] [drm:asle_set_backlight], bclp = 0x80000007
[ 1.862315] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 1.862317] [drm:intel_panel_actually_set_backlight], set backlight PWM = 119
[ 1.862320] [drm:asle_set_pwm_freq], PWM freq is not supported
[ 1.862760] [drm:asle_set_backlight], bclp = 0x800000ff
[ 1.862764] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 1.862962] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4335
[ 1.862964] [drm:asle_set_pwm_freq], PWM freq is not supported
[ 1.863052] acpi device:02: registered as cooling_device4
[ 1.864705] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 1.864749] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 1.864894] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.874618] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=217f
[ 1.874624] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.874628] usb 1-1.4: Product: Broadcom Bluetooth Device
[ 1.874632] usb 1-1.4: Manufacturer: Broadcom Corp
[ 1.874636] usb 1-1.4: SerialNumber: 5CAC4CCC4555
[ 1.938059] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.946311] usb 1-1.5: new high-speed USB device number 5 using ehci-pci
[ 2.038499] usb 1-1.5: New USB device found, idVendor=17ef, idProduct=100a
[ 2.038504] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.038937] hub 1-1.5:1.0: USB hub found
[ 2.039100] hub 1-1.5:1.0: 6 ports detected
[ 2.110335] usb 1-1.6: new high-speed USB device number 6 using ehci-pci
[ 2.208037] usb 1-1.6: New USB device found, idVendor=17ef, idProduct=480d
[ 2.208043] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.208048] usb 1-1.6: Product: Integrated Camera
[ 2.208051] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[ 2.258069] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.278097] usb 2-1.6: new high-speed USB device number 3 using ehci-pci
[ 2.376811] usb 2-1.6: New USB device found, idVendor=05e3, idProduct=0715
[ 2.376818] usb 2-1.6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[ 2.376822] usb 2-1.6: Product: USB Reader
[ 2.376826] usb 2-1.6: Manufacturer: Genesys
[ 2.376829] usb 2-1.6: SerialNumber: 000000009407
[ 2.380608] usb-storage 2-1.6:1.0: USB Mass Storage device detected
[ 2.380705] scsi6 : usb-storage 2-1.6:1.0
[ 2.380766] usbcore: registered new interface driver usb-storage
[ 2.450246] usb 1-1.5.4: new full-speed USB device number 7 using ehci-pci
[ 2.546263] usb 1-1.5.4: New USB device found, idVendor=046d, idProduct=c52b
[ 2.546271] usb 1-1.5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.546277] usb 1-1.5.4: Product: USB Receiver
[ 2.546282] usb 1-1.5.4: Manufacturer: Logitech
[ 2.551702] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.558130] usbcore: registered new interface driver usbhid
[ 2.558133] usbhid: USB HID core driver
[ 2.561250] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.5.4/input2
[ 2.564207] input: Logitech Unifying Device. Wireless PID:1024 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4:1.2/0003:046D:C52B.0003/input/input5
[ 2.564348] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1024] on usb-0000:00:1a.0-1.5.4:1
[ 2.564800] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 2.564807] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 2.564810] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.564812] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.564815] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 2.564817] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 2.564818] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.564819] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.566312] input: Logitech Unifying Device. Wireless PID:2011 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4:1.2/0003:046D:C52B.0003/input/input6
[ 2.566387] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2011] on usb-0000:00:1a.0-1.5.4:2
[ 2.630076] [drm:i915_driver_open],
[ 2.630093] [drm:intel_crtc_cursor_set], cursor off
[ 2.630097] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 2.630103] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 2.630105] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.630107] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.630109] [drm:intel_crtc_cursor_set], cursor off
[ 2.630111] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 2.630113] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 2.630114] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.630115] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.630121] [drm:i915_driver_open],
[ 2.630125] [drm:intel_crtc_cursor_set], cursor off
[ 2.630126] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 2.630128] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 2.630130] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.630131] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.630132] [drm:intel_crtc_cursor_set], cursor off
[ 2.630133] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 2.630135] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 2.630136] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.630138] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.630142] [drm:i915_driver_open],
[ 2.630215] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 2.630217] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 2.630221] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 2.630224] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 2.630226] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 2.630238] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 2.630240] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 2.630243] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 2.630245] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 2.633572] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 2.633581] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 2.633583] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 2.633588] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 2.633589] [drm:intel_crt_detect], CRT not detected via hotplug
[ 2.633855] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 2.633864] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 2.633868] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 2.633871] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 2.634131] usb 1-1.5.6: new high-speed USB device number 8 using ehci-pci
[ 2.634337] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 2.634339] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 2.634341] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 2.634343] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 2.634384] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 2.634387] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 2.634389] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 2.634392] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 2.634396] [drm:intel_crt_detect], CRT not detected via hotplug
[ 2.634605] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 2.634611] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 2.634615] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 2.634617] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 2.634993] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 2.634995] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 2.634996] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 2.634997] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 2.635005] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 2.635007] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 2.635009] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 2.650050] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 2.650052] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 2.650055] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 2.650056] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 2.650058] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 2.666034] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 2.666036] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 2.666039] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 2.666041] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 2.666043] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 2.666047] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 2.666048] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 2.666050] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 2.666051] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 2.666054] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 2.666056] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 2.666058] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 2.666059] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 2.666298] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 2.666306] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 2.666310] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 2.666319] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 2.666323] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 2.666326] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 2.666603] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 2.666613] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 2.666617] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 2.666628] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 2.666633] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 2.666636] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 2.666850] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 2.666858] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 2.666863] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 2.666871] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 2.666875] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 2.666879] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 2.667079] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 2.667085] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 2.667089] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 2.667098] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 2.667102] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 2.667105] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 2.667110] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 2.667114] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 2.667118] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 2.667121] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 2.667126] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 2.667130] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 2.667134] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 2.667140] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 2.667501] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 2.668464] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.690818] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.713233] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.713236] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 2.714036] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.726378] usb 1-1.5.6: New USB device found, idVendor=0451, idProduct=8042
[ 2.726381] usb 1-1.5.6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.726663] hub 1-1.5.6:1.0: USB hub found
[ 2.726747] hub 1-1.5.6:1.0: 4 ports detected
[ 2.736307] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.758648] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 2.758700] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 2.758702] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 2.758716] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 2.758718] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 2.758722] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 2.758725] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 2.758728] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 2.758731] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 2.758734] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 2.758737] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 2.758740] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 2.758743] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 2.758746] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 2.758749] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 2.758752] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 2.758755] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 2.758758] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 2.758761] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 2.758764] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 2.758767] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 2.758770] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 2.758773] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 2.758776] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 2.758784] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 2.771194] [drm:drm_mode_addfb], [FB:54]
[ 2.798134] Switched to clocksource tsc
[ 2.809488] [drm:drm_mode_addfb], [FB:54]
[ 2.809566] [drm:drm_mode_addfb], [FB:55]
[ 2.809627] [drm:intel_crtc_set_config], [CRTC:3] [FB:53] #connectors=1 (x y) (0 0)
[ 2.809633] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 2.809636] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.809637] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.809639] [drm:intel_crtc_set_config], [CRTC:5] [FB:53] #connectors=1 (x y) (0 0)
[ 2.809640] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 2.809641] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.809642] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.840637] [drm:drm_mode_setcrtc], [CRTC:3]
[ 2.840646] [drm:drm_mode_setcrtc], [CONNECTOR:7:LVDS-1]
[ 2.840649] [drm:intel_crtc_set_config], [CRTC:3] [FB:54] #connectors=1 (x y) (0 0)
[ 2.840656] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=1
[ 2.840660] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.840662] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.849058] [drm:ironlake_update_plane], Writing base 00E57000 00000000 0 0 5760
[ 2.865428] [drm:drm_mode_setcrtc], [CRTC:3]
[ 2.865441] [drm:drm_mode_setcrtc], [CONNECTOR:7:LVDS-1]
[ 2.865444] [drm:intel_crtc_set_config], [CRTC:3] [FB:54] #connectors=1 (x y) (0 0)
[ 2.865451] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[ 2.865454] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.865455] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.865497] [drm:drm_mode_setcrtc], [CRTC:5]
[ 2.865499] [drm:drm_mode_setcrtc], [CONNECTOR:29:DP-3]
[ 2.865500] [drm:intel_crtc_set_config], [CRTC:5] [FB:55] #connectors=1 (x y) (0 0)
[ 2.865502] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=1
[ 2.865504] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.865505] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.881400] [drm:ironlake_update_plane], Writing base 01349000 00000000 0 0 10240
[ 2.890032] raid6: sse2x1 6371 MB/s
[ 2.903539] [drm:drm_mode_setcrtc], [CRTC:5]
[ 2.903552] [drm:drm_mode_setcrtc], [CONNECTOR:29:DP-3]
[ 2.903555] [drm:intel_crtc_set_config], [CRTC:5] [FB:55] #connectors=1 (x y) (0 0)
[ 2.903561] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[ 2.903564] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 2.903565] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 2.958065] raid6: sse2x2 8905 MB/s
[ 2.998185] usb 1-1.5.6.1: new low-speed USB device number 9 using ehci-pci
[ 3.026073] raid6: sse2x4 9893 MB/s
[ 3.026075] raid6: using algorithm sse2x4 (9893 MB/s)
[ 3.026076] raid6: using ssse3x2 recovery algorithm
[ 3.027274] xor: measuring software checksum speed
[ 3.066073] prefetch64-sse: 13248.000 MB/sec
[ 3.095562] usb 1-1.5.6.1: New USB device found, idVendor=046d, idProduct=c025
[ 3.095565] usb 1-1.5.6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.095568] usb 1-1.5.6.1: Product: USB-PS/2 Optical Mouse
[ 3.095570] usb 1-1.5.6.1: Manufacturer: B16_b_02
[ 3.100575] input: B16_b_02 USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6.1/1-1.5.6.1:1.0/input/input7
[ 3.100692] hid-generic 0003:046D:C025.0006: input,hidraw3: USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.5.6.1/input0
[ 3.106046] generic_sse: 11666.000 MB/sec
[ 3.106049] xor: using function: prefetch64-sse (13248.000 MB/sec)
[ 3.117138] bio: create slab <bio-1> at 1
[ 3.117500] Btrfs loaded
[ 3.143123] sr 1:0:0:0: [sr0]
[ 3.143130] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.143134] sr 1:0:0:0: [sr0]
[ 3.143137] Sense Key : Illegal Request [current]
[ 3.143143] Info fld=0x20
[ 3.143146] sr 1:0:0:0: [sr0]
[ 3.143152] Add. Sense: Illegal mode for this track
[ 3.143156] sr 1:0:0:0: [sr0] CDB:
[ 3.143158] Read(10): 28 00 00 00 00 20 00 00 02 00
[ 3.143171] end_request: I/O error, dev sr0, sector 128
[ 3.143176] Buffer I/O error on device sr0, logical block 32
[ 3.143180] Buffer I/O error on device sr0, logical block 33
[ 3.146502] sr 1:0:0:0: [sr0]
[ 3.146508] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.146512] sr 1:0:0:0: [sr0]
[ 3.146514] Sense Key : Illegal Request [current]
[ 3.146519] Info fld=0x20
[ 3.146522] sr 1:0:0:0: [sr0]
[ 3.146527] Add. Sense: Illegal mode for this track
[ 3.146531] sr 1:0:0:0: [sr0] CDB:
[ 3.146533] Read(10): 28 00 00 00 00 20 00 00 01 00
[ 3.146545] end_request: I/O error, dev sr0, sector 128
[ 3.146549] Buffer I/O error on device sr0, logical block 32
[ 3.149729] sr 1:0:0:0: [sr0]
[ 3.149734] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.149738] sr 1:0:0:0: [sr0]
[ 3.149740] Sense Key : Illegal Request [current]
[ 3.149745] Info fld=0x21
[ 3.149748] sr 1:0:0:0: [sr0]
[ 3.149753] Add. Sense: Illegal mode for this track
[ 3.149757] sr 1:0:0:0: [sr0] CDB:
[ 3.149759] Read(10): 28 00 00 00 00 21 00 00 01 00
[ 3.149771] end_request: I/O error, dev sr0, sector 132
[ 3.149775] Buffer I/O error on device sr0, logical block 33
[ 3.153258] sr 1:0:0:0: [sr0]
[ 3.153262] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.153265] sr 1:0:0:0: [sr0]
[ 3.153267] Sense Key : Illegal Request [current]
[ 3.153271] Info fld=0x8000
[ 3.153274] sr 1:0:0:0: [sr0]
[ 3.153279] Add. Sense: Illegal mode for this track
[ 3.153283] sr 1:0:0:0: [sr0] CDB:
[ 3.153284] Read(10): 28 00 00 00 80 00 00 00 02 00
[ 3.153296] end_request: I/O error, dev sr0, sector 131072
[ 3.153300] Buffer I/O error on device sr0, logical block 32768
[ 3.153303] Buffer I/O error on device sr0, logical block 32769
[ 3.156748] sr 1:0:0:0: [sr0]
[ 3.156753] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.156756] sr 1:0:0:0: [sr0]
[ 3.156758] Sense Key : Illegal Request [current]
[ 3.156763] Info fld=0x8000
[ 3.156766] sr 1:0:0:0: [sr0]
[ 3.156770] Add. Sense: Illegal mode for this track
[ 3.156774] sr 1:0:0:0: [sr0] CDB:
[ 3.156776] Read(10): 28 00 00 00 80 00 00 00 01 00
[ 3.156788] end_request: I/O error, dev sr0, sector 131072
[ 3.156792] Buffer I/O error on device sr0, logical block 32768
[ 3.160077] sr 1:0:0:0: [sr0]
[ 3.160081] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 3.160084] sr 1:0:0:0: [sr0]
[ 3.160086] Sense Key : Illegal Request [current]
[ 3.160090] Info fld=0x8001
[ 3.160093] sr 1:0:0:0: [sr0]
[ 3.160098] Add. Sense: Illegal mode for this track
[ 3.160102] sr 1:0:0:0: [sr0] CDB:
[ 3.160104] Read(10): 28 00 00 00 80 01 00 00 01 00
[ 3.160115] end_request: I/O error, dev sr0, sector 131076
[ 3.160119] Buffer I/O error on device sr0, logical block 32769
[ 3.170170] usb 1-1.5.6.2: new full-speed USB device number 10 using ehci-pci
[ 3.171353] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.266974] usb 1-1.5.6.2: New USB device found, idVendor=08bb, idProduct=2900
[ 3.266982] usb 1-1.5.6.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.266984] usb 1-1.5.6.2: Product: USB Audio CODEC
[ 3.266985] usb 1-1.5.6.2: Manufacturer: Burr-Brown from TI
[ 3.268415] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6.2/1-1.5.6.2:1.3/input/input8
[ 3.268683] hid-generic 0003:08BB:2900.0007: input,hidraw4: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:1a.0-1.5.6.2/input3
[ 3.338204] usb 1-1.5.6.3: new low-speed USB device number 11 using ehci-pci
[ 3.380765] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9407 PQ: 0 ANSI: 0
[ 3.381017] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 3.382574] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 3.433079] usb 1-1.5.6.3: New USB device found, idVendor=0430, idProduct=0005
[ 3.433084] usb 1-1.5.6.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.435849] input: HID 0430:0005 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6.3/1-1.5.6.3:1.0/input/input9
[ 3.435949] hid-generic 0003:0430:0005.0008: input,hidraw5: USB HID v1.00 Keyboard [HID 0430:0005] on usb-0000:00:1a.0-1.5.6.3/input0
[ 3.566802] systemd-udevd[338]: starting version 204
[ 3.610763] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 3.630167] lp: driver loaded but no devices found
[ 3.645931] mei_me 0000:00:16.0: setting latency timer to 64
[ 3.645991] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
[ 3.654221] tpm_tis 00:09: 1.2 TPM (device-id 0x0, rev-id 78)
[ 3.714186] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
[ 3.821178] ACPI Warning: 0x0000000000001028-0x000000000000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20130725/utaddress-251)
[ 3.821187] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.821191] ACPI Warning: 0x00000000000011c0-0x00000000000011cf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
[ 3.821194] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.821196] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
[ 3.821199] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.821200] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
[ 3.821203] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.821205] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 3.828275] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 3.829715] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 3.843532] type=1400 audit(1381247380.453:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=427 comm="apparmor_parser"
[ 3.891319] Bluetooth: Core ver 2.16
[ 3.891346] NET: Registered protocol family 31
[ 3.891348] Bluetooth: HCI device and connection manager initialized
[ 3.891361] Bluetooth: HCI socket layer initialized
[ 3.891364] Bluetooth: L2CAP socket layer initialized
[ 3.891371] Bluetooth: SCO socket layer initialized
[ 3.895052] cfg80211: Calling CRDA to update world regulatory domain
[ 3.905665] usbcore: registered new interface driver btusb
[ 3.928137] Intel(R) Wireless WiFi driver for Linux, in-tree:
[ 3.928142] Copyright(c) 2003-2013 Intel Corporation
[ 3.928203] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.928211] pcieport 0000:00:1c.1: driver skip pci_set_master, fix it!
[ 3.928352] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X
[ 3.932371] Linux video capture interface: v2.00
[ 3.934671] FS-Cache: Loaded
[ 3.956557] RPC: Registered named UNIX socket transport module.
[ 3.956563] RPC: Registered udp transport module.
[ 3.956564] RPC: Registered tcp transport module.
[ 3.956566] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.956903] Non-volatile memory driver v1.3
[ 3.957316] iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[ 3.980516] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[ 3.980520] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 3.980522] thinkpad_acpi: ThinkPad BIOS 6UET68WW (1.48 ), EC 6UHT33WW-1.14
[ 3.980524] thinkpad_acpi: Lenovo ThinkPad T410s, model 2901CTO
[ 3.991409] FS-Cache: Netfs 'nfs' registered for caching
[ 3.993422] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[ 3.993587] thinkpad_acpi: radio switch found; radios are enabled
[ 3.993604] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 3.993606] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 3.999730] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:480d)
[ 4.003310] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 4.004508] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 4.005769] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10
[ 4.006539] usbcore: registered new interface driver uvcvideo
[ 4.006542] USB Video Class driver (1.1.1)
[ 4.008046] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 4.008192] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 4.013515] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input11
[ 4.020109] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 4.020115] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 4.020117] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 4.020120] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[ 4.020231] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 4.029012] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x3
[ 4.034968] hda_codec: CX20585: BIOS auto-probing.
[ 4.038459] autoconfig: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 4.038465] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.038467] hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[ 4.038468] mono: mono_out=0x0
[ 4.038469] inputs:
[ 4.038471] Mic=0x1b
[ 4.038472] Internal Mic=0x23
[ 4.038474] Dock Mic=0x1a
[ 4.039824] hda_codec: Enable sync_write for stable communication
[ 4.047089] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 4.055132] usbcore: registered new interface driver snd-usb-audio
[ 4.073690] input: HDA Intel HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 4.074161] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 4.074507] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 4.074865] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 4.075223] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 4.075316] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 4.075467] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ 4.094806] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 4.144252] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.144256] Bluetooth: BNEP filters: protocol multicast
[ 4.144271] Bluetooth: BNEP socket layer initialized
[ 4.171533] Bluetooth: RFCOMM TTY layer initialized
[ 4.171555] Bluetooth: RFCOMM socket layer initialized
[ 4.171557] Bluetooth: RFCOMM ver 1.11
[ 4.303366] cfg80211: World regulatory domain updated:
[ 4.303373] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 4.303376] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4.303378] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4.303380] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 4.303382] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4.303384] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4.318220] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x3
[ 4.354216] ppdev: user-space parallel port driver
[ 4.356027] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x3
[ 4.363633] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x3
[ 4.376339] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 4.377046] init: avahi-cups-reload main process (682) terminated with status 1
[ 4.516911] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 4.615047] init: failsafe main process (747) killed by TERM signal
[ 4.682389] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE
[ 4.950145] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 71, fw id: 578367
[ 4.950155] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 5.000258] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input19
[ 5.131277] Loading iSCSI transport class v2.0-870.
[ 5.140000] iscsi: registered transport (tcp)
[ 5.245370] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[ 5.346363] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[ 5.346533] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 5.348640] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 5.356110] iscsi: registered transport (iser)
[ 5.356356] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[ 5.391414] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 5.399442] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[ 5.431375] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.484044] bio: create slab <bio-2> at 2
[ 5.751910] ipmi message handler version 39.2
[ 5.779944] [drm:i915_driver_open],
[ 5.781946] IPMI System Interface driver.
[ 5.781990] ipmi_si: Adding default-specified kcs state machine
[ 5.781993] ipmi_si: Trying default-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[ 5.781999] ipmi_si: Interface detection failed
[ 5.805068] Adding 8177660k swap on /dev/mapper/cryptswap1. Priority:-1 extents:1 across:8177660k SSFS
[ 5.813620] [drm:i915_driver_open],
[ 5.813638] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 5.814027] [drm:i915_driver_open],
[ 5.814040] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 5.814044] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 5.814991] [drm:drm_mode_addfb], [FB:56]
[ 5.815041] [drm:drm_mode_addfb], [FB:56]
[ 5.815355] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 5.815360] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[ 5.815401] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 5.815406] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 5.815652] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 5.815658] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 5.815674] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 5.815678] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 5.815690] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 5.815694] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 5.815707] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 5.815710] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 5.815723] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 5.815726] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 5.815738] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 5.815742] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 5.815754] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 5.815759] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 5.822386] ipmi_si: Adding default-specified smic state machine
[ 5.822394] ipmi_si: Trying default-specified smic state machine at i/o address 0xca9, slave address 0x0, irq 0
[ 5.822400] ipmi_si: Interface detection failed
[ 5.854931] [drm:drm_mode_addfb], [FB:56]
[ 5.854943] [drm:drm_mode_setcrtc], [CRTC:3]
[ 5.854949] [drm:drm_mode_setcrtc], [CONNECTOR:7:LVDS-1]
[ 5.854952] [drm:intel_crtc_set_config], [CRTC:3] [FB:56] #connectors=1 (x y) (0 0)
[ 5.854958] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=1
[ 5.854960] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 5.854962] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 5.858350] [drm:ironlake_update_plane], Writing base 02179000 00000000 0 0 10240
[ 5.858395] ipmi_si: Adding default-specified bt state machine
[ 5.858402] ipmi_si: Trying default-specified bt state machine at i/o address 0xe4, slave address 0x0, irq 0
[ 5.858413] ipmi_si: Interface detection failed
[ 5.866592] ipmi_si: Unable to find any System Interface(s)
[ 5.878698] [drm:asle_set_backlight], bclp = 0x800000ff
[ 5.878917] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 5.878919] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4335
[ 5.878921] [drm:asle_set_pwm_freq], PWM freq is not supported
[ 5.879165] [drm:drm_mode_setcrtc], [CRTC:5]
[ 5.879172] [drm:drm_mode_setcrtc], [CONNECTOR:29:DP-3]
[ 5.879174] [drm:intel_crtc_set_config], [CRTC:5] [FB:56] #connectors=1 (x y) (0 0)
[ 5.879178] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=0, fb_changed=1
[ 5.879181] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 5.879182] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:5]
[ 5.879189] [drm:ironlake_update_plane], Writing base 02179000 00000000 0 0 10240
[ 6.210950] init: plymouth-stop pre-start process (1646) terminated with status 1
[ 6.357912] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 6.357921] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 6.357924] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 6.357978] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 6.357982] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 6.357985] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 6.358022] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 6.358293] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 6.358297] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 6.358300] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 6.358305] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 6.358308] [drm:intel_crt_detect], CRT not detected via hotplug
[ 6.358468] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 6.358472] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 6.358475] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 6.358476] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 6.358908] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 6.358911] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 6.358914] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 6.358916] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 6.358924] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 6.358927] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 6.358930] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 6.374398] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 6.374407] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 6.374425] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 6.374429] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 6.374431] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 6.374434] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 6.374437] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 6.374438] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 6.374440] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 6.374617] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 6.374626] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 6.374632] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 6.374645] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 6.374651] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 6.374656] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 6.374845] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 6.374852] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 6.374856] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 6.374868] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 6.374877] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 6.374879] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 6.374882] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 6.374889] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 6.374893] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 6.374897] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 6.375199] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 6.376079] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.396781] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.418253] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.418262] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 6.418982] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.439257] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.460933] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.460995] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 6.460997] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 6.461016] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 6.461019] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 6.461022] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 6.461026] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 6.461029] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 6.461032] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 6.461035] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 6.461038] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 6.461041] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 6.461044] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 6.461047] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 6.461050] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 6.461053] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 6.461056] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 6.461059] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 6.461062] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 6.461065] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 6.461068] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 6.461070] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 6.461073] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 6.461076] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 6.461113] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 6.889947] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 6.889979] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 6.889999] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 6.890298] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 6.891802] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.927372] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.955234] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 6.955243] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 6.955311] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 6.970478] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 6.970547] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 6.970711] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 6.970715] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 6.970742] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 6.970916] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 6.970919] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 6.970946] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 6.970970] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 6.970974] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 6.970975] [drm:intel_crt_detect], CRT not detected via hotplug
[ 6.971148] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 6.971152] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 6.971154] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 6.971155] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 6.971517] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 6.971518] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 6.971520] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 7.040263] [drm:drm_mode_setcrtc], [CRTC:5]
[ 7.040271] [drm:intel_crtc_set_config], [CRTC:5] [NOFB]
[ 7.040277] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:5], mode_changed=1, fb_changed=0
[ 7.040280] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [NOCRTC]
[ 7.040282] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 7.040283] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [CRTC:3]
[ 7.040285] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 7.040288] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[ 7.040469] [drm:intel_dp_link_down],
[ 7.114481] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 7.178480] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 7.290495] ------------[ cut here ]------------
[ 7.290559] WARNING: CPU: 2 PID: 1431 at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:844 intel_wait_for_pipe_off+0x1e1/0x1f0 [i915]()
[ 7.290562] pipe_off wait timed out
[ 7.290565] Modules linked in: dm_crypt ib_iser rdma_cm ib_addr iw_cm ib_cm ib_sa ib_mad ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd parport_pc ppdev rfcomm bnep snd_hda_codec_hdmi arc4 nfsd snd_hda_codec_conexant microcode auth_rpcgss iwldvm nfs_acl snd_hda_intel mac80211 uvcvideo nfs snd_hda_codec psmouse thinkpad_acpi lockd binfmt_misc serio_raw snd_usb_audio videobuf2_vmalloc nvram sunrpc videobuf2_memops videobuf2_core snd_usbmidi_lib snd_seq_midi snd_hwdep fscache snd_seq_midi_event videodev iwlwifi snd_pcm snd_rawmidi snd_page_alloc btusb joydev bluetooth cfg80211 snd_seq snd_seq_device snd_timer intel_ips lpc_ich snd soundcore tpm_tis mei_me mei mac_hid lp parport btrfs hid_generic xor raid6_pq libcrc32c hid_logitech_dj usbhid hid usb_storage mxm_wmi i915 i2c_algo_bit drm_kms_helper e1000e drm ahci libahci ptp pps_core video wmi [last unloaded: ipmi_msghandler]
[ 7.290658] CPU: 2 PID: 1431 Comm: Xorg Tainted: G W 3.12.0-999-generic #201310070425
[ 7.290659] Hardware name: LENOVO 2901CTO/2901CTO, BIOS 6UET68WW (1.48 ) 12/12/2011
[ 7.290661] 000000000000034c ffff8800b1b079e8 ffffffff817478f3 0000000000000007
[ 7.290663] ffff8800b1b07a38 ffff8800b1b07a28 ffffffff8106759c ffff88022fa3c000
[ 7.290665] ffff88022a13c000 0000000000071008 00000000fffee1fa ffff8800b1b07fd8
[ 7.290667] Call Trace:
[ 7.290676] [<ffffffff817478f3>] dump_stack+0x46/0x58
[ 7.290680] [<ffffffff8106759c>] warn_slowpath_common+0x8c/0xc0
[ 7.290682] [<ffffffff81067686>] warn_slowpath_fmt+0x46/0x50
[ 7.290696] [<ffffffffa012c1d1>] intel_wait_for_pipe_off+0x1e1/0x1f0 [i915]
[ 7.290707] [<ffffffffa012c293>] intel_disable_pipe+0xb3/0xc0 [i915]
[ 7.290718] [<ffffffffa012ec02>] ironlake_crtc_disable+0xd2/0x2a0 [i915]
[ 7.290729] [<ffffffffa012f1e4>] intel_crtc_disable+0x34/0x140 [i915]
[ 7.290740] [<ffffffffa013195d>] __intel_set_mode+0x10d/0x370 [i915]
[ 7.290751] [<ffffffffa0133816>] intel_set_mode+0x16/0x30 [i915]
[ 7.290762] [<ffffffffa0133acd>] intel_crtc_set_config+0x29d/0x310 [i915]
[ 7.290766] [<ffffffff810bd8df>] ? vprintk+0x1f/0x30
[ 7.290768] [<ffffffff811cfc80>] ? __pollwait+0xf0/0xf0
[ 7.290784] [<ffffffffa00525dc>] drm_mode_set_config_internal+0x5c/0xe0 [drm]
[ 7.290792] [<ffffffffa00552b8>] drm_mode_setcrtc+0x328/0x560 [drm]
[ 7.290800] [<ffffffffa0044f1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 7.290809] [<ffffffffa0054f90>] ? drm_mode_setplane+0x3f0/0x3f0 [drm]
[ 7.290811] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 7.290815] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 7.290816] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 7.290818] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 7.290821] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 7.290823] ---[ end trace 3ac87b2b8d6b4554 ]---
[ 7.298511] [drm:intel_disable_shared_dpll], disable PCH DPLL B (active 1, on? 1) for crtc 5
[ 7.298523] [drm:intel_disable_shared_dpll], disabling PCH DPLL B
[ 7.298938] [drm:ironlake_update_wm], FIFO watermarks For pipe A - plane 7, cursor: 6
[ 7.298942] [drm:ironlake_check_srwm], watermark 1: display plane 36, fbc lines 3, cursor 6
[ 7.298944] [drm:ironlake_check_srwm], watermark 2: display plane 116, fbc lines 4, cursor 10
[ 7.298946] [drm:intel_update_fbc], disabled per chip default
[ 7.298959] [drm:intel_connector_check_state], [CONNECTOR:7:LVDS-1]
[ 7.298971] [drm:check_encoder_state], [ENCODER:8:LVDS-8]
[ 7.298974] [drm:check_encoder_state], [ENCODER:15:DAC-15]
[ 7.298977] [drm:check_encoder_state], [ENCODER:16:TMDS-16]
[ 7.298980] [drm:check_encoder_state], [ENCODER:20:TMDS-20]
[ 7.298983] [drm:check_encoder_state], [ENCODER:22:TMDS-22]
[ 7.298985] [drm:check_encoder_state], [ENCODER:24:TMDS-24]
[ 7.298988] [drm:check_encoder_state], [ENCODER:26:TMDS-26]
[ 7.298990] [drm:check_encoder_state], [ENCODER:28:TMDS-28]
[ 7.298993] [drm:check_crtc_state], [CRTC:3]
[ 7.299012] [drm:check_crtc_state], [CRTC:5]
[ 7.299015] [drm:check_shared_dpll_state], PCH DPLL A
[ 7.299020] [drm:check_shared_dpll_state], PCH DPLL B
[ 7.299251] [drm:intel_crtc_cursor_set], cursor off
[ 7.299589] [drm:drm_mode_setcrtc], [CRTC:3]
[ 7.299595] [drm:drm_mode_setcrtc], [CONNECTOR:29:DP-3]
[ 7.299597] [drm:intel_crtc_set_config], [CRTC:3] [FB:56] #connectors=1 (x y) (0 0)
[ 7.299600] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[ 7.299601] [drm:drm_mode_debug_printmodeline], Modeline 50:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 7.299603] [drm:drm_mode_debug_printmodeline], Modeline 54:"" 0 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x0 0x9
[ 7.299606] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[ 7.299607] [drm:intel_modeset_stage_output_state], [CONNECTOR:7:LVDS-1] to [NOCRTC]
[ 7.299609] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 7.299610] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[ 7.299611] [drm:intel_modeset_stage_output_state], [CONNECTOR:29:DP-3] to [CRTC:3]
[ 7.299612] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 7.299613] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[ 7.299615] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[ 7.299618] [drm:connected_sink_compute_bpp], [CONNECTOR:29:DP-3] checking for sink bpp constrains
[ 7.299621] [drm:intel_dp_compute_config], DP link computation with max lane count 4 max bw 0a pixel clock 241500KHz
[ 7.299626] [drm:intel_dp_compute_config], DP link bw 0a lane count 4 clock 270000 bpp 24
[ 7.299628] [drm:intel_dp_compute_config], DP link bw required 579600 available 864000
[ 7.299630] [drm:ironlake_check_fdi_lanes], checking fdi config on pipe A, lanes 3
[ 7.299632] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[ 7.299633] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[ 7.299635] [drm:intel_dump_pipe_config], cpu_transcoder: A
[ 7.299636] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[ 7.299637] [drm:intel_dump_pipe_config], fdi/pch: 1, lanes: 3, gmch_m: 7503143, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 7.299639] [drm:intel_dump_pipe_config], requested mode:
[ 7.299640] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x0 0x9
[ 7.299642] [drm:intel_dump_pipe_config], adjusted mode:
[ 7.299643] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x0 0x9
[ 7.299645] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 7.299646] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 7.299647] [drm:intel_dump_pipe_config], ips: 0
[ 7.299650] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[ 7.362510] [drm:intel_disable_shared_dpll], disable PCH DPLL A (active 1, on? 1) for crtc 3
[ 7.362521] [drm:intel_disable_shared_dpll], disabling PCH DPLL A
[ 7.362932] [drm:intel_update_fbc], no output, disabling
[ 7.362957] [drm:intel_get_shared_dpll], CRTC:3 dropping existing PCH DPLL A
[ 7.362959] [drm:intel_get_shared_dpll], CRTC:3 using pre-allocated PCH DPLL A
[ 7.362960] [drm:intel_get_shared_dpll], using PCH DPLL A for pipe A
[ 7.362961] [drm:intel_get_shared_dpll], setting up PCH DPLL A
[ 7.362979] [drm:ironlake_update_plane], Writing base 02179000 00000000 0 0 10240
[ 7.362987] [drm:intel_crtc_mode_set], [ENCODER:28:TMDS-28] set [MODE:0:]
[ 7.362990] [drm:intel_dp_mode_set], Enabling DP audio on pipe A
[ 7.362992] [drm:intel_write_eld], ELD on [CONNECTOR:29:DP-3], [ENCODER:28:TMDS-28]
[ 7.362995] [drm:ironlake_write_eld], ELD on pipe A
[ 7.362997] [drm:ironlake_write_eld], Audio directed to unknown port
[ 7.362998] [drm:ironlake_write_eld], ELD: DisplayPort detected
[ 7.363006] [drm:ironlake_write_eld], ELD size 8
[ 7.363013] [drm:ironlake_update_wm], FIFO watermarks For pipe A - plane 13, cursor: 6
[ 7.363016] [drm:ironlake_check_srwm], watermark 1: display plane 78, fbc lines 3, cursor 6
[ 7.363018] [drm:ironlake_check_srwm], watermark 2: display plane 259, fbc lines 4, cursor 10
[ 7.426539] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 7.490520] [drm:ironlake_wait_for_vblank], vblank wait timed out
[ 7.490843] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x100
[ 7.490845] [drm:ironlake_fdi_link_train], FDI train 1 done.
[ 7.491000] [drm:ironlake_fdi_link_train], FDI_RX_IIR 0x600
[ 7.491002] [drm:ironlake_fdi_link_train], FDI train 2 done.
[ 7.491003] [drm:ironlake_fdi_link_train], FDI train done
[ 7.491005] [drm:ironlake_enable_shared_dpll], enable PCH DPLL A (active 0, on? 0)for crtc 3
[ 7.491007] [drm:ironlake_enable_shared_dpll], enabling PCH DPLL A
[ 7.492372] [drm:intel_update_fbc], disabled per chip default
[ 7.492783] [drm:intel_dp_set_signal_levels], Using signal levels 00000000
[ 7.492796] [drm:ibx_irq_handler], PCH transcoder A FIFO underrun
[ 7.493443] [drm:intel_dp_start_link_train], clock recovery OK
[ 7.493446] [drm:intel_dp_set_signal_levels], Using signal levels 00000000
[ 7.494371] [drm:intel_dp_complete_link_train], Channel EQ done. DP Training successful
[ 7.518541] [drm:intel_connector_check_state], [CONNECTOR:29:DP-3]
[ 7.518549] [drm:check_encoder_state], [ENCODER:8:LVDS-8]
[ 7.518555] [drm:check_encoder_state], [ENCODER:15:DAC-15]
[ 7.518560] [drm:check_encoder_state], [ENCODER:16:TMDS-16]
[ 7.518565] [drm:check_encoder_state], [ENCODER:20:TMDS-20]
[ 7.518569] [drm:check_encoder_state], [ENCODER:22:TMDS-22]
[ 7.518575] [drm:check_encoder_state], [ENCODER:24:TMDS-24]
[ 7.518579] [drm:check_encoder_state], [ENCODER:26:TMDS-26]
[ 7.518584] [drm:check_encoder_state], [ENCODER:28:TMDS-28]
[ 7.518589] [drm:check_crtc_state], [CRTC:3]
[ 7.518612] [drm:check_crtc_state], [CRTC:5]
[ 7.518617] [drm:check_shared_dpll_state], PCH DPLL A
[ 7.518624] [drm:check_shared_dpll_state], PCH DPLL B
[ 7.519043] [drm:asle_set_backlight], bclp = 0x80000003
[ 7.519047] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 7.519261] [drm:asle_set_pwm_freq], PWM freq is not supported
[ 7.529733] [drm:intel_crtc_cursor_set], cursor off
[ 7.685726] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 7.685734] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 7.685737] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 7.685750] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 7.685752] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 7.685755] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 7.685759] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 7.685946] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 7.685949] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 7.685951] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 7.685955] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 7.685956] [drm:intel_crt_detect], CRT not detected via hotplug
[ 7.686192] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 7.686201] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 7.686205] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 7.686208] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 7.686579] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 7.686581] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 7.686582] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 7.686587] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 7.686593] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 7.686595] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 7.686598] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 7.702536] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 7.702541] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 7.702546] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 7.702549] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 7.702552] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 7.702555] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 7.702558] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 7.702561] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 7.702563] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 7.702756] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 7.702762] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 7.702766] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 7.702777] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 7.702781] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 7.702785] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 7.703036] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 7.703044] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 7.703049] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 7.703060] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 7.703065] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 7.703068] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 7.703073] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 7.703084] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 7.703087] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 7.703093] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 7.703454] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 7.704329] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.725537] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.746399] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.746403] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 7.747124] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.768009] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.789182] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 7.789231] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 7.789233] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 7.789247] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 7.789249] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 7.789252] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 7.789255] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 7.789258] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 7.789261] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 7.789264] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 7.789267] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 7.789270] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 7.789273] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 7.789276] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 7.789279] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 7.789282] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 7.789285] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 7.789288] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 7.789291] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 7.789294] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 7.789297] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 7.789300] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 7.789303] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 7.789306] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 7.789320] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 8.537240] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
[ 8.537291] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.690424] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 10.299210] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 10.550377] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input20
[ 16.041203] [drm:i915_driver_open],
[ 16.729288] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 16.729298] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 16.729301] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 16.729320] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 16.729323] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 16.729327] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 16.729333] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 16.729495] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 16.729499] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 16.729502] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 16.729507] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 16.729509] [drm:intel_crt_detect], CRT not detected via hotplug
[ 16.729677] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 16.729682] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 16.729684] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 16.729686] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 16.730046] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 16.730050] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 16.730052] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 16.730055] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 16.730067] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 16.730070] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 16.730073] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 16.748242] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 16.748253] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 16.748276] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 16.748280] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 16.748282] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 16.748287] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 16.748291] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 16.748293] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 16.748296] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 16.748469] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 16.748474] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 16.748476] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 16.748483] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 16.748486] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 16.748488] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 16.748653] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 16.748657] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 16.748660] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 16.748667] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 16.748670] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 16.748672] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 16.748676] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 16.748689] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 16.748691] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 16.748695] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 16.748988] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 16.749891] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.776339] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.819199] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.819209] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 16.819990] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.840591] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.861139] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 16.861207] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 16.861210] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 16.861230] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 16.861233] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 16.861236] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 16.861239] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 16.861242] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 16.861246] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 16.861249] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 16.861252] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 16.861255] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 16.861258] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 16.861261] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 16.861264] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 16.861267] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 16.861270] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 16.861273] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 16.861276] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 16.861279] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 16.861282] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 16.861284] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 16.861287] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 16.861290] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 16.861320] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 16.953615] [drm:i915_driver_open],
[ 17.082575] [drm:i915_driver_open],
[ 17.115705] [drm:intel_crtc_cursor_set], cursor off
[ 17.152298] [drm:intel_crtc_cursor_set], cursor off
[ 17.205346] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.205355] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 17.205358] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 17.205374] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 17.205377] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 17.205380] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 17.205386] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.205545] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 17.205549] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 17.205551] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 17.205556] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 17.205559] [drm:intel_crt_detect], CRT not detected via hotplug
[ 17.205732] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 17.205737] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.205739] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 17.205741] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 17.206107] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.206110] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 17.206112] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 17.206114] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 17.206123] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 17.206126] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 17.206128] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 17.220234] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 17.220244] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 17.220422] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 17.220427] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 17.220430] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 17.220434] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 17.220438] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 17.220441] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 17.220443] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 17.220602] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 17.220606] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 17.220608] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 17.220615] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 17.220618] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 17.220620] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 17.220777] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 17.220782] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 17.220784] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 17.220791] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 17.220794] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 17.220796] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 17.220800] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 17.220815] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.220818] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 17.220822] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 17.221115] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 17.222057] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.245566] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.270150] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.270161] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 17.270908] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.292976] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.313621] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.313684] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 17.313686] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 17.313704] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 17.313706] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 17.313709] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.313712] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.313715] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 17.313718] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 17.313721] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 17.313724] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 17.313728] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 17.313731] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 17.313734] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 17.313737] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 17.313740] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 17.313743] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 17.313746] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 17.313749] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 17.313752] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 17.313755] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 17.313758] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.313761] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.313764] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 17.313789] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.473209] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.473219] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 17.473222] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 17.473240] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 17.473243] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 17.473246] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 17.473252] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.473402] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 17.473406] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 17.473409] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 17.473414] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 17.473416] [drm:intel_crt_detect], CRT not detected via hotplug
[ 17.473585] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 17.473590] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.473592] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 17.473594] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 17.473957] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.473960] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 17.473962] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 17.473965] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 17.473973] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 17.473976] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 17.473979] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 17.487465] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 17.487475] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 17.487494] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 17.487498] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 17.487501] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 17.487505] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 17.487508] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 17.487511] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 17.487514] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 17.487735] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 17.487740] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 17.487742] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 17.487749] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 17.487752] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 17.487754] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 17.487917] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 17.487921] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 17.487923] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 17.487929] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 17.487932] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 17.487933] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 17.487937] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 17.487949] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.487952] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 17.487955] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 17.488254] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 17.489154] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.512489] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.533180] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.533189] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 17.533942] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.554311] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.577712] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.577775] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 17.577778] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 17.577796] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 17.577798] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 17.577802] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.577805] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.577808] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 17.577811] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 17.577814] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 17.577817] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 17.577820] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 17.577823] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 17.577826] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 17.577829] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 17.577832] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 17.577835] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 17.577838] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 17.577841] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 17.577844] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 17.577847] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 17.577850] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.577853] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.577856] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 17.577880] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.842451] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.842460] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 17.842463] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 17.842480] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 17.842483] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 17.842485] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 17.842490] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.842602] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 17.842604] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 17.842606] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 17.842609] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 17.842611] [drm:intel_crt_detect], CRT not detected via hotplug
[ 17.842773] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 17.842778] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.842780] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 17.842781] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 17.843157] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.843160] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 17.843162] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 17.843164] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 17.843172] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 17.843175] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 17.843178] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 17.855503] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 17.855513] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 17.855535] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 17.855539] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 17.855542] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 17.855546] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 17.855550] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 17.855553] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 17.855555] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 17.856207] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 17.856215] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 17.856218] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 17.856230] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 17.856233] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 17.856236] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 17.856398] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 17.856402] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 17.856404] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 17.856411] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 17.856414] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 17.856416] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 17.856420] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 17.856433] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.856436] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 17.856440] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 17.856729] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 17.857615] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.881163] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.901637] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.901647] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 17.902371] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.922633] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.942857] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.942920] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 17.942922] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 17.942940] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 17.942942] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 17.942946] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.942949] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 17.942952] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 17.942955] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 17.942958] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 17.942961] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 17.942964] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 17.942967] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 17.942970] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 17.942973] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 17.942976] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 17.942979] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 17.942982] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 17.942985] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 17.942988] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 17.942991] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 17.942994] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.942997] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 17.943000] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 17.943024] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.946565] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.946573] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 17.946576] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 17.946593] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 17.946595] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 17.946597] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 17.946602] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 17.946719] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 17.946722] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 17.946724] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 17.946728] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 17.946730] [drm:intel_crt_detect], CRT not detected via hotplug
[ 17.946891] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 17.946896] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.946899] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 17.946900] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 17.947263] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 17.947265] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 17.947267] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 17.947269] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 17.947275] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 17.947277] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 17.947280] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 17.959504] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 17.959512] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 17.959526] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 17.959529] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 17.959531] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 17.959534] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 17.959536] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 17.959538] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 17.959540] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 17.959731] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 17.959736] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 17.959738] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 17.959745] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 17.959748] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 17.959749] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 17.959938] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 17.959942] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 17.959944] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 17.959950] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 17.959952] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 17.959954] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 17.959956] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 17.959965] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 17.959967] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 17.959971] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 17.960258] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 17.961147] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 17.981222] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.001349] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.001358] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 18.002079] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.022158] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.042307] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.042369] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 18.042371] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 18.042388] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 18.042390] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 18.042394] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 18.042397] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 18.042400] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 18.042403] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 18.042406] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 18.042409] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 18.042412] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 18.042415] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 18.042418] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 18.042421] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 18.042424] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 18.042427] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 18.042430] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 18.042433] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 18.042436] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 18.042439] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 18.042442] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 18.042445] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 18.042448] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 18.042471] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 18.057851] [drm:i915_driver_open],
[ 18.088068] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 18.088079] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 18.088082] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 18.088100] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 18.088103] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 18.088107] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 18.088114] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 18.088265] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 18.088269] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 18.088271] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 18.088275] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 18.088277] [drm:intel_crt_detect], CRT not detected via hotplug
[ 18.088439] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 18.088444] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 18.088447] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 18.088449] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 18.088817] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 18.088820] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 18.088822] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 18.088824] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 18.088832] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 18.088835] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 18.088838] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 18.103759] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 18.103769] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 18.103790] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 18.103794] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 18.103797] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 18.103802] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 18.103807] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 18.103809] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 18.103812] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 18.103974] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 18.103978] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 18.103993] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 18.104000] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 18.104002] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 18.104004] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 18.104160] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 18.104163] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 18.104166] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 18.104172] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 18.104174] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 18.104176] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 18.104179] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 18.104194] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 18.104197] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 18.104201] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 18.104486] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 18.105367] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.130495] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.150729] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.150737] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 18.151463] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.171685] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.191651] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 18.191707] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 18.191709] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 18.191726] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 18.191728] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 18.191732] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 18.191735] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 18.191738] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 18.191741] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 18.191744] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 18.191747] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 18.191750] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 18.191753] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 18.191756] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 18.191759] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 18.191762] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 18.191765] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 18.191768] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 18.191771] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 18.191774] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 18.191777] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 18.191780] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 18.191783] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 18.191786] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 18.191807] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 19.031772] wlan0: authenticate with c4:10:8a:56:4d:d8
[ 19.045197] wlan0: send auth to c4:10:8a:56:4d:d8 (try 1/3)
[ 19.151618] wlan0: send auth to c4:10:8a:56:4d:d8 (try 2/3)
[ 19.168089] wlan0: authenticated
[ 19.171614] wlan0: associate with c4:10:8a:56:4d:d8 (try 1/3)
[ 19.178267] wlan0: RX AssocResp from c4:10:8a:56:4d:d8 (capab=0x431 status=0 aid=5)
[ 19.182164] wlan0: associated
[ 19.182222] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 19.318134] [drm:drm_mode_addfb], [FB:54]
[ 32.849697] [drm:intel_crtc_cursor_set], cursor off
[ 38.264554] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 38.264562] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 38.264564] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 38.264579] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 38.264581] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 38.264584] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 38.264588] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 38.264697] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 38.264700] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 38.264702] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 38.264706] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 38.264708] [drm:intel_crt_detect], CRT not detected via hotplug
[ 38.264878] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 38.264883] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 38.264885] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 38.264887] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 38.265255] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 38.265259] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 38.265261] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 38.265264] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 38.265273] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 38.265276] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 38.265279] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 38.277897] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 38.277904] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 38.277924] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 38.277927] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 38.277929] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 38.277932] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 38.277935] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 38.277937] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 38.277939] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 38.278114] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 38.278117] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 38.278118] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 38.278123] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 38.278125] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 38.278127] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 38.278288] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 38.278291] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 38.278294] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 38.278300] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 38.278303] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 38.278305] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 38.278309] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 38.278322] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 38.278324] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 38.278328] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 38.278620] [drm:intel_dp_get_dpcd], DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 38.279509] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.300217] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.320261] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.320268] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 38.320982] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.341144] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.361385] [drm:i2c_algo_dp_aux_xfer], dp_aux_xfer return 2
[ 38.361446] [drm:drm_edid_to_eld], ELD monitor SMS27A850
[ 38.361448] [drm:drm_edid_to_eld], ELD size 8, SAD count 1
[ 38.361465] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] probed modes :
[ 38.361468] [drm:drm_mode_debug_printmodeline], Modeline 31:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 38.361471] [drm:drm_mode_debug_printmodeline], Modeline 43:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 38.361474] [drm:drm_mode_debug_printmodeline], Modeline 35:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 38.361477] [drm:drm_mode_debug_printmodeline], Modeline 34:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[ 38.361480] [drm:drm_mode_debug_printmodeline], Modeline 33:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[ 38.361483] [drm:drm_mode_debug_printmodeline], Modeline 32:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 38.361486] [drm:drm_mode_debug_printmodeline], Modeline 44:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 38.361489] [drm:drm_mode_debug_printmodeline], Modeline 45:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 38.361492] [drm:drm_mode_debug_printmodeline], Modeline 46:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 38.361495] [drm:drm_mode_debug_printmodeline], Modeline 47:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[ 38.361498] [drm:drm_mode_debug_printmodeline], Modeline 48:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 38.361501] [drm:drm_mode_debug_printmodeline], Modeline 49:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 38.361504] [drm:drm_mode_debug_printmodeline], Modeline 36:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 38.361507] [drm:drm_mode_debug_printmodeline], Modeline 37:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 38.361510] [drm:drm_mode_debug_printmodeline], Modeline 38:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 38.361513] [drm:drm_mode_debug_printmodeline], Modeline 39:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[ 38.361516] [drm:drm_mode_debug_printmodeline], Modeline 40:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[ 38.361519] [drm:drm_mode_debug_printmodeline], Modeline 41:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 38.361522] [drm:drm_mode_debug_printmodeline], Modeline 51:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 38.361525] [drm:drm_mode_debug_printmodeline], Modeline 42:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 38.361547] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 85.046804] [drm:intel_crtc_cursor_set], cursor off
[ 103.136810] [drm:intel_crtc_cursor_set], cursor off
[ 109.149938] [drm:intel_hpd_irq_handler], Received HPD interrupt on PIN 6 - cnt: 0
[ 109.150030] [drm:i915_hotplug_work_func], running encoder hotplug functions
[ 109.150036] [drm:i915_hotplug_work_func], Connector HDMI-A-3 (pin 6) received hotplug event.
[ 109.150047] [drm:i915_hotplug_work_func], Connector DP-3 (pin 6) received hotplug event.
[ 109.150051] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 109.150227] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 109.150235] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 109.150240] [drm:intel_hpd_irq_event], [CONNECTOR:25:HDMI-A-3] status updated from 2 to 2
[ 109.152776] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7015003f
[ 109.154513] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.158552] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.160313] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.161057] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.162682] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.162694] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7015003f
[ 109.164045] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.164268] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.166671] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.168521] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.170645] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x7015003f
[ 109.170814] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.172573] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.172796] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.174795] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.176179] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.176193] [drm:intel_dp_link_down],
[ 109.177044] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.178948] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.180212] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.181081] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.181317] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.182939] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.185331] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.185569] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.187101] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.189571] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.189803] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.191051] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.193835] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.194065] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.195162] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.196145] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 109.196160] [drm:intel_hpd_irq_event], [CONNECTOR:29:DP-3] status updated from 1 to 2
[ 109.198088] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.198273] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 109.198283] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 109.198289] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 109.198314] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 109.198320] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 109.198329] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 109.198341] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 109.198636] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 109.198643] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 109.198651] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 109.198656] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 109.198661] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 109.198665] [drm:intel_crt_detect], CRT not detected via hotplug
[ 109.198701] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.198846] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 109.198854] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.198859] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 109.198862] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 109.199177] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.199333] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.199340] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 109.199345] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 109.199350] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 109.199370] [drm:drm_mode_getconnector],
[ 109.199374] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 109.199381] [CONNECTOR:17:?]
[ 109.199385] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 109.199391] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 109.202662] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.202727] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.203328] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.206712] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.206925] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.207301] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.211180] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.211471] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.212171] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 109.212178] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 109.212199] [drm:intel_dp_detect],
[ 109.212201] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 109.212206] [CONNECTOR:29:DP-3]
[ 109.212212] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 109.212216] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 109.212222] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 109.212229] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 109.212233] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 109.212236] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 109.212470] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 109.212477] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 109.212481] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 109.212496] [drm:drm_mode_getconnector],
[ 109.212498] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 109.212501] [CONNECTOR:25:?]
[ 109.215402] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.216053] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.223424] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.228231] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.228244] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 109.228272] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 109.228279] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 109.228337] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.228372] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.228503] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 109.228508] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 109.228515] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 109.228535] [drm:drm_mode_getconnector],
[ 109.228538] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 109.228543] [CONNECTOR:27:?]
[ 109.228707] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 109.228714] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 109.228731] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 109.228748] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 109.228755] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 109.228776] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 109.228783] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 109.228790] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 109.228796] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] disconnected
[ 109.228809] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 109.228982] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 109.228989] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 109.229044] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 109.229087] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 109.229095] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 109.229100] [drm:intel_crt_detect], CRT not detected via hotplug
[ 109.229265] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 109.229269] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.229271] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 109.229272] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 109.229637] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.229640] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 109.229642] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 109.232299] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.232524] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.236135] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.236521] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.236900] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 109.236906] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1]
[ 109.236910] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 109.236926] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:7:LVDS-1] probed modes :
[ 109.236929] [drm:drm_mode_debug_printmodeline], Modeline 10:"1440x900" 60 106890 1440 1488 1520 1924 900 903 909 926 0x48 0xa
[ 109.236933] [drm:drm_mode_debug_printmodeline], Modeline 11:"1440x900" 50 89260 1440 1488 1520 1740 900 903 909 1026 0x40 0xa
[ 109.236939] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 109.237103] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 109.237106] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1]
[ 109.237109] [drm:intel_crt_detect], [CONNECTOR:14:VGA-1] force=1
[ 109.237114] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 109.237116] [drm:intel_crt_detect], CRT not detected via hotplug
[ 109.237288] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[ 109.237293] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.237296] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 109.237298] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[ 109.237664] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[ 109.237666] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[ 109.237668] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[ 109.237671] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:VGA-1] disconnected
[ 109.237680] [drm:drm_mode_getconnector], [CONNECTOR:17:?]
[ 109.237683] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1]
[ 109.237686] [drm:intel_hdmi_detect], [CONNECTOR:17:HDMI-A-1]
[ 109.240167] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.241039] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.245050] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.252210] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpb
[ 109.252223] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.252230] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:17:HDMI-A-1] disconnected
[ 109.252243] [drm:drm_mode_getconnector], [CONNECTOR:21:?]
[ 109.252249] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1]
[ 109.252253] [drm:intel_dp_detect], [CONNECTOR:21:DP-1]
[ 109.252259] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:21:DP-1] disconnected
[ 109.252264] [drm:drm_mode_getconnector], [CONNECTOR:23:?]
[ 109.252268] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2]
[ 109.252272] [drm:intel_hdmi_detect], [CONNECTOR:23:HDMI-A-2]
[ 109.252453] [drm:gmbus_xfer], GMBUS [i915 gmbus dpc] NAK for addr: 0050 r(1)
[ 109.252460] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpc
[ 109.252465] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:23:HDMI-A-2] disconnected
[ 109.252476] [drm:drm_mode_getconnector], [CONNECTOR:25:?]
[ 109.252480] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3]
[ 109.252484] [drm:intel_hdmi_detect], [CONNECTOR:25:HDMI-A-3]
[ 109.252689] [drm:gmbus_xfer], GMBUS [i915 gmbus dpd] NAK for addr: 0050 r(1)
[ 109.252695] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus dpd
[ 109.252699] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:25:HDMI-A-3] disconnected
[ 109.252709] [drm:drm_mode_getconnector], [CONNECTOR:27:?]
[ 109.252713] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2]
[ 109.252716] [drm:intel_dp_detect], [CONNECTOR:27:DP-2]
[ 109.252721] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-2] disconnected
[ 109.252726] [drm:drm_mode_getconnector], [CONNECTOR:29:?]
[ 109.252730] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3]
[ 109.252733] [drm:intel_dp_detect], [CONNECTOR:29:DP-3]
[ 109.252738] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:29:DP-3] disconnected
[ 109.256608] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.256631] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.267005] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.271100] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.271116] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.271129] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.275303] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.275795] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.275812] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.281041] thinkpad_acpi: undocked from hotplug port replicator
[ 109.281910] [drm:asle_set_backlight], bclp = 0x80000003
[ 109.281919] [drm:intel_panel_get_max_backlight], max backlight PWM = 4437
[ 109.281923] [drm:asle_set_pwm_freq], PWM freq is not supported
[ 109.282417] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.282439] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.284813] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.286512] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.286559] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.288325] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.290530] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.290554] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.290901] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.294634] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.295275] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.298664] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.299537] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.300045] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.302734] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.304055] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.304060] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.305052] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.306666] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.308542] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.310716] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.312791] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.314664] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.316058] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.316805] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.318735] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.320055] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.320060] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.322666] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.324543] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.326734] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.328555] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.328790] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.330669] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.332057] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.333040] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.334716] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.336054] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.337295] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.337434] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.338668] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.341545] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.342719] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.345793] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.346669] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.348066] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.349814] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.350741] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.352058] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.352064] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.354671] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.356547] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.358740] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.360795] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.361438] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.362668] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.364063] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.365426] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.366723] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.368059] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.369434] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.369671] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.370670] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.373919] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.374726] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.378158] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.378672] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.380071] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.382194] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.382722] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.384085] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.384095] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.386687] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.388559] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.390768] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.392794] usb 1-1.5.6: clear tt 2 (00a0) error -71
[ 109.393436] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.394791] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.396097] hid-generic 0003:046D:C025.0006: can't reset device, 0000:00:1a.0-1.5.6.1/input0, status -71
[ 109.396817] hid-generic 0003:08BB:2900.0007: can't reset device, 0000:00:1a.0-1.5.6.2/input3, status -71
[ 109.397427] usb 1-1.5.6: clear tt 3 (00b0) error -71
[ 109.398895] logitech-djreceiver 0003:046D:C52B.0003: can't reset device, 0000:00:1a.0-1.5.4/input2, status -71
[ 109.400430] usb 1-1.5: USB disconnect, device number 5
[ 109.400433] usb 1-1.5.4: USB disconnect, device number 7
[ 109.402342] usb 1-1.5.6: clear tt 1 (0090) error -71
[ 109.403258] hid-generic 0003:0430:0005.0008: can't reset device, 0000:00:1a.0-1.5.6.3/input0, status -71
[ 109.403337] usb 1-1.5: clear tt 4 (0070) error -71
[ 109.492954] e1000e: eth0 NIC Link is Down
[ 109.497593] usb 1-1.5.6: USB disconnect, device number 8
[ 109.497599] usb 1-1.5.6.1: USB disconnect, device number 9
[ 109.544934] usb 1-1.5.6.2: USB disconnect, device number 10
[ 109.580911] usb 1-1.5.6.3: USB disconnect, device number 11
[ 109.820361] init: anacron main process (1337) killed by TERM signal
[ 109.883878] thinkpad_acpi: EC reports that Thermal Table has changed
[ 113.261714] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[ 113.261729] pci 0000:00:1e.0: PCI bridge to [bus 0e]
[ 113.262092] [drm:intel_lvds_detect], [CONNECTOR:7:LVDS-1]
[ 113.263223] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: enabled
[ 113.263234] [drm:intel_modeset_readout_hw_state], [CRTC:5] hw state readout: disabled
[ 113.263245] [drm:intel_modeset_readout_hw_state], PCH DPLL A hw state readout: refcount 1, on 1
[ 113.263255] [drm:intel_modeset_readout_hw_state], PCH DPLL B hw state readout: refcount 0, on 0
[ 113.263265] [drm:intel_modeset_readout_hw_state], [ENCODER:8:LVDS-8] hw state readout: disabled, pipe=0
[ 113.263273] [drm:intel_modeset_readout_hw_state], [ENCODER:15:DAC-15] hw state readout: disabled, pipe=0
[ 113.263282] [drm:intel_modeset_readout_hw_state], [ENCODER:16:TMDS-16] hw state readout: disabled, pipe=0
[ 113.263291] [drm:intel_modeset_readout_hw_state], [ENCODER:20:TMDS-20] hw state readout: disabled, pipe=0
[ 113.263300] [drm:intel_modeset_readout_hw_state], [ENCODER:22:TMDS-22] hw state readout: disabled, pipe=0
[ 113.263308] [drm:intel_modeset_readout_hw_state], [ENCODER:24:TMDS-24] hw state readout: disabled, pipe=0
[ 113.263316] [drm:intel_modeset_readout_hw_state], [ENCODER:26:TMDS-26] hw state readout: disabled, pipe=0
[ 113.263324] [drm:intel_modeset_readout_hw_state], [ENCODER:28:TMDS-28] hw state readout: disabled, pipe=0
[ 113.263335] [drm:intel_modeset_readout_hw_state], [CONNECTOR:7:LVDS-1] hw state readout: disabled
[ 113.263343] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:VGA-1] hw state readout: disabled
[ 113.263352] [drm:intel_modeset_readout_hw_state], [CONNECTOR:17:HDMI-A-1] hw state readout: disabled
[ 113.263360] [drm:intel_modeset_readout_hw_state], [CONNECTOR:21:DP-1] hw state readout: disabled
[ 113.263368] [drm:intel_modeset_readout_hw_state], [CONNECTOR:23:HDMI-A-2] hw state readout: disabled
[ 113.263376] [drm:intel_modeset_readout_hw_state], [CONNECTOR:25:HDMI-A-3] hw state readout: disabled
[ 113.263384] [drm:intel_modeset_readout_hw_state], [CONNECTOR:27:DP-2] hw state readout: disabled
[ 113.263392] [drm:intel_modeset_readout_hw_state], [CONNECTOR:29:DP-3] hw state readout: disabled
[ 113.276911] [drm:drm_mode_getconnector], [CONNECTOR:7:?]
[ 145.042220] wlan0: authenticate with 54:3d:37:40:46:b8
[ 145.047136] wlan0: send auth to 54:3d:37:40:46:b8 (try 1/3)
[ 145.049760] cfg80211: Calling CRDA to update world regulatory domain
[ 145.054277] cfg80211: World regulatory domain updated:
[ 145.054284] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 145.054288] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 145.054292] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 145.054295] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 145.054298] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 145.054301] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 145.231899] wlan0: send auth to 54:3d:37:40:46:b8 (try 2/3)
[ 145.373585] wlan0: send auth to 54:3d:37:40:46:b8 (try 3/3)
[ 145.378279] wlan0: authenticated
[ 146.033536] wlan0: authenticate with c4:10:8a:57:bc:18
[ 146.048174] wlan0: send auth to c4:10:8a:57:bc:18 (try 1/3)
[ 146.158171] wlan0: send auth to c4:10:8a:57:bc:18 (try 2/3)
[ 146.160689] wlan0: authenticated
[ 146.162166] wlan0: associate with c4:10:8a:57:bc:18 (try 1/3)
[ 146.167895] wlan0: RX AssocResp from c4:10:8a:57:bc:18 (capab=0x431 status=0 aid=3)
[ 146.171232] wlan0: associated
[ 166.533963] wlan0: authenticate with 54:3d:37:40:46:b8
[ 166.537440] wlan0: send auth to 54:3d:37:40:46:b8 (try 1/3)
[ 166.539443] cfg80211: Calling CRDA to update world regulatory domain
[ 166.543512] cfg80211: World regulatory domain updated:
[ 166.543517] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 166.543520] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 166.543522] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 166.543525] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 166.543527] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 166.543529] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 166.717149] wlan0: send auth to 54:3d:37:40:46:b8 (try 2/3)
[ 166.719018] wlan0: authenticated
[ 166.878285] wlan0: authenticate with c4:10:8a:56:4d:d8
[ 166.890578] wlan0: send auth to c4:10:8a:56:4d:d8 (try 1/3)
[ 166.892268] wlan0: authenticated
[ 166.894549] wlan0: associate with c4:10:8a:56:4d:d8 (try 1/3)
[ 166.904922] wlan0: RX AssocResp from c4:10:8a:56:4d:d8 (capab=0x431 status=0 aid=3)
[ 166.907770] wlan0: associated
[ 240.950773] INFO: task Xorg:1431 blocked for more than 120 seconds.
[ 240.950782] Tainted: G W 3.12.0-999-generic #201310070425
[ 240.950784] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 240.950787] Xorg D 0000000000000000 0 1431 1390 0x00400004
[ 240.950793] ffff8800b1b07c48 0000000000000086 0000000000000002 0000000000000000
[ 240.950799] ffff8800b1b07fd8 ffff8800b1b07fd8 ffff8800b1b07fd8 00000000000144c0
[ 240.950803] ffff88022f998000 ffff88022a942f40 ffff880036354001 ffff880036354330
[ 240.950808] Call Trace:
[ 240.950822] [<ffffffff81753619>] schedule+0x29/0x70
[ 240.950827] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
[ 240.950833] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
[ 240.950863] [<ffffffff81751983>] mutex_lock+0x23/0x40
[ 240.950888] [<ffffffffa0054582>] drm_mode_getconnector+0xb2/0x430 [drm]
[ 240.950906] [<ffffffffa0044f1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 240.950926] [<ffffffffa00544d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
[ 240.950933] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 240.950939] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 240.950943] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 240.950947] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 240.950952] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 240.951008] INFO: task kworker/0:2:3460 blocked for more than 120 seconds.
[ 240.951011] Tainted: G W 3.12.0-999-generic #201310070425
[ 240.951012] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 240.951014] kworker/0:2 D 0000000000000000 0 3460 2 0x00000000
[ 240.951024] Workqueue: kacpi_notify acpi_os_execute_deferred
[ 240.951026] ffff8800a1289ae8 0000000000000046 000000000000002e 00000000ffffffff
[ 240.951031] ffff8800a1289fd8 ffff8800a1289fd8 ffff8800a1289fd8 00000000000144c0
[ 240.951035] ffff88022f91c6e0 ffff88022d4d17a0 0000000000000286 ffff88022f516000
[ 240.951039] Call Trace:
[ 240.951045] [<ffffffff81753619>] schedule+0x29/0x70
[ 240.951077] [<ffffffffa0125b9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
[ 240.951087] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
[ 240.951111] [<ffffffffa012ebaf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
[ 240.951135] [<ffffffffa01310f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
[ 240.951159] [<ffffffffa01348e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
[ 240.951183] [<ffffffffa01351ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
[ 240.951208] [<ffffffffa01377a1>] intel_lid_notify+0xc1/0x100 [i915]
[ 240.951213] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 240.951218] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 240.951222] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 240.951228] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
[ 240.951233] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
[ 240.951237] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
[ 240.951242] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
[ 240.951246] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
[ 240.951250] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
[ 240.951254] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
[ 240.951258] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
[ 240.951263] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
[ 240.951267] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 240.951271] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
[ 240.951275] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 361.016462] INFO: task Xorg:1431 blocked for more than 120 seconds.
[ 361.016472] Tainted: G W 3.12.0-999-generic #201310070425
[ 361.016474] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 361.016478] Xorg D 0000000000000000 0 1431 1390 0x00400004
[ 361.016485] ffff8800b1b07c48 0000000000000086 0000000000000002 0000000000000000
[ 361.016491] ffff8800b1b07fd8 ffff8800b1b07fd8 ffff8800b1b07fd8 00000000000144c0
[ 361.016497] ffff88022f998000 ffff88022a942f40 ffff880036354001 ffff880036354330
[ 361.016502] Call Trace:
[ 361.016518] [<ffffffff81753619>] schedule+0x29/0x70
[ 361.016524] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
[ 361.016530] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
[ 361.016562] [<ffffffff81751983>] mutex_lock+0x23/0x40
[ 361.016588] [<ffffffffa0054582>] drm_mode_getconnector+0xb2/0x430 [drm]
[ 361.016608] [<ffffffffa0044f1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 361.016631] [<ffffffffa00544d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
[ 361.016639] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 361.016647] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 361.016651] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 361.016656] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 361.016662] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 361.016721] INFO: task kworker/0:2:3460 blocked for more than 120 seconds.
[ 361.016724] Tainted: G W 3.12.0-999-generic #201310070425
[ 361.016726] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 361.016729] kworker/0:2 D 0000000000000000 0 3460 2 0x00000000
[ 361.016740] Workqueue: kacpi_notify acpi_os_execute_deferred
[ 361.016743] ffff8800a1289ae8 0000000000000046 000000000000002e 00000000ffffffff
[ 361.016748] ffff8800a1289fd8 ffff8800a1289fd8 ffff8800a1289fd8 00000000000144c0
[ 361.016753] ffff88022f91c6e0 ffff88022d4d17a0 0000000000000286 ffff88022f516000
[ 361.016758] Call Trace:
[ 361.016764] [<ffffffff81753619>] schedule+0x29/0x70
[ 361.016801] [<ffffffffa0125b9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
[ 361.016811] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
[ 361.016841] [<ffffffffa012ebaf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
[ 361.016870] [<ffffffffa01310f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
[ 361.016899] [<ffffffffa01348e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
[ 361.016929] [<ffffffffa01351ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
[ 361.016958] [<ffffffffa01377a1>] intel_lid_notify+0xc1/0x100 [i915]
[ 361.016964] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 361.016972] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 361.016977] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 361.016985] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
[ 361.016991] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
[ 361.016996] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
[ 361.017004] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
[ 361.017009] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
[ 361.017014] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
[ 361.017019] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
[ 361.017024] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
[ 361.017029] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
[ 361.017034] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 361.017039] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
[ 361.017044] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 481.031342] INFO: task Xorg:1431 blocked for more than 120 seconds.
[ 481.031351] Tainted: G W 3.12.0-999-generic #201310070425
[ 481.031353] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 481.031357] Xorg D 0000000000000000 0 1431 1390 0x00400004
[ 481.031365] ffff8800b1b07c48 0000000000000086 0000000000000002 0000000000000000
[ 481.031371] ffff8800b1b07fd8 ffff8800b1b07fd8 ffff8800b1b07fd8 00000000000144c0
[ 481.031376] ffff88022f998000 ffff88022a942f40 ffff880036354001 ffff880036354330
[ 481.031382] Call Trace:
[ 481.031397] [<ffffffff81753619>] schedule+0x29/0x70
[ 481.031404] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
[ 481.031410] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
[ 481.031442] [<ffffffff81751983>] mutex_lock+0x23/0x40
[ 481.031469] [<ffffffffa0054582>] drm_mode_getconnector+0xb2/0x430 [drm]
[ 481.031489] [<ffffffffa0044f1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 481.031513] [<ffffffffa00544d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
[ 481.031521] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 481.031528] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 481.031533] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 481.031538] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 481.031544] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 481.031600] INFO: task kworker/0:2:3460 blocked for more than 120 seconds.
[ 481.031604] Tainted: G W 3.12.0-999-generic #201310070425
[ 481.031606] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 481.031608] kworker/0:2 D 0000000000000000 0 3460 2 0x00000000
[ 481.031619] Workqueue: kacpi_notify acpi_os_execute_deferred
[ 481.031622] ffff8800a1289ae8 0000000000000046 000000000000002e 00000000ffffffff
[ 481.031627] ffff8800a1289fd8 ffff8800a1289fd8 ffff8800a1289fd8 00000000000144c0
[ 481.031632] ffff88022f91c6e0 ffff88022d4d17a0 0000000000000286 ffff88022f516000
[ 481.031638] Call Trace:
[ 481.031644] [<ffffffff81753619>] schedule+0x29/0x70
[ 481.031681] [<ffffffffa0125b9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
[ 481.031691] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
[ 481.031721] [<ffffffffa012ebaf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
[ 481.031750] [<ffffffffa01310f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
[ 481.031779] [<ffffffffa01348e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
[ 481.031809] [<ffffffffa01351ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
[ 481.031839] [<ffffffffa01377a1>] intel_lid_notify+0xc1/0x100 [i915]
[ 481.031845] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 481.031852] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 481.031857] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 481.031864] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
[ 481.031869] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
[ 481.031874] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
[ 481.031880] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
[ 481.031885] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
[ 481.031890] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
[ 481.031895] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
[ 481.031899] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
[ 481.031905] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
[ 481.031910] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 481.031915] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
[ 481.031920] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 601.034228] INFO: task Xorg:1431 blocked for more than 120 seconds.
[ 601.034237] Tainted: G W 3.12.0-999-generic #201310070425
[ 601.034239] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 601.034242] Xorg D 0000000000000000 0 1431 1390 0x00400004
[ 601.034248] ffff8800b1b07c48 0000000000000086 0000000000000002 0000000000000000
[ 601.034254] ffff8800b1b07fd8 ffff8800b1b07fd8 ffff8800b1b07fd8 00000000000144c0
[ 601.034258] ffff88022f998000 ffff88022a942f40 ffff880036354001 ffff880036354330
[ 601.034262] Call Trace:
[ 601.034276] [<ffffffff81753619>] schedule+0x29/0x70
[ 601.034282] [<ffffffff8175394e>] schedule_preempt_disabled+0xe/0x10
[ 601.034287] [<ffffffff817518c4>] __mutex_lock_slowpath+0x114/0x1b0
[ 601.034316] [<ffffffff81751983>] mutex_lock+0x23/0x40
[ 601.034341] [<ffffffffa0054582>] drm_mode_getconnector+0xb2/0x430 [drm]
[ 601.034358] [<ffffffffa0044f1a>] drm_ioctl+0x4fa/0x620 [drm]
[ 601.034377] [<ffffffffa00544d0>] ? drm_mode_getcrtc+0xe0/0xe0 [drm]
[ 601.034385] [<ffffffff811cedda>] do_vfs_ioctl+0x7a/0x2e0
[ 601.034391] [<ffffffff811bcc01>] ? vfs_read+0x111/0x180
[ 601.034395] [<ffffffff811cf0d1>] SyS_ioctl+0x91/0xb0
[ 601.034399] [<ffffffff811bce40>] ? SyS_read+0x70/0xa0
[ 601.034404] [<ffffffff8175e06d>] system_call_fastpath+0x1a/0x1f
[ 601.034459] INFO: task kworker/0:2:3460 blocked for more than 120 seconds.
[ 601.034462] Tainted: G W 3.12.0-999-generic #201310070425
[ 601.034463] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 601.034465] kworker/0:2 D 0000000000000000 0 3460 2 0x00000000
[ 601.034475] Workqueue: kacpi_notify acpi_os_execute_deferred
[ 601.034477] ffff8800a1289ae8 0000000000000046 000000000000002e 00000000ffffffff
[ 601.034482] ffff8800a1289fd8 ffff8800a1289fd8 ffff8800a1289fd8 00000000000144c0
[ 601.034486] ffff88022f91c6e0 ffff88022d4d17a0 0000000000000286 ffff88022f516000
[ 601.034490] Call Trace:
[ 601.034496] [<ffffffff81753619>] schedule+0x29/0x70
[ 601.034527] [<ffffffffa0125b9d>] intel_crtc_wait_for_pending_flips+0x8d/0x120 [i915]
[ 601.034536] [<ffffffff8108cc30>] ? add_wait_queue+0x60/0x60
[ 601.034560] [<ffffffffa012ebaf>] ironlake_crtc_disable+0x7f/0x2a0 [i915]
[ 601.034584] [<ffffffffa01310f6>] intel_crtc_update_dpms+0x76/0xb0 [i915]
[ 601.034608] [<ffffffffa01348e5>] intel_sanitize_crtc+0xd5/0x370 [i915]
[ 601.034632] [<ffffffffa01351ed>] intel_modeset_setup_hw_state+0x17d/0x380 [i915]
[ 601.034657] [<ffffffffa01377a1>] intel_lid_notify+0xc1/0x100 [i915]
[ 601.034661] [<ffffffff817596ad>] notifier_call_chain+0x4d/0x70
[ 601.034667] [<ffffffff81091ea8>] __blocking_notifier_call_chain+0x58/0x80
[ 601.034671] [<ffffffff81091ee6>] blocking_notifier_call_chain+0x16/0x20
[ 601.034677] [<ffffffff8142b15b>] acpi_lid_send_state+0x86/0xaf
[ 601.034682] [<ffffffff8142b1e1>] acpi_button_notify+0x3b/0xa2
[ 601.034686] [<ffffffff814032f1>] acpi_device_notify+0x19/0x1b
[ 601.034691] [<ffffffff814131cd>] acpi_ev_notify_dispatch+0x41/0x5c
[ 601.034695] [<ffffffff813ff59e>] acpi_os_execute_deferred+0x25/0x32
[ 601.034699] [<ffffffff81083ccf>] process_one_work+0x17f/0x4d0
[ 601.034703] [<ffffffff81084f0b>] worker_thread+0x11b/0x3d0
[ 601.034707] [<ffffffff81084df0>] ? manage_workers.isra.20+0x1b0/0x1b0
[ 601.034711] [<ffffffff8108c0d0>] kthread+0xc0/0xd0
[ 601.034716] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[ 601.034719] [<ffffffff8175dfbc>] ret_from_fork+0x7c/0xb0
[ 601.034724] [<ffffffff8108c010>] ? flush_kthread_worker+0xb0/0xb0
[-- Attachment #3: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i915 deadlock on laptop undock
2013-10-08 16:08 ` Roland Dreier
@ 2013-10-08 20:22 ` Daniel Vetter
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2013-10-08 20:22 UTC (permalink / raw)
To: Roland Dreier; +Cc: intel-gfx, dri-devel
On Tue, Oct 8, 2013 at 6:08 PM, Roland Dreier <roland@kernel.org> wrote:
> On Mon, Oct 7, 2013 at 11:10 PM, Daniel Vetter <daniel@ffwll.ch> wrote:
>> Can you please boot with drm.debug=0xe, reproduce the issue and then
>> attach the dmesg. The additional debug spam should shed some light on how
>> we managed to get into this peculiar situation ...
>
> Sure, here it is.
As suspected a DP screen, and we disconnect right before a modeset
sequence. The unexpected thing here is that the modeset santizer kicks
in and wreaks utter havoc due to a lid event. Now we shouldn't hang
the entire box fundamentally when we unplug the DP cable, and that's a
bug in the DP code. It's also quite some work. But we also should be a
bit less enthusiastic with wreaking havoc in the lid noifier, and I
think that can be fixed quickly.
I'll reply with some patch.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-08 20:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 22:41 i915 deadlock on laptop undock Roland Dreier
2013-10-08 6:10 ` Daniel Vetter
2013-10-08 16:08 ` Roland Dreier
2013-10-08 20:22 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).