From: Christopher White <c.white@pulseforce.com>
To: Wu Fengguang <fengguang.wu@intel.com>
Cc: Jeremy Bush <contractfrombelow@gmail.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>,
"Wang, Zhenyu Z" <zhenyu.z.wang@intel.com>,
"Bossart, Pierre-louis" <pierre-louis.bossart@intel.com>
Subject: Re: [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver
Date: Thu, 10 Nov 2011 05:10:42 +0100 [thread overview]
Message-ID: <4EBB4EC2.80802@pulseforce.com> (raw)
In-Reply-To: <20111110032712.GA10116@localhost>
[-- Attachment #1: Type: text/plain, Size: 7775 bytes --]
On 11/10/11 4:27 AM, Wu Fengguang wrote:
> Christopher,
>
> Did you enabled CONFIG_SND_DEBUG and CONFIG_SND_DEBUG_VERBOSE in
> kconfig? I've been looking for the error messages related to zeroed
> ELD but never managed to find any in your dmesg.
No, I was unaware of these options, this is the first time you've
mentioned them. ;-)
However, I am unable to reproduce the 0-byte EDID again. Even after
multiple reboots, turning the projector on/off, etc. Hmm. We'll have to
forget that issue since it's not reproducible anymore. It's always odd
when code does one thing one time and another thing every other time,
but hopefully it was just some weird fluke, race condition,
who-knows-what...
Heck it could even be the TX-SR607 receiver that did something odd this
one time.
I looked at the latest dmesg after yet another reboot and see only a
single "[drm:intel_hdmi_mode_set], Enabling HDMI audio on pipe A" event,
and no misreads. I'll attach that file too just for completeness.
Anyway, we know that it reads ELD correctly and writes it to the audio
register correctly, as we see from the logs. However, my previous
message ended in a theory that the problem is that the ELD is written to
the register for port 1 but my device is on port 2. Re-read the bottom
of the message I sent previously, and it'll detail the idea. It's a
possibility worth checking out.
> Some analyzes of your dmesg:
>
> - all drm_edid_to_eld() invocations reads valid EDID data:
>
> [ 2.560001] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 2.560005] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 4.636651] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 4.636654] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 10.486889] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 10.486893] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 10.976211] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 10.976215] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 12.034833] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 12.034836] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 12.524615] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 12.524618] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 13.015331] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 13.015334] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 14.374778] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 14.374781] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 16.373820] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 16.373824] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
> [ 19.912594] [drm:drm_edid_to_eld], ELD monitor TX-SR607
> [ 19.912597] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
>
> - all *_write_eld() invocations are writing non-empty ELD to the same pipe A
>
> [ 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
>
> [ 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
>
> - audio driver first got the good ELD:
>
> [ 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.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
>
> - audio driver then read 0 ELD, here we should see some error messages
> if you enabled CONFIG_SND_DEBUG.
>
> [ 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.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
>
> Thanks,
> Fengguang
[-- Attachment #2: dmesgokay.txt --]
[-- Type: text/plain, Size: 138313 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.4-custom (root@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.810 MHz processor.
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6583.62 BogoMIPS (lpj=32918100)
[ 0.000004] pid_max: default: 32768 minimum: 301
[ 0.000020] Security Framework initialized
[ 0.000028] AppArmor: AppArmor initialized
[ 0.000299] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000916] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001175] Mount-cache hash table entries: 256
[ 0.001242] Initializing cgroup subsys cpuacct
[ 0.001245] Initializing cgroup subsys memory
[ 0.001250] Initializing cgroup subsys devices
[ 0.001251] Initializing cgroup subsys freezer
[ 0.001252] Initializing cgroup subsys net_cls
[ 0.001253] Initializing cgroup subsys blkio
[ 0.001273] CPU: Physical Processor ID: 0
[ 0.001274] CPU: Processor Core ID: 0
[ 0.001277] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.001278] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.001280] mce: CPU supports 9 MCE banks
[ 0.001289] CPU0: Thermal monitoring enabled (TM1)
[ 0.001295] using mwait in idle threads.
[ 0.003318] ACPI: Core revision 20110413
[ 0.013487] ftrace: allocating 23242 entries in 92 pages
[ 0.020531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.121402] CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz stepping 07
[ 0.238104] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[ 0.238108] ... version: 3
[ 0.238109] ... bit width: 48
[ 0.238110] ... generic registers: 8
[ 0.238111] ... value mask: 0000ffffffffffff
[ 0.238112] ... max period: 000000007fffffff
[ 0.238113] ... fixed-purpose events: 3
[ 0.238114] ... event mask: 00000007000000ff
[ 0.238369] Booting Node 0, Processors #1
[ 0.238370] smpboot cpu 1: start_ip = 98000
[ 0.418093] #2
[ 0.418094] smpboot cpu 2: start_ip = 98000
[ 0.598107] #3 Ok.
[ 0.598109] smpboot cpu 3: start_ip = 98000
[ 0.777609] Brought up 4 CPUs
[ 0.777611] Total of 4 processors activated (26276.69 BogoMIPS).
[ 0.779726] devtmpfs: initialized
[ 0.779805] PM: Registering ACPI NVS region at b6c22000 (356352 bytes)
[ 0.779810] PM: Registering ACPI NVS region at b6dac000 (69632 bytes)
[ 0.779811] PM: Registering ACPI NVS region at b6ddf000 (40960 bytes)
[ 0.779813] PM: Registering ACPI NVS region at b6e43000 (274432 bytes)
[ 0.780308] print_constraints: dummy:
[ 0.780331] Time: 3:57:48 Date: 11/10/11
[ 0.780349] NET: Registered protocol family 16
[ 0.780401] ACPI: bus type pci registered
[ 0.780432] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.780434] PCI: not using MMCONFIG
[ 0.780435] PCI: Using configuration type 1 for base access
[ 0.780830] bio: create slab <bio-0> at 0
[ 0.781648] ACPI: EC: Look up EC in DSDT
[ 0.782449] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.783779] ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110413/psargs-359)
[ 0.783783] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110413/nsinit-349)
[ 0.783951] ACPI: SSDT 00000000b6ddfc18 0038C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.784173] ACPI: Dynamic OEM Table Load:
[ 0.784175] ACPI: SSDT (null) 0038C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.784190] ACPI: SSDT 00000000b6de0e18 00084 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.784378] ACPI: Dynamic OEM Table Load:
[ 0.784379] ACPI: SSDT (null) 00084 (v01 AMI CST 00000001 MSFT 03000001)
[ 0.784648] ACPI: Interpreter enabled
[ 0.784650] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.784662] ACPI: Using IOAPIC for interrupt routing
[ 0.784675] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.784719] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[ 0.796213] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.798884] ACPI: No dock devices found.
[ 0.798885] HEST: Table not found.
[ 0.798887] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.798999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.799123] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.799124] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.799125] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.799127] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
[ 0.799128] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xffffffff]
[ 0.799131] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000c8000-0x000dffff] conflicts with Video ROM [mem 0x000c0000-0x000cd7ff]
[ 0.799141] pci 0000:00:00.0: [8086:0100] type 0 class 0x000600
[ 0.799165] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[ 0.799183] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.799185] pci 0000:00:01.0: PME# disabled
[ 0.799199] pci 0000:00:02.0: [8086:0112] type 0 class 0x000300
[ 0.799206] pci 0000:00:02.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
[ 0.799211] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.799215] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
[ 0.799255] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[ 0.799275] pci 0000:00:16.0: reg 10: [mem 0xfe508000-0xfe50800f 64bit]
[ 0.799332] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.799335] pci 0000:00:16.0: PME# disabled
[ 0.799362] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[ 0.799381] pci 0000:00:1a.0: reg 10: [mem 0xfe507000-0xfe5073ff]
[ 0.799449] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.799452] pci 0000:00:1a.0: PME# disabled
[ 0.799472] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[ 0.799485] pci 0000:00:1b.0: reg 10: [mem 0xfe500000-0xfe503fff 64bit]
[ 0.799535] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.799538] pci 0000:00:1b.0: PME# disabled
[ 0.799555] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[ 0.799612] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.799615] pci 0000:00:1c.0: PME# disabled
[ 0.799638] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[ 0.799695] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.799698] pci 0000:00:1c.4: PME# disabled
[ 0.799717] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[ 0.799775] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.799778] pci 0000:00:1c.5: PME# disabled
[ 0.799797] pci 0000:00:1c.6: [8086:1c1c] type 1 class 0x000604
[ 0.799854] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.799857] pci 0000:00:1c.6: PME# disabled
[ 0.799876] pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
[ 0.799933] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.799936] pci 0000:00:1c.7: PME# disabled
[ 0.799960] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[ 0.799979] pci 0000:00:1d.0: reg 10: [mem 0xfe506000-0xfe5063ff]
[ 0.800047] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.800051] pci 0000:00:1d.0: PME# disabled
[ 0.800071] pci 0000:00:1f.0: [8086:1c4a] type 0 class 0x000601
[ 0.800177] pci 0000:00:1f.2: [8086:1c02] type 0 class 0x000106
[ 0.800193] pci 0000:00:1f.2: reg 10: [io 0xf0b0-0xf0b7]
[ 0.800200] pci 0000:00:1f.2: reg 14: [io 0xf0a0-0xf0a3]
[ 0.800206] pci 0000:00:1f.2: reg 18: [io 0xf090-0xf097]
[ 0.800213] pci 0000:00:1f.2: reg 1c: [io 0xf080-0xf083]
[ 0.800220] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
[ 0.800226] pci 0000:00:1f.2: reg 24: [mem 0xfe505000-0xfe5057ff]
[ 0.800255] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.800258] pci 0000:00:1f.2: PME# disabled
[ 0.800271] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[ 0.800284] pci 0000:00:1f.3: reg 10: [mem 0xfe504000-0xfe5040ff 64bit]
[ 0.800304] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
[ 0.800340] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.800342] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.800344] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.800347] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.800387] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.800390] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.800393] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.800398] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.800458] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[ 0.800476] pci 0000:03:00.0: reg 10: [io 0xe000-0xe0ff]
[ 0.800509] pci 0000:03:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[ 0.800529] pci 0000:03:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[ 0.800586] pci 0000:03:00.0: supports D1 D2
[ 0.800587] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.800592] pci 0000:03:00.0: PME# disabled
[ 0.817437] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[ 0.817442] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
[ 0.817447] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.817455] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.817540] pci 0000:04:00.0: [1b21:1042] type 0 class 0x000c03
[ 0.817568] pci 0000:04:00.0: reg 10: [mem 0xfe400000-0xfe407fff 64bit]
[ 0.817784] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.817883] pci 0000:04:00.0: PME# disabled
[ 0.837410] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 0.837415] pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
[ 0.837420] pci 0000:00:1c.5: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.837427] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.837480] pci 0000:00:1c.6: PCI bridge to [bus 05-05]
[ 0.837485] pci 0000:00:1c.6: bridge window [io 0xf000-0x0000] (disabled)
[ 0.837490] pci 0000:00:1c.6: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.837504] pci 0000:00:1c.6: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.837544] pci 0000:00:1c.7: PCI bridge to [bus 06-06]
[ 0.837547] pci 0000:00:1c.7: bridge window [io 0xf000-0x0000] (disabled)
[ 0.837551] pci 0000:00:1c.7: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.837556] pci 0000:00:1c.7: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.837580] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.837633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.837649] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.837667] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.837681] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[ 0.837696] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
[ 0.837710] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[ 0.837776] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.837897] pci0000:00: ACPI _OSC control (0x1c) granted
[ 0.839913] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.839940] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.839965] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.839990] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.840015] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.840040] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.840065] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.840091] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.840138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.840142] vgaarb: loaded
[ 0.840143] vgaarb: bridge control possible 0000:00:02.0
[ 0.840228] SCSI subsystem initialized
[ 0.840247] libata version 3.00 loaded.
[ 0.840269] usbcore: registered new interface driver usbfs
[ 0.840274] usbcore: registered new interface driver hub
[ 0.840285] usbcore: registered new device driver usb
[ 0.840373] wmi: Mapper loaded
[ 0.840374] PCI: Using ACPI for IRQ routing
[ 0.841769] PCI: pci_cache_line_size set to 64 bytes
[ 0.842006] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[ 0.842007] reserve RAM buffer: 00000000b6c22000 - 00000000b7ffffff
[ 0.842009] reserve RAM buffer: 00000000b6dd6000 - 00000000b7ffffff
[ 0.842011] reserve RAM buffer: 00000000b7000000 - 00000000b7ffffff
[ 0.842012] reserve RAM buffer: 000000013fe00000 - 000000013fffffff
[ 0.842061] NetLabel: Initializing
[ 0.842062] NetLabel: domain hash size = 128
[ 0.842063] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.842070] NetLabel: unlabeled traffic allowed by default
[ 0.842094] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.842097] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.844106] Switching to clocksource hpet
[ 0.847204] AppArmor: AppArmor Filesystem Enabled
[ 0.847218] pnp: PnP ACPI init
[ 0.847224] ACPI: bus type pnp registered
[ 0.847303] pnp 00:00: [bus 00-ff]
[ 0.847304] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.847305] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.847307] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.847309] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.847310] pnp 00:00: [mem 0x000c8000-0x000dffff window]
[ 0.847312] pnp 00:00: [mem 0xbfa00000-0xffffffff window]
[ 0.847313] pnp 00:00: [mem 0x00000000 window]
[ 0.847343] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.847375] pnp 00:01: [mem 0xfed10000-0xfed19fff]
[ 0.847376] pnp 00:01: [mem 0xe0000000-0xe3ffffff]
[ 0.847377] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[ 0.847378] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.847379] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
[ 0.847390] Switched to NOHz mode on CPU #0
[ 0.847416] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
[ 0.847417] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[ 0.847419] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.847420] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.847422] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.847424] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.847485] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
[ 0.847486] pnp 00:02: [io 0x0a00-0x0a1f]
[ 0.847487] pnp 00:02: [io 0x0290-0x029f]
[ 0.847488] pnp 00:02: [io 0x0a20-0x0a2f]
[ 0.847505] system 00:02: [io 0x0a00-0x0a1f] has been reserved
[ 0.847506] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.847508] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 0.847509] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.847517] pnp 00:03: [dma 4]
[ 0.847518] pnp 00:03: [io 0x0000-0x000f]
[ 0.847519] pnp 00:03: [io 0x0081-0x0083]
[ 0.847520] pnp 00:03: [io 0x0087]
[ 0.847521] pnp 00:03: [io 0x0089-0x008b]
[ 0.847522] pnp 00:03: [io 0x008f]
[ 0.847523] pnp 00:03: [io 0x00c0-0x00df]
[ 0.847531] Switched to NOHz mode on CPU #3
[ 0.847533] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.847539] pnp 00:04: [io 0x0070-0x0071]
[ 0.847540] Switched to NOHz mode on CPU #1
[ 0.847547] pnp 00:04: [irq 8]
[ 0.847558] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.847563] pnp 00:05: [io 0x0061]
[ 0.847572] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.847581] pnp 00:06: [io 0x0010-0x001f]
[ 0.847582] pnp 00:06: [io 0x0022-0x003f]
[ 0.847583] pnp 00:06: [io 0x0044-0x005f]
[ 0.847584] pnp 00:06: [io 0x0063]
[ 0.847585] pnp 00:06: [io 0x0065]
[ 0.847586] pnp 00:06: [io 0x0067-0x006f]
[ 0.847587] pnp 00:06: [io 0x0072-0x007f]
[ 0.847588] pnp 00:06: [io 0x0080]
[ 0.847589] pnp 00:06: [io 0x0084-0x0086]
[ 0.847590] pnp 00:06: [io 0x0088]
[ 0.847591] pnp 00:06: [io 0x008c-0x008e]
[ 0.847592] pnp 00:06: [io 0x0090-0x009f]
[ 0.847593] pnp 00:06: [io 0x00a2-0x00bf]
[ 0.847594] pnp 00:06: [io 0x00e0-0x00ef]
[ 0.847595] pnp 00:06: [io 0x04d0-0x04d1]
[ 0.847613] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.847615] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.847620] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.847623] pnp 00:07: [irq 13]
[ 0.847635] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.847726] pnp 00:08: [io 0x0400-0x0453]
[ 0.847727] pnp 00:08: [io 0x0458-0x047f]
[ 0.847729] pnp 00:08: [io 0x0000-0xffffffffffffffff disabled]
[ 0.847730] pnp 00:08: [io 0x0500-0x057f]
[ 0.847731] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
[ 0.847732] pnp 00:08: [mem 0xfec00000-0xfecfffff]
[ 0.847734] pnp 00:08: [mem 0xfed08000-0xfed08fff]
[ 0.847735] pnp 00:08: [mem 0xff000000-0xffffffff]
[ 0.847754] system 00:08: [io 0x0400-0x0453] has been reserved
[ 0.847755] system 00:08: [io 0x0458-0x047f] has been reserved
[ 0.847757] system 00:08: [io 0x0500-0x057f] has been reserved
[ 0.847758] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.847760] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 0.847762] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.847763] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[ 0.847765] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.847767] Switched to NOHz mode on CPU #2
[ 0.847785] pnp 00:09: [io 0x0454-0x0457]
[ 0.847803] system 00:09: [io 0x0454-0x0457] has been reserved
[ 0.847805] system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.847865] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
[ 0.847884] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.847967] pnp: PnP ACPI: found 11 devices
[ 0.847968] ACPI: ACPI bus type pnp unregistered
[ 0.853112] PCI: max bus depth: 1 pci_try_num: 2
[ 0.853149] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.853150] pci 0000:00:01.0: bridge window [io disabled]
[ 0.853152] pci 0000:00:01.0: bridge window [mem disabled]
[ 0.853153] pci 0000:00:01.0: bridge window [mem pref disabled]
[ 0.853156] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.853157] pci 0000:00:1c.0: bridge window [io disabled]
[ 0.853161] pci 0000:00:1c.0: bridge window [mem disabled]
[ 0.853164] pci 0000:00:1c.0: bridge window [mem pref disabled]
[ 0.853169] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[ 0.853171] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
[ 0.853175] pci 0000:00:1c.4: bridge window [mem disabled]
[ 0.853178] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.853183] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 0.853184] pci 0000:00:1c.5: bridge window [io disabled]
[ 0.853188] pci 0000:00:1c.5: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.853191] pci 0000:00:1c.5: bridge window [mem pref disabled]
[ 0.853196] pci 0000:00:1c.6: PCI bridge to [bus 05-05]
[ 0.853197] pci 0000:00:1c.6: bridge window [io disabled]
[ 0.853201] pci 0000:00:1c.6: bridge window [mem disabled]
[ 0.853204] pci 0000:00:1c.6: bridge window [mem pref disabled]
[ 0.853209] pci 0000:00:1c.7: PCI bridge to [bus 06-06]
[ 0.853210] pci 0000:00:1c.7: bridge window [io disabled]
[ 0.853214] pci 0000:00:1c.7: bridge window [mem disabled]
[ 0.853217] pci 0000:00:1c.7: bridge window [mem pref disabled]
[ 0.853228] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.853230] pci 0000:00:01.0: setting latency timer to 64
[ 0.853236] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.853239] pci 0000:00:1c.0: setting latency timer to 64
[ 0.853244] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.853247] pci 0000:00:1c.4: setting latency timer to 64
[ 0.853251] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.853254] pci 0000:00:1c.5: setting latency timer to 64
[ 0.853260] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.853264] pci 0000:00:1c.6: setting latency timer to 64
[ 0.853269] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.853273] pci 0000:00:1c.7: setting latency timer to 64
[ 0.853275] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.853277] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.853278] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.853279] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xffffffff]
[ 0.853281] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.853282] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.853283] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[ 0.853299] NET: Registered protocol family 2
[ 0.853385] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.853959] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.854933] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.855046] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.855048] TCP reno registered
[ 0.855055] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.855069] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.855125] NET: Registered protocol family 1
[ 0.855135] pci 0000:00:02.0: Boot video device
[ 1.114106] PCI: CLS 64 bytes, default 64
[ 1.114151] Trying to unpack rootfs image as initramfs...
[ 1.353261] Freeing initrd memory: 20500k freed
[ 1.355035] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.355039] Placing 64MB software IO TLB between ffff8800b2c22000 - ffff8800b6c22000
[ 1.355040] software IO TLB at phys 0xb2c22000 - 0xb6c22000
[ 1.355328] audit: initializing netlink socket (disabled)
[ 1.355335] type=2000 audit(1320897468.210:1): initialized
[ 1.372149] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.373034] VFS: Disk quotas dquot_6.5.2
[ 1.373064] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.373377] fuse init (API version 7.16)
[ 1.373420] msgmni has been set to 7362
[ 1.373546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.373561] io scheduler noop registered
[ 1.373562] io scheduler deadline registered
[ 1.373582] io scheduler cfq registered (default)
[ 1.373635] pcieport 0000:00:01.0: setting latency timer to 64
[ 1.373654] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 1.373690] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.373726] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 1.373778] pcieport 0000:00:1c.4: setting latency timer to 64
[ 1.373813] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
[ 1.373865] pcieport 0000:00:1c.5: setting latency timer to 64
[ 1.373901] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[ 1.373952] pcieport 0000:00:1c.6: setting latency timer to 64
[ 1.374004] pcieport 0000:00:1c.6: irq 44 for MSI/MSI-X
[ 1.374057] pcieport 0000:00:1c.7: setting latency timer to 64
[ 1.374093] pcieport 0000:00:1c.7: irq 45 for MSI/MSI-X
[ 1.374152] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 1.374154] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 1.374167] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 1.374170] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 1.374183] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 1.374185] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 1.374188] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 1.374200] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[ 1.374202] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 1.374205] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[ 1.374217] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
[ 1.374220] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
[ 1.374233] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[ 1.374236] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
[ 1.374244] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.374256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.374287] efifb: probing for efifb
[ 1.374289] efifb: framebuffer at 0xa6d60, mapped to 0xffff8800000a6d60, using 56k, total 64k
[ 1.374291] efifb: mode is 640x350x1, linelength=80, pages=1
[ 1.374292] efifb: scrolling: redraw
[ 1.374293] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.375717] Console: switching to colour frame buffer device 80x43
[ 1.377094] fb0: EFI VGA frame buffer device
[ 1.377097] intel_idle: MWAIT substates: 0x1120
[ 1.377098] intel_idle: v0.4 model 0x2A
[ 1.377099] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.377158] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 1.377161] ACPI: Power Button [PWRB]
[ 1.377181] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.377183] ACPI: Power Button [PWRF]
[ 1.377277] ACPI: acpi_idle yielding to intel_idle
[ 1.378203] ERST: Table is not found!
[ 1.378235] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.924072] Linux agpgart interface v0.103
[ 1.924115] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[ 1.924214] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 1.925002] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[ 1.925074] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 1.925567] brd: module loaded
[ 1.925784] loop: module loaded
[ 1.926026] Fixed MDIO Bus: probed
[ 1.926041] PPP generic driver version 2.4.2
[ 1.926057] tun: Universal TUN/TAP device driver, 1.6
[ 1.926058] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.926095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.926111] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.926123] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.926125] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 1.926141] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.926160] ehci_hcd 0000:00:1a.0: debug port 2
[ 1.930039] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 1.930051] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xfe507000
[ 1.953820] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.953928] hub 1-0:1.0: USB hub found
[ 1.953931] hub 1-0:1.0: 2 ports detected
[ 1.953963] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.953971] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.953973] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 1.953988] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.954005] ehci_hcd 0000:00:1d.0: debug port 2
[ 1.957895] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 1.957898] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe506000
[ 1.973825] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.973921] hub 2-0:1.0: USB hub found
[ 1.973923] hub 2-0:1.0: 2 ports detected
[ 1.973950] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.973956] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.973994] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.974349] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.974352] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.974401] mousedev: PS/2 mouse device common for all mice
[ 1.974456] rtc_cmos 00:04: RTC can wake from S4
[ 1.974529] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.974552] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.974602] device-mapper: uevent: version 1.0.3
[ 1.974636] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 1.974676] device-mapper: multipath: version 1.3.0 loaded
[ 1.974677] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.974759] cpuidle: using governor ladder
[ 1.974837] cpuidle: using governor menu
[ 1.974838] EFI Variables Facility v0.08 2004-May-17
[ 1.974953] TCP cubic registered
[ 1.975014] NET: Registered protocol family 10
[ 1.975228] NET: Registered protocol family 17
[ 1.975237] Registering the dns_resolver key type
[ 1.975279] PM: Hibernation image not present or could not be loaded.
[ 1.975285] registered taskstats version 1
[ 1.975512] Magic number: 3:539:967
[ 1.975570] rtc_cmos 00:04: setting system clock to 2011-11-10 03:57:49 UTC (1320897469)
[ 1.976227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.976228] EDD information not available.
[ 1.977294] Freeing unused kernel memory: 956k freed
[ 1.977372] Write protecting the kernel read-only data: 10240k
[ 1.977953] Freeing unused kernel memory: 156k freed
[ 1.980960] Freeing unused kernel memory: 1504k freed
[ 1.992033] udev[65]: starting version 167
[ 2.001742] [drm] Initialized drm 1.1.0 20060810
[ 2.004674] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.004678] i915 0000:00:02.0: setting latency timer to 64
[ 2.006454] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.006466] r8169 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.006510] r8169 0000:03:00.0: setting latency timer to 64
[ 2.006570] r8169 0000:03:00.0: irq 46 for MSI/MSI-X
[ 2.006787] r8169 0000:03:00.0: eth0: RTL8168e/8111e at 0xffffc90000660000, f4:6d:04:90:e2:28, XID 0c200000 IRQ 46
[ 2.006877] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 2.006897] xhci_hcd 0000:04:00.0: setting latency timer to 64
[ 2.006900] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 2.006930] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 2.016314] xhci_hcd 0000:04:00.0: irq 17, io mem 0xfe400000
[ 2.016371] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[ 2.016374] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[ 2.016377] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[ 2.016379] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[ 2.016382] xhci_hcd 0000:04:00.0: irq 51 for MSI/MSI-X
[ 2.016501] xHCI xhci_add_endpoint called for root hub
[ 2.016503] xHCI xhci_check_bandwidth called for root hub
[ 2.016517] hub 3-0:1.0: USB hub found
[ 2.016523] hub 3-0:1.0: 2 ports detected
[ 2.016559] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 2.016576] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 2.020356] xHCI xhci_add_endpoint called for root hub
[ 2.020357] xHCI xhci_check_bandwidth called for root hub
[ 2.020372] hub 4-0:1.0: USB hub found
[ 2.020379] hub 4-0:1.0: 2 ports detected
[ 2.049369] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
[ 2.049371] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 2.049488] [drm:intel_opregion_setup], graphic opregion physical addr: 0xb6c76018
[ 2.049498] [drm:intel_opregion_setup], Public ACPI methods supported
[ 2.049500] [drm:intel_opregion_setup], SWSCI supported
[ 2.049501] [drm:intel_opregion_setup], ASLE supported
[ 2.049515] i915 0000:00:02.0: irq 52 for MSI/MSI-X
[ 2.049518] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 2.049519] [drm] Driver supports precise vblank timestamp query.
[ 2.049522] [drm:intel_detect_pch], Found CougarPoint PCH
[ 2.049523] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT SANDYBRIDGE-D d
[ 2.049525] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[ 2.049528] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[ 2.049529] [drm:drm_mode_debug_printmodeline], Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[ 2.049542] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[ 2.049543] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[ 2.049545] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[ 2.049551] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[ 2.049558] [drm:intel_modeset_init], 2 display pipes available.
[ 2.049563] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.049880] [drm:intel_crt_init], pch crt adpa set to 0xf40000
[ 2.052086] [drm:intel_sdvo_read_byte], i2c transfer returned -6
[ 2.052087] [drm:intel_sdvo_init], No SDVO device found on SDVOB
[ 2.052123] [drm:intel_dp_i2c_init], i2c_init DPDDC-B
[ 2.052630] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.052632] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 2.053138] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.053139] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 2.053174] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[ 2.053680] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.053681] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 2.054205] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.054206] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[ 2.054278] [drm:intel_panel_get_backlight], get backlight PWM = 0
[ 2.054292] [drm:ironlake_crtc_dpms], crtc 0/0 dpms off
[ 2.054302] [drm:i915_get_vblank_timestamp], crtc 0 is disabled
[ 2.094235] [drm:intel_update_fbc],
[ 2.094481] [drm:ironlake_crtc_dpms], crtc 1/1 dpms off
[ 2.094483] [drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe B
[ 2.094484] [drm:i915_get_vblank_timestamp], crtc 1 is disabled
[ 2.094486] [drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe B
[ 2.095114] [drm:intel_update_fbc],
[ 2.135988] [drm:init_status_page], render ring hws offset: 0x00000000
[ 2.136058] [drm:init_status_page], gen6 bsd ring hws offset: 0x00021000
[ 2.136122] [drm:init_status_page], blt ring hws offset: 0x00042000
[ 2.136215] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 2.136217] [drm:intel_ironlake_crt_detect_hotplug], trigger hotplug detect cycle: adpa=0xf40000
[ 2.153779] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 2.153785] [drm:intel_crt_detect], CRT not detected via hotplug
[ 2.153789] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 2.153794] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 2.164794] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 2.164796] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 2.165303] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.184263] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.204263] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.223753] [drm:ironlake_dp_detect], DPCD: 0000
[ 2.223759] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 2.223764] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 2.273749] usb 1-1: new high speed USB device number 2 using ehci_hcd
[ 2.340989] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 2.353710] Refined TSC clocksource calibration: 3291.700 MHz.
[ 2.353713] Switching to clocksource tsc
[ 2.424288] hub 1-1:1.0: USB hub found
[ 2.424368] hub 1-1:1.0: 6 ports detected
[ 2.458407] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 2.458408] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 2.458410] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 2.458412] [drm:drm_mode_debug_printmodeline], Modeline 19:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 2.458414] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 2.458416] [drm:drm_mode_debug_printmodeline], Modeline 18:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 2.458418] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 2.458420] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 2.458421] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 2.458423] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 2.458426] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 2.458933] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.474186] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.494181] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 2.513671] [drm:ironlake_dp_detect], DPCD: 0000
[ 2.513677] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 2.513681] [drm:drm_setup_crtcs],
[ 2.513685] [drm:drm_enable_connectors], connector 5 enabled? no
[ 2.513687] [drm:drm_enable_connectors], connector 8 enabled? no
[ 2.513690] [drm:drm_enable_connectors], connector 11 enabled? no
[ 2.513693] [drm:drm_enable_connectors], connector 14 enabled? yes
[ 2.513695] [drm:drm_enable_connectors], connector 15 enabled? no
[ 2.513698] [drm:drm_target_preferred], looking for cmdline mode on connector 14
[ 2.513701] [drm:drm_target_preferred], looking for preferred mode on connector 14
[ 2.513704] [drm:drm_target_preferred], found mode 720x576
[ 2.513707] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[ 2.513711] [drm:drm_setup_crtcs], desired mode 720x576 set on crtc 3
[ 2.515134] [drm:intelfb_create], allocated 720x576 fb: 0x00063000, bo ffff880133c36e00
[ 2.515137] checking generic (a6d60 e000) vs hw (c0000000 10000000)
[ 2.515163] fbcon: inteldrmfb (fb1) is primary device
[ 2.515164] fbcon: Remapping primary device, fb1, to tty 1-63
[ 2.515167] [drm:drm_crtc_helper_set_config],
[ 2.515168] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.515171] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[ 2.515172] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[ 2.515173] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 2.515175] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 2.515187] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[ 2.515188] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[ 2.515189] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.515190] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[ 2.515191] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 2.515194] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[ 2.515440] [drm:ironlake_crtc_mode_set], Mode for pipe A:
[ 2.515441] [drm:drm_mode_debug_printmodeline], Modeline 18:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 2.543677] usb 2-1: new high speed USB device number 2 using ehci_hcd
[ 2.573648] [drm:intel_wait_for_vblank], vblank wait timed out
[ 2.573650] [drm:intel_pipe_set_base_atomic], Writing base 00063000 00000000 0 0 2880
[ 2.573662] [drm:intel_update_fbc],
[ 2.573664] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 42, cursor: 6
[ 2.573675] [drm:ironlake_check_srwm], watermark 1: display plane 5, fbc lines 3, cursor 6
[ 2.573677] [drm:ironlake_check_srwm], watermark 2: display plane 6, fbc lines 3, cursor 6
[ 2.573678] [drm:ironlake_check_srwm], watermark 3: display plane 21, fbc lines 3, cursor 6
[ 2.573680] [drm:drm_crtc_helper_set_mode], [ENCODER:13:TMDS-13] set [MODE:18:720x576]
[ 2.573682] [drm:intel_hdmi_mode_set], Enabling HDMI audio on pipe A
[ 2.573683] [drm:intel_write_eld], ELD on [CONNECTOR:14:HDMI-A-2], [ENCODER:13:TMDS-13]
[ 2.573685] [drm:ironlake_write_eld], ELD on pipe A
[ 2.573686] [drm:ironlake_write_eld], Audio directed to unknown port
[ 2.573690] [drm:ironlake_write_eld], ELD size 13
[ 2.573700] [drm:sandybridge_update_wm], FIFO watermarks For pipe A - plane 42, cursor: 6
[ 2.573702] [drm:ironlake_check_srwm], watermark 1: display plane 5, fbc lines 3, cursor 6
[ 2.573703] [drm:ironlake_check_srwm], watermark 2: display plane 6, fbc lines 3, cursor 6
[ 2.573704] [drm:ironlake_check_srwm], watermark 3: display plane 21, fbc lines 3, cursor 6
[ 2.633631] [drm:intel_wait_for_vblank], vblank wait timed out
[ 2.693616] [drm:intel_wait_for_vblank], vblank wait timed out
[ 2.694215] hub 2-1:1.0: USB hub found
[ 2.694269] hub 2-1:1.0: 8 ports detected
[ 2.694449] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x700
[ 2.694450] [drm:gen6_fdi_link_train], FDI train 1 done.
[ 2.695103] [drm:gen6_fdi_link_train], FDI_RX_IIR 0x600
[ 2.695105] [drm:gen6_fdi_link_train], FDI train 2 done.
[ 2.695106] [drm:gen6_fdi_link_train], FDI train done.
[ 2.696319] [drm:intel_update_fbc],
[ 2.696325] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[ 2.696326] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] set DPMS on
[ 2.696336] [drm:drm_crtc_helper_set_config],
[ 2.696337] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[ 2.696339] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.696349] [drm:drm_crtc_helper_set_config],
[ 2.696350] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.696352] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.697020] [drm:drm_crtc_helper_set_config],
[ 2.697020] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.697023] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.697684] [drm:drm_crtc_helper_set_config],
[ 2.697684] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.697686] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.698359] [drm:drm_crtc_helper_set_config],
[ 2.698360] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.698362] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.699024] [drm:drm_crtc_helper_set_config],
[ 2.699025] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.699027] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.699689] [drm:drm_crtc_helper_set_config],
[ 2.699689] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.699691] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.700321] [drm:drm_crtc_helper_set_config],
[ 2.700322] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.700324] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.700953] [drm:drm_crtc_helper_set_config],
[ 2.700954] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.700956] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.701629] [drm:drm_crtc_helper_set_config],
[ 2.701630] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.701632] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.702262] [drm:drm_crtc_helper_set_config],
[ 2.702263] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.702265] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.702892] [drm:drm_crtc_helper_set_config],
[ 2.702893] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.702895] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.703522] [drm:drm_crtc_helper_set_config],
[ 2.703523] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.703525] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.704190] [drm:drm_crtc_helper_set_config],
[ 2.704190] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.704192] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.704820] [drm:drm_crtc_helper_set_config],
[ 2.704821] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.704823] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.705452] [drm:drm_crtc_helper_set_config],
[ 2.705453] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.705455] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.706082] [drm:drm_crtc_helper_set_config],
[ 2.706083] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.706085] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.706359] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
[ 2.706736] [drm:drm_crtc_helper_set_config],
[ 2.706737] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.706739] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.707366] [drm:drm_crtc_helper_set_config],
[ 2.707367] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.707369] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.707996] [drm:drm_crtc_helper_set_config],
[ 2.707997] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.707999] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.708626] [drm:drm_crtc_helper_set_config],
[ 2.708627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.708629] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.709259] [drm:drm_crtc_helper_set_config],
[ 2.709259] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.709261] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.709889] [drm:drm_crtc_helper_set_config],
[ 2.709890] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.709892] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.710519] [drm:drm_crtc_helper_set_config],
[ 2.710520] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.710521] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.711149] [drm:drm_crtc_helper_set_config],
[ 2.711150] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.711152] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.711781] [drm:drm_crtc_helper_set_config],
[ 2.711782] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.711784] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.712411] [drm:drm_crtc_helper_set_config],
[ 2.712412] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.712414] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.713043] [drm:drm_crtc_helper_set_config],
[ 2.713044] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.713046] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.713710] [drm:drm_crtc_helper_set_config],
[ 2.713711] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.713713] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.714344] [drm:drm_crtc_helper_set_config],
[ 2.714344] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.714346] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.714974] [drm:drm_crtc_helper_set_config],
[ 2.714974] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.714976] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.715604] [drm:drm_crtc_helper_set_config],
[ 2.715605] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.715606] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.716234] [drm:drm_crtc_helper_set_config],
[ 2.716235] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.716237] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.716864] [drm:drm_crtc_helper_set_config],
[ 2.716865] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.716867] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.717494] [drm:drm_crtc_helper_set_config],
[ 2.717495] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.717497] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.718124] [drm:drm_crtc_helper_set_config],
[ 2.718125] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.718127] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.718756] [drm:drm_crtc_helper_set_config],
[ 2.718757] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.718759] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.719388] [drm:drm_crtc_helper_set_config],
[ 2.719389] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.719391] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.720020] [drm:drm_crtc_helper_set_config],
[ 2.720021] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.720023] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.720650] [drm:drm_crtc_helper_set_config],
[ 2.720651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.720653] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.721280] [drm:drm_crtc_helper_set_config],
[ 2.721281] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.721283] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.721914] [drm:drm_crtc_helper_set_config],
[ 2.721914] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.721916] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.722544] [drm:drm_crtc_helper_set_config],
[ 2.722544] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.722546] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.723175] [drm:drm_crtc_helper_set_config],
[ 2.723176] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.723178] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.723866] [drm:drm_crtc_helper_set_config],
[ 2.723867] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.723869] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.724547] [drm:drm_crtc_helper_set_config],
[ 2.724548] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.724550] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.725225] [drm:drm_crtc_helper_set_config],
[ 2.725226] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.725230] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.725884] [drm:drm_crtc_helper_set_config],
[ 2.725884] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.725887] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.726535] [drm:drm_crtc_helper_set_config],
[ 2.726536] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.726538] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.727185] [drm:drm_crtc_helper_set_config],
[ 2.727185] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.727187] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.727834] [drm:drm_crtc_helper_set_config],
[ 2.727835] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.727837] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.728464] [drm:drm_crtc_helper_set_config],
[ 2.728465] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.728467] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.729094] [drm:drm_crtc_helper_set_config],
[ 2.729095] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.729097] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.729726] [drm:drm_crtc_helper_set_config],
[ 2.729727] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.729729] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.730358] [drm:drm_crtc_helper_set_config],
[ 2.730359] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.730361] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.730989] [drm:drm_crtc_helper_set_config],
[ 2.730990] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.730992] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.731621] [drm:drm_crtc_helper_set_config],
[ 2.731622] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.731624] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.732251] [drm:drm_crtc_helper_set_config],
[ 2.732252] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.732254] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.732884] [drm:drm_crtc_helper_set_config],
[ 2.732884] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.732886] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.733517] [drm:drm_crtc_helper_set_config],
[ 2.733518] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.733520] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.734185] [drm:drm_crtc_helper_set_config],
[ 2.734186] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.734188] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.734818] [drm:drm_crtc_helper_set_config],
[ 2.734819] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.734821] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.735450] [drm:drm_crtc_helper_set_config],
[ 2.735450] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.735452] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.736080] [drm:drm_crtc_helper_set_config],
[ 2.736080] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.736082] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.736710] [drm:drm_crtc_helper_set_config],
[ 2.736711] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.736713] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.737340] [drm:drm_crtc_helper_set_config],
[ 2.737341] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.737343] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.737344] [drm:drm_crtc_helper_set_config],
[ 2.737344] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[ 2.737346] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.737348] [drm:drm_crtc_helper_set_config],
[ 2.737349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 2.737350] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 2.737980] fb1: inteldrmfb frame buffer device
[ 2.737981] drm: registered panic notifier
[ 2.738507] fixme: max PWM is zero.
[ 2.738508] [drm:intel_panel_set_backlight], set backlight PWM = 1
[ 2.738549] [drm:intel_panel_set_backlight], set backlight PWM = 1
[ 2.738582] acpi device:32: registered as cooling_device4
[ 2.738686] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
[ 2.738716] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.738729] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 2.738780] ahci 0000:00:1f.2: version 3.0
[ 2.738803] ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 2.738872] ahci 0000:00:1f.2: irq 53 for MSI/MSI-X
[ 2.763628] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3c impl SATA mode
[ 2.763630] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 2.763633] ahci 0000:00:1f.2: setting latency timer to 64
[ 2.823909] scsi0 : ahci
[ 2.824081] scsi1 : ahci
[ 2.824209] scsi2 : ahci
[ 2.824342] scsi3 : ahci
[ 2.824462] scsi4 : ahci
[ 2.824632] scsi5 : ahci
[ 2.824713] ata1: DUMMY
[ 2.824714] ata2: DUMMY
[ 2.824716] ata3: SATA max UDMA/133 abar m2048@0xfe505000 port 0xfe505200 irq 53
[ 2.824718] ata4: SATA max UDMA/133 abar m2048@0xfe505000 port 0xfe505280 irq 53
[ 2.824720] ata5: SATA max UDMA/133 abar m2048@0xfe505000 port 0xfe505300 irq 53
[ 2.824722] ata6: SATA max UDMA/133 abar m2048@0xfe505000 port 0xfe505380 irq 53
[ 2.973732] usb 2-1.3: new low speed USB device number 3 using ehci_hcd
[ 3.163503] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.163675] usb 2-1.4: new low speed USB device number 4 using ehci_hcd
[ 3.168047] ata6.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
[ 3.168051] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.171728] ata6.00: configured for UDMA/133
[ 3.173500] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.173522] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.173542] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.178089] ata5.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
[ 3.178094] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.178107] ata4.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
[ 3.178110] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.178568] ata3.00: ATA-8: WDC WD2003FYYS-02W0B0, 01.01D01, max UDMA/133
[ 3.178573] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.182077] ata4.00: configured for UDMA/133
[ 3.183111] ata5.00: configured for UDMA/133
[ 3.183579] ata3.00: configured for UDMA/133
[ 3.183784] scsi 2:0:0:0: Direct-Access ATA WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
[ 3.183869] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 3.184019] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 3.184075] scsi 3:0:0:0: Direct-Access ATA WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
[ 3.184162] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 3.184192] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 3.184236] sd 3:0:0:0: [sdb] Write Protect is off
[ 3.184238] sd 2:0:0:0: [sda] Write Protect is off
[ 3.184240] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.184241] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 3.184264] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.184287] scsi 4:0:0:0: Direct-Access ATA WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
[ 3.184309] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.184371] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 3.184415] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 3.184431] scsi 5:0:0:0: Direct-Access ATA WDC WD2003FYYS-0 01.0 PQ: 0 ANSI: 5
[ 3.184436] sd 4:0:0:0: [sdc] Write Protect is off
[ 3.184438] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.184447] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.184506] sd 5:0:0:0: Attached scsi generic sg3 type 0
[ 3.184532] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 3.184609] sd 5:0:0:0: [sdd] Write Protect is off
[ 3.184611] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 3.184666] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.188093] sda: sda1 sda2
[ 3.188501] sd 2:0:0:0: [sda] Attached SCSI disk
[ 3.198413] sdb: sdb1 sdb2
[ 3.198632] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 3.201118] sdc: sdc1 sdc2
[ 3.201339] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 3.204074] sdd: sdd1 sdd2
[ 3.204440] sd 5:0:0:0: [sdd] Attached SCSI disk
[ 3.205184] usbcore: registered new interface driver usbhid
[ 3.205185] usbhid: USB HID core driver
[ 3.211427] 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.211488] 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.211518] 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.211524] pantherlord 0003:0810:0001.0001: Force feedback for PantherLord/GreenAsia devices by Anssi Hannula <anssi.hannula@gmail.com>
[ 3.275655] md: bind<sda2>
[ 3.277125] md: bind<sdb2>
[ 3.278591] md: bind<sdc2>
[ 3.282921] 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.282987] 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.283017] 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.283023] pantherlord 0003:0810:0001.0002: Force feedback for PantherLord/GreenAsia devices by Anssi Hannula <anssi.hannula@gmail.com>
[ 3.284791] md: bind<sda1>
[ 3.286271] md: bind<sdd2>
[ 3.287674] async_tx: api initialized (async)
[ 3.373617] usb 2-1.6: new low speed USB device number 5 using ehci_hcd
[ 3.453399] raid6: int64x1 3573 MB/s
[ 3.491768] 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.491811] 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.495062] 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.495114] 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.623359] raid6: int64x2 4087 MB/s
[ 3.793326] raid6: int64x4 3798 MB/s
[ 3.963283] raid6: int64x8 3206 MB/s
[ 4.133212] raid6: sse2x1 9952 MB/s
[ 4.303164] raid6: sse2x2 12108 MB/s
[ 4.473119] raid6: sse2x4 14021 MB/s
[ 4.473120] raid6: using algorithm sse2x4 (14021 MB/s)
[ 4.473538] xor: automatically using best checksumming function: generic_sse
[ 4.523105] generic_sse: 16438.800 MB/sec
[ 4.523106] xor: using function: generic_sse (16438.800 MB/sec)
[ 4.523767] md: raid6 personality registered for level 6
[ 4.523768] md: raid5 personality registered for level 5
[ 4.523769] md: raid4 personality registered for level 4
[ 4.523956] bio: create slab <bio-1> at 1
[ 4.523964] md/raid:md1: device sdd2 operational as raid disk 3
[ 4.523965] md/raid:md1: device sdc2 operational as raid disk 2
[ 4.523966] md/raid:md1: device sdb2 operational as raid disk 1
[ 4.523967] md/raid:md1: device sda2 operational as raid disk 0
[ 4.524225] md/raid:md1: allocated 4282kB
[ 4.524323] md/raid:md1: raid level 5 active with 4 out of 4 devices, algorithm 2
[ 4.524324] RAID conf printout:
[ 4.524325] --- level:5 rd:4 wd:4
[ 4.524327] disk 0, o:1, dev:sda2
[ 4.524328] disk 1, o:1, dev:sdb2
[ 4.524328] disk 2, o:1, dev:sdc2
[ 4.524329] disk 3, o:1, dev:sdd2
[ 4.524345] md1: detected capacity change from 0 to 5898110828544
[ 4.534168] md1: unknown partition table
[ 4.535533] md: bind<sdb1>
[ 4.537142] md: bind<sdd1>
[ 4.538838] md: bind<sdc1>
[ 4.540099] md: raid10 personality registered for level 10
[ 4.540212] md/raid10:md0: active with 4 out of 4 devices
[ 4.540234] md0: detected capacity change from 0 to 68716331008
[ 4.551757] md0: unknown partition table
[ 4.958834] [drm:drm_crtc_helper_set_config],
[ 4.958835] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 4.958840] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.025509] [drm:i915_driver_open],
[ 5.025518] [drm:drm_crtc_helper_set_config],
[ 5.025519] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 5.025525] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.025527] [drm:drm_crtc_helper_set_config],
[ 5.025527] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[ 5.025529] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.025535] [drm:i915_driver_open],
[ 5.025539] [drm:drm_crtc_helper_set_config],
[ 5.025540] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 5.025542] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.025543] [drm:drm_crtc_helper_set_config],
[ 5.025544] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[ 5.025546] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.025550] [drm:i915_driver_open],
[ 5.025582] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
[ 5.025584] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
[ 5.025587] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 5.025589] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 5.025591] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 5.025593] [drm:intel_crt_detect], CRT not detected via hotplug
[ 5.025594] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 5.025596] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 5.025598] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 5.025599] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 5.025601] [drm:intel_crt_detect], CRT not detected via hotplug
[ 5.025602] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 5.025604] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 5.025606] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 5.036537] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 5.036539] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 5.036541] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 5.047462] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 5.047464] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 5.047466] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 5.047974] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.063465] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.083466] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.102959] [drm:ironlake_dp_detect], DPCD: 0000
[ 5.102965] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 5.102974] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 5.102978] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 5.103487] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.123464] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.143452] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.162942] [drm:ironlake_dp_detect], DPCD: 0000
[ 5.162948] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 5.162959] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 5.162963] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 5.279497] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 5.395910] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 5.395912] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 5.395913] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 5.395916] [drm:drm_mode_debug_printmodeline], Modeline 23:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 5.395919] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 5.395920] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 5.395923] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 5.395925] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 5.395926] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 5.395929] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 5.395933] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 5.396717] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 5.396718] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 5.397226] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.413372] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.433366] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.452855] [drm:ironlake_dp_detect], DPCD: 0000
[ 5.452858] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 5.452862] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 5.452864] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 5.453371] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.473354] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.493348] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 5.512841] [drm:ironlake_dp_detect], DPCD: 0000
[ 5.512844] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 5.529643] [drm:drm_mode_addfb], [FB:22]
[ 5.529655] [drm:drm_mode_setcrtc], [CRTC:3]
[ 5.529658] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
[ 5.529660] [drm:drm_crtc_helper_set_config],
[ 5.529661] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:22] #connectors=1 (x y) (0 0)
[ 5.529666] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.530961] [drm:intel_pipe_set_base_atomic], Writing base 001F8000 00000000 0 0 3072
[ 5.530963] [drm:intel_update_fbc],
[ 5.540002] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
[ 5.582818] [drm:intel_wait_for_vblank], vblank wait timed out
[ 5.582837] [drm:drm_crtc_helper_set_config],
[ 5.582838] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:19] #connectors=1 (x y) (0 0)
[ 5.582842] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.582844] [drm:intel_pipe_set_base_atomic], Writing base 00063000 00000000 0 0 2880
[ 5.582845] [drm:intel_update_fbc],
[ 5.590101] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
[ 5.590700] Btrfs loaded
[ 5.594159] md: linear personality registered for level -1
[ 5.595159] md: multipath personality registered for level -4
[ 5.596113] md: raid0 personality registered for level 0
[ 5.597022] md: raid1 personality registered for level 1
[ 5.642825] [drm:intel_wait_for_vblank], vblank wait timed out
[ 5.643552] [drm:drm_mode_setcrtc], [CRTC:3]
[ 5.643556] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
[ 5.643558] [drm:drm_crtc_helper_set_config],
[ 5.643559] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:22] #connectors=1 (x y) (0 0)
[ 5.643564] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 5.643567] [drm:intel_pipe_set_base_atomic], Writing base 001F8000 00000000 0 0 3072
[ 5.643569] [drm:intel_update_fbc],
[ 5.650147] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
[ 5.702804] [drm:intel_wait_for_vblank], vblank wait timed out
[ 6.308833] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[ 9.837308] Adding 4194300k swap on /dev/mapper/vgsystem-lvswap. Priority:-1 extents:1 across:4194300k
[ 9.897509] udev[478]: starting version 167
[ 9.941778] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro
[ 10.128309] lp: driver loaded but no devices found
[ 10.536189] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 10.536229] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X
[ 10.536247] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 10.633421] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[ 10.742814] r8169 0000:03:00.0: eth0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2)
[ 10.753891] r8169 0000:03:00.0: eth0: link down
[ 10.753896] r8169 0000:03:00.0: eth0: link down
[ 10.754089] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.772568] [drm:i915_driver_open],
[ 10.772597] [drm:i915_driver_open],
[ 10.772714] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
[ 10.772717] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[5] ENCODERS[5]
[ 10.772741] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 10.772744] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 10.772746] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 10.772748] [drm:intel_crt_detect], CRT not detected via hotplug
[ 10.772750] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 10.772753] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 10.772754] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 10.772756] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 10.772757] [drm:intel_crt_detect], CRT not detected via hotplug
[ 10.772759] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 10.772774] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 10.772776] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 10.783744] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 10.783747] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 10.783748] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 10.794672] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 10.794684] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 10.794686] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 10.795193] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.811900] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.831933] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.851385] [drm:ironlake_dp_detect], DPCD: 0000
[ 10.851392] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 10.851400] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 10.851404] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 10.851912] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.871889] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.891891] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 10.911359] [drm:ironlake_dp_detect], DPCD: 0000
[ 10.911366] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 10.911421] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 10.911425] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 11.028295] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 11.145228] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 11.145230] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 11.145231] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 11.145234] [drm:drm_mode_debug_printmodeline], Modeline 26:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 11.145237] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 11.145238] [drm:drm_mode_debug_printmodeline], Modeline 25:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 11.145241] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 11.145243] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 11.145245] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 11.145247] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 11.145252] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 11.145275] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 11.145277] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 11.145784] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.153158] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
[ 11.156659] HDMI: detected monitor TX-SR607 at connection type HDMI
[ 11.156661] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
[ 11.156663] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.156666] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.156668] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
[ 11.156669] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
[ 11.156671] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
[ 11.156672] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
[ 11.156674] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
[ 11.156676] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
[ 11.159408] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
[ 11.159451] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
[ 11.159497] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 11.162976] HDMI: detected monitor TX-SR607 at connection type HDMI
[ 11.162978] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
[ 11.162981] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.162983] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.162985] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
[ 11.162987] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
[ 11.162989] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
[ 11.162990] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
[ 11.162992] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
[ 11.162993] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
[ 11.163039] HDMI hot plug event: Pin=7 Presence_Detect=1 ELD_Valid=1
[ 11.163071] HDMI status: Pin=7 Presence_Detect=1 ELD_Valid=1
[ 11.165758] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.166576] HDMI: detected monitor TX-SR607 at connection type HDMI
[ 11.166578] HDMI: available speakers: FL/FR LFE FC RL/RR RLC/RRC
[ 11.166580] HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.166582] HDMI: supports coding type LPCM: channels = 8, rates = 44100 48000 88200 176400 192000 384000, bits = 16 20 24
[ 11.166584] HDMI: supports coding type AC-3: channels = 8, rates = 44100 48000 88200, max bitrate = 640000
[ 11.166586] HDMI: supports coding type DTS: channels = 8, rates = 48000 88200, max bitrate = 1536000
[ 11.166587] HDMI: supports coding type DSD (One Bit Audio): channels = 6, rates = 48000
[ 11.166589] HDMI: supports coding type E-AC-3/DD+ (Dolby Digital Plus): channels = 8, rates = 48000 88200
[ 11.166591] HDMI: supports coding type DTS-HD: channels = 8, rates = 48000 88200 176400 192000 384000
[ 11.166592] HDMI: supports coding type MLP (Dolby TrueHD): channels = 8, rates = 88200 192000
[ 11.181810] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.201316] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.201320] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 11.201328] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 11.201330] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 11.201846] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.221817] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.227207] ppdev: user-space parallel port driver
[ 11.241780] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.261262] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.261269] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 11.261351] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 11.261356] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 11.261371] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 11.261372] [drm:intel_crt_detect], CRT not detected via hotplug
[ 11.261374] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 11.261376] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 11.261377] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 11.261379] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 11.261380] [drm:intel_crt_detect], CRT not detected via hotplug
[ 11.261381] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 11.261395] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 11.261397] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 11.272473] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 11.272478] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 11.272479] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 11.283614] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 11.283644] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 11.283646] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 11.284155] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.301752] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.321767] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.341269] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.341277] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 11.341290] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 11.341294] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 11.341803] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.361743] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.381744] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.401228] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.401234] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 11.401296] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 11.401300] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 11.517950] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 11.634597] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 11.634599] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 11.634600] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 11.634603] [drm:drm_mode_debug_printmodeline], Modeline 26:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 11.634605] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 11.634607] [drm:drm_mode_debug_printmodeline], Modeline 25:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 11.634609] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 11.634611] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 11.634612] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 11.634614] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 11.634617] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 11.635020] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 11.635022] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 11.635529] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.651664] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.671659] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.691153] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.691160] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 11.691172] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 11.691176] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 11.691685] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.698500] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro,commit=0
[ 11.700133] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro,commit=0
[ 11.711659] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.731642] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 11.751130] [drm:ironlake_dp_detect], DPCD: 0000
[ 11.751138] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 11.753480] [drm:drm_mode_addfb], [FB:25]
[ 11.753546] [drm:drm_mode_setcrtc], [CRTC:3]
[ 11.753549] [drm:drm_mode_setcrtc], [CONNECTOR:14:HDMI-A-2]
[ 11.753550] [drm:drm_crtc_helper_set_config],
[ 11.753551] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:25] #connectors=1 (x y) (0 0)
[ 11.753556] [drm:drm_crtc_helper_set_config], [CONNECTOR:14:HDMI-A-2] to [CRTC:3]
[ 11.753857] [drm:intel_pipe_set_base_atomic], Writing base 003BC000 00000000 0 0 3072
[ 11.753864] [drm:intel_update_fbc],
[ 11.758095] [drm:intel_prepare_page_flip], preparing flip with no unpin work?
[ 11.821104] [drm:intel_wait_for_vblank], vblank wait timed out
[ 12.120641] [drm:i915_driver_open],
[ 12.128597] [drm:i915_driver_open],
[ 12.173130] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 12.173134] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 12.173137] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 12.173139] [drm:intel_crt_detect], CRT not detected via hotplug
[ 12.173140] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 12.173143] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 12.173144] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 12.173146] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 12.173148] [drm:intel_crt_detect], CRT not detected via hotplug
[ 12.173149] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 12.173153] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 12.173155] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 12.184154] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 12.184156] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 12.184157] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 12.195087] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 12.195093] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 12.195095] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 12.195603] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.211514] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.241506] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.261009] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.261016] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 12.261031] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 12.261035] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 12.261554] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.281498] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.301488] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.320967] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.320980] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 12.320993] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 12.320995] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 12.437445] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 12.553903] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 12.553904] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 12.553906] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 12.553908] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 12.553911] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 12.553912] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 12.553914] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 12.553916] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 12.553917] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 12.553920] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 12.553924] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 12.554110] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 12.554112] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 12.554619] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.571411] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.591407] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.610897] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.610904] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 12.610918] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 12.610923] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 12.611432] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.631396] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.651391] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.670881] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.670887] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 12.672651] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 12.672654] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 12.672656] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 12.672658] [drm:intel_crt_detect], CRT not detected via hotplug
[ 12.672659] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 12.672661] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 12.672663] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 12.672665] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 12.672666] [drm:intel_crt_detect], CRT not detected via hotplug
[ 12.672667] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 12.672670] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 12.672672] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 12.683593] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 12.683595] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 12.683596] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 12.694512] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 12.694517] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 12.694518] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 12.695024] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.711372] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.731367] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.750855] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.750862] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 12.750877] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 12.750881] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 12.751391] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.771355] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.791350] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 12.810840] [drm:ironlake_dp_detect], DPCD: 0000
[ 12.810846] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 12.810867] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 12.810871] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 12.927273] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 13.043584] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 13.043586] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 13.043587] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 13.043590] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 13.043592] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 13.043594] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 13.043596] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 13.043598] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 13.043599] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 13.043602] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 13.043607] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 13.043609] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 13.043612] [drm:intel_crt_detect], CRT not detected via hotplug
[ 13.043614] [drm:output_poll_execute], [CONNECTOR:5:VGA-1] status updated from 2 to 2
[ 13.054541] [drm:output_poll_execute], [CONNECTOR:8:HDMI-A-1] status updated from 2 to 2
[ 13.055049] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.071271] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.091265] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.110754] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.110760] [drm:output_poll_execute], [CONNECTOR:11:DP-1] status updated from 2 to 2
[ 13.227192] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 13.227193] [drm:output_poll_execute], [CONNECTOR:14:HDMI-A-2] status updated from 1 to 1
[ 13.227701] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.241223] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.261224] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.280707] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.280713] [drm:output_poll_execute], [CONNECTOR:15:DP-2] status updated from 2 to 2
[ 13.280997] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 13.281000] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 13.281506] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.301200] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.321208] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.340695] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.340701] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 13.340716] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 13.340720] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 13.341228] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.361198] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.381189] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.400679] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.400686] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 13.402586] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 13.402589] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 13.402591] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 13.402592] [drm:intel_crt_detect], CRT not detected via hotplug
[ 13.402594] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 13.402596] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 13.402597] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 13.402599] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 13.402601] [drm:intel_crt_detect], CRT not detected via hotplug
[ 13.402602] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 13.402605] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 13.402606] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 13.413500] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 13.413502] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 13.413503] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 13.424424] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 13.424429] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 13.424431] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 13.424937] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.441176] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.461170] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.480662] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.480668] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 13.480683] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 13.480687] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 13.481195] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.492201] r8169 0000:03:00.0: eth0: link up
[ 13.492437] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.501157] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.521156] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.540646] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.540653] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 13.540680] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 13.540685] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 13.657230] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 13.773706] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 13.773708] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 13.773709] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 13.773712] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 13.773714] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 13.773716] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 13.773718] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 13.773720] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 13.773722] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 13.773724] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 13.773730] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 13.773918] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 13.773920] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 13.774427] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.791070] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.811063] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.830553] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.830566] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 13.830583] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 13.830584] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 13.831091] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.851059] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.871047] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 13.890537] [drm:ironlake_dp_detect], DPCD: 0000
[ 13.890550] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 14.036006] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 14.036020] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 14.036023] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 14.036024] [drm:intel_crt_detect], CRT not detected via hotplug
[ 14.036026] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 14.036029] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 14.036030] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 14.036032] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 14.036034] [drm:intel_crt_detect], CRT not detected via hotplug
[ 14.036035] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 14.036039] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 14.036041] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 14.046965] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 14.046967] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 14.046968] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 14.057914] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 14.057921] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 14.057922] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 14.058429] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.071001] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.090995] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.110484] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.110490] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 14.110505] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 14.110509] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 14.111017] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.130985] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.150987] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.170465] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.170471] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 14.170492] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 14.170496] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 14.287006] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 14.403367] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 14.403369] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 14.403371] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 14.403374] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 14.403376] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 14.403377] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 14.403380] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 14.403382] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 14.403383] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 14.403386] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 14.403393] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 14.403587] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 14.403589] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 14.404096] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.420897] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.440889] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.460378] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.460382] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 14.460408] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 14.460410] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 14.460916] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.480886] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.500872] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.520364] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.520367] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 14.540323] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 14.540327] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 14.540340] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 14.540342] [drm:intel_crt_detect], CRT not detected via hotplug
[ 14.540344] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 14.540347] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 14.540348] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 14.540354] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 14.540357] [drm:intel_crt_detect], CRT not detected via hotplug
[ 14.540369] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 14.540375] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 14.540378] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 14.551311] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 14.551313] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 14.551315] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 14.562336] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 14.562343] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 14.562344] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 14.562851] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.590868] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.610847] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.630340] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.630348] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 14.630367] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 14.630372] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 14.630880] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.650882] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.670849] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.690331] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.690338] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 14.690366] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 14.690371] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 14.806899] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 14.923402] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 14.923404] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 14.923405] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 14.923408] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 14.923410] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 14.923411] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 14.923413] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 14.923415] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 14.923417] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 14.923419] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 14.923424] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 14.923616] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 14.923618] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 14.924125] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.940749] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.960745] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 14.980248] [drm:ironlake_dp_detect], DPCD: 0000
[ 14.980251] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 14.980257] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 14.980259] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 14.980765] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.000743] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.020739] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.040229] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.040236] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 15.088714] [drm:intel_crtc_cursor_set],
[ 15.170357] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 15.170361] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 15.170364] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 15.170366] [drm:intel_crt_detect], CRT not detected via hotplug
[ 15.170368] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 15.170370] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 15.170372] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 15.170374] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 15.170375] [drm:intel_crt_detect], CRT not detected via hotplug
[ 15.170377] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 15.170381] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 15.170383] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 15.181380] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 15.181384] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 15.181385] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 15.192341] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 15.192349] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 15.192351] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 15.192859] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.210692] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.230686] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.250172] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.250179] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 15.250195] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 15.250198] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 15.250708] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.270673] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.290666] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.310148] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.310151] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 15.310172] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 15.310174] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 15.426848] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 15.543395] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 15.543397] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 15.543398] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 15.543401] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 15.543403] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 15.543404] [drm:drm_mode_debug_printmodeline], Modeline 22:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 15.543407] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 15.543408] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 15.543410] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 15.543412] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 15.543417] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 15.543605] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 15.543607] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 15.544114] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.563545] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.580588] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.600077] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.600083] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 15.600098] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 15.600102] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 15.600610] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.620576] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.640573] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.660051] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.660055] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 15.664856] [drm:i915_driver_open],
[ 15.820973] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.840521] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.860505] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.880020] [drm:ironlake_dp_detect], DPCD: 0000
[ 15.880602] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.900506] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.920484] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 15.939968] [drm:ironlake_dp_detect], DPCD: 0000
[ 16.068613] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 16.068675] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 16.068677] [drm:intel_crt_detect], CRT not detected via hotplug
[ 16.414235] [drm:drm_mode_addfb], [FB:22]
[ 16.532005] EXT4-fs (dm-3): re-mounted. Opts: errors=remount-ro,commit=0
[ 16.533406] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro,commit=0
[ 16.546577] [drm:drm_mode_addfb], [FB:25]
[ 16.584630] [drm:drm_mode_addfb], [FB:22]
[ 20.958823] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 20.958827] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 20.958830] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 20.958832] [drm:intel_crt_detect], CRT not detected via hotplug
[ 20.958834] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 20.958837] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[ 20.958839] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[ 20.958840] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 20.958842] [drm:intel_crt_detect], CRT not detected via hotplug
[ 20.958843] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[ 20.958848] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 20.958850] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 20.969772] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 20.969774] [drm:drm_mode_getconnector], [CONNECTOR:8:?]
[ 20.969775] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1]
[ 20.980689] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:8:HDMI-A-1] disconnected
[ 20.980696] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 20.980698] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 20.981203] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 20.999096] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.019088] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.038578] [drm:ironlake_dp_detect], DPCD: 0000
[ 21.038584] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 21.038599] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[ 21.038603] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1]
[ 21.039110] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.059149] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.079084] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.098567] [drm:ironlake_dp_detect], DPCD: 0000
[ 21.098573] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:DP-1] disconnected
[ 21.098594] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 21.098598] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2]
[ 21.214714] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 21.330896] [drm:drm_edid_to_eld], ELD monitor TX-SR607
[ 21.330898] HDMI: DVI dual 0, max TMDS clock 700, latency present 0 0, video latency 208 32, audio latency 138 224
[ 21.330899] [drm:drm_edid_to_eld], ELD size 13, SAD count 8
[ 21.330902] [drm:drm_mode_debug_printmodeline], Modeline 27:"1920x1080i" 0 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 21.330904] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 21.330905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1920x1080i" 0 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x48 0x15
[ 21.330907] [drm:drm_mode_prune_invalid], Not using 1920x1080i mode 7
[ 21.330909] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:HDMI-A-2] probed modes :
[ 21.330911] [drm:drm_mode_debug_printmodeline], Modeline 21:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 21.330913] [drm:drm_mode_debug_printmodeline], Modeline 20:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 21.330918] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[ 21.331117] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 21.331119] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 21.331624] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.349003] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.368993] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.388483] [drm:ironlake_dp_detect], DPCD: 0000
[ 21.388489] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 21.388504] [drm:drm_mode_getconnector], [CONNECTOR:15:?]
[ 21.388508] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2]
[ 21.389014] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.408981] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.428977] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 21.448469] [drm:ironlake_dp_detect], DPCD: 0000
[ 21.448475] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:DP-2] disconnected
[ 22.778105] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0
[ 22.778111] [drm:intel_crt_detect], CRT not detected via hotplug
[ 22.778115] [drm:output_poll_execute], [CONNECTOR:5:VGA-1] status updated from 2 to 2
[ 22.789063] [drm:output_poll_execute], [CONNECTOR:8:HDMI-A-1] status updated from 2 to 2
[ 22.789570] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 22.808603] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 22.828595] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 22.848080] [drm:ironlake_dp_detect], DPCD: 0000
[ 22.848087] [drm:output_poll_execute], [CONNECTOR:11:DP-1] status updated from 2 to 2
[ 22.964654] [drm:drm_detect_monitor_audio], Monitor has basic audio support
[ 22.964656] [drm:output_poll_execute], [CONNECTOR:14:HDMI-A-2] status updated from 1 to 1
[ 22.965162] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 22.978553] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 22.998547] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5143003e
[ 23.018037] [drm:ironlake_dp_detect], DPCD: 0000
[ 23.018043] [drm:output_poll_execute], [CONNECTOR:15:DP-2] status updated from 2 to 2
[ 23.787659] eth0: no IPv6 routers present
[ 27.548732] [drm:drm_mode_addfb], [FB:25]
[ 36.948391] [drm:intel_crtc_cursor_set],
[ 36.948393] [drm:intel_crtc_cursor_set], cursor off
[ 36.948419] [drm:intel_crtc_cursor_set],
[ 43.427513] [drm:intel_crtc_cursor_set],
[ 43.427515] [drm:intel_crtc_cursor_set], cursor off
[ 49.532870] [drm:intel_crtc_cursor_set],
[ 110.196401] [drm:intel_crtc_cursor_set],
[ 110.196406] [drm:intel_crtc_cursor_set], cursor off
[ 110.437021] [drm:intel_crtc_cursor_set],
[ 114.331145] [drm:intel_crtc_cursor_set],
[ 114.331150] [drm:intel_crtc_cursor_set], cursor off
[ 131.354781] [drm:intel_crtc_cursor_set],
[ 182.155679] [drm:intel_crtc_cursor_set],
[ 182.155684] [drm:intel_crtc_cursor_set], cursor off
[ 213.909529] [drm:intel_crtc_cursor_set],
[ 216.891480] [drm:intel_crtc_cursor_set],
[ 216.891484] [drm:intel_crtc_cursor_set], cursor off
[ 220.987548] [drm:intel_crtc_cursor_set],
[ 228.848420] [drm:intel_crtc_cursor_set],
[ 228.848425] [drm:intel_crtc_cursor_set], cursor off
[ 228.848480] [drm:intel_crtc_cursor_set],
[ 397.921808] [drm:intel_crtc_cursor_set],
[ 397.921812] [drm:intel_crtc_cursor_set], cursor off
[ 400.602500] [drm:intel_crtc_cursor_set],
[ 487.524912] [drm:intel_crtc_cursor_set],
[ 487.524916] [drm:intel_crtc_cursor_set], cursor off
[-- Attachment #3: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2011-11-10 4:10 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-02 8:14 [PATCH v4] drm/i915: pass ELD to HDMI/DP audio driver Wu Fengguang
2011-09-02 8:29 ` Wu Fengguang
2011-09-03 21:15 ` [PATCH v5] " Wu Fengguang
2011-09-04 10:57 ` James Cloos
2011-09-05 1:19 ` Wu Fengguang
2011-09-04 11:11 ` [Intel-gfx] " Paul Menzel
2011-09-05 1:06 ` Wu Fengguang
2011-09-04 12:08 ` Chris Wilson
2011-09-05 1:14 ` Wu Fengguang
2011-09-05 11:04 ` Chris Wilson
2011-09-05 12:31 ` Wu Fengguang
[not found] ` <4E64C41B.5090309@pulseforce.com>
[not found] ` <20110905124730.GB794@localhost>
[not found] ` <4EA82DBD.9020301@pulseforce.com>
2011-10-27 19:57 ` Christopher White
2011-11-09 6:59 ` Wu Fengguang
2011-11-09 9:00 ` Christopher White
2011-11-09 9:30 ` Christopher White
2011-11-09 13:01 ` Wu Fengguang
[not found] ` <4EA9B6EF.9040305@pulseforce.com>
2011-11-01 11:36 ` Wu Fengguang
2011-11-01 17:00 ` Christopher White
2011-11-02 1:45 ` Wu Fengguang
2011-11-02 6:10 ` Sander Jansen
2011-11-02 7:35 ` Paul Menzel
2011-11-02 11:17 ` Sander Jansen
2011-11-02 14:26 ` Sander Jansen
2011-11-02 8:52 ` Wu Fengguang
2011-11-02 17:41 ` Keith Packard
2011-11-04 0:21 ` Tony Olivo
2011-11-05 0:20 ` Christopher White
2011-11-09 13:12 ` Wu Fengguang
2011-11-10 2:25 ` Christopher White
2011-11-10 3:27 ` Wu Fengguang
2011-11-10 4:10 ` Christopher White [this message]
2011-11-10 7:06 ` Wu Fengguang
2011-11-10 7:33 ` Wu Fengguang
2011-11-10 7:55 ` Wu Fengguang
2011-11-10 8:50 ` Wu Fengguang
2011-11-10 8:55 ` Christopher White
2011-11-10 11:00 ` Christopher White
2011-11-10 11:22 ` Takashi Iwai
2011-11-10 11:50 ` Christopher White
2011-11-10 11:53 ` Takashi Iwai
2011-11-10 12:39 ` Christopher White
2011-11-10 13:01 ` Takashi Iwai
2011-11-10 12:56 ` Wu Fengguang
2011-11-10 13:01 ` Christopher White
2011-11-10 13:17 ` Wu Fengguang
2011-11-10 13:34 ` Christopher White
2011-11-10 13:47 ` Wu Fengguang
2011-11-10 14:12 ` Wu Fengguang
2011-11-10 13:41 ` Takashi Iwai
2011-11-10 13:51 ` Wu Fengguang
2011-11-10 13:53 ` Wu Fengguang
2011-11-10 14:28 ` Takashi Iwai
2011-11-11 2:29 ` Wu Fengguang
2011-11-11 7:40 ` Takashi Iwai
2011-11-11 8:22 ` Wu Fengguang
2011-11-11 8:49 ` Takashi Iwai
2011-11-11 9:24 ` Wu Fengguang
2011-11-11 10:17 ` Takashi Iwai
2011-11-11 11:12 ` Wu Fengguang
2011-11-11 11:23 ` Takashi Iwai
2011-11-11 11:32 ` Wu Fengguang
2011-11-12 2:27 ` Wu Fengguang
2011-11-14 9:45 ` Takashi Iwai
2011-11-14 13:25 ` Wu Fengguang
2011-11-15 17:18 ` Purushothaman, Vijay A
2011-11-10 6:59 ` Wu Fengguang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EBB4EC2.80802@pulseforce.com \
--to=c.white@pulseforce.com \
--cc=contractfrombelow@gmail.com \
--cc=fengguang.wu@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=pierre-louis.bossart@intel.com \
--cc=zhenyu.z.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox