[Intel-gfx] [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

Wu Fengguang fengguang.wu at intel.com
Wed Nov 9 14:01:08 CET 2011


Christopher,

On Wed, Nov 09, 2011 at 05:30:18PM +0800, Christopher White wrote:
> Couldn't resist connecting to my machine over VNC even though I'm not home.

Thanks a lot!

> So, I booted it with the new patch and see that while you HAVE found
> the bug, the new register addresses still seem to be wrong. Instead
> of the audio registers containing their default, pre-filled,
> standard 2-speaker configuration,

Yeah, AFAICS the BIOS may choose to pre-fill some simple ELD at boot time.

> it's now being overwritten - which
> is good. With garbage - which is bad. ;-)

One step forward ;-)

> One possible cause is that
> the SandyBridge addresses shouldn't use the same register addresses
> as IvyBridge after all. This will have to be double checked.

What puzzled me is that I've been testing DisplayPort on a Sandybridge
notebook today and it is working fine.

The other question is, why the intel_audio_dump tool goes wrong with
your hardware? It's reading the right register addresses in all the
boxes I tested...

> Instead of /proc/asound/card0/eld#3.0 containing the default 2-speaker configuration, it now contains:
> monitor_present        1
> eld_valid        1

So at least it sets the ELD valid bit right.

> monitor_name
> connection_type        HDMI
> eld_version        [0x0] reserved
> edid_version        [0x0] no CEA EDID Timing Extension block present
> manufacture_id        0x0
> product_id        0x0
> port_id            0x0
> support_hdcp        0
> support_ai        0
> audio_sync_delay    0
> speakers        [0x0]
> sad_count        0
> 
> You can see that the data is obviously zeroed out, and I bet it's due to a misaligned address.

Did you view *every* ELD file?

        cat /proc/asound/card0/eld*

I verified that it's writing to the right address in the spec. And even
find direct evidence in your dmesg that the ELD contents are correctly
received and interpreted by the audio driver:

[   10.278612] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
[   10.278644] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1

Output by snd_hdmi_show_eld():
[   10.282143] HDMI: detected monitor TX-SR607 at connection type HDMI
[   10.282145] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
[   10.282147] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[   10.282149] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[   10.282151] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
[   10.282152] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
[   10.282154] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
[   10.282155] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
[   10.282157] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
[   10.282159] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000


> Booting with drm.debug=6 produced the attached log file which I've included for completeness. However, there's nothing strange in it.

Thanks, the full dmesg helped a lot!

> On 11/9/11 10:00 AM, Christopher White wrote:
> Good day, Fengguang! Great work! This sounds very promising!
> 
> I went through the ELD parsing code myself (drm_edid_to_eld), as my programmer mind's curiosity killed me even though I didn't really have time for it, and I could see that it grabs the CEA extension block, grabs the monitor name string, then goes through each data block collection, copying all short descriptor data for each of the block types we're interested in. Good and clean code.
> 
> So, I came to the same conclusion - that the parsing code was completely correct. I'm therefore very happy to hear that you've found the real problem; trying to write the ELD structure to the wrong audio registers on SandyBridge. Yep, that HAS to be it!
> 
> I've applied the patch and the kernel is currently being re-built, but I've got to leave home so I won't report back until later today.
> 
> However, I am confident that you've found the true cause of the problem. Superb work once again!
> 
> You're going to make a lot of Home Theater PC owners very happy.

...I appreciate your help a lot!

Thanks,
Fengguang

> Christopher White
> 
> On 11/9/11 7:59 AM, Wu Fengguang wrote:
> 
> Hi Christopher,
> 
> I don't find anything wrong with the ELD parsing code, however I do
> find a bug that prevented ELD from being passed to the audio driver on
> SandyBridge.
> 
> I just posted the fix. For your convenience, it's attached in this
> email too.
> 
> Thanks,
> Fengguang
> 
> On Fri, Oct 28, 2011 at 03:57:23AM +0800, Christopher White wrote:
> 
> 
> There appears to be some issues with the patch? I'm on SandyBridge and
> using the HD3000's HDMI.
> 
> I've now tried manually merging the ELD patch (both files Wu Fengguang
> submitted) and compiling Kernel 3.0.4. I've also tried drm-intel-next
> Kernel 3.1 pre-built from
> http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-next/current/<http://kernel.ubuntu.com/%7Ekernel-ppa/mainline/drm-intel-next/current/> as
> I knew it was built from keithp's latest drm-intel-next repository.
> 
> Both of these methods had the patch applied, yet neither were able to
> read the ELD correctly from my Onkyo TX-SR607 receiver.
> 
> If I manually dump the EDID from my receiver and analyze it with Monitor
> Asset Manager (by EnTech Taiwan), it shows that the ELD contains an 8
> channel specification up to 192 kHz, and that's what's being exposed
> over HDMI to the Intel graphics adapter, yet this isn't detected. It
> just plain isn't being read, and is falling back to the default 2ch
> 16kHz configuration. It's exactly as it was in the past, before this
> patch attempt.
> 
> You can see my 256 byte EDID dump, straight from the receiver, over at:
> http://www.pulseforce.com/node/edid.dump
> 
> It shows exactly what the receiver is exposing over HDMI, proving that
> it's not the device that's at fault.
> 
> Any ideas what's wrong? Here's the HDMI messages from the startup log:
> 
> HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> HDMI: detected monitor  at connection type HDMI
> HDMI: available speakers: FL/FR
> HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000
> 88200, bits = 16
> HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
> HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> input: HDA Intel PCH HDMI/DP as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
> HDMI: detected monitor  at connection type HDMI
> HDMI: available speakers: FL/FR
> HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000
> 88200, bits = 16
> HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
> HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> HDMI: detected monitor  at connection type HDMI
> HDMI: available speakers: FL/FR
> HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000
> 88200, bits = 16
> 
> 
> 
> Christopher White

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.0.4-custom (root at mediacenter) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #1 SMP Wed Nov 9 09:08:54 CET 2011
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.4-custom root=/dev/mapper/vgsystem-lvroot ro bootdegraded=true crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7 drm.debug=6
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Centaur CentaurHauls
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
> [    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
> [    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
> [    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
> [    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
> [    0.000000]  BIOS-e820: 0000000040200000 - 00000000b6c22000 (usable)
> [    0.000000]  BIOS-e820: 00000000b6c22000 - 00000000b6c79000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000b6c79000 - 00000000b6dac000 (reserved)
> [    0.000000]  BIOS-e820: 00000000b6dac000 - 00000000b6dbd000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000b6dbd000 - 00000000b6dd4000 (reserved)
> [    0.000000]  BIOS-e820: 00000000b6dd4000 - 00000000b6dd6000 (usable)
> [    0.000000]  BIOS-e820: 00000000b6dd6000 - 00000000b6dd7000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000b6dd7000 - 00000000b6ddf000 (reserved)
> [    0.000000]  BIOS-e820: 00000000b6ddf000 - 00000000b6de9000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000b6de9000 - 00000000b6e43000 (reserved)
> [    0.000000]  BIOS-e820: 00000000b6e43000 - 00000000b6e86000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000b6e86000 - 00000000b7000000 (usable)
> [    0.000000]  BIOS-e820: 00000000b7800000 - 00000000bfa00000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
> [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
> [    0.000000]  BIOS-e820: 0000000100000000 - 000000013fe00000 (usable)
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI 2.6 present.
> [    0.000000] DMI: System manufacturer System Product Name/P8H67-I, BIOS 0505 04/29/2011
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
> [    0.000000] No AGP bridge found
> [    0.000000] last_pfn = 0x13fe00 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-CFFFF write-protect
> [    0.000000]   D0000-E7FFF uncachable
> [    0.000000]   E8000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask F00000000 write-back
> [    0.000000]   1 base 100000000 mask FC0000000 write-back
> [    0.000000]   2 base 0B7800000 mask FFF800000 uncachable
> [    0.000000]   3 base 0B8000000 mask FF8000000 uncachable
> [    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
> [    0.000000]   5 base 13FE00000 mask FFFE00000 uncachable
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000]   8 disabled
> [    0.000000]   9 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] e820 update range: 00000000b7800000 - 0000000100000000 (usable) ==> (reserved)
> [    0.000000] last_pfn = 0xb7000 max_arch_pfn = 0x400000000
> [    0.000000] found SMP MP-table at [ffff8800000fcd90] fcd90
> [    0.000000] initial memory mapped : 0 - 20000000
> [    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
> [    0.000000] init_memory_mapping: 0000000000000000-00000000b7000000
> [    0.000000]  0000000000 - 00b7000000 page 2M
> [    0.000000] kernel direct mapping tables up to b7000000 @ b6ffc000-b7000000
> [    0.000000] init_memory_mapping: 0000000100000000-000000013fe00000
> [    0.000000]  0100000000 - 013fe00000 page 2M
> [    0.000000] kernel direct mapping tables up to 13fe00000 @ 13fdfa000-13fe00000
> [    0.000000] RAMDISK: 357e6000 - 36beb000
> [    0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 5118MB)
> [    0.000000] ACPI: RSDP 00000000000f0420 00024 (v02 ALASKA)
> [    0.000000] ACPI: XSDT 00000000b6c6c068 0004C (v01 ALASKA    A M I 01072009 AMI  00010013)
> [    0.000000] ACPI: FACP 00000000b6c74d30 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
> [    0.000000] ACPI: DSDT 00000000b6c6c140 08BEE (v02 ALASKA    A M I 00000000 INTL 20051117)
> [    0.000000] ACPI: FACS 00000000b6de0f80 00040
> [    0.000000] ACPI: APIC 00000000b6c74e28 00072 (v03 ALASKA    A M I 01072009 AMI  00010013)
> [    0.000000] ACPI: SSDT 00000000b6c74ea0 00102 (v01 AMICPU     PROC 00000001 MSFT 03000001)
> [    0.000000] ACPI: MCFG 00000000b6c74fa8 0003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
> [    0.000000] ACPI: HPET 00000000b6c74fe8 00038 (v01 ALASKA    A M I 01072009 AMI. 00000004)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at 0000000000000000-000000013fe00000
> [    0.000000] Initmem setup node 0 0000000000000000-000000013fe00000
> [    0.000000]   NODE_DATA [000000013fdfb000 - 000000013fdfffff]
> [    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b600000-ffff88013edfffff] on node 0
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000010 -> 0x00001000
> [    0.000000]   DMA32    0x00001000 -> 0x00100000
> [    0.000000]   Normal   0x00100000 -> 0x0013fe00
> [    0.000000] Movable zone start PFN for each node
> [    0.000000] early_node_map[7] active PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009d
> [    0.000000]     0: 0x00000100 -> 0x00020000
> [    0.000000]     0: 0x00020200 -> 0x00040000
> [    0.000000]     0: 0x00040200 -> 0x000b6c22
> [    0.000000]     0: 0x000b6dd4 -> 0x000b6dd6
> [    0.000000]     0: 0x000b6e86 -> 0x000b7000
> [    0.000000]     0: 0x00100000 -> 0x0013fe00
> [    0.000000] On node 0 totalpages: 1009451
> [    0.000000]   DMA zone: 56 pages used for memmap
> [    0.000000]   DMA zone: 5 pages reserved
> [    0.000000]   DMA zone: 3920 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 14280 pages used for memmap
> [    0.000000]   DMA32 zone: 729558 pages, LIFO batch:31
> [    0.000000]   Normal zone: 3577 pages used for memmap
> [    0.000000]   Normal zone: 258055 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x408
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 0, 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] SMP: Allowing 4 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
> [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
> [    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
> [    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
> [    0.000000] PM: Registered nosave memory: 00000000b6c22000 - 00000000b6c79000
> [    0.000000] PM: Registered nosave memory: 00000000b6c79000 - 00000000b6dac000
> [    0.000000] PM: Registered nosave memory: 00000000b6dac000 - 00000000b6dbd000
> [    0.000000] PM: Registered nosave memory: 00000000b6dbd000 - 00000000b6dd4000
> [    0.000000] PM: Registered nosave memory: 00000000b6dd6000 - 00000000b6dd7000
> [    0.000000] PM: Registered nosave memory: 00000000b6dd7000 - 00000000b6ddf000
> [    0.000000] PM: Registered nosave memory: 00000000b6ddf000 - 00000000b6de9000
> [    0.000000] PM: Registered nosave memory: 00000000b6de9000 - 00000000b6e43000
> [    0.000000] PM: Registered nosave memory: 00000000b6e43000 - 00000000b6e86000
> [    0.000000] PM: Registered nosave memory: 00000000b7000000 - 00000000b7800000
> [    0.000000] PM: Registered nosave memory: 00000000b7800000 - 00000000bfa00000
> [    0.000000] PM: Registered nosave memory: 00000000bfa00000 - 00000000fed1c000
> [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
> [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ff000000
> [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
> [    0.000000] Allocating PCI resources starting at bfa00000 (gap: bfa00000:3f31c000)
> [    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 27 pages/cpu @ffff88013fa00000 s79488 r8192 d22912 u524288
> [    0.000000] pcpu-alloc: s79488 r8192 d22912 u524288 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 991533
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.4-custom root=/dev/mapper/vgsystem-lvroot ro bootdegraded=true crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7 drm.debug=6
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
> [    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: 3748940k/5240832k available (5970k kernel code, 1203028k absent, 288864k reserved, 5006k data, 956k init)
> [    0.000000] SLUB: Genslabs=15, 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] NR_IRQS:16640 nr_irqs:712 16
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] Console: colour dummy device 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] allocated 32505856 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] Fast TSC calibration using PIT
> [    0.010000] Detected 3291.775 MHz processor.
> [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6583.55 BogoMIPS (lpj=32917750)
> [    0.000004] pid_max: default: 32768 minimum: 301
> [    0.000019] Security Framework initialized
> [    0.000028] AppArmor: AppArmor initialized
> [    0.000301] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> [    0.000918] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> [    0.001178] Mount-cache hash table entries: 256
> [    0.001245] Initializing cgroup subsys cpuacct
> [    0.001248] Initializing cgroup subsys memory
> [    0.001252] Initializing cgroup subsys devices
> [    0.001253] Initializing cgroup subsys freezer
> [    0.001254] Initializing cgroup subsys net_cls
> [    0.001255] Initializing cgroup subsys blkio
> [    0.001275] CPU: Physical Processor ID: 0
> [    0.001276] CPU: Processor Core ID: 0
> [    0.001279] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> [    0.001280] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
> [    0.001282] mce: CPU supports 9 MCE banks
> [    0.001291] CPU0: Thermal monitoring enabled (TM1)
> [    0.001297] using mwait in idle threads.
> [    0.003042] ACPI: Core revision 20110413
> [    0.013211] ftrace: allocating 23242 entries in 92 pages
> [    0.019994] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.119976] CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz stepping 07
> [    0.238319] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
> [    0.238323] ... version:                3
> [    0.238324] ... bit width:              48
> [    0.238325] ... generic registers:      8
> [    0.238326] ... value mask:             0000ffffffffffff
> [    0.238327] ... max period:             000000007fffffff
> [    0.238327] ... fixed-purpose events:   3
> [    0.238328] ... event mask:             00000007000000ff
> [    0.238586] Booting Node   0, Processors  #1
> [    0.238588] smpboot cpu 1: start_ip = 98000
> [    0.418454]  #2
> [    0.418456] smpboot cpu 2: start_ip = 98000
> [    0.598406]  #3 Ok.
> [    0.598408] smpboot cpu 3: start_ip = 98000
> [    0.778296] Brought up 4 CPUs
> [    0.778298] Total of 4 processors activated (26333.61 BogoMIPS).
> [    0.779878] devtmpfs: initialized
> [    0.779957] PM: Registering ACPI NVS region at b6c22000 (356352 bytes)
> [    0.779962] PM: Registering ACPI NVS region at b6dac000 (69632 bytes)
> [    0.779963] PM: Registering ACPI NVS region at b6ddf000 (40960 bytes)
> [    0.779965] PM: Registering ACPI NVS region at b6e43000 (274432 bytes)
> [    0.780461] print_constraints: dummy: 
> [    0.780485] Time:  9:19:41  Date: 11/09/11
> [    0.780503] NET: Registered protocol family 16
> [    0.780554] ACPI: bus type pci registered
> [    0.780585] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
> [    0.780587] PCI: not using MMCONFIG
> [    0.780588] PCI: Using configuration type 1 for base access
> [    0.781179] bio: create slab <bio-0> at 0
> [    0.781997] ACPI: EC: Look up EC in DSDT
> [    0.782798] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.784129] ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110413/psargs-359)
> [    0.784133] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110413/nsinit-349)
> [    0.784301] ACPI: SSDT 00000000b6ddfc18 0038C (v01    AMI      IST 00000001 MSFT 03000001)
> [    0.784524] ACPI: Dynamic OEM Table Load:
> [    0.784526] ACPI: SSDT           (null) 0038C (v01    AMI      IST 00000001 MSFT 03000001)
> [    0.784540] ACPI: SSDT 00000000b6de0e18 00084 (v01    AMI      CST 00000001 MSFT 03000001)
> [    0.784728] ACPI: Dynamic OEM Table Load:
> [    0.784730] ACPI: SSDT           (null) 00084 (v01    AMI      CST 00000001 MSFT 03000001)
> [    0.784999] ACPI: Interpreter enabled
> [    0.785000] ACPI: (supports S0 S1 S3 S4 S5)
> [    0.785013] ACPI: Using IOAPIC for interrupt routing
> [    0.785026] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
> [    0.785069] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
> [    0.796379] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
> [    0.799245] ACPI: No dock devices found.
> [    0.799246] HEST: Table not found.
> [    0.799248] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.799360] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.799483] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
> [    0.799485] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
> [    0.799486] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
> [    0.799488] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
> [    0.799489] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xffffffff]
> [    0.799492] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000c8000-0x000dffff] conflicts with Video ROM [mem 0x000c0000-0x000cd7ff]
> [    0.799502] pci 0000:00:00.0: [8086:0100] type 0 class 0x000600
> [    0.799526] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
> [    0.799544] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.799546] pci 0000:00:01.0: PME# disabled
> [    0.799560] pci 0000:00:02.0: [8086:0112] type 0 class 0x000300
> [    0.799568] pci 0000:00:02.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
> [    0.799572] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
> [    0.799576] pci 0000:00:02.0: reg 20: [io  0xf000-0xf03f]
> [    0.799616] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
> [    0.799637] pci 0000:00:16.0: reg 10: [mem 0xfe508000-0xfe50800f 64bit]
> [    0.799694] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
> [    0.799697] pci 0000:00:16.0: PME# disabled
> [    0.799724] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
> [    0.799743] pci 0000:00:1a.0: reg 10: [mem 0xfe507000-0xfe5073ff]
> [    0.799812] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
> [    0.799815] pci 0000:00:1a.0: PME# disabled
> [    0.799835] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
> [    0.799848] pci 0000:00:1b.0: reg 10: [mem 0xfe500000-0xfe503fff 64bit]
> [    0.799898] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.799901] pci 0000:00:1b.0: PME# disabled
> [    0.799918] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
> [    0.799975] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.799978] pci 0000:00:1c.0: PME# disabled
> [    0.800001] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
> [    0.800058] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    0.800061] pci 0000:00:1c.4: PME# disabled
> [    0.800080] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
> [    0.800138] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> [    0.800141] pci 0000:00:1c.5: PME# disabled
> [    0.800160] pci 0000:00:1c.6: [8086:1c1c] type 1 class 0x000604
> [    0.800217] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
> [    0.800220] pci 0000:00:1c.6: PME# disabled
> [    0.800238] pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
> [    0.800295] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
> [    0.800298] pci 0000:00:1c.7: PME# disabled
> [    0.800322] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
> [    0.800341] pci 0000:00:1d.0: reg 10: [mem 0xfe506000-0xfe5063ff]
> [    0.800410] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
> [    0.800413] pci 0000:00:1d.0: PME# disabled
> [    0.800433] pci 0000:00:1f.0: [8086:1c4a] type 0 class 0x000601
> [    0.800540] pci 0000:00:1f.2: [8086:1c02] type 0 class 0x000106
> [    0.800556] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
> [    0.800563] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
> [    0.800569] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
> [    0.800576] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
> [    0.800583] pci 0000:00:1f.2: reg 20: [io  0xf060-0xf07f]
> [    0.800589] pci 0000:00:1f.2: reg 24: [mem 0xfe505000-0xfe5057ff]
> [    0.800618] pci 0000:00:1f.2: PME# supported from D3hot
> [    0.800621] pci 0000:00:1f.2: PME# disabled
> [    0.800634] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
> [    0.800648] pci 0000:00:1f.3: reg 10: [mem 0xfe504000-0xfe5040ff 64bit]
> [    0.800667] pci 0000:00:1f.3: reg 20: [io  0xf040-0xf05f]
> [    0.800704] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.800706] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
> [    0.800708] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> [    0.800711] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
> [    0.800751] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.800754] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
> [    0.800757] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> [    0.800762] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
> [    0.800823] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
> [    0.800841] pci 0000:03:00.0: reg 10: [io  0xe000-0xe0ff]
> [    0.800874] pci 0000:03:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
> [    0.800895] pci 0000:03:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
> [    0.800953] pci 0000:03:00.0: supports D1 D2
> [    0.800954] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.800959] pci 0000:03:00.0: PME# disabled
> [    0.818173] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
> [    0.818178] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
> [    0.818183] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> [    0.818190] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
> [    0.818276] pci 0000:04:00.0: [1b21:1042] type 0 class 0x000c03
> [    0.818304] pci 0000:04:00.0: reg 10: [mem 0xfe400000-0xfe407fff 64bit]
> [    0.818426] pci 0000:04:00.0: PME# supported from D3hot D3cold
> [    0.818431] pci 0000:04:00.0: PME# disabled
> [    0.838163] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
> [    0.838168] pci 0000:00:1c.5:   bridge window [io  0xf000-0x0000] (disabled)
> [    0.838173] pci 0000:00:1c.5:   bridge window [mem 0xfe400000-0xfe4fffff]
> [    0.838180] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
> [    0.838233] pci 0000:00:1c.6: PCI bridge to [bus 05-05]
> [    0.838238] pci 0000:00:1c.6:   bridge window [io  0xf000-0x0000] (disabled)
> [    0.838243] pci 0000:00:1c.6:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> [    0.838258] pci 0000:00:1c.6:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
> [    0.838298] pci 0000:00:1c.7: PCI bridge to [bus 06-06]
> [    0.838301] pci 0000:00:1c.7:   bridge window [io  0xf000-0x0000] (disabled)
> [    0.838304] pci 0000:00:1c.7:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
> [    0.838309] pci 0000:00:1c.7:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
> [    0.838333] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    0.838387] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> [    0.838403] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
> [    0.838421] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
> [    0.838435] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
> [    0.838449] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
> [    0.838464] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
> [    0.838530]  pci0000:00: Requesting ACPI _OSC control (0x1d)
> [    0.838650]  pci0000:00: ACPI _OSC control (0x1c) granted
> [    0.840667] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
> [    0.840694] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 12 14 15)
> [    0.840719] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
> [    0.840744] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
> [    0.840769] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
> [    0.840794] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
> [    0.840819] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
> [    0.840845] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
> [    0.840892] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.840897] vgaarb: loaded
> [    0.840897] vgaarb: bridge control possible 0000:00:02.0
> [    0.840983] SCSI subsystem initialized
> [    0.841002] libata version 3.00 loaded.
> [    0.841023] usbcore: registered new interface driver usbfs
> [    0.841029] usbcore: registered new interface driver hub
> [    0.841039] usbcore: registered new device driver usb
> [    0.841127] wmi: Mapper loaded
> [    0.841128] PCI: Using ACPI for IRQ routing
> [    0.842523] PCI: pci_cache_line_size set to 64 bytes
> [    0.842570] reserve RAM buffer: 000000000009d800 - 000000000009ffff 
> [    0.842571] reserve RAM buffer: 00000000b6c22000 - 00000000b7ffffff 
> [    0.842574] reserve RAM buffer: 00000000b6dd6000 - 00000000b7ffffff 
> [    0.842575] reserve RAM buffer: 00000000b7000000 - 00000000b7ffffff 
> [    0.842577] reserve RAM buffer: 000000013fe00000 - 000000013fffffff 
> [    0.842624] NetLabel: Initializing
> [    0.842625] NetLabel:  domain hash size = 128
> [    0.842626] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.842633] NetLabel:  unlabeled traffic allowed by default
> [    0.842657] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
> [    0.842661] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> [    0.844671] Switching to clocksource hpet
> [    0.847966] AppArmor: AppArmor Filesystem Enabled
> [    0.847980] pnp: PnP ACPI init
> [    0.847987] ACPI: bus type pnp registered
> [    0.848064] pnp 00:00: [bus 00-ff]
> [    0.848065] pnp 00:00: [io  0x0cf8-0x0cff]
> [    0.848067] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    0.848068] pnp 00:00: [io  0x0d00-0xffff window]
> [    0.848070] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    0.848072] pnp 00:00: [mem 0x000c8000-0x000dffff window]
> [    0.848073] pnp 00:00: [mem 0xbfa00000-0xffffffff window]
> [    0.848074] pnp 00:00: [mem 0x00000000 window]
> [    0.848104] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
> [    0.848137] pnp 00:01: [mem 0xfed10000-0xfed19fff]
> [    0.848138] pnp 00:01: [mem 0xe0000000-0xe3ffffff]
> [    0.848139] pnp 00:01: [mem 0xfed90000-0xfed93fff]
> [    0.848140] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
> [    0.848141] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
> [    0.848152] Switched to NOHz mode on CPU #0
> [    0.848177] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
> [    0.848178] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
> [    0.848180] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
> [    0.848181] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    0.848183] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
> [    0.848185] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.848246] pnp 00:02: [io  0x0000-0xffffffffffffffff disabled]
> [    0.848247] pnp 00:02: [io  0x0a00-0x0a1f]
> [    0.848248] pnp 00:02: [io  0x0290-0x029f]
> [    0.848249] pnp 00:02: [io  0x0a20-0x0a2f]
> [    0.848266] system 00:02: [io  0x0a00-0x0a1f] has been reserved
> [    0.848268] system 00:02: [io  0x0290-0x029f] has been reserved
> [    0.848269] system 00:02: [io  0x0a20-0x0a2f] has been reserved
> [    0.848271] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.848278] pnp 00:03: [dma 4]
> [    0.848279] pnp 00:03: [io  0x0000-0x000f]
> [    0.848280] pnp 00:03: [io  0x0081-0x0083]
> [    0.848281] pnp 00:03: [io  0x0087]
> [    0.848283] Switched to NOHz mode on CPU #3
> [    0.848285] Switched to NOHz mode on CPU #1
> [    0.848287] pnp 00:03: [io  0x0089-0x008b]
> [    0.848288] pnp 00:03: [io  0x008f]
> [    0.848290] pnp 00:03: [io  0x00c0-0x00df]
> [    0.848291] Switched to NOHz mode on CPU #2
> [    0.848302] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> [    0.848307] pnp 00:04: [io  0x0070-0x0071]
> [    0.848313] pnp 00:04: [irq 8]
> [    0.848325] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.848329] pnp 00:05: [io  0x0061]
> [    0.848339] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> [    0.848348] pnp 00:06: [io  0x0010-0x001f]
> [    0.848349] pnp 00:06: [io  0x0022-0x003f]
> [    0.848350] pnp 00:06: [io  0x0044-0x005f]
> [    0.848351] pnp 00:06: [io  0x0063]
> [    0.848352] pnp 00:06: [io  0x0065]
> [    0.848353] pnp 00:06: [io  0x0067-0x006f]
> [    0.848354] pnp 00:06: [io  0x0072-0x007f]
> [    0.848355] pnp 00:06: [io  0x0080]
> [    0.848356] pnp 00:06: [io  0x0084-0x0086]
> [    0.848357] pnp 00:06: [io  0x0088]
> [    0.848357] pnp 00:06: [io  0x008c-0x008e]
> [    0.848358] pnp 00:06: [io  0x0090-0x009f]
> [    0.848359] pnp 00:06: [io  0x00a2-0x00bf]
> [    0.848360] pnp 00:06: [io  0x00e0-0x00ef]
> [    0.848361] pnp 00:06: [io  0x04d0-0x04d1]
> [    0.848380] system 00:06: [io  0x04d0-0x04d1] has been reserved
> [    0.848382] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.848387] pnp 00:07: [io  0x00f0-0x00ff]
> [    0.848390] pnp 00:07: [irq 13]
> [    0.848402] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    0.848493] pnp 00:08: [io  0x0400-0x0453]
> [    0.848494] pnp 00:08: [io  0x0458-0x047f]
> [    0.848496] pnp 00:08: [io  0x0000-0xffffffffffffffff disabled]
> [    0.848497] pnp 00:08: [io  0x0500-0x057f]
> [    0.848498] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
> [    0.848499] pnp 00:08: [mem 0xfec00000-0xfecfffff]
> [    0.848500] pnp 00:08: [mem 0xfed08000-0xfed08fff]
> [    0.848501] pnp 00:08: [mem 0xff000000-0xffffffff]
> [    0.848521] system 00:08: [io  0x0400-0x0453] has been reserved
> [    0.848522] system 00:08: [io  0x0458-0x047f] has been reserved
> [    0.848524] system 00:08: [io  0x0500-0x057f] has been reserved
> [    0.848525] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.848527] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
> [    0.848528] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
> [    0.848530] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
> [    0.848532] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.848552] pnp 00:09: [io  0x0454-0x0457]
> [    0.848570] system 00:09: [io  0x0454-0x0457] has been reserved
> [    0.848571] system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
> [    0.848631] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
> [    0.848651] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
> [    0.848733] pnp: PnP ACPI: found 11 devices
> [    0.848734] ACPI: ACPI bus type pnp unregistered
> [    0.853970] PCI: max bus depth: 1 pci_try_num: 2
> [    0.854007] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.854008] pci 0000:00:01.0:   bridge window [io  disabled]
> [    0.854010] pci 0000:00:01.0:   bridge window [mem disabled]
> [    0.854011] pci 0000:00:01.0:   bridge window [mem pref disabled]
> [    0.854014] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.854015] pci 0000:00:1c.0:   bridge window [io  disabled]
> [    0.854019] pci 0000:00:1c.0:   bridge window [mem disabled]
> [    0.854022] pci 0000:00:1c.0:   bridge window [mem pref disabled]
> [    0.854027] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
> [    0.854029] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
> [    0.854033] pci 0000:00:1c.4:   bridge window [mem disabled]
> [    0.854036] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
> [    0.854041] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
> [    0.854042] pci 0000:00:1c.5:   bridge window [io  disabled]
> [    0.854046] pci 0000:00:1c.5:   bridge window [mem 0xfe400000-0xfe4fffff]
> [    0.854049] pci 0000:00:1c.5:   bridge window [mem pref disabled]
> [    0.854054] pci 0000:00:1c.6: PCI bridge to [bus 05-05]
> [    0.854055] pci 0000:00:1c.6:   bridge window [io  disabled]
> [    0.854059] pci 0000:00:1c.6:   bridge window [mem disabled]
> [    0.854062] pci 0000:00:1c.6:   bridge window [mem pref disabled]
> [    0.854067] pci 0000:00:1c.7: PCI bridge to [bus 06-06]
> [    0.854068] pci 0000:00:1c.7:   bridge window [io  disabled]
> [    0.854072] pci 0000:00:1c.7:   bridge window [mem disabled]
> [    0.854075] pci 0000:00:1c.7:   bridge window [mem pref disabled]
> [    0.854086] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    0.854088] pci 0000:00:01.0: setting latency timer to 64
> [    0.854094] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.854097] pci 0000:00:1c.0: setting latency timer to 64
> [    0.854102] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.854105] pci 0000:00:1c.4: setting latency timer to 64
> [    0.854110] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
> [    0.854113] pci 0000:00:1c.5: setting latency timer to 64
> [    0.854119] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.854122] pci 0000:00:1c.6: setting latency timer to 64
> [    0.854128] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
> [    0.854131] pci 0000:00:1c.7: setting latency timer to 64
> [    0.854134] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    0.854135] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    0.854136] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    0.854137] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xffffffff]
> [    0.854139] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
> [    0.854140] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
> [    0.854142] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
> [    0.854157] NET: Registered protocol family 2
> [    0.854244] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
> [    0.854831] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
> [    0.855798] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    0.855912] TCP: Hash tables configured (established 524288 bind 65536)
> [    0.855913] TCP reno registered
> [    0.855921] UDP hash table entries: 2048 (order: 4, 65536 bytes)
> [    0.855935] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
> [    0.855991] NET: Registered protocol family 1
> [    0.856002] pci 0000:00:02.0: Boot video device
> [    1.114672] PCI: CLS 64 bytes, default 64
> [    1.114720] Trying to unpack rootfs image as initramfs...
> [    1.353742] Freeing initrd memory: 20500k freed
> [    1.355514] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    1.355518] Placing 64MB software IO TLB between ffff8800b2c22000 - ffff8800b6c22000
> [    1.355519] software IO TLB at phys 0xb2c22000 - 0xb6c22000
> [    1.355808] audit: initializing netlink socket (disabled)
> [    1.355814] type=2000 audit(1320830381.210:1): initialized
> [    1.372630] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    1.373512] VFS: Disk quotas dquot_6.5.2
> [    1.373542] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    1.373855] fuse init (API version 7.16)
> [    1.373898] msgmni has been set to 7362
> [    1.374024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> [    1.374039] io scheduler noop registered
> [    1.374040] io scheduler deadline registered
> [    1.374060] io scheduler cfq registered (default)
> [    1.374113] pcieport 0000:00:01.0: setting latency timer to 64
> [    1.374132] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
> [    1.374168] pcieport 0000:00:1c.0: setting latency timer to 64
> [    1.374204] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
> [    1.374255] pcieport 0000:00:1c.4: setting latency timer to 64
> [    1.374291] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
> [    1.374343] pcieport 0000:00:1c.5: setting latency timer to 64
> [    1.374378] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
> [    1.374431] pcieport 0000:00:1c.6: setting latency timer to 64
> [    1.374467] pcieport 0000:00:1c.6: irq 44 for MSI/MSI-X
> [    1.374519] pcieport 0000:00:1c.7: setting latency timer to 64
> [    1.374568] pcieport 0000:00:1c.7: irq 45 for MSI/MSI-X
> [    1.374628] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
> [    1.374630] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
> [    1.374642] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
> [    1.374646] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
> [    1.374659] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
> [    1.374660] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
> [    1.374663] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
> [    1.374675] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
> [    1.374677] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
> [    1.374680] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
> [    1.374692] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
> [    1.374695] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
> [    1.374708] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
> [    1.374711] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
> [    1.374719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    1.374731] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    1.374754] intel_idle: MWAIT substates: 0x1120
> [    1.374755] intel_idle: v0.4 model 0x2A
> [    1.374756] intel_idle: lapic_timer_reliable_states 0xffffffff
> [    1.374815] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> [    1.374818] ACPI: Power Button [PWRB]
> [    1.374840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> [    1.374842] ACPI: Power Button [PWRF]
> [    1.374937] ACPI: acpi_idle yielding to intel_idle
> [    1.375862] ERST: Table is not found!
> [    1.375893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [    1.924642] Linux agpgart interface v0.103
> [    1.924685] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
> [    1.924783] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
> [    1.925570] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
> [    1.925644] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
> [    1.926133] brd: module loaded
> [    1.926350] loop: module loaded
> [    1.926592] Fixed MDIO Bus: probed
> [    1.926606] PPP generic driver version 2.4.2
> [    1.926622] tun: Universal TUN/TAP device driver, 1.6
> [    1.926623] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
> [    1.926658] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.926675] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.926686] ehci_hcd 0000:00:1a.0: setting latency timer to 64
> [    1.926689] ehci_hcd 0000:00:1a.0: EHCI Host Controller
> [    1.926706] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [    1.926724] ehci_hcd 0000:00:1a.0: debug port 2
> [    1.930613] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [    1.930625] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xfe507000
> [    1.954384] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    1.954496] hub 1-0:1.0: USB hub found
> [    1.954498] hub 1-0:1.0: 2 ports detected
> [    1.954530] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.954538] ehci_hcd 0000:00:1d.0: setting latency timer to 64
> [    1.954540] ehci_hcd 0000:00:1d.0: EHCI Host Controller
> [    1.954555] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    1.954573] ehci_hcd 0000:00:1d.0: debug port 2
> [    1.958468] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
> [    1.958471] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe506000
> [    1.974376] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    1.974480] hub 2-0:1.0: USB hub found
> [    1.974482] hub 2-0:1.0: 2 ports detected
> [    1.974508] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    1.974516] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.974554] i8042: PNP: No PS/2 controller found. Probing ports directly.
> [    1.974908] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.974912] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.974963] mousedev: PS/2 mouse device common for all mice
> [    1.975018] rtc_cmos 00:04: RTC can wake from S4
> [    1.975090] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> [    1.975112] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
> [    1.975162] device-mapper: uevent: version 1.0.3
> [    1.975197] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel at redhat.com
> [    1.975237] device-mapper: multipath: version 1.3.0 loaded
> [    1.975239] device-mapper: multipath round-robin: version 1.0.0 loaded
> [    1.975319] cpuidle: using governor ladder
> [    1.975397] cpuidle: using governor menu
> [    1.975399] EFI Variables Facility v0.08 2004-May-17
> [    1.975512] TCP cubic registered
> [    1.975574] NET: Registered protocol family 10
> [    1.975788] NET: Registered protocol family 17
> [    1.975796] Registering the dns_resolver key type
> [    1.975839] PM: Hibernation image not present or could not be loaded.
> [    1.975845] registered taskstats version 1
> [    1.976072]   Magic number: 3:929:322
> [    1.976082] misc mcelog: hash matches
> [    1.976084] tty tty47: hash matches
> [    1.976132] rtc_cmos 00:04: setting system clock to 2011-11-09 09:19:42 UTC (1320830382)
> [    1.976825] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
> [    1.976826] EDD information not available.
> [    1.977864] Freeing unused kernel memory: 956k freed
> [    1.977940] Write protecting the kernel read-only data: 10240k
> [    1.978501] Freeing unused kernel memory: 156k freed
> [    1.981500] Freeing unused kernel memory: 1504k freed
> [    1.992476] udev[65]: starting version 167
> [    2.000535] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    2.000556] xhci_hcd 0000:04:00.0: setting latency timer to 64
> [    2.000559] xhci_hcd 0000:04:00.0: xHCI Host Controller
> [    2.000590] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
> [    2.002315] [drm] Initialized drm 1.1.0 20060810
> [    2.002331] ahci 0000:00:1f.2: version 3.0
> [    2.002345] ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
> [    2.002389] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
> [    2.002469] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3c impl SATA mode
> [    2.002471] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
> [    2.002476] ahci 0000:00:1f.2: setting latency timer to 64
> [    2.010102] xhci_hcd 0000:04:00.0: irq 17, io mem 0xfe400000
> [    2.010473] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [    2.010487] r8169 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    2.010518] r8169 0000:03:00.0: setting latency timer to 64
> [    2.010579] r8169 0000:03:00.0: irq 47 for MSI/MSI-X
> [    2.010761] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
> [    2.010765] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
> [    2.010768] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
> [    2.010770] xhci_hcd 0000:04:00.0: irq 51 for MSI/MSI-X
> [    2.010773] xhci_hcd 0000:04:00.0: irq 52 for MSI/MSI-X
> [    2.010791] r8169 0000:03:00.0: eth0: RTL8168e/8111e at 0xffffc9000065c000, f4:6d:04:90:e2:28, XID 0c200000 IRQ 47
> [    2.010897] xHCI xhci_add_endpoint called for root hub
> [    2.010899] xHCI xhci_check_bandwidth called for root hub
> [    2.010914] hub 3-0:1.0: USB hub found
> [    2.010920] hub 3-0:1.0: 2 ports detected
> [    2.010954] xhci_hcd 0000:04:00.0: xHCI Host Controller
> [    2.010977] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
> [    2.015697] xHCI xhci_add_endpoint called for root hub
> [    2.015699] xHCI xhci_check_bandwidth called for root hub
> [    2.015716] hub 4-0:1.0: USB hub found
> [    2.015722] hub 4-0:1.0: 2 ports detected
> [    2.054928] scsi0 : ahci
> [    2.055085] scsi1 : ahci
> [    2.055188] scsi2 : ahci
> [    2.055312] scsi3 : ahci
> [    2.055457] scsi4 : ahci
> [    2.055594] scsi5 : ahci
> [    2.055690] ata1: DUMMY
> [    2.055691] ata2: DUMMY
> [    2.055693] ata3: SATA max UDMA/133 abar m2048 at 0xfe505000 port 0xfe505200 irq 46
> [    2.055695] ata4: SATA max UDMA/133 abar m2048 at 0xfe505000 port 0xfe505280 irq 46
> [    2.055696] ata5: SATA max UDMA/133 abar m2048 at 0xfe505000 port 0xfe505300 irq 46
> [    2.055698] ata6: SATA max UDMA/133 abar m2048 at 0xfe505000 port 0xfe505380 irq 46
> [    2.055763] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    2.055766] i915 0000:00:02.0: setting latency timer to 64
> [    2.099344] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
> [    2.099346] [drm] MTRR allocation failed.  Graphics performance may suffer.
> [    2.099466] [drm:intel_opregion_setup], graphic opregion physical addr: 0xb6c76018
> [    2.099477] [drm:intel_opregion_setup], Public ACPI methods supported
> [    2.099478] [drm:intel_opregion_setup], SWSCI supported
> [    2.099479] [drm:intel_opregion_setup], ASLE supported
> [    2.099493] i915 0000:00:02.0: irq 53 for MSI/MSI-X
> [    2.099496] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [    2.099497] [drm] Driver supports precise vblank timestamp query.
> [    2.099500] [drm:intel_detect_pch], Found CougarPoint PCH
> [    2.099501] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT SANDYBRIDGE-D  d
> [    2.099503] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
> [    2.099506] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
> [    2.099514] [drm:drm_mode_debug_printmodeline], Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    2.099520] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
> [    2.099521] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
> [    2.099523] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
> [    2.099528] [drm:intel_dsm_pci_probe], no _DSM method for intel device
> [    2.099534] [drm:intel_modeset_init], 2 display pipes available.
> [    2.099539] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    2.099857] [drm:intel_crt_init], pch crt adpa set to 0xf40000
> [    2.102065] [drm:intel_sdvo_read_byte], i2c transfer returned -6
> [    2.102066] [drm:intel_sdvo_init], No SDVO device found on SDVOB
> [    2.102103] [drm:intel_dp_i2c_init], i2c_init DPDDC-B
> [    2.102611] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.102612] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    2.103120] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.103121] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    2.103155] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
> [    2.103663] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.103664] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    2.104171] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.104172] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    2.104180] [drm:intel_panel_get_backlight], get backlight PWM = 0
> [    2.104194] [drm:ironlake_crtc_dpms], crtc 0/0 dpms off
> [    2.104204] [drm:i915_get_vblank_timestamp], crtc 0 is disabled
> [    2.154393] [drm:intel_wait_for_vblank], vblank wait timed out
> [    2.194779] [drm:intel_update_fbc], 
> [    2.195024] [drm:ironlake_crtc_dpms], crtc 1/1 dpms off
> [    2.195026] [drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe B
> [    2.195028] [drm:i915_get_vblank_timestamp], crtc 1 is disabled
> [    2.195031] [drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe B
> [    2.195682] [drm:intel_update_fbc], 
> [    2.236069] [drm:init_status_page], render ring hws offset: 0x00000000
> [    2.236138] [drm:init_status_page], gen6 bsd ring hws offset: 0x00021000
> [    2.236205] [drm:init_status_page], blt ring hws offset: 0x00042000
> [    2.236296] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [    2.236298] [drm:intel_ironlake_crt_detect_hotplug], trigger hotplug detect cycle: adpa=0xf40000
> [    2.254313] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [    2.254319] [drm:intel_crt_detect], CRT not detected via hotplug
> [    2.254323] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [    2.254327] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [    2.265328] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [    2.265329] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [    2.265837] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.274319] usb 1-1: new high speed USB device number 2 using ehci_hcd
> [    2.284823] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.304810] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.324294] [drm:ironlake_dp_detect], DPCD: 0000
> [    2.324300] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [    2.324305] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [    2.354290] Refined TSC clocksource calibration: 3291.700 MHz.
> [    2.354293] Switching to clocksource tsc
> [    2.394277] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.394301] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.394329] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.394343] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.398581] ata6.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
> [    2.398583] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    2.398722] ata4.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
> [    2.398724] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    2.398730] ata5.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
> [    2.398731] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    2.399436] ata3.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
> [    2.399438] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    2.402244] ata6.00: configured for UDMA/133
> [    2.402750] ata4.00: configured for UDMA/133
> [    2.403682] ata5.00: configured for UDMA/133
> [    2.404414] ata3.00: configured for UDMA/133
> [    2.404573] scsi 2:0:0:0: Direct-Access     ATA      WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
> [    2.404672] sd 2:0:0:0: Attached scsi generic sg0 type 0
> [    2.404816] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
> [    2.404859] scsi 3:0:0:0: Direct-Access     ATA      WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
> [    2.404950] sd 3:0:0:0: Attached scsi generic sg1 type 0
> [    2.404996] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
> [    2.405020] scsi 4:0:0:0: Direct-Access     ATA      WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
> [    2.405024] sd 2:0:0:0: [sda] Write Protect is off
> [    2.405026] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    2.405029] sd 3:0:0:0: [sdb] Write Protect is off
> [    2.405030] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    2.405037] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.405041] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.405095] sd 4:0:0:0: Attached scsi generic sg2 type 0
> [    2.405109] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
> [    2.405133] sd 4:0:0:0: [sdc] Write Protect is off
> [    2.405134] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
> [    2.405144] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.405147] scsi 5:0:0:0: Direct-Access     ATA      WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
> [    2.405207] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
> [    2.405209] sd 5:0:0:0: Attached scsi generic sg3 type 0
> [    2.405232] sd 5:0:0:0: [sdd] Write Protect is off
> [    2.405233] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
> [    2.405245] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.415045]  sdd: sdd1 sdd2
> [    2.415510] sd 5:0:0:0: [sdd] Attached SCSI disk
> [    2.416091]  sdb: sdb1 sdb2
> [    2.416255] sd 3:0:0:0: [sdb] Attached SCSI disk
> [    2.417886]  sdc: sdc1 sdc2
> [    2.418310] sd 4:0:0:0: [sdc] Attached SCSI disk
> [    2.421578]  sda: sda1 sda2
> [    2.422025] sd 2:0:0:0: [sda] Attached SCSI disk
> [    2.424721] hub 1-1:1.0: USB hub found
> [    2.424823] hub 1-1:1.0: 6 ports detected
> [    2.442031] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [    2.486326] md: bind<sdb2>
> [    2.490450] md: bind<sdd1>
> [    2.502300] md: bind<sdb1>
> [    2.504337] md: bind<sdc1>
> [    2.513412] md: bind<sdc2>
> [    2.514960] md: bind<sda2>
> [    2.520599] md: bind<sdd2>
> [    2.527842] async_tx: api initialized (async)
> [    2.544231] usb 2-1: new high speed USB device number 2 using ehci_hcd
> [    2.560001] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [    2.560003] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [    2.560005] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [    2.560012] [drm:drm_mode_debug_printmodeline], Modeline 23:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [    2.560015] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [    2.560016] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [    2.560018] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [    2.560021] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [    2.560023] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [    2.560025] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [    2.560028] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [    2.560030] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [    2.560032] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [    2.560034] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [    2.560036] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [    2.560038] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [    2.560040] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [    2.560043] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [    2.560045] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [    2.560047] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [    2.560049] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [    2.560051] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [    2.560053] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [    2.560055] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [    2.560057] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [    2.560060] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [    2.560062] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [    2.560571] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.574726] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.594723] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    2.614211] [drm:ironlake_dp_detect], DPCD: 0000
> [    2.614224] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [    2.614226] [drm:drm_setup_crtcs], 
> [    2.614238] [drm:drm_enable_connectors], connector 5 enabled? no
> [    2.614239] [drm:drm_enable_connectors], connector 8 enabled? no
> [    2.614240] [drm:drm_enable_connectors], connector 11 enabled? no
> [    2.614242] [drm:drm_enable_connectors], connector 14 enabled? yes
> [    2.614243] [drm:drm_enable_connectors], connector 15 enabled? no
> [    2.614244] [drm:drm_target_preferred], looking for cmdline mode on connector 14
> [    2.614245] [drm:drm_target_preferred], looking for preferred mode on connector 14
> [    2.614247] [drm:drm_target_preferred], found mode 720x480
> [    2.614248] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
> [    2.614250] [drm:drm_setup_crtcs], desired mode 720x480 set on crtc 3
> [    2.615420] [drm:intelfb_create], allocated 720x480 fb: 0x00063000, bo ffff880134601e00
> [    2.615460] fbcon: inteldrmfb (fb0) is primary device
> [    2.615485] [drm:drm_crtc_helper_set_config], 
> [    2.615486] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    2.615490] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
> [    2.615491] [drm:drm_crtc_helper_set_config], modes are different, full mode set
> [    2.615492] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    2.615493] [drm:drm_mode_debug_printmodeline], Modeline 22:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [    2.615495] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
> [    2.615496] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
> [    2.615498] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    2.615499] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
> [    2.615500] [drm:drm_mode_debug_printmodeline], Modeline 22:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [    2.615503] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> [    2.615741] [drm:ironlake_crtc_mode_set], Mode for pipe A:
> [    2.615742] [drm:drm_mode_debug_printmodeline], Modeline 22:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [    2.674195] [drm:intel_wait_for_vblank], vblank wait timed out
> [    2.674197] [drm:intel_pipe_set_base_atomic], Writing base 00063000 00000000 0 0 2880
> [    2.674209] [drm:intel_update_fbc], 
> [    2.674211] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 42, cursor: 6
> [    2.674223] [drm:ironlake_check_srwm], watermark 1: display plane 5, fbc lines 3, cursor 6
> [    2.674224] [drm:ironlake_check_srwm], watermark 2: display plane 6, fbc lines 3, cursor 6
> [    2.674226] [drm:ironlake_check_srwm], watermark 3: display plane 21, fbc lines 3, cursor 6
> [    2.674228] [drm:drm_crtc_helper_set_mode], [ENCODER:13:TMDS-13] set [MODE:22:720x480]
> [    2.674229] [drm:intel_hdmi_mode_set], Enabling HDMI audio on pipe A
> [    2.674231] [drm:intel_write_eld], ELD on [CONNECTOR:14:HDMI-A-2], [ENCODER:13:TMDS-13]
> [    2.674232] [drm:ironlake_write_eld], ELD on pipe A
> [    2.674234] [drm:ironlake_write_eld], Audio directed to unknown port
> [    2.674237] [drm:ironlake_write_eld], ELD size 13
> [    2.674248] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 42, cursor: 6
> [    2.674250] [drm:ironlake_check_srwm], watermark 1: display plane 5, fbc lines 3, cursor 6
> [    2.674251] [drm:ironlake_check_srwm], watermark 2: display plane 6, fbc lines 3, cursor 6
> [    2.674252] [drm:ironlake_check_srwm], watermark 3: display plane 21, fbc lines 3, cursor 6
> [    2.694183] raid6: int64x1   3549 MB/s
> [    2.694916] hub 2-1:1.0: USB hub found
> [    2.694996] hub 2-1:1.0: 8 ports detected
> [    2.734178] [drm:intel_wait_for_vblank], vblank wait timed out
> [    2.794163] [drm:intel_wait_for_vblank], vblank wait timed out
> [    2.794970] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x700
> [    2.794972] [drm:gen6_fdi_link_train], FDI train 1 done.
> [    2.795625] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x600
> [    2.795626] [drm:gen6_fdi_link_train], FDI train 2 done.
> [    2.795627] [drm:gen6_fdi_link_train], FDI train done.
> [    2.796842] [drm:intel_update_fbc], 
> [    2.796848] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
> [    2.796849] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:14:HDMI-A-2] set DPMS on
> [    2.796859] [drm:drm_crtc_helper_set_config], 
> [    2.796860] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
> [    2.796862] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    2.796864] Console: switching to colour frame buffer device 90x30
> [    2.796871] [drm:drm_crtc_helper_set_config], 
> [    2.796871] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    2.796874] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    2.797437] fb0: inteldrmfb frame buffer device
> [    2.797438] drm: registered panic notifier
> [    2.798017] fixme: max PWM is zero.
> [    2.798019] [drm:intel_panel_set_backlight], set backlight PWM = 1
> [    2.798060] acpi device:32: registered as cooling_device4
> [    2.798063] [drm:intel_panel_set_backlight], set backlight PWM = 1
> [    2.798157] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
> [    2.798186] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
> [    2.798199] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> [    2.813549] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [    2.864137] raid6: int64x2   4091 MB/s
> [    2.974306] usb 2-1.3: new low speed USB device number 3 using ehci_hcd
> [    3.034092] raid6: int64x4   3787 MB/s
> [    3.090133] usbcore: registered new interface driver usbhid
> [    3.090134] usbhid: USB HID core driver
> [    3.096426] input: Twin USB Joystick as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input3
> [    3.096464] input: Twin USB Joystick as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input4
> [    3.096496] pantherlord 0003:0810:0001.0001: input,hidraw0: USB HID v1.10 Joystick [Twin USB Joystick] on usb-0000:00:1d.0-1.3/input0
> [    3.096503] pantherlord 0003:0810:0001.0001: Force feedback for PantherLord/GreenAsia devices by Anssi Hannula <anssi.hannula at gmail.com>
> [    3.164253] usb 2-1.4: new low speed USB device number 4 using ehci_hcd
> [    3.204075] raid6: int64x8   3173 MB/s
> [    3.282993] input: Twin USB Joystick as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input5
> [    3.283031] input: Twin USB Joystick as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input6
> [    3.283058] pantherlord 0003:0810:0001.0002: input,hidraw1: USB HID v1.10 Joystick [Twin USB Joystick] on usb-0000:00:1d.0-1.4/input0
> [    3.283064] pantherlord 0003:0810:0001.0002: Force feedback for PantherLord/GreenAsia devices by Anssi Hannula <anssi.hannula at gmail.com>
> [    3.373988] raid6: sse2x1    9873 MB/s
> [    3.374196] usb 2-1.6: new low speed USB device number 5 using ehci_hcd
> [    3.492356] input: Riitek Micro Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input7
> [    3.492397] generic-usb 0003:1997:0409.0003: input,hidraw2: USB HID v1.11 Keyboard [Riitek Micro Keyboard] on usb-0000:00:1d.0-1.6/input0
> [    3.495630] input: Riitek Micro Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/input/input8
> [    3.495693] generic-usb 0003:1997:0409.0004: input,hidraw3: USB HID v1.11 Mouse [Riitek Micro Keyboard] on usb-0000:00:1d.0-1.6/input1
> [    3.543941] raid6: sse2x2   12036 MB/s
> [    3.713893] raid6: sse2x4   13999 MB/s
> [    3.713894] raid6: using algorithm sse2x4 (13999 MB/s)
> [    3.714372] xor: automatically using best checksumming function: generic_sse
> [    3.763886]    generic_sse: 16466.800 MB/sec
> [    3.763888] xor: using function: generic_sse (16466.800 MB/sec)
> [    3.764575] md: raid6 personality registered for level 6
> [    3.764577] md: raid5 personality registered for level 5
> [    3.764578] md: raid4 personality registered for level 4
> [    3.764769] bio: create slab <bio-1> at 1
> [    3.764777] md/raid:md1: device sdd2 operational as raid disk 3
> [    3.764778] md/raid:md1: device sda2 operational as raid disk 0
> [    3.764780] md/raid:md1: device sdc2 operational as raid disk 2
> [    3.764790] md/raid:md1: device sdb2 operational as raid disk 1
> [    3.765037] md/raid:md1: allocated 4282kB
> [    3.765152] md/raid:md1: raid level 5 active with 4 out of 4 devices, algorithm 2
> [    3.765153] RAID conf printout:
> [    3.765154]  --- level:5 rd:4 wd:4
> [    3.765155]  disk 0, o:1, dev:sda2
> [    3.765156]  disk 1, o:1, dev:sdb2
> [    3.765157]  disk 2, o:1, dev:sdc2
> [    3.765158]  disk 3, o:1, dev:sdd2
> [    3.765174] md1: detected capacity change from 0 to 5898110828544
> [    3.766137]  md1: unknown partition table
> [    3.774054] md: bind<sda1>
> [    3.775599] md: raid10 personality registered for level 10
> [    3.775864] md/raid10:md0: active with 4 out of 4 devices
> [    3.775875] md0: detected capacity change from 0 to 68716331008
> [    3.776833]  md0: unknown partition table
> [    4.201842] [drm:drm_crtc_helper_set_config], 
> [    4.201844] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    4.201849] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.268436] [drm:i915_driver_open], 
> [    4.268445] [drm:drm_crtc_helper_set_config], 
> [    4.268446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    4.268450] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.268452] [drm:drm_crtc_helper_set_config], 
> [    4.268453] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
> [    4.268455] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.268461] [drm:i915_driver_open], 
> [    4.268464] [drm:drm_crtc_helper_set_config], 
> [    4.268465] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    4.268468] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.268469] [drm:drm_crtc_helper_set_config], 
> [    4.268470] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
> [    4.268472] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.268476] [drm:i915_driver_open], 
> [    4.268508] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
> [    4.268510] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
> [    4.268513] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [    4.268514] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [    4.268517] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [    4.268518] [drm:intel_crt_detect], CRT not detected via hotplug
> [    4.268520] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [    4.268522] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [    4.268524] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [    4.268526] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [    4.268527] [drm:intel_crt_detect], CRT not detected via hotplug
> [    4.268528] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [    4.268530] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [    4.268532] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [    4.279484] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [    4.279486] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [    4.279487] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [    4.290420] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [    4.290422] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [    4.290424] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [    4.290932] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.304251] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.324242] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.343732] [drm:ironlake_dp_detect], DPCD: 0000
> [    4.343739] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [    4.343747] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [    4.343750] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [    4.344260] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.364245] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.384231] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.403717] [drm:ironlake_dp_detect], DPCD: 0000
> [    4.403723] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [    4.403734] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [    4.403738] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [    4.520225] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [    4.636651] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [    4.636653] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [    4.636654] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [    4.636662] [drm:drm_mode_debug_printmodeline], Modeline 43:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [    4.636665] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [    4.636666] [drm:drm_mode_debug_printmodeline], Modeline 42:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [    4.636668] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [    4.636671] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [    4.636672] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [    4.636674] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [    4.636677] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [    4.636679] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [    4.636681] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [    4.636683] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [    4.636685] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [    4.636687] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [    4.636690] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [    4.636692] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [    4.636694] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [    4.636696] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [    4.636698] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [    4.636700] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [    4.636702] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [    4.636704] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [    4.636706] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [    4.636708] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [    4.636712] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [    4.637326] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [    4.637328] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [    4.637835] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.654163] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.674156] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.693638] [drm:ironlake_dp_detect], DPCD: 0000
> [    4.693644] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [    4.693653] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [    4.693657] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [    4.694167] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.714145] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.734140] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [    4.753624] [drm:ironlake_dp_detect], DPCD: 0000
> [    4.753631] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [    4.769532] [drm:drm_mode_addfb], [FB:24]
> [    4.769544] [drm:drm_mode_setcrtc], [CRTC:3]
> [    4.769546] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
> [    4.769548] [drm:drm_crtc_helper_set_config], 
> [    4.769549] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
> [    4.769553] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.770606] [drm:intel_pipe_set_base_atomic], Writing base 001B5000 00000000 0 0 3072
> [    4.770608] [drm:intel_update_fbc], 
> [    4.781579] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [    4.823605] [drm:intel_wait_for_vblank], vblank wait timed out
> [    4.823636] [drm:drm_crtc_helper_set_config], 
> [    4.823638] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:23] #connectors=1 (x y) (0 0)
> [    4.823645] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.823650] [drm:intel_pipe_set_base_atomic], Writing base 00063000 00000000 0 0 2880
> [    4.823654] [drm:intel_update_fbc], 
> [    4.831593] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [    4.831747] Btrfs loaded
> [    4.835074] md: linear personality registered for level -1
> [    4.836028] md: multipath personality registered for level -4
> [    4.836967] md: raid0 personality registered for level 0
> [    4.837967] md: raid1 personality registered for level 1
> [    4.883986] [drm:intel_wait_for_vblank], vblank wait timed out
> [    4.884586] [drm:drm_mode_setcrtc], [CRTC:3]
> [    4.884591] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
> [    4.884593] [drm:drm_crtc_helper_set_config], 
> [    4.884594] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
> [    4.884599] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [    4.884602] [drm:intel_pipe_set_base_atomic], Writing base 001B5000 00000000 0 0 3072
> [    4.884604] [drm:intel_update_fbc], 
> [    4.898306] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [    4.943578] [drm:intel_wait_for_vblank], vblank wait timed out
> [    5.508993] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
> [    9.137432] Adding 4194300k swap on /dev/mapper/vgsystem-lvswap.  Priority:-1 extents:1 across:4194300k 
> [    9.192318] udev[495]: starting version 167
> [    9.250932] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro
> [    9.362791] lp: driver loaded but no devices found
> [    9.669748] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
> [    9.669797] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X
> [    9.669815] HDA Intel 0000:00:1b.0: setting latency timer to 64
> [    9.956732] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
> [   10.085558] r8169 0000:03:00.0: eth0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2)
> [   10.114371] [drm:i915_driver_open], 
> [   10.114397] [drm:i915_driver_open], 
> [   10.114510] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
> [   10.114513] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
> [   10.114536] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   10.114539] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   10.114541] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   10.114543] [drm:intel_crt_detect], CRT not detected via hotplug
> [   10.114545] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   10.114548] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   10.114549] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   10.114552] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   10.114553] [drm:intel_crt_detect], CRT not detected via hotplug
> [   10.114555] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   10.114570] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   10.114572] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   10.115842] r8169 0000:03:00.0: eth0: link down
> [   10.115847] r8169 0000:03:00.0: eth0: link down
> [   10.116047] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   10.125705] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   10.125710] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   10.125711] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   10.136650] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   10.136671] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   10.136673] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   10.137181] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.152643] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.172649] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.192118] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.192121] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   10.192147] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   10.192149] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   10.192657] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.212618] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.232638] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.252105] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.252111] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   10.252165] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   10.252169] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   10.268696] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   10.272189] HDMI: detected monitor TX-SR607 at connection type HDMI
> [   10.272190] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
> [   10.272193] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.272196] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.272198] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
> [   10.272199] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
> [   10.272201] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
> [   10.272202] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
> [   10.272204] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
> [   10.272206] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
> [   10.274995] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   10.275049] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   10.275059] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
> [   10.278541] HDMI: detected monitor TX-SR607 at connection type HDMI
> [   10.278543] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
> [   10.278545] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.278548] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.278550] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
> [   10.278551] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
> [   10.278553] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
> [   10.278554] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
> [   10.278556] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
> [   10.278558] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
> [   10.278612] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   10.278644] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   10.282143] HDMI: detected monitor TX-SR607 at connection type HDMI
> [   10.282145] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
> [   10.282147] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.282149] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
> [   10.282151] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
> [   10.282152] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
> [   10.282154] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
> [   10.282155] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
> [   10.282157] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
> [   10.282159] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
> [   10.369603] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   10.386984] ppdev: user-space parallel port driver
> [   10.486889] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   10.486892] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   10.486893] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   10.486903] [drm:drm_mode_debug_printmodeline], Modeline 46:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   10.486905] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   10.486907] [drm:drm_mode_debug_printmodeline], Modeline 45:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   10.486909] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   10.486912] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   10.486914] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   10.486916] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   10.486918] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   10.486920] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   10.486923] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   10.486925] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   10.486937] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   10.486939] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   10.486941] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   10.486944] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   10.486946] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   10.486948] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   10.486950] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   10.486952] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   10.486955] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   10.486957] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   10.486959] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   10.486961] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   10.486970] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   10.487009] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   10.487011] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   10.487519] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.502535] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.522602] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.542019] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.542023] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   10.542039] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   10.542041] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   10.542549] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.562549] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.582527] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.602002] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.602007] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   10.602080] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   10.602083] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   10.602085] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   10.602087] [drm:intel_crt_detect], CRT not detected via hotplug
> [   10.602088] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   10.602090] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   10.602092] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   10.602093] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   10.602095] [drm:intel_crt_detect], CRT not detected via hotplug
> [   10.602096] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   10.602109] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   10.602111] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   10.613191] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   10.613194] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   10.613195] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   10.624266] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   10.624295] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   10.624297] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   10.624806] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.642525] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.662529] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.681990] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.682004] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   10.682012] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   10.682014] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   10.682522] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.702483] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.722573] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   10.741964] [drm:ironlake_dp_detect], DPCD: 0000
> [   10.741968] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   10.742015] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   10.742017] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   10.859263] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   10.976211] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   10.976214] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   10.976215] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   10.976224] [drm:drm_mode_debug_printmodeline], Modeline 46:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   10.976227] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   10.976228] [drm:drm_mode_debug_printmodeline], Modeline 45:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   10.976231] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   10.976233] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   10.976235] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   10.976237] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   10.976239] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   10.976242] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   10.976244] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   10.976246] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   10.976248] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   10.976250] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   10.976253] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   10.976255] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   10.976257] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   10.976259] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   10.976262] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   10.976264] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   10.976266] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   10.976268] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   10.976270] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   10.976272] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   10.976282] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   10.984632] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   10.984635] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   10.985144] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.002426] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.022420] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.041907] [drm:ironlake_dp_detect], DPCD: 0000
> [   11.041914] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   11.041922] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   11.041926] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   11.042435] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.062390] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.082390] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.101879] [drm:ironlake_dp_detect], DPCD: 0000
> [   11.101885] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   11.104020] [drm:drm_mode_addfb], [FB:41]
> [   11.104084] [drm:drm_mode_setcrtc], [CRTC:3]
> [   11.104087] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
> [   11.104088] [drm:drm_crtc_helper_set_config], 
> [   11.104089] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:41] #connectors=1 (x y) (0 0)
> [   11.104094] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [   11.104336] [drm:intel_pipe_set_base_atomic], Writing base 00339000 00000000 0 0 3072
> [   11.104343] [drm:intel_update_fbc], 
> [   11.119344] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [   11.161874] [drm:intel_wait_for_vblank], vblank wait timed out
> [   11.400121] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro,commit=0
> [   11.401775] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro,commit=0
> [   11.588476] [drm:i915_driver_open], 
> [   11.596431] [drm:i915_driver_open], 
> [   11.649404] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   11.649408] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   11.649411] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   11.649412] [drm:intel_crt_detect], CRT not detected via hotplug
> [   11.649414] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   11.649417] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   11.649418] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   11.649420] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   11.649422] [drm:intel_crt_detect], CRT not detected via hotplug
> [   11.649423] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   11.649427] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   11.649429] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   11.660411] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   11.660413] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   11.660414] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   11.671333] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   11.671339] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   11.671341] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   11.671849] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.692230] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.722220] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.741706] [drm:ironlake_dp_detect], DPCD: 0000
> [   11.741713] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   11.741728] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   11.741732] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   11.742241] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.762210] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.782235] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   11.801690] [drm:ironlake_dp_detect], DPCD: 0000
> [   11.801697] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   11.801724] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   11.801729] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   11.918357] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   12.034833] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   12.034835] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   12.034836] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   12.034844] [drm:drm_mode_debug_printmodeline], Modeline 47:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   12.034847] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   12.034848] [drm:drm_mode_debug_printmodeline], Modeline 46:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   12.034850] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   12.034853] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   12.034854] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   12.034857] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   12.034859] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   12.034861] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   12.034863] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   12.034865] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   12.034867] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   12.034869] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   12.034871] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   12.034873] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   12.034875] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   12.034878] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   12.034880] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   12.034883] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   12.034885] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   12.034887] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   12.034889] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   12.034891] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   12.034897] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   12.035154] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   12.035156] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   12.035663] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.052129] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.072124] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.091610] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.091617] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   12.091631] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   12.091635] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   12.092145] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.112120] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.132102] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.151591] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.151597] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   12.153357] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   12.153360] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   12.153362] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   12.153363] [drm:intel_crt_detect], CRT not detected via hotplug
> [   12.153365] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   12.153367] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   12.153368] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   12.153370] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   12.153372] [drm:intel_crt_detect], CRT not detected via hotplug
> [   12.153373] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   12.153380] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   12.153381] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   12.164309] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   12.164311] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   12.164312] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   12.175241] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   12.175246] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   12.175247] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   12.175755] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.192094] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.212086] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.231571] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.231578] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   12.231592] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   12.231596] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   12.232106] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.252067] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.272066] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.291552] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.291558] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   12.291579] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   12.291584] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   12.408158] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   12.524615] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   12.524617] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   12.524618] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   12.524626] [drm:drm_mode_debug_printmodeline], Modeline 47:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   12.524629] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   12.524630] [drm:drm_mode_debug_printmodeline], Modeline 46:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   12.524632] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   12.524634] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   12.524636] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   12.524638] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   12.524640] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   12.524642] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   12.524644] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   12.524647] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   12.524649] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   12.524651] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   12.524653] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   12.524655] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   12.524657] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   12.524659] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   12.524661] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   12.524663] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   12.524665] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   12.524667] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   12.524669] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   12.524671] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   12.524677] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   12.524897] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   12.524899] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   12.525406] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.541995] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.561989] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.581469] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.581476] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   12.581490] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   12.581495] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   12.582005] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.601978] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.621972] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.641458] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.641465] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   12.643478] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   12.643481] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   12.643483] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   12.643485] [drm:intel_crt_detect], CRT not detected via hotplug
> [   12.643486] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   12.643489] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   12.643490] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   12.643492] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   12.643493] [drm:intel_crt_detect], CRT not detected via hotplug
> [   12.643494] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   12.643498] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   12.643499] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   12.654445] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   12.654447] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   12.654448] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   12.665382] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   12.665386] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   12.665388] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   12.665895] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.681951] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.701944] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.721432] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.721439] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   12.721453] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   12.721457] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   12.721966] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.741944] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.761939] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   12.781417] [drm:ironlake_dp_detect], DPCD: 0000
> [   12.781424] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   12.781445] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   12.781449] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   12.781488] r8169 0000:03:00.0: eth0: link up
> [   12.783565] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   12.898472] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   13.015331] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   13.015333] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   13.015334] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   13.015343] [drm:drm_mode_debug_printmodeline], Modeline 47:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   13.015346] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   13.015347] [drm:drm_mode_debug_printmodeline], Modeline 46:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   13.015349] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   13.015352] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   13.015353] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   13.015355] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   13.015358] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   13.015360] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   13.015362] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   13.015364] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   13.015366] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   13.015368] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   13.015370] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   13.015372] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   13.015374] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   13.015376] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   13.015379] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   13.015381] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   13.015383] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   13.015385] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   13.015387] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   13.015389] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   13.015401] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   13.015432] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   13.015435] [drm:intel_crt_detect], CRT not detected via hotplug
> [   13.015436] [drm:output_poll_execute], [CONNECTOR:5:VGA-1] status updated from 2 to 2
> [   13.015654] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   13.026355] [drm:output_poll_execute], [CONNECTOR:8:HDMI-A-1] status updated from 2 to 2
> [   13.026863] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.041859] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.061852] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.081334] [drm:ironlake_dp_detect], DPCD: 0000
> [   13.081340] [drm:output_poll_execute], [CONNECTOR:11:DP-1] status updated from 2 to 2
> [   13.197979] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   13.197980] [drm:output_poll_execute], [CONNECTOR:14:HDMI-A-2] status updated from 1 to 1
> [   13.198488] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.211810] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.231800] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.251290] [drm:ironlake_dp_detect], DPCD: 0000
> [   13.251296] [drm:output_poll_execute], [CONNECTOR:15:DP-2] status updated from 2 to 2
> [   13.251408] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   13.251916] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.271794] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.291788] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.311276] [drm:ironlake_dp_detect], DPCD: 0000
> [   13.311282] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   13.311297] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   13.311301] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   13.311811] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.331777] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.351772] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   13.371252] [drm:ironlake_dp_detect], DPCD: 0000
> [   13.371258] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   13.372854] [drm:drm_mode_addfb], [FB:24]
> [   13.372882] [drm:drm_mode_setcrtc], [CRTC:3]
> [   13.372884] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
> [   13.372886] [drm:drm_crtc_helper_set_config], 
> [   13.372887] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
> [   13.372891] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [   13.375715] [drm:intel_pipe_set_base_atomic], Writing base 00641000 00000000 0 0 5120
> [   13.375718] [drm:intel_update_fbc], 
> [   13.387597] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [   13.431240] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.432024] [drm:drm_mode_setcrtc], [CRTC:3]
> [   13.432028] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
> [   13.432029] [drm:drm_crtc_helper_set_config], 
> [   13.432030] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
> [   13.432034] [drm:drm_crtc_helper_set_config], modes are different, full mode set
> [   13.432035] [drm:drm_mode_debug_printmodeline], Modeline 22:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   13.432038] [drm:drm_mode_debug_printmodeline], Modeline 41:"" 0 74250 1280 1390 1430 1650 720 725 730 750 0x0 0x5
> [   13.432040] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
> [   13.432042] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
> [   13.432043] [drm:drm_mode_debug_printmodeline], Modeline 41:"" 0 74250 1280 1390 1430 1650 720 725 730 750 0x0 0x5
> [   13.432046] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> [   13.491225] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.531621] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 6, cursor: 6
> [   13.531623] [drm:ironlake_check_srwm], watermark 1: display plane 9, fbc lines 3, cursor 6
> [   13.531625] [drm:ironlake_check_srwm], watermark 2: display plane 12, fbc lines 3, cursor 6
> [   13.531627] [drm:ironlake_check_srwm], watermark 3: display plane 54, fbc lines 3, cursor 6
> [   13.531629] [drm:intel_update_fbc], 
> [   13.531848] [drm:ironlake_crtc_mode_set], Mode for pipe A:
> [   13.531849] [drm:drm_mode_debug_printmodeline], Modeline 41:"" 0 74250 1280 1390 1430 1650 720 725 730 750 0x0 0x5
> [   13.591198] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.591205] [drm:intel_pipe_set_base_atomic], Writing base 00641000 00000000 0 0 5120
> [   13.591210] [drm:intel_update_fbc], 
> [   13.651183] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.651190] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 6, cursor: 6
> [   13.651194] [drm:ironlake_check_srwm], watermark 1: display plane 9, fbc lines 3, cursor 6
> [   13.651198] [drm:ironlake_check_srwm], watermark 2: display plane 12, fbc lines 3, cursor 6
> [   13.651202] [drm:ironlake_check_srwm], watermark 3: display plane 54, fbc lines 3, cursor 6
> [   13.651207] [drm:drm_crtc_helper_set_mode], [ENCODER:13:TMDS-13] set [MODE:41:]
> [   13.651210] [drm:intel_hdmi_mode_set], Enabling HDMI audio on pipe A
> [   13.651214] [drm:intel_write_eld], ELD on [CONNECTOR:14:HDMI-A-2], [ENCODER:13:TMDS-13]
> [   13.651218] [drm:ironlake_write_eld], ELD on pipe A
> [   13.651221] [drm:ironlake_write_eld], Audio directed to unknown port
> [   13.651227] [drm:ironlake_write_eld], ELD size 13
> [   13.651240] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 6, cursor: 6
> [   13.651244] [drm:ironlake_check_srwm], watermark 1: display plane 9, fbc lines 3, cursor 6
> [   13.651247] [drm:ironlake_check_srwm], watermark 2: display plane 12, fbc lines 3, cursor 6
> [   13.651251] [drm:ironlake_check_srwm], watermark 3: display plane 54, fbc lines 3, cursor 6
> [   13.651306] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=0
> [   13.651342] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   13.654884] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   13.654926] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
> [   13.711163] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.771146] [drm:intel_wait_for_vblank], vblank wait timed out
> [   13.771956] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x100
> [   13.771958] [drm:gen6_fdi_link_train], FDI train 1 done.
> [   13.772612] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x600
> [   13.772613] [drm:gen6_fdi_link_train], FDI train 2 done.
> [   13.772614] [drm:gen6_fdi_link_train], FDI train done.
> [   13.773829] [drm:intel_update_fbc], 
> [   13.773835] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
> [   13.773836] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:14:HDMI-A-2] set DPMS on
> [   13.790492] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
> [   13.903483] [drm:intel_crtc_cursor_set], 
> [   13.998292] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   13.998296] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   13.998300] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   13.998302] [drm:intel_crt_detect], CRT not detected via hotplug
> [   13.998304] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   13.998307] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   13.998308] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   13.998310] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   13.998312] [drm:intel_crt_detect], CRT not detected via hotplug
> [   13.998313] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   13.998318] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   13.998320] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   14.010637] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   14.010645] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   14.010647] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   14.021736] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   14.021752] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   14.021754] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   14.022263] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.041588] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.061584] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.081058] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.081065] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   14.081084] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   14.081088] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   14.081598] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.101578] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.121572] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.141058] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.141065] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   14.141090] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   14.141095] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   14.257928] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   14.374778] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   14.374780] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   14.374781] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   14.374790] [drm:drm_mode_debug_printmodeline], Modeline 49:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   14.374792] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   14.374794] [drm:drm_mode_debug_printmodeline], Modeline 48:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   14.374796] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   14.374798] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   14.374800] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   14.374802] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   14.374804] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   14.374806] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   14.374808] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   14.374811] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   14.374813] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   14.374815] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   14.374817] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   14.374819] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   14.374821] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   14.374824] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   14.374826] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   14.374828] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   14.374830] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   14.374832] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   14.374834] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   14.374836] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   14.374842] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   14.375089] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   14.375090] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   14.375598] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.391478] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.411476] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.430964] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.430970] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   14.430985] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   14.430989] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   14.431498] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.451471] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.471458] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.490959] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.490966] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   14.495444] [drm:i915_driver_open], 
> [   14.664664] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.681425] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.701404] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.720898] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.721477] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.741382] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.761382] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   14.780857] [drm:ironlake_dp_detect], DPCD: 0000
> [   14.909057] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   14.909114] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   14.909117] [drm:intel_crt_detect], CRT not detected via hotplug
> [   15.360874] [drm:drm_mode_addfb], [FB:44]
> [   15.439920] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro,commit=0
> [   15.442506] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro,commit=0
> [   15.444268] [drm:drm_mode_addfb], [FB:24]
> [   15.473419] [drm:drm_mode_addfb], [FB:44]
> [   15.998183] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   15.998187] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   15.998190] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   15.998192] [drm:intel_crt_detect], CRT not detected via hotplug
> [   15.998194] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   15.998197] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   15.998198] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   15.998200] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   15.998201] [drm:intel_crt_detect], CRT not detected via hotplug
> [   15.998203] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   15.998207] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   15.998209] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   16.009142] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   16.009144] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   16.009146] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   16.020158] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   16.020168] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   16.020171] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   16.020679] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.041027] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.061030] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.080510] [drm:ironlake_dp_detect], DPCD: 0000
> [   16.080523] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   16.080537] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   16.080539] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   16.081047] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.101009] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.121004] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.140524] [drm:ironlake_dp_detect], DPCD: 0000
> [   16.140528] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   16.140546] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   16.140549] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   16.257230] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   16.373820] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   16.373822] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   16.373824] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   16.373834] [drm:drm_mode_debug_printmodeline], Modeline 49:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   16.373836] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   16.373838] [drm:drm_mode_debug_printmodeline], Modeline 48:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   16.373840] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   16.373843] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   16.373844] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   16.373847] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   16.373849] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   16.373851] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   16.373853] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   16.373856] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   16.373858] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   16.373860] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   16.373862] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   16.373864] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   16.373867] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   16.373869] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   16.373871] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   16.373873] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   16.373875] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   16.373877] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   16.373879] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   16.373882] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   16.373897] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   16.374181] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   16.374183] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   16.374691] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.390938] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.410932] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.430411] [drm:ironlake_dp_detect], DPCD: 0000
> [   16.430424] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   16.430436] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   16.430438] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   16.430946] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.450921] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.470909] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   16.490408] [drm:ironlake_dp_detect], DPCD: 0000
> [   16.490422] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   19.544538] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   19.544542] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   19.544545] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   19.544547] [drm:intel_crt_detect], CRT not detected via hotplug
> [   19.544549] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   19.544552] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [   19.544553] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [   19.544555] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   19.544557] [drm:intel_crt_detect], CRT not detected via hotplug
> [   19.544558] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
> [   19.544563] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   19.544565] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   19.555556] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   19.555557] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
> [   19.555559] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
> [   19.566489] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
> [   19.566496] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   19.566497] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   19.567005] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.580063] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.600047] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.619541] [drm:ironlake_dp_detect], DPCD: 0000
> [   19.619547] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   19.619562] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [   19.619566] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
> [   19.620076] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.640044] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.660038] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.679522] [drm:ironlake_dp_detect], DPCD: 0000
> [   19.679528] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
> [   19.679551] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   19.679556] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
> [   19.796073] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   19.912594] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [   19.912595] HDMI: DVI dual 0, max TMDS clock 5, latency present 0 0, video latency 0 81, audio latency 114 208
> [   19.912597] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [   19.912605] [drm:drm_mode_debug_printmodeline], Modeline 49:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
> [   19.912607] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   19.912608] [drm:drm_mode_debug_printmodeline], Modeline 48:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
> [   19.912611] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
> [   19.912613] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
> [   19.912615] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x48 0xa
> [   19.912617] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
> [   19.912619] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
> [   19.912621] [drm:drm_mode_debug_printmodeline], Modeline 35:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   19.912623] [drm:drm_mode_debug_printmodeline], Modeline 28:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
> [   19.912626] [drm:drm_mode_debug_printmodeline], Modeline 36:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
> [   19.912628] [drm:drm_mode_debug_printmodeline], Modeline 37:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [   19.912630] [drm:drm_mode_debug_printmodeline], Modeline 38:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
> [   19.912632] [drm:drm_mode_debug_printmodeline], Modeline 40:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
> [   19.912634] [drm:drm_mode_debug_printmodeline], Modeline 39:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
> [   19.912636] [drm:drm_mode_debug_printmodeline], Modeline 29:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [   19.912639] [drm:drm_mode_debug_printmodeline], Modeline 30:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [   19.912641] [drm:drm_mode_debug_printmodeline], Modeline 19:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
> [   19.912643] [drm:drm_mode_debug_printmodeline], Modeline 32:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
> [   19.912645] [drm:drm_mode_debug_printmodeline], Modeline 31:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
> [   19.912647] [drm:drm_mode_debug_printmodeline], Modeline 33:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
> [   19.912649] [drm:drm_mode_debug_printmodeline], Modeline 34:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
> [   19.912651] [drm:drm_mode_debug_printmodeline], Modeline 26:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [   19.912657] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [   19.912894] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   19.912896] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   19.913404] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.929963] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.949955] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.969442] [drm:ironlake_dp_detect], DPCD: 0000
> [   19.969448] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   19.969462] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
> [   19.969467] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
> [   19.969976] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   19.989947] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   20.009949] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   20.029428] [drm:ironlake_dp_detect], DPCD: 0000
> [   20.029434] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
> [   22.898433] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
> [   22.898439] [drm:intel_crt_detect], CRT not detected via hotplug
> [   22.898443] [drm:output_poll_execute], [CONNECTOR:5:VGA-1] status updated from 2 to 2
> [   22.909388] [drm:output_poll_execute], [CONNECTOR:8:HDMI-A-1] status updated from 2 to 2
> [   22.909897] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   22.928910] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   22.948901] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   22.968376] [drm:ironlake_dp_detect], DPCD: 0000
> [   22.968382] [drm:output_poll_execute], [CONNECTOR:11:DP-1] status updated from 2 to 2
> [   23.085028] [drm:drm_detect_monitor_audio], Monitor has basic audio support
> [   23.085030] [drm:output_poll_execute], [CONNECTOR:14:HDMI-A-2] status updated from 1 to 1
> [   23.085540] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   23.098778] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   23.118765] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
> [   23.138239] [drm:ironlake_dp_detect], DPCD: 0000
> [   23.138245] [drm:output_poll_execute], [CONNECTOR:15:DP-2] status updated from 2 to 2
> [   23.318174] eth0: no IPv6 routers present
> [  115.144253] [drm:drm_mode_addfb], [FB:24]
> [  125.335497] [drm:intel_crtc_cursor_set], 
> [  125.335502] [drm:intel_crtc_cursor_set], cursor off
> [  125.369890] [drm:intel_crtc_cursor_set], 
> [  131.807843] [drm:intel_crtc_cursor_set], 
> [  131.807848] [drm:intel_crtc_cursor_set], cursor off
> [  137.709594] [drm:intel_crtc_cursor_set], 
> [  197.096814] [drm:intel_crtc_cursor_set], 
> [  197.096818] [drm:intel_crtc_cursor_set], cursor off
> [  200.778991] [drm:intel_crtc_cursor_set], 
> [  205.414348] [drm:intel_crtc_cursor_set], 
> [  205.414353] [drm:intel_crtc_cursor_set], cursor off
> [  211.937177] [drm:intel_crtc_cursor_set], 




More information about the Intel-gfx mailing list