linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Excessive WARN()s in Intel 915 driver
@ 2014-01-07 18:50 Alan Stern
  2014-01-07 20:12 ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-07 18:50 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

Hello,

The check_crtc_state() routine in drivers/gpu/drm/i915/intel_display.c
contains a whole bunch of WARN() statements (and so do other routines
in this source file, but this is the one I'm presently concerned
about).  Is it really necessary for these to be WARN?

I don't see how it does any good, every single time I boot my computer,
for the log to get filled with a register dump and stack backtrace:

[    2.149090] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    2.149091] ------------[ cut here ]------------
[    2.149137] WARNING: CPU: 0 PID: 151 at drivers/gpu/drm/i915/intel_display.c:8334 check_crtc_state+0x5d8/0xb90 [i915]()
[    2.149138] pipe state doesn't match!
[    2.149145] Modules linked in: i915(+) i2c_algo_bit drm_kms_helper drm i2c_core video
[    2.149149] CPU: 0 PID: 151 Comm: systemd-udevd Not tainted 3.11.10-100.fc18.i686 #1
[    2.149151] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    2.149157]  00000000 00000000 f65cb50c c0992345 f65cb54c f65cb53c c0448f14 f80b1af2
[    2.149163]  f65cb568 00000097 f80a95a0 0000208e f8062cf8 f8062cf8 f666564c f6665000
[    2.149168]  00000004 f65cb554 c0448fd3 00000009 f65cb54c f80b1af2 f65cb568 f65cb7c0
[    2.149169] Call Trace:
[    2.149177]  [<c0992345>] dump_stack+0x41/0x52
[    2.149182]  [<c0448f14>] warn_slowpath_common+0x84/0xa0
[    2.149221]  [<f8062cf8>] ? check_crtc_state+0x5d8/0xb90 [i915]
[    2.149259]  [<f8062cf8>] ? check_crtc_state+0x5d8/0xb90 [i915]
[    2.149264]  [<c0448fd3>] warn_slowpath_fmt+0x33/0x40
[    2.149302]  [<f8062cf8>] check_crtc_state+0x5d8/0xb90 [i915]
[    2.149346]  [<f806d302>] intel_modeset_check_state+0x292/0x770 [i915]
[    2.149385]  [<f806d854>] intel_set_mode+0x34/0x40 [i915]
[    2.149424]  [<f806df5b>] intel_crtc_set_config+0x6fb/0x920 [i915]
[    2.149447]  [<f7d555eb>] drm_mode_set_config_internal+0x4b/0xc0 [drm]
[    2.149454]  [<f7d031fd>] drm_fb_helper_set_par+0x4d/0xc0 [drm_kms_helper]
[    2.149459]  [<c06e0f22>] fbcon_init+0x482/0x4d0
[    2.149465]  [<c073fc9e>] visual_init+0x9e/0x100
[    2.149469]  [<c0742051>] do_bind_con_driver+0x111/0x2d0
[    2.149474]  [<c05b6178>] ? sysfs_add_file+0x18/0x20
[    2.149477]  [<c05b6221>] ? sysfs_create_file+0x21/0x30
[    2.149482]  [<c074230d>] do_take_over_console+0xfd/0x1a0
[    2.149485]  [<c06df7af>] do_fbcon_takeover+0x5f/0xc0
[    2.149489]  [<c06e2e7f>] fbcon_event_notify+0x58f/0x690
[    2.149493]  [<c05b6135>] ? sysfs_add_file_mode+0x85/0xb0
[    2.149497]  [<c099bb63>] notifier_call_chain+0x43/0x60
[    2.149502]  [<c046b151>] __blocking_notifier_call_chain+0x41/0x80
[    2.149505]  [<c046b1af>] blocking_notifier_call_chain+0x1f/0x30
[    2.149508]  [<c06d4ce6>] fb_notifier_call_chain+0x16/0x20
[    2.149511]  [<c06d6d05>] register_framebuffer+0x1b5/0x2d0
[    2.149518]  [<f7d02f44>] drm_fb_helper_initial_config+0x2d4/0x470 [drm_kms_helper]
[    2.149523]  [<c0546b48>] ? __kmalloc+0x228/0x230
[    2.149555]  [<f803d293>] ? i915_write32+0xa3/0x140 [i915]
[    2.149587]  [<f803cd72>] ? i915_read32+0x52/0x110 [i915]
[    2.149631]  [<f808d96e>] intel_fbdev_initial_config+0x1e/0x20 [i915]
[    2.149663]  [<f8040cfb>] i915_driver_load+0xcbb/0xcf0 [i915]
[    2.149694]  [<f803e2a0>] ? i915_switcheroo_set_state+0xa0/0xa0 [i915]
[    2.149714]  [<f7d51553>] drm_get_pci_dev+0x133/0x250 [drm]
[    2.149746]  [<f803c43b>] i915_pci_probe+0x2b/0x60 [i915]
[    2.149752]  [<c06bc619>] pci_device_probe+0x79/0xb0
[    2.149756]  [<c076b5f9>] driver_probe_device+0x79/0x360
[    2.149760]  [<c06bc55e>] ? pci_match_device+0x9e/0xb0
[    2.149763]  [<c076b971>] __driver_attach+0x91/0xa0
[    2.149767]  [<c076b8e0>] ? driver_probe_device+0x360/0x360
[    2.149770]  [<c0769ab2>] bus_for_each_dev+0x42/0x80
[    2.149773]  [<c076affe>] driver_attach+0x1e/0x20
[    2.149776]  [<c076b8e0>] ? driver_probe_device+0x360/0x360
[    2.149779]  [<c076ac2c>] bus_add_driver+0xec/0x270
[    2.149783]  [<c06bc410>] ? pci_device_shutdown+0x60/0x60
[    2.149786]  [<c076bf6a>] driver_register+0x6a/0x160
[    2.149790]  [<c04a23b4>] ? smp_call_function_many+0x1f4/0x230
[    2.149793]  [<f7d0d000>] ? 0xf7d0cfff
[    2.149796]  [<f7d0d000>] ? 0xf7d0cfff
[    2.149800]  [<c06bb7f3>] __pci_register_driver+0x33/0x40
[    2.149816]  [<f7d5176d>] drm_pci_init+0xfd/0x110 [drm]
[    2.149819]  [<f7d0d000>] ? 0xf7d0cfff
[    2.149850]  [<f7d0d05e>] i915_init+0x5e/0x60 [i915]
[    2.149854]  [<c040045a>] do_one_initcall+0xda/0x1a0
[    2.149856]  [<f7d0d000>] ? 0xf7d0cfff
[    2.149861]  [<c04d5191>] ? tracepoint_update_probe_range+0x41/0x120
[    2.149863]  [<f7d0d000>] ? 0xf7d0cfff
[    2.149867]  [<c043d107>] ? set_memory_ro+0x37/0x40
[    2.149872]  [<c04a75d6>] load_module+0x1bb6/0x2470
[    2.149879]  [<c04a7f37>] SyS_init_module+0xa7/0x110
[    2.149883]  [<c051f06b>] ? vm_mmap_pgoff+0x8b/0xb0
[    2.149889]  [<c099f60d>] sysenter_do_call+0x12/0x28
[    2.149891] ---[ end trace d9dbcbe8160eac5c ]---

After all, it's not like there's anything I can do to fix the hardware,
is there?  And it doesn't look like the pipe state mismatch is going to
go away by itself.  Or is this a genuine, fixable, software bug?

In any case, wouldn't it be good enough for this message to be
dev_warn() instead of WARN()?

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-07 18:50 Excessive WARN()s in Intel 915 driver Alan Stern
@ 2014-01-07 20:12 ` Daniel Vetter
  2014-01-08 16:08   ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-07 20:12 UTC (permalink / raw)
  To: Alan Stern; +Cc: intel-gfx, Kernel development list

On Tue, Jan 7, 2014 at 7:50 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> After all, it's not like there's anything I can do to fix the hardware,
> is there?  And it doesn't look like the pipe state mismatch is going to
> go away by itself.  Or is this a genuine, fixable, software bug?

These are genuine software bugs - every time one of these WARNs fires
our software tracking and the actual hardware state have diverged,
which eventually will lead to really subtle and hard to reproduce
bugs.

> In any case, wouldn't it be good enough for this message to be
> dev_warn() instead of WARN()?

I really want users to report these issues, and excessive WARNs seems
to be the only way to get those reports. Please boot with
drm.debug=0xe added to your kernel cmdline and reproduce this issues.
Also, which precise kernel are you running? Testing latest -rc is
always recommended, this state checker code is fairly new and gets
constantly extended and bugs fixed ...

Yours, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-07 20:12 ` Daniel Vetter
@ 2014-01-08 16:08   ` Alan Stern
  2014-01-08 16:17     ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-08 16:08 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

On Tue, 7 Jan 2014, Daniel Vetter wrote:

> I really want users to report these issues, and excessive WARNs seems
> to be the only way to get those reports. Please boot with
> drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> Also, which precise kernel are you running? Testing latest -rc is
> always recommended, this state checker code is fairly new and gets
> constantly extended and bugs fixed ...

Here you go.  This is the dmesg output after booting with
drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
string; this is pristine 3.13-rc7.

Alan Stern


[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-rc7AS (stern@saphir.localdomain) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP PREEMPT Wed Jan 8 10:10:57 EST 2014
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
[    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-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] total RAM covered: 2014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
[    0.000000]  [mem 0x36400000-0x367fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
[    0.000000]  [mem 0x30000000-0x363fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
[    0.000000]  [mem 0x36800000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x01055000, 0x01055fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
[    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
[    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
[    0.000000] ACPI: FACS 7ddaf000 000040
[    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
[    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
[    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
[    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
[    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
[    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
[    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x01056000, 0x01056fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
[    0.000000] On node 0 totalpages: 515389
[    0.000000] free_area_init_node: node 0, pgdat c0a0c200, node_mem_map f5aaa020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2252 pages used for memmap
[    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30464 r0 d22784 u53248
[    0.000000] pcpu-alloc: s30464 r0 d22784 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] allocated 4123896 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
[    0.000000] Memory: 2016628K/2061556K available (4026K kernel code, 319K rwdata, 1868K rodata, 392K init, 5980K bss, 44928K reserved, 1152648K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc0a13000 - 0xc0a75000   ( 392 kB)
      .data : 0xc07eedb5 - 0xc0a12c80   (2191 kB)
      .text : 0xc0400000 - 0xc07eedb5   (4027 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1300.034 MHz processor
[    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2600.06 BogoMIPS (lpj=5200136)
[    0.004263] pid_max: default: 32768 minimum: 301
[    0.008131] Security Framework initialized
[    0.008264] SELinux:  Initializing.
[    0.008481] SELinux:  Starting in permissive mode
[    0.008515] Mount-cache hash table entries: 512
[    0.010261] Initializing cgroup subsys memory
[    0.010425] Initializing cgroup subsys devices
[    0.010582] Initializing cgroup subsys freezer
[    0.010735] Initializing cgroup subsys blkio
[    0.010865] Initializing cgroup subsys perf_event
[    0.011083] CPU: Physical Processor ID: 0
[    0.011212] CPU: Processor Core ID: 0
[    0.011342] mce: CPU supports 6 MCE banks
[    0.011478] CPU0: Thermal monitoring enabled (TM2)
[    0.011624] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.012213] Freeing SMP alternatives memory: 12K (c0a75000 - c0a78000)
[    0.012348] ACPI: Core revision 20131115
[    0.037530] ACPI: All ACPI Tables successfully acquired
[    0.040598] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.041314] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.082682] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.084000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.084000] ... version:                2
[    0.084000] ... bit width:              40
[    0.084000] ... generic registers:      2
[    0.084000] ... value mask:             000000ffffffffff
[    0.084000] ... max period:             000000007fffffff
[    0.084000] ... fixed-purpose events:   3
[    0.084000] ... event mask:             0000000700000003
[    0.112484] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
[    0.112489] x86: Booting SMP configuration:
[    0.008000] Initializing CPU#1
[    0.124450] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.112620] .... node  #0, CPUs:      #1
[    0.124884] x86: Booted up 1 node, 2 CPUs
[    0.125132] smpboot: Total of 2 processors activated (5200.13 BogoMIPS)
[    0.128808] devtmpfs: initialized
[    0.132402] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
[    0.132996] RTC time: 15:45:57, date: 01/08/14
[    0.133524] NET: Registered protocol family 16
[    0.136091] cpuidle: using governor ladder
[    0.136223] cpuidle: using governor menu
[    0.136732] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.136964] ACPI: bus type PCI registered
[    0.137333] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.137544] PCI: not using MMCONFIG
[    0.137932] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.138065] PCI: Using configuration type 1 for base access
[    0.144460] bio: create slab <bio-0> at 0
[    0.144642] ACPI: Added _OSI(Module Device)
[    0.144642] ACPI: Added _OSI(Processor Device)
[    0.146549] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.146680] ACPI: Added _OSI(Processor Aggregator Device)
[    0.163847] ACPI : EC: EC description table is found, configuring boot EC
[    0.190713] ACPI: Executed 1 blocks of module-level executable AML code
[    0.201882] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.212448] ACPI BIOS Warning (bug): Incorrect checksum in table [ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
[    0.213558] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.217888] ACPI: Dynamic OEM Table Load:
[    0.218110] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.218822] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.223095] ACPI: Dynamic OEM Table Load:
[    0.223318] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.224462] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.228775] ACPI: Dynamic OEM Table Load:
[    0.228998] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.229604] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.233927] ACPI: Dynamic OEM Table Load:
[    0.234150] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.235498] ACPI: Interpreter enabled
[    0.235668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.235979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.236338] ACPI: (supports S0 S3 S4 S5)
[    0.236467] ACPI: Using IOAPIC for interrupt routing
[    0.236702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.244890] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.245102] PCI: Using MMCONFIG for extended config space
[    0.245274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.246803] ACPI: No dock devices found.
[    0.293206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.293351] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
[    0.293969] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.295415] PCI host bridge to bus 0000:00
[    0.295551] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.295685] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.295821] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.295957] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.296012] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.296148] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
[    0.296376] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.296993] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.297034] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
[    0.297060] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.297079] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
[    0.297634] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.297669] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
[    0.298218] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.298336] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
[    0.298846] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.299129] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.299248] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
[    0.299700] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.300096] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.300215] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
[    0.300670] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.300976] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.301030] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
[    0.301261] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.301807] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.302104] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.302152] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
[    0.302358] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.302655] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.302938] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.303149] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.303587] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.303800] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.304119] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.304405] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.304524] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.304980] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.305278] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.305397] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
[    0.305859] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.306143] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.306262] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
[    0.306717] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.307020] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.307075] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
[    0.307305] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.307790] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.308085] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.308491] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.308766] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.309395] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.309454] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
[    0.309479] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
[    0.309504] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
[    0.309528] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
[    0.309553] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
[    0.309578] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
[    0.309725] pci 0000:00:1f.2: PME# supported from D3hot
[    0.310479] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
[    0.310653] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
[    0.311446] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.311731] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.311877] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.312159] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
[    0.312214] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.312244] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.312480] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312581] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.312831] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.312970] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.312982] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.313238] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.313398] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.313405] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.313412] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.313419] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.313426] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
[    0.313521] pci_bus 0000:00: on NUMA node 0
[    0.319042] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.319893] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
[    0.320613] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.321134] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
[    0.321888] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.322502] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
[    0.323303] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
[    0.324127] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.327073] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.327312] ACPI: \_SB_.PCI0: notify handler is installed
[    0.327723] Found 1 acpi root devices
[    0.328303] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.328918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.328918] vgaarb: loaded
[    0.328918] vgaarb: bridge control possible 0000:00:02.0
[    0.328918] SCSI subsystem initialized
[    0.329126] libata version 3.00 loaded.
[    0.329126] PCI: Using ACPI for IRQ routing
[    0.329126] PCI: pci_cache_line_size set to 64 bytes
[    0.329126] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.329126] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
[    0.332156] cfg80211: Calling CRDA to update world regulatory domain
[    0.332391] NetLabel: Initializing
[    0.332509] NetLabel:  domain hash size = 128
[    0.332637] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.332852] NetLabel:  unlabeled traffic allowed by default
[    0.333052] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.333052] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.333052] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.336116] Switched to clocksource hpet
[    0.336778] pnp: PnP ACPI init
[    0.336976] ACPI: bus type PNP registered
[    0.337297] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.337484] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.337581] pnp 00:01: [dma 4]
[    0.337672] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.337807] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.337995] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.338240] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.338351] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.338471] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.339063] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.339196] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.339284] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.339420] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.339557] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
[    0.339768] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.339906] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.340065] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.340203] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.340341] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.340479] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.340616] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.340754] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.340891] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.341034] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.341317] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.341621] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.341762] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.341904] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342162] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.342305] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342587] system 00:0b: [io  0x0250-0x0253] has been reserved
[    0.342725] system 00:0b: [io  0x0256-0x025f] has been reserved
[    0.342863] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.343000] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.343137] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
[    0.343275] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.343416] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343707] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[    0.343850] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.345070] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.345211] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.345351] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.345490] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
[    0.345633] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.346136] pnp: PnP ACPI: found 14 devices
[    0.346266] ACPI: bus type PNP unregistered
[    0.390735] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.390764] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.390777] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.390990] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.391131] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.391282] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.391416] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.391558] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.391698] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.391917] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.392093] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.392099] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.392106] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392112] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392118] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392125] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.392131] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.392138] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.392144] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.392151] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.392157] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.392163] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392170] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392176] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392273] NET: Registered protocol family 2
[    0.393168] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.393386] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.394720] TCP: Hash tables configured (established 8192 bind 8192)
[    0.394927] TCP: reno registered
[    0.395061] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.395353] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.396043] NET: Registered protocol family 1
[    0.396204] pci 0000:00:02.0: Boot video device
[    0.396522] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.396528] pci 0000:00:1a.0: Performing full reset
[    0.397085] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397091] pci 0000:00:1a.1: Performing full reset
[    0.397645] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397651] pci 0000:00:1a.2: Performing full reset
[    0.398777] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.398783] pci 0000:00:1d.0: Performing full reset
[    0.399326] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.399332] pci 0000:00:1d.1: Performing full reset
[    0.399872] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.399878] pci 0000:00:1d.2: Performing full reset
[    0.400771] PCI: CLS 32 bytes, default 64
[    0.401196] Unpacking initramfs...
[    1.027082] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
[    1.049905] DMA-API: preallocated 65536 debug entries
[    1.050044] DMA-API: debugging enabled by kernel config
[    1.050499] Simple Boot Flag at 0x51 set to 0x1
[    1.051905] Scanning for low memory corruption every 60 seconds
[    1.053104] audit: initializing netlink socket (disabled)
[    1.053328] type=2000 audit(1389195958.052:1): initialized
[    1.054378] bounce pool size: 64 pages
[    1.060899] VFS: Disk quotas dquot_6.5.2
[    1.061191] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.063114] fuse init (API version 7.22)
[    1.063587] msgmni has been set to 1709
[    1.064137] SELinux:  Registering netfilter hooks
[    1.066479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.066718] io scheduler noop registered
[    1.066846] io scheduler deadline registered
[    1.067125] io scheduler cfq registered (default)
[    1.067731] intel_idle: does not run on family 6 model 23
[    1.068833] ACPI: AC Adapter [AC0] (on-line)
[    1.069280] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    1.069569] ACPI: Sleep Button [SLPB]
[    1.069902] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.076541] ACPI: Lid Switch [LID]
[    1.076832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.077048] ACPI: Power Button [PWRF]
[    1.078329] Monitor-Mwait will be used to enter C-1 state
[    1.078457] Monitor-Mwait will be used to enter C-3 state
[    1.078481] tsc: Marking TSC unstable due to TSC halts in idle
[    1.078706] ACPI: acpi_idle registered with cpuidle
[    1.086098] thermal LNXTHERM:00: registered as thermal_zone0
[    1.086233] ACPI: Thermal Zone [THRM] (46 C)
[    1.086582] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.090381] Non-volatile memory driver v1.3
[    1.090577] Linux agpgart interface v0.103
[    1.091208] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.093631] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.095821] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.096600] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.096982] [drm] Initialized drm 1.1.0 20060810
[    1.100932] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
[    1.101136] [drm:intel_detect_pch], 
[    1.101140] No PCH found?
[    1.101327] [drm] Memory usable by graphics device = 2048M
[    1.101538] [drm:i915_gem_gtt_init], GMADR size = 256M
[    1.101543] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[    1.102803] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
[    1.102822] [drm:intel_opregion_setup], Public ACPI methods supported
[    1.102828] [drm:intel_opregion_setup], SWSCI supported
[    1.116421] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
[    1.116474] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
[    1.116480] [drm:intel_opregion_setup], ASLE supported
[    1.116766] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.116795] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.116930] [drm] Driver supports precise vblank timestamp query.
[    1.117061] [drm:init_vbt_defaults], Set default to SSC at 100MHz
[    1.117069] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
[    1.117076] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    1.117083] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    1.117092] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    1.117097] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
[    1.117106] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
[    1.117112] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    1.117117] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[    1.117126] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    1.117132] [drm:parse_mipi], No MIPI BDB found
[    1.117159] [drm:intel_dsm_pci_probe], 
[    1.117163] no _DSM method for intel device
[    1.117330] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
[    1.117720] [drm:intel_modeset_init], 2 display pipes available.
[    1.117804] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    1.117820] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    1.117826] [drm:intel_shared_dpll_init], 0 shared PLLs initialized
[    1.117842] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.154948] ACPI: Battery Slot [BAT0] (battery present)
[    1.204143] [drm:intel_lvds_init], using preferred mode from EDID: 
[    1.204150] [drm:drm_mode_debug_printmodeline], 
[    1.204157] Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.204296] [drm:intel_lvds_init], detected single-link lvds configuration
[    1.204469] [drm:intel_panel_get_backlight], get backlight PWM = 1398348
[    1.204478] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[    1.204860] [drm:intel_dp_init_connector], Adding DP connector on port D
[    1.204974] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[    1.207521] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450064
[    1.207536] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.209912] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450064
[    1.209926] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.210029] [drm:intel_tv_init], Integrated TV is not present.
[    1.210038] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[    1.216839] [drm:init_status_page], render ring hws offset: 0x00001000
[    1.216846] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.216855] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[    1.216997] [drm:init_status_page], bsd ring hws offset: 0x00024000
[    1.217004] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.217012] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[    1.217079] [drm:i915_gem_context_init], Disabling HW Contexts; old hardware
[    1.217118] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
[    1.217141] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    1.217150] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
[    1.217160] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
[    1.217168] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
[    1.217177] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
[    1.217184] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
[    1.217192] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
[    1.217201] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    1.217207] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.217213] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    1.217218] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.217226] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.217233] [drm:intel_dump_pipe_config], requested mode:
[    1.217238] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.217246] [drm:intel_dump_pipe_config], adjusted mode:
[    1.217251] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.217259] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    1.217266] [drm:intel_dump_pipe_config], port clock: 0
[    1.217271] [drm:intel_dump_pipe_config], pipe src size: 0x0
[    1.217277] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.217284] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.217290] [drm:intel_dump_pipe_config], ips: 0
[    1.217295] [drm:intel_dump_pipe_config], double wide: 0
[    1.217303] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    1.217309] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.217314] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.217319] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.217327] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.217334] [drm:intel_dump_pipe_config], requested mode:
[    1.217339] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.217347] [drm:intel_dump_pipe_config], adjusted mode:
[    1.217352] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.217360] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.217368] [drm:intel_dump_pipe_config], port clock: 72000
[    1.217373] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.217379] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.217385] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.217392] [drm:intel_dump_pipe_config], ips: 0
[    1.217397] [drm:intel_dump_pipe_config], double wide: 0
[    1.217404] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.217413] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.217421] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.217428] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.217435] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.217442] [drm:check_crtc_state], [CRTC:3]
[    1.217449] [drm:check_crtc_state], [CRTC:4]
[    1.217488] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    1.217494] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    1.217510] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    1.217516] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.217525] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    1.217530] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    1.232065] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.236059] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    1.236067] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.236073] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    1.236078] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    1.236443] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.236449] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    1.236455] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    1.236461] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    1.236467] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    1.236473] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    1.236480] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    1.236485] [drm:drm_setup_crtcs], 
[    1.236491] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.236497] [drm:drm_enable_connectors], connector 11 enabled? no
[    1.236502] [drm:drm_enable_connectors], connector 14 enabled? no
[    1.236508] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.236513] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.236519] [drm:drm_target_preferred], found mode 1366x768
[    1.236524] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.236531] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
[    1.236541] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
[    1.236565] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
[    1.238531] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f531cb00
[    1.239226] fbcon: inteldrmfb (fb0) is primary device
[    1.241255] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.241261] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    1.241265] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    1.241272] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.241279] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.241284] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    1.241290] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.241295] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
[    1.241299] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.241305] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    1.241312] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    1.241322] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    1.241328] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    1.241333] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    1.241337] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.241341] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    1.241347] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.241352] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.241356] [drm:intel_dump_pipe_config], requested mode:
[    1.241363] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.241367] [drm:intel_dump_pipe_config], adjusted mode:
[    1.241374] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.241380] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
[    1.241384] [drm:intel_dump_pipe_config], port clock: 71900
[    1.241388] [drm:intel_dump_pipe_config], pipe src size: 1366x768
[    1.241393] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.241398] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.241402] [drm:intel_dump_pipe_config], ips: 0
[    1.241406] [drm:intel_dump_pipe_config], double wide: 0
[    1.241595] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
[    1.241638] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
[    1.241650] [drm:intel_update_fbc], no output, disabling
[    1.241659] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
[    1.242546] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.242553] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.280134] [drm:intel_update_fbc], disabled per chip default
[    1.280147] [drm:intel_panel_enable_backlight], pipe A
[    1.280179] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.280184] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[    1.280252] [drm:i965_irq_handler], pipe B underrun
[    1.280330] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.280346] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.280354] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.280361] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.280367] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.280373] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.280378] [drm:check_crtc_state], [CRTC:3]
[    1.280404] [drm:check_crtc_state], [CRTC:4]
[    1.280430] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    1.280432] ------------[ cut here ]------------
[    1.280441] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9285 check_crtc_state+0x7d4/0x816()
[    1.280443] pipe state doesn't match!
[    1.280446] Modules linked in:
[    1.280451] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc7AS #1
[    1.280454] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.280468]  00000000 00000000 f507b830 c07e7bc1 c0961c52 f507b848 c042cb79 c0667cba
[    1.280481]  f5142000 00000000 f6db2380 f507b860 c042cbf4 00000009 f507b858 c0961c52
[    1.280493]  f507b874 f507bad4 c0667cba c0960b41 00002445 c0961c52 0445a186 f507b88c
[    1.280495] Call Trace:
[    1.280503]  [<c07e7bc1>] dump_stack+0x48/0x69
[    1.280511]  [<c042cb79>] warn_slowpath_common+0x5c/0x73
[    1.280517]  [<c0667cba>] ? check_crtc_state+0x7d4/0x816
[    1.280522]  [<c042cbf4>] warn_slowpath_fmt+0x26/0x2a
[    1.280528]  [<c0667cba>] check_crtc_state+0x7d4/0x816
[    1.280540]  [<c06726be>] intel_modeset_check_state+0x305/0x581
[    1.280546]  [<c067295b>] intel_set_mode+0x21/0x2a
[    1.280552]  [<c0672e96>] intel_crtc_set_config+0x532/0x6e5
[    1.280560]  [<c0640437>] drm_mode_set_config_internal+0x39/0x90
[    1.280566]  [<c0634963>] drm_fb_helper_set_par+0x4c/0x88
[    1.280573]  [<c05d838a>] fbcon_init+0x2cd/0x3a9
[    1.280580]  [<c061d8c3>] visual_init+0x9a/0xed
[    1.280587]  [<c061ece9>] do_bind_con_driver+0x142/0x230
[    1.280594]  [<c061eee6>] do_take_over_console+0x10f/0x137
[    1.280599]  [<c05d5168>] do_fbcon_takeover+0x4c/0x8e
[    1.280605]  [<c05d89ba>] fbcon_event_notify+0x26d/0x544
[    1.280612]  [<c0444d77>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.280617]  [<c0444c20>] notifier_call_chain+0x25/0x46
[    1.280622]  [<c0444d8b>] __blocking_notifier_call_chain+0x32/0x4a
[    1.280628]  [<c0444daf>] blocking_notifier_call_chain+0xc/0xe
[    1.280634]  [<c05cd919>] fb_notifier_call_chain+0x11/0x13
[    1.280640]  [<c05ce8bf>] register_framebuffer+0x1eb/0x244
[    1.280646]  [<c0634cb2>] drm_fb_helper_initial_config+0x313/0x3a1
[    1.280653]  [<c07ed07c>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.280661]  [<c069c25c>] intel_fbdev_initial_config+0x19/0x1b
[    1.280667]  [<c064b431>] i915_driver_load+0x8f9/0xb15
[    1.280675]  [<c063b8a7>] drm_dev_register+0xdf/0x174
[    1.280681]  [<c063cd4d>] drm_get_pci_dev+0x7c/0xe9
[    1.280686]  [<c0648d2e>] i915_pci_probe+0x5d/0x66
[    1.280692]  [<c05c5769>] pci_device_probe+0x59/0xa2
[    1.280698]  [<c06a1279>] driver_probe_device+0x7f/0x16f
[    1.280704]  [<c06a13ac>] __driver_attach+0x43/0x5f
[    1.280709]  [<c069ff7a>] bus_for_each_dev+0x3e/0x68
[    1.280715]  [<c06a0e73>] driver_attach+0x14/0x16
[    1.280720]  [<c06a1369>] ? driver_probe_device+0x16f/0x16f
[    1.280725]  [<c06a0c0a>] bus_add_driver+0xb7/0x17a
[    1.280731]  [<c06a1843>] driver_register+0x6e/0xa0
[    1.280736]  [<c05c50c1>] __pci_register_driver+0x45/0x48
[    1.280742]  [<c0a3427d>] ? drm_core_init+0xe4/0xe4
[    1.280748]  [<c063ce22>] drm_pci_init+0x68/0xc0
[    1.280753]  [<c0a3427d>] ? drm_core_init+0xe4/0xe4
[    1.280757]  [<c0a342db>] i915_init+0x5e/0x60
[    1.280763]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.280769]  [<c0440200>] ? param_set_charp+0x7/0xa3
[    1.280775]  [<c0a133b5>] ? loglevel+0x2b/0x2b
[    1.280780]  [<c0440460>] ? parse_args+0x168/0x206
[    1.280786]  [<c0a13ae9>] kernel_init_freeable+0x166/0x1f0
[    1.280793]  [<c07e25d5>] kernel_init+0x8/0xda
[    1.280799]  [<c07edc37>] ret_from_kernel_thread+0x1b/0x28
[    1.280805]  [<c07e25cd>] ? rest_init+0xa1/0xa1
[    1.280874] ---[ end trace c51b5631285aa705 ]---
[    1.280879] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    1.280883] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.280887] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.280893] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.280899] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.280903] [drm:intel_dump_pipe_config], requested mode:
[    1.280909] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.280913] [drm:intel_dump_pipe_config], adjusted mode:
[    1.280920] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.280926] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.280930] [drm:intel_dump_pipe_config], port clock: 72000
[    1.280934] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.280940] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
[    1.280945] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.280949] [drm:intel_dump_pipe_config], ips: 0
[    1.280953] [drm:intel_dump_pipe_config], double wide: 0
[    1.280957] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    1.280961] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.280965] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.280971] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.280977] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.280981] [drm:intel_dump_pipe_config], requested mode:
[    1.280987] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.280991] [drm:intel_dump_pipe_config], adjusted mode:
[    1.280997] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.281004] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.281008] [drm:intel_dump_pipe_config], port clock: 72000
[    1.281012] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.281017] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.281022] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.281026] [drm:intel_dump_pipe_config], ips: 0
[    1.281030] [drm:intel_dump_pipe_config], double wide: 0
[    1.281038] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    1.281045] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    1.281050] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
[    1.281054] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    1.281059] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.281064] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.281070] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    1.288131] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
[    1.288141] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.288148] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.288167] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.288176] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.288182] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.288188] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.288193] [drm:check_crtc_state], [CRTC:3]
[    1.288218] [drm:check_crtc_state], [CRTC:4]
[    1.288266] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.288273] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.288279] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.299618] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.299625] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.299630] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.310832] Console: switching to colour frame buffer device 170x48
[    1.310844] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.310851] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.310856] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.463437] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.466223] i915 0000:00:02.0: registered panic notifier
[    1.469486] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.473319] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.476278] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.483293] loop: module loaded
[    1.486382] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    1.489510] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.492678] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.495936] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.499318] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.502751] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.506228] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.510056] ahci 0000:00:1f.2: version 3.0
[    1.510528] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.510660] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.514233] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.517840] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.523783] scsi0 : ahci
[    1.527952] scsi1 : ahci
[    1.531784] scsi2 : ahci
[    1.535551] scsi3 : ahci
[    1.539154] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
[    1.542690] ata2: DUMMY
[    1.546191] ata3: DUMMY
[    1.549662] ata4: DUMMY
[    1.553514] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.561241] i8042: Detected active multiplexing controller, rev 1.1
[    1.567115] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.571211] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.574988] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.578691] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.582361] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.586304] mousedev: PS/2 mouse device common for all mice
[    1.591454] rtc_cmos 00:02: RTC can wake from S4
[    1.595602] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.599206] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.602856] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.606594] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    1.610907] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.614651] iTCO_vendor_support: vendor-support=0
[    1.618776] asus_laptop: Asus Laptop Support version 0.42
[    1.622839] asus_laptop:   UL20A model detected
[    1.628535] [drm:asle_set_backlight], bclp = 0x800000b3
[    1.628557] [drm:asle_set_backlight], updating opregion backlight 179/255
[    1.628581] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[    1.628587] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.628594] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[    1.628665] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.628729] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
[    1.633283] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.812982] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.817815] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.822191] TCP: cubic registered
[    1.826174] Initializing XFRM netlink socket
[    1.830123] NET: Registered protocol family 17
[    1.834083] NET: Registered protocol family 15
[    1.838747] Using IPI No-Shortcut mode
[    1.843114] registered taskstats version 1
[    1.848060]   Magic number: 14:395:790
[    1.851828] rtc_cmos 00:02: setting system clock to 2014-01-08 15:45:59 UTC (1389195959)
[    1.857520] PM: Hibernation image not present or could not be loaded.
[    1.876113] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.884866] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.890737] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.890745] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.946240] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[    1.949547] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.958223] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.963822] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.963830] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.968802] ata1.00: configured for UDMA/133
[    1.973149] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
[    1.977417] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.977860] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.983912] sd 0:0:0:0: [sda] Write Protect is off
[    1.989298] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.989435] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.056972]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[    2.063093] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.066712] Freeing unused kernel memory: 392K (c0a13000 - c0a75000)
[    2.070492] Write protecting the kernel text: 4028k
[    2.074049] Write protecting the kernel read-only data: 1872k
[    2.097273] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.104170] systemd[1]: Running in initial RAM disk.
[    2.120182] systemd[1]: Failed to insert module 'autofs4'
[    2.123936] systemd[1]: No hostname configured.
[    2.127649] systemd[1]: Set hostname to <localhost>.
[    2.131861] random: systemd urandom read with 21 bits of entropy available
[    2.135621] systemd[1]: Initializing machine ID from random generator.
[    2.165749] systemd[1]: Starting Encrypted Volumes.
[    2.173804] systemd[1]: Reached target Encrypted Volumes.
[    2.177713] systemd[1]: Starting udev Kernel Socket.
[    2.185622] systemd[1]: Listening on udev Kernel Socket.
[    2.189484] systemd[1]: Starting udev Control Socket.
[    2.197348] systemd[1]: Listening on udev Control Socket.
[    2.201041] systemd[1]: Starting Journal Socket.
[    2.208931] systemd[1]: Listening on Journal Socket.
[    2.212538] systemd[1]: Starting dracut cmdline hook...
[    2.223093] systemd[1]: Started Load Kernel Modules.
[    2.226769] systemd[1]: Starting Journal Service...
[    2.242671] systemd[1]: Started Journal Service.
[    2.247325] systemd[1]: Starting Sockets.
[    2.254771] systemd[1]: Reached target Sockets.
[    2.258310] systemd[1]: Starting Swap.
[    2.265568] systemd[1]: Reached target Swap.
[    2.269001] systemd[1]: Starting Local File Systems.
[    2.276147] systemd[1]: Reached target Local File Systems.
[    2.479750] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    2.479758] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    2.479763] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    2.520071] systemd-udevd[123]: starting version 197
[    2.728699] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
[    2.773630] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.013971] [drm:i915_gem_open], 
[    3.014272] [drm:intel_crtc_cursor_set], cursor off
[    3.014289] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.014299] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.014307] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.014315] [drm:intel_crtc_cursor_set], cursor off
[    3.014321] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.014327] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.014333] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.014395] [drm:i915_gem_open], 
[    3.014435] [drm:intel_crtc_cursor_set], cursor off
[    3.014441] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.014449] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.014455] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.014462] [drm:intel_crtc_cursor_set], cursor off
[    3.014468] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.014474] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.014481] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.014531] [drm:i915_gem_open], 
[    3.014818] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.014854] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.014879] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.014894] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.014900] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    3.014918] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    3.014924] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    3.014936] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.032995] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.033010] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.033016] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.040162] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.044188] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.044197] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.044203] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.044208] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.044563] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.044569] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.044574] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.044581] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.044599] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.044607] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.044612] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.052080] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.056212] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.056221] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.056227] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.056232] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.056585] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.056590] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.056596] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.056602] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.056625] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.056635] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.056640] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.056647] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.056656] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.056662] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.056667] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.056673] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.056932] [drm:drm_mode_addfb], [FB:19]
[    4.376272] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.651140] random: nonblocking pool is initialized
[    4.793817] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    5.293382] systemd-journald[64]: Received SIGTERM
[    6.883105] type=1404 audit(1389195964.528:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.064375] SELinux: 2048 avtab hash slots, 98400 rules.
[    7.132124] SELinux: 2048 avtab hash slots, 98400 rules.
[    7.468859] SELinux:  9 users, 15 roles, 4414 types, 249 bools, 1 sens, 1024 cats
[    7.468870] SELinux:  83 classes, 98400 rules
[    7.490580] SELinux:  Permission attach_queue in class tun_socket not defined in policy.
[    7.494042] SELinux: the above unknown classes and permissions will be allowed
[    7.497475] SELinux:  Completing initialization.
[    7.497479] SELinux:  Setting up existing superblocks.
[    7.497698] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.497880] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    7.498075] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    7.498178] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    7.498572] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.498754] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    7.501038] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    7.501195] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    7.501728] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    7.501887] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    7.502035] SELinux: initialized (dev aio, type aio), not configured for labeling
[    7.502143] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    7.502365] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    7.502525] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    7.502690] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.506640] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    7.506690] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.506708] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.506982] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.507180] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507248] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507303] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507491] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507566] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507600] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507629] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507704] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.507851] SELinux: initialized (dev sda6, type ext4), uses xattr
[    7.571818] type=1403 audit(1389195965.216:3): policy loaded auid=4294967295 ses=4294967295
[    7.683987] systemd[1]: Successfully loaded SELinux policy in 872.450ms.
[    8.064065] systemd[1]: Relabelled /dev and /run in 49.308ms.
[   11.770995] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   11.771002] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   11.771008] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   11.834206] systemd-sysctl[287]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/00-system.conf', ignoring.
[   11.914639] systemd-journald[298]: Vacuuming done, freed 0 bytes
[   11.987499] systemd-udevd[295]: starting version 201
[   12.028464] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   12.044151] EXT4-fs (sda6): re-mounted. Opts: (null)
[   13.774956] ACPI: bus type USB registered
[   13.779451] usbcore: registered new interface driver usbfs
[   13.792630] usbcore: registered new interface driver hub
[   13.803172] usbcore: registered new device driver usb
[   13.849653] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   13.852889] Copyright(c) 2003-2013 Intel Corporation
[   13.857583] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
[   13.925471] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   13.984728] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   13.987773] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   13.991511] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   13.994570] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   13.999863] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   14.027776] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   14.066624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.069784] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
[   14.073694] uhci_hcd: USB Universal Host Controller Interface driver
[   14.079899] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   14.083318] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   14.086487] uhci_hcd 0000:00:1a.0: detected 2 ports
[   14.089673] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.089679] uhci_hcd 0000:00:1a.0: Performing full reset
[   14.089701] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[   14.089828] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
[   14.093988] usb usb1: default language 0x0409
[   14.094059] usb usb1: udev 1, busnum 1, minor = 0
[   14.094066] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   14.097253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.100428] usb usb1: Product: UHCI Host Controller
[   14.103557] usb usb1: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.106832] usb usb1: SerialNumber: 0000:00:1a.0
[   14.111737] usb usb1: usb_probe_device
[   14.111745] usb usb1: configuration #1 chosen from 1 choice
[   14.112335] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.112798] hub 1-0:1.0: usb_probe_interface
[   14.112805] hub 1-0:1.0: usb_probe_interface - got id
[   14.112829] hub 1-0:1.0: USB hub found
[   14.116342] hub 1-0:1.0: 2 ports detected
[   14.119342] hub 1-0:1.0: standalone hub
[   14.119348] hub 1-0:1.0: no power switching (usb 1.0)
[   14.119353] hub 1-0:1.0: individual port over-current protection
[   14.119361] hub 1-0:1.0: power on to power good time: 2ms
[   14.119853] hub 1-0:1.0: local power source is good
[   14.123873] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.123881] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.125456] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   14.128452] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[   14.131392] uhci_hcd 0000:00:1a.1: detected 2 ports
[   14.134327] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.134332] uhci_hcd 0000:00:1a.1: Performing full reset
[   14.134354] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[   14.134413] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
[   14.137582] usb usb2: default language 0x0409
[   14.137653] usb usb2: udev 1, busnum 2, minor = 128
[   14.137660] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   14.140659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.140824] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   14.146567] usb usb2: Product: UHCI Host Controller
[   14.149550] usb usb2: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.152519] usb usb2: SerialNumber: 0000:00:1a.1
[   14.153842] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[   14.159885] usb usb2: usb_probe_device
[   14.159893] usb usb2: configuration #1 chosen from 1 choice
[   14.159948] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.160633] hub 2-0:1.0: usb_probe_interface
[   14.160640] hub 2-0:1.0: usb_probe_interface - got id
[   14.160652] hub 2-0:1.0: USB hub found
[   14.163616] hub 2-0:1.0: 2 ports detected
[   14.166524] hub 2-0:1.0: standalone hub
[   14.166529] hub 2-0:1.0: no power switching (usb 1.0)
[   14.166535] hub 2-0:1.0: individual port over-current protection
[   14.166542] hub 2-0:1.0: power on to power good time: 2ms
[   14.166596] hub 2-0:1.0: local power source is good
[   14.168644] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.168652] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.169679] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[   14.172648] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[   14.172722] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   14.176014] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
[   14.191521] uhci_hcd 0000:00:1a.2: detected 2 ports
[   14.194492] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.194498] uhci_hcd 0000:00:1a.2: Performing full reset
[   14.194520] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[   14.194583] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
[   14.197752] usb usb3: default language 0x0409
[   14.197824] usb usb3: udev 1, busnum 3, minor = 256
[   14.197830] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   14.200852] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.203876] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   14.207001] usb usb3: Product: UHCI Host Controller
[   14.210061] usb usb3: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.213120] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   14.214046] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
[   14.231066] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.231477] hub 1-0:1.0: hub_suspend
[   14.231624] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   14.232216] usb usb1: bus auto-suspend, wakeup 1
[   14.232233] usb usb1: suspend_rh
[   14.233872] usb usb3: SerialNumber: 0000:00:1a.2
[   14.242953] usb usb3: usb_probe_device
[   14.242962] usb usb3: configuration #1 chosen from 1 choice
[   14.243024] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.243175] hub 3-0:1.0: usb_probe_interface
[   14.243181] hub 3-0:1.0: usb_probe_interface - got id
[   14.243194] hub 3-0:1.0: USB hub found
[   14.246377] hub 3-0:1.0: 2 ports detected
[   14.249472] hub 3-0:1.0: standalone hub
[   14.249478] hub 3-0:1.0: no power switching (usb 1.0)
[   14.249483] hub 3-0:1.0: individual port over-current protection
[   14.249490] hub 3-0:1.0: power on to power good time: 2ms
[   14.249546] hub 3-0:1.0: local power source is good
[   14.251142] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   14.251149] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.251761] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   14.254981] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   14.258183] uhci_hcd 0000:00:1d.0: detected 2 ports
[   14.261358] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.261363] uhci_hcd 0000:00:1d.0: Performing full reset
[   14.261385] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[   14.261444] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[   14.264803] usb usb4: default language 0x0409
[   14.264875] usb usb4: udev 1, busnum 4, minor = 384
[   14.264881] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   14.267966] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.271141] usb usb4: Product: UHCI Host Controller
[   14.274513] uhci_hcd 0000:00:1a.1: port 1 portsc 0093,00
[   14.274745] hub 2-0:1.0: port 1: status 0101 change 0001
[   14.275391] usb usb4: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.278554] usb usb4: SerialNumber: 0000:00:1d.0
[   14.282114] usb usb4: usb_probe_device
[   14.282121] usb usb4: configuration #1 chosen from 1 choice
[   14.282172] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   14.282274] hub 4-0:1.0: usb_probe_interface
[   14.282280] hub 4-0:1.0: usb_probe_interface - got id
[   14.282292] hub 4-0:1.0: USB hub found
[   14.285708] hub 4-0:1.0: 2 ports detected
[   14.288799] hub 4-0:1.0: standalone hub
[   14.288805] hub 4-0:1.0: no power switching (usb 1.0)
[   14.288810] hub 4-0:1.0: individual port over-current protection
[   14.288817] hub 4-0:1.0: power on to power good time: 2ms
[   14.288876] hub 4-0:1.0: local power source is good
[   14.290486] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   14.291225] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   14.294304] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[   14.297433] uhci_hcd 0000:00:1d.1: detected 2 ports
[   14.300561] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.300567] uhci_hcd 0000:00:1d.1: Performing full reset
[   14.300589] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[   14.300610] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
[   14.303950] usb usb5: default language 0x0409
[   14.304057] usb usb5: udev 1, busnum 5, minor = 512
[   14.304064] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   14.307134] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.310380] usb usb5: Product: UHCI Host Controller
[   14.313509] usb usb5: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.316654] ehci-pci: EHCI PCI platform driver
[   14.316674] usb usb5: SerialNumber: 0000:00:1d.1
[   14.325058] usb usb5: usb_probe_device
[   14.325067] usb usb5: configuration #1 chosen from 1 choice
[   14.325129] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   14.325236] hub 5-0:1.0: usb_probe_interface
[   14.325242] hub 5-0:1.0: usb_probe_interface - got id
[   14.325255] hub 5-0:1.0: USB hub found
[   14.328387] hub 5-0:1.0: 2 ports detected
[   14.331395] hub 5-0:1.0: standalone hub
[   14.331400] hub 5-0:1.0: no power switching (usb 1.0)
[   14.331405] hub 5-0:1.0: individual port over-current protection
[   14.331412] hub 5-0:1.0: power on to power good time: 2ms
[   14.331468] hub 5-0:1.0: local power source is good
[   14.333332] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   14.334037] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   14.337457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[   14.340544] uhci_hcd 0000:00:1d.2: detected 2 ports
[   14.343552] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.343557] uhci_hcd 0000:00:1d.2: Performing full reset
[   14.343578] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[   14.343637] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
[   14.347009] usb usb6: default language 0x0409
[   14.347082] usb usb6: udev 1, busnum 6, minor = 640
[   14.347088] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   14.350384] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.350404] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.350538] hub 3-0:1.0: hub_suspend
[   14.350880] usb usb3: bus auto-suspend, wakeup 1
[   14.350885] usb usb3: suspend_rh
[   14.353469] usb usb6: Product: UHCI Host Controller
[   14.356630] usb usb6: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
[   14.359729] usb usb6: SerialNumber: 0000:00:1d.2
[   14.364182] usb usb6: usb_probe_device
[   14.364191] usb usb6: configuration #1 chosen from 1 choice
[   14.364346] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   14.364456] hub 6-0:1.0: usb_probe_interface
[   14.364462] hub 6-0:1.0: usb_probe_interface - got id
[   14.364475] hub 6-0:1.0: USB hub found
[   14.367645] hub 6-0:1.0: 2 ports detected
[   14.370769] hub 6-0:1.0: standalone hub
[   14.370775] hub 6-0:1.0: no power switching (usb 1.0)
[   14.370780] hub 6-0:1.0: individual port over-current protection
[   14.370787] hub 6-0:1.0: power on to power good time: 2ms
[   14.370950] hub 6-0:1.0: local power source is good
[   14.372120] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[   14.372589] hub 2-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
[   14.374119] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   14.375302] usb usb1: usb auto-resume
[   14.375313] usb usb1: wakeup_rh
[   14.396129] hub 1-0:1.0: hub_resume
[   14.396556] usb usb1: unregistering interface 1-0:1.0
[   14.400014] uhci_hcd 0000:00:1a.0: shutdown urb f49b5f80 ep1in-intr
[   14.403103] usb usb1: usb_disable_device nuking non-ep0 URBs
[   14.404177] usb usb1: bus auto-suspend, wakeup 0
[   14.404185] usb usb1: suspend_rh
[   14.484114] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[   14.734560] usb 2-1: skipped 1 descriptor after configuration
[   14.734570] usb 2-1: skipped 6 descriptors after interface
[   14.734576] usb 2-1: skipped 1 descriptor after endpoint
[   14.734582] usb 2-1: skipped 8 descriptors after interface
[   14.740536] usb 2-1: default language 0x0409
[   14.762545] usb 2-1: udev 2, busnum 2, minor = 129
[   14.762554] usb 2-1: New USB device found, idVendor=04f2, idProduct=b036
[   14.765753] usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   14.768840] usb 2-1: Product: USB2.0 0.3M UVC WebCam
[   14.771875] usb 2-1: Manufacturer: Chicony Electronics Co., Ltd.
[   14.775023] usb 2-1: SerialNumber: SN0001
[   14.778965] usb 2-1: usb_probe_device
[   14.778974] usb 2-1: configuration #1 chosen from 1 choice
[   14.782562] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[   14.787094] usb 2-1: adding 2-1:1.1 (config #1, interface 1)
[   14.787307] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.787317] usb usb2: unregistering interface 2-0:1.0
[   14.787335] hub 4-0:1.0: hub_suspend
[   14.787374] usb usb4: bus auto-suspend, wakeup 1
[   14.787381] usb usb4: suspend_rh
[   14.787423] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.787444] hub 5-0:1.0: hub_suspend
[   14.787475] usb usb5: bus auto-suspend, wakeup 1
[   14.787481] usb usb5: suspend_rh
[   14.787532] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.787552] hub 6-0:1.0: hub_suspend
[   14.787582] usb usb6: bus auto-suspend, wakeup 1
[   14.787588] usb usb6: suspend_rh
[   14.787915] uhci_hcd 0000:00:1a.1: shutdown urb f490f200 ep1in-intr
[   14.787958] usb 2-1: USB disconnect, device number 2
[   14.790980] usb 2-1: unregistering device
[   14.790987] usb 2-1: unregistering interface 2-1:1.0
[   14.793437] usb 2-1: unregistering interface 2-1:1.1
[   14.793739] usb 2-1: usb_disable_device nuking all URBs
[   14.801103] usb usb2: usb_disable_device nuking non-ep0 URBs
[   14.801385] usb usb2: bus auto-suspend, wakeup 0
[   14.801392] usb usb2: suspend_rh
[   14.801423] usb usb3: usb auto-resume
[   14.801434] usb usb3: wakeup_rh
[   14.824448] hub 3-0:1.0: hub_resume
[   14.825057] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.825079] usb usb3: unregistering interface 3-0:1.0
[   14.825664] uhci_hcd 0000:00:1a.2: shutdown urb f48cc480 ep1in-intr
[   14.826042] usb usb3: usb_disable_device nuking non-ep0 URBs
[   14.826320] usb usb3: bus auto-suspend, wakeup 0
[   14.826327] usb usb3: suspend_rh
[   14.826369] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   14.830298] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
[   14.833399] ehci-pci 0000:00:1a.7: debug port 1
[   14.836382] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.836391] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.836609] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.840497] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[   14.840504] ehci-pci 0000:00:1a.7: supports USB remote wakeup
[   14.840536] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
[   14.843451] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.852073] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   14.855504] usb usb7: default language 0x0409
[   14.855582] usb usb7: udev 1, busnum 7, minor = 768
[   14.855589] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[   14.858587] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.861587] usb usb7: Product: EHCI Host Controller
[   14.864531] usb usb7: Manufacturer: Linux 3.13.0-rc7AS ehci_hcd
[   14.867537] usb usb7: SerialNumber: 0000:00:1a.7
[   14.872182] usb usb7: usb_probe_device
[   14.872190] usb usb7: configuration #1 chosen from 1 choice
[   14.872511] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   14.873004] hub 7-0:1.0: usb_probe_interface
[   14.873010] hub 7-0:1.0: usb_probe_interface - got id
[   14.873036] hub 7-0:1.0: USB hub found
[   14.876349] hub 7-0:1.0: 6 ports detected
[   14.879183] hub 7-0:1.0: standalone hub
[   14.879188] hub 7-0:1.0: no power switching (usb 1.0)
[   14.879193] hub 7-0:1.0: individual port over-current protection
[   14.879201] hub 7-0:1.0: power on to power good time: 20ms
[   14.879536] hub 7-0:1.0: local power source is good
[   14.885456] usb usb7: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.885464] usb usb7: usb port3's DeviceRemovable is changed to 1 according to platform information.
[   14.885470] usb usb7: usb port6's DeviceRemovable is changed to 1 according to platform information.
[   14.885476] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   14.886320] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.0
[   14.886333] usb usb1: usb auto-resume
[   14.886339] usb usb1: wakeup_rh
[   14.912163] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.912302] hub 1-0:1.0: usb_probe_interface
[   14.912308] hub 1-0:1.0: usb_probe_interface - got id
[   14.912321] hub 1-0:1.0: USB hub found
[   14.915160] hub 1-0:1.0: 2 ports detected
[   14.917988] hub 1-0:1.0: standalone hub
[   14.917994] hub 1-0:1.0: no power switching (usb 1.0)
[   14.917999] hub 1-0:1.0: individual port over-current protection
[   14.918006] hub 1-0:1.0: power on to power good time: 2ms
[   14.918366] hub 1-0:1.0: local power source is good
[   14.920684] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.920691] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.921300] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.1
[   14.921313] usb usb2: usb auto-resume
[   14.921319] usb usb2: wakeup_rh
[   14.948417] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.948672] hub 2-0:1.0: usb_probe_interface
[   14.948679] hub 2-0:1.0: usb_probe_interface - got id
[   14.948691] hub 2-0:1.0: USB hub found
[   14.951597] hub 2-0:1.0: 2 ports detected
[   14.954458] hub 2-0:1.0: standalone hub
[   14.954465] hub 2-0:1.0: no power switching (usb 1.0)
[   14.954470] hub 2-0:1.0: individual port over-current protection
[   14.954477] hub 2-0:1.0: power on to power good time: 2ms
[   14.954659] hub 2-0:1.0: local power source is good
[   14.956839] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.956846] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.957251] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.2
[   14.957264] usb usb3: usb auto-resume
[   14.957270] usb usb3: wakeup_rh
[   14.980148] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.980440] hub 3-0:1.0: usb_probe_interface
[   14.980447] hub 3-0:1.0: usb_probe_interface - got id
[   14.980458] hub 3-0:1.0: USB hub found
[   14.983210] hub 3-0:1.0: 2 ports detected
[   14.986074] hub 3-0:1.0: standalone hub
[   14.986079] hub 3-0:1.0: no power switching (usb 1.0)
[   14.986085] hub 3-0:1.0: individual port over-current protection
[   14.986092] hub 3-0:1.0: power on to power good time: 2ms
[   14.986497] hub 3-0:1.0: local power source is good
[   14.988143] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   14.988178] hub 7-0:1.0: port 3: status 0501 change 0001
[   14.996767] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   14.996774] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.998799] usb usb4: usb auto-resume
[   14.998806] usb usb4: wakeup_rh
[   15.020093] hub 4-0:1.0: hub_resume
[   15.020159] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.020170] usb usb4: unregistering interface 4-0:1.0
[   15.020181] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.020196] hub 1-0:1.0: hub_suspend
[   15.020228] usb usb1: bus auto-suspend, wakeup 1
[   15.020235] usb usb1: suspend_rh
[   15.020418] uhci_hcd 0000:00:1d.0: shutdown urb f48cc100 ep1in-intr
[   15.020715] usb usb4: usb_disable_device nuking non-ep0 URBs
[   15.020753] usb usb4: bus auto-suspend, wakeup 0
[   15.020760] usb usb4: suspend_rh
[   15.020788] usb usb5: usb auto-resume
[   15.020794] usb usb5: wakeup_rh
[   15.044054] hub 5-0:1.0: hub_resume
[   15.044135] usb usb5: unregistering interface 5-0:1.0
[   15.044380] uhci_hcd 0000:00:1d.1: shutdown urb f4824e00 ep1in-intr
[   15.044709] usb usb5: usb_disable_device nuking non-ep0 URBs
[   15.044747] usb usb5: bus auto-suspend, wakeup 0
[   15.044754] usb usb5: suspend_rh
[   15.044782] usb usb6: usb auto-resume
[   15.044788] usb usb6: wakeup_rh
[   15.056073] uhci_hcd 0000:00:1a.1: port 1 portsc 008a,00
[   15.068084] hub 6-0:1.0: hub_resume
[   15.068162] usb usb6: unregistering interface 6-0:1.0
[   15.068726] uhci_hcd 0000:00:1d.2: shutdown urb f4976600 ep1in-intr
[   15.069805] usb usb6: usb_disable_device nuking non-ep0 URBs
[   15.069968] usb usb6: bus auto-suspend, wakeup 0
[   15.069975] usb usb6: suspend_rh
[   15.070007] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   15.072964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
[   15.075722] ehci-pci 0000:00:1d.7: debug port 1
[   15.079700] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   15.079711] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   15.079806] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.083714] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   15.083720] ehci-pci 0000:00:1d.7: supports USB remote wakeup
[   15.083743] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
[   15.086449] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   15.097049] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   15.100375] usb usb8: default language 0x0409
[   15.100455] usb usb8: udev 1, busnum 8, minor = 896
[   15.100462] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[   15.103169] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.105905] usb usb8: Product: EHCI Host Controller
[   15.108622] usb usb8: Manufacturer: Linux 3.13.0-rc7AS ehci_hcd
[   15.111325] usb usb8: SerialNumber: 0000:00:1d.7
[   15.114690] usb usb8: usb_probe_device
[   15.114698] usb usb8: configuration #1 chosen from 1 choice
[   15.114951] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[   15.115225] hub 8-0:1.0: usb_probe_interface
[   15.115232] hub 8-0:1.0: usb_probe_interface - got id
[   15.115246] hub 8-0:1.0: USB hub found
[   15.118120] hub 8-0:1.0: 6 ports detected
[   15.120794] hub 8-0:1.0: standalone hub
[   15.120799] hub 8-0:1.0: no power switching (usb 1.0)
[   15.120805] hub 8-0:1.0: individual port over-current protection
[   15.120812] hub 8-0:1.0: power on to power good time: 20ms
[   15.120995] hub 8-0:1.0: local power source is good
[   15.127255] hub 8-0:1.0: trying to enable port power on non-switchable hub
[   15.127883] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.0
[   15.127895] usb usb4: usb auto-resume
[   15.127902] usb usb4: wakeup_rh
[   15.148136] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   15.148382] hub 4-0:1.0: usb_probe_interface
[   15.148389] hub 4-0:1.0: usb_probe_interface - got id
[   15.148401] hub 4-0:1.0: USB hub found
[   15.151079] hub 4-0:1.0: 2 ports detected
[   15.153710] hub 4-0:1.0: standalone hub
[   15.153716] hub 4-0:1.0: no power switching (usb 1.0)
[   15.153721] hub 4-0:1.0: individual port over-current protection
[   15.153728] hub 4-0:1.0: power on to power good time: 2ms
[   15.153917] hub 4-0:1.0: local power source is good
[   15.155428] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   15.155713] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.1
[   15.155724] hub 7-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   15.155727] usb usb5: usb auto-resume
[   15.155732] usb usb5: wakeup_rh
[   15.156070] hub 7-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   15.176180] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   15.176296] hub 5-0:1.0: usb_probe_interface
[   15.176302] hub 5-0:1.0: usb_probe_interface - got id
[   15.176314] hub 5-0:1.0: USB hub found
[   15.180314] hub 5-0:1.0: 2 ports detected
[   15.183117] hub 5-0:1.0: standalone hub
[   15.183124] hub 5-0:1.0: no power switching (usb 1.0)
[   15.183129] hub 5-0:1.0: individual port over-current protection
[   15.183136] hub 5-0:1.0: power on to power good time: 2ms
[   15.183194] hub 5-0:1.0: local power source is good
[   15.185836] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   15.186943] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.2
[   15.186956] usb usb6: usb auto-resume
[   15.186963] usb usb6: wakeup_rh
[   15.208374] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   15.208498] hub 6-0:1.0: usb_probe_interface
[   15.208505] hub 6-0:1.0: usb_probe_interface - got id
[   15.208516] hub 6-0:1.0: USB hub found
[   15.211210] hub 6-0:1.0: 2 ports detected
[   15.213744] hub 6-0:1.0: standalone hub
[   15.213749] hub 6-0:1.0: no power switching (usb 1.0)
[   15.213754] hub 6-0:1.0: individual port over-current protection
[   15.213761] hub 6-0:1.0: power on to power good time: 2ms
[   15.213940] hub 6-0:1.0: local power source is good
[   15.215873] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   15.216350] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   15.216362] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   15.272199] usb 7-3: new high-speed USB device number 2 using ehci-pci
[   15.380350] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   15.380363] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   15.500536] usb 7-3: skipped 1 descriptor after configuration
[   15.500544] usb 7-3: skipped 6 descriptors after interface
[   15.500551] usb 7-3: skipped 1 descriptor after endpoint
[   15.500556] usb 7-3: skipped 8 descriptors after interface
[   15.501271] usb 7-3: default language 0x0409
[   15.507268] usb 7-3: udev 2, busnum 7, minor = 769
[   15.507276] usb 7-3: New USB device found, idVendor=04f2, idProduct=b036
[   15.510010] usb 7-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   15.512661] usb 7-3: Product: USB2.0 0.3M UVC WebCam
[   15.516836] usb 7-3: Manufacturer: Chicony Electronics Co., Ltd.
[   15.519472] usb 7-3: SerialNumber: SN0001
[   15.522759] usb 7-3: usb_probe_device
[   15.522767] usb 7-3: configuration #1 chosen from 1 choice
[   15.523165] usb 7-3: adding 7-3:1.0 (config #1, interface 0)
[   15.525511] usb 7-3: adding 7-3:1.1 (config #1, interface 1)
[   15.525720] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.525747] hub 3-0:1.0: hub_suspend
[   15.525784] usb usb3: bus auto-suspend, wakeup 1
[   15.525791] usb usb3: suspend_rh
[   15.525833] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.525854] hub 2-0:1.0: hub_suspend
[   15.525884] usb usb2: bus auto-suspend, wakeup 1
[   15.525890] usb usb2: suspend_rh
[   15.525932] hub 8-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   15.525952] hub 8-0:1.0: hub_suspend
[   15.525982] usb usb8: bus auto-suspend, wakeup 1
[   15.525988] ehci-pci 0000:00:1d.7: suspend root hub
[   15.526078] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.526098] hub 4-0:1.0: hub_suspend
[   15.526128] usb usb4: bus auto-suspend, wakeup 1
[   15.526134] usb usb4: suspend_rh
[   15.526174] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.526194] hub 5-0:1.0: hub_suspend
[   15.526223] usb usb5: bus auto-suspend, wakeup 1
[   15.526229] usb usb5: suspend_rh
[   15.526269] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.526289] hub 6-0:1.0: hub_suspend
[   15.526319] usb usb6: bus auto-suspend, wakeup 1
[   15.526325] usb usb6: suspend_rh
[   16.050303] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
[   16.246807] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
[   16.390038] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
[   17.175963] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   17.179267] SELinux: initialized (dev sda8, type ext4), uses xattr
[   17.694097] systemd-journald[298]: Received request to flush runtime journal from PID 1
[   22.412016] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   22.419611] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   22.490787] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   22.503096] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   22.505305] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
[   22.512307] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   22.512723] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
[   22.513095] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
[   22.513433] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
[   22.513799] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
[   22.514282] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
[   22.514650] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   22.514981] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
[   22.515347] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
[   22.515677] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
[   22.523715] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
[   22.525067] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
[   22.647745] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
[   22.817651] [drm:intel_crtc_cursor_set], cursor off
[   22.817662] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   22.817673] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   22.817680] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   22.817688] [drm:intel_crtc_cursor_set], cursor off
[   22.817695] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   22.817701] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   22.817707] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   24.290028] wlan0: authenticate with 00:24:36:a6:21:91
[   24.310492] wlan0: send auth to 00:24:36:a6:21:91 (try 1/3)
[   24.315956] wlan0: authenticated
[   24.324517] wlan0: associate with 00:24:36:a6:21:91 (try 1/3)
[   24.336898] wlan0: RX AssocResp from 00:24:36:a6:21:91 (capab=0x1431 status=0 aid=13)
[   24.383120] wlan0: associated
[  601.053058] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[  601.053084] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  601.054092] [drm:asle_work], No request on ASLC interrupt 0x00000000
[  601.324169] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=2, cursor=2, B: plane=2, cursor=2, SR: plane=0, cursor=0
[  601.324182] [drm:intel_update_fbc], no output, disabling
[  601.324200] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[  601.324208] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[  601.324216] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[  601.324224] [drm:check_crtc_state], [CRTC:3]
[  601.324233] [drm:check_crtc_state], [CRTC:4]
[  601.324473] [drm:intel_panel_update_status], updating intel_backlight, brightness=1398348/1992060
[  601.324514] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  601.325511] [drm:asle_set_backlight], bclp = 0x800000b3
[  601.325519] [drm:asle_set_backlight], updating opregion backlight 179/255
[  601.325528] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.020721] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[  715.020731] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[  715.060163] [drm:intel_update_fbc], disabled per chip default
[  715.068160] [drm:intel_panel_enable_backlight], pipe A
[  715.068171] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[  715.068180] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.068218] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[  715.068231] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[  715.068240] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[  715.068248] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[  715.068255] [drm:check_crtc_state], [CRTC:3]
[  715.068290] [drm:check_crtc_state], [CRTC:4]
[  715.068302] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[  715.068312] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[  715.068320] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[  715.068328] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[  715.068335] [drm:check_crtc_state], [CRTC:3]
[  715.068365] [drm:check_crtc_state], [CRTC:4]
[  715.068385] [drm:intel_panel_update_status], updating intel_backlight, brightness=1398348/1992060
[  715.068395] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.068399] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[  715.068407] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.069333] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[  715.069344] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[  715.069352] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[  715.086940] [drm:asle_set_backlight], bclp = 0x800000b3
[  715.086953] [drm:asle_set_backlight], updating opregion backlight 179/255
[  715.086966] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.086974] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[  715.086985] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
[  715.087020] [drm:asle_work], No request on ASLC interrupt 0x00000000
[  729.943162] type=1006 audit(1389196687.587:4): pid=543 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-08 16:08   ` Alan Stern
@ 2014-01-08 16:17     ` Daniel Vetter
  2014-01-08 18:34       ` Alan Stern
                         ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Daniel Vetter @ 2014-01-08 16:17 UTC (permalink / raw)
  To: Alan Stern; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> On Tue, 7 Jan 2014, Daniel Vetter wrote:
> 
> > I really want users to report these issues, and excessive WARNs seems
> > to be the only way to get those reports. Please boot with
> > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > Also, which precise kernel are you running? Testing latest -rc is
> > always recommended, this state checker code is fairly new and gets
> > constantly extended and bugs fixed ...
> 
> Here you go.  This is the dmesg output after booting with
> drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> string; this is pristine 3.13-rc7.

That's strange, I've thought we've fixed the last struggling mismatch in
the lvds borber bits stuff. Can you please try latest drm-intel-nightly
from

http://cgit.freedesktop.org/~danvet/drm-intel/

Thanks, Daniel

> 
> Alan Stern
> 
> 
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Initializing cgroup subsys cpuacct
> [    0.000000] Linux version 3.13.0-rc7AS (stern@saphir.localdomain) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP PREEMPT Wed Jan 8 10:10:57 EST 2014
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
> [    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
> [    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
> [    0.000000] SMBIOS 2.5 present.
> [    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
> [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
> [    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-DFFFF uncachable
> [    0.000000]   E0000-EFFFF write-through
> [    0.000000]   F0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask F80000000 write-back
> [    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
> [    0.000000]   2 base 07E000000 mask FFE000000 uncachable
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] original variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
> [    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
> [    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
> [    0.000000] total RAM covered: 2014M
> [    0.000000] Found optimal setting for mtrr clean up
> [    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
> [    0.000000] New variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
> [    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
> [    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
> [    0.000000] Scanning 1 areas for low memory corruption
> [    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
> [    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
> [    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
> [    0.000000]  [mem 0x36400000-0x367fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
> [    0.000000]  [mem 0x30000000-0x363fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
> [    0.000000]  [mem 0x00100000-0x003fffff] page 4k
> [    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
> [    0.000000]  [mem 0x36800000-0x373fffff] page 2M
> [    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
> [    0.000000] BRK [0x01055000, 0x01055fff] PGTABLE
> [    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
> [    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
> [    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
> [    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
> [    0.000000] ACPI: FACS 7ddaf000 000040
> [    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
> [    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
> [    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
> [    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
> [    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
> [    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
> [    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
> [    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] 1125MB HIGHMEM available.
> [    0.000000] 887MB LOWMEM available.
> [    0.000000]   mapped low ram: 0 - 377fe000
> [    0.000000]   low ram: 0 - 377fe000
> [    0.000000] BRK [0x01056000, 0x01056fff] PGTABLE
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
> [    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
> [    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
> [    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
> [    0.000000] On node 0 totalpages: 515389
> [    0.000000] free_area_init_node: node 0, pgdat c0a0c200, node_mem_map f5aaa020
> [    0.000000]   DMA zone: 32 pages used for memmap
> [    0.000000]   DMA zone: 0 pages reserved
> [    0.000000]   DMA zone: 3997 pages, LIFO batch:0
> [    0.000000]   Normal zone: 1744 pages used for memmap
> [    0.000000]   Normal zone: 223230 pages, LIFO batch:31
> [    0.000000]   HighMem zone: 2252 pages used for memmap
> [    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
> [    0.000000] Using APIC driver default
> [    0.000000] ACPI: PM-Timer IO Port: 0x808
> [    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[0x01] enabled)
> [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
> [    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
> [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
> [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
> [    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
> [    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30464 r0 d22784 u53248
> [    0.000000] pcpu-alloc: s30464 r0 d22784 u53248 alloc=13*4096
> [    0.000000] pcpu-alloc: [0] 0 [0] 1 
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
> [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
> [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> [    0.000000] Initializing CPU#0
> [    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
> [    0.000000] allocated 4123896 bytes of page_cgroup
> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> [    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
> [    0.000000] Memory: 2016628K/2061556K available (4026K kernel code, 319K rwdata, 1868K rodata, 392K init, 5980K bss, 44928K reserved, 1152648K highmem)
> [    0.000000] virtual kernel memory layout:
>     fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
>     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
>     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
>     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
>       .init : 0xc0a13000 - 0xc0a75000   ( 392 kB)
>       .data : 0xc07eedb5 - 0xc0a12c80   (2191 kB)
>       .text : 0xc0400000 - 0xc07eedb5   (4027 kB)
> [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
> [    0.000000] Preemptible hierarchical RCU implementation.
> [    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
> [    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
> [    0.000000] NR_IRQS:2304 nr_irqs:512 16
> [    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
> [    0.000000] ... MAX_LOCK_DEPTH:          48
> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
> [    0.000000] ... CLASSHASH_SIZE:          4096
> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
> [    0.000000] ... CHAINHASH_SIZE:          16384
> [    0.000000]  memory used by lock dependency info: 3567 kB
> [    0.000000]  per task-struct memory footprint: 1152 bytes
> [    0.000000] hpet clockevent registered
> [    0.000000] tsc: Fast TSC calibration using PIT
> [    0.000000] tsc: Detected 1300.034 MHz processor
> [    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2600.06 BogoMIPS (lpj=5200136)
> [    0.004263] pid_max: default: 32768 minimum: 301
> [    0.008131] Security Framework initialized
> [    0.008264] SELinux:  Initializing.
> [    0.008481] SELinux:  Starting in permissive mode
> [    0.008515] Mount-cache hash table entries: 512
> [    0.010261] Initializing cgroup subsys memory
> [    0.010425] Initializing cgroup subsys devices
> [    0.010582] Initializing cgroup subsys freezer
> [    0.010735] Initializing cgroup subsys blkio
> [    0.010865] Initializing cgroup subsys perf_event
> [    0.011083] CPU: Physical Processor ID: 0
> [    0.011212] CPU: Processor Core ID: 0
> [    0.011342] mce: CPU supports 6 MCE banks
> [    0.011478] CPU0: Thermal monitoring enabled (TM2)
> [    0.011624] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
> Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
> tlb_flushall_shift: -1
> [    0.012213] Freeing SMP alternatives memory: 12K (c0a75000 - c0a78000)
> [    0.012348] ACPI: Core revision 20131115
> [    0.037530] ACPI: All ACPI Tables successfully acquired
> [    0.040598] Enabling APIC mode:  Flat.  Using 1 I/O APICs
> [    0.041314] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.082682] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
> [    0.084000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
> [    0.084000] ... version:                2
> [    0.084000] ... bit width:              40
> [    0.084000] ... generic registers:      2
> [    0.084000] ... value mask:             000000ffffffffff
> [    0.084000] ... max period:             000000007fffffff
> [    0.084000] ... fixed-purpose events:   3
> [    0.084000] ... event mask:             0000000700000003
> [    0.112484] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
> [    0.112489] x86: Booting SMP configuration:
> [    0.008000] Initializing CPU#1
> [    0.124450] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
> [    0.112620] .... node  #0, CPUs:      #1
> [    0.124884] x86: Booted up 1 node, 2 CPUs
> [    0.125132] smpboot: Total of 2 processors activated (5200.13 BogoMIPS)
> [    0.128808] devtmpfs: initialized
> [    0.132402] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
> [    0.132996] RTC time: 15:45:57, date: 01/08/14
> [    0.133524] NET: Registered protocol family 16
> [    0.136091] cpuidle: using governor ladder
> [    0.136223] cpuidle: using governor menu
> [    0.136732] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> [    0.136964] ACPI: bus type PCI registered
> [    0.137333] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.137544] PCI: not using MMCONFIG
> [    0.137932] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
> [    0.138065] PCI: Using configuration type 1 for base access
> [    0.144460] bio: create slab <bio-0> at 0
> [    0.144642] ACPI: Added _OSI(Module Device)
> [    0.144642] ACPI: Added _OSI(Processor Device)
> [    0.146549] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.146680] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.163847] ACPI : EC: EC description table is found, configuring boot EC
> [    0.190713] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.201882] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
> [    0.212448] ACPI BIOS Warning (bug): Incorrect checksum in table [ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
> [    0.213558] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
> [    0.217888] ACPI: Dynamic OEM Table Load:
> [    0.218110] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
> [    0.218822] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> [    0.223095] ACPI: Dynamic OEM Table Load:
> [    0.223318] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> [    0.224462] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
> [    0.228775] ACPI: Dynamic OEM Table Load:
> [    0.228998] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
> [    0.229604] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
> [    0.233927] ACPI: Dynamic OEM Table Load:
> [    0.234150] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
> [    0.235498] ACPI: Interpreter enabled
> [    0.235668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
> [    0.235979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
> [    0.236338] ACPI: (supports S0 S3 S4 S5)
> [    0.236467] ACPI: Using IOAPIC for interrupt routing
> [    0.236702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.244890] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
> [    0.245102] PCI: Using MMCONFIG for extended config space
> [    0.245274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.246803] ACPI: No dock devices found.
> [    0.293206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.293351] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
> [    0.293969] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
> [    0.295415] PCI host bridge to bus 0000:00
> [    0.295551] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    0.295685] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    0.295821] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    0.295957] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    0.296012] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
> [    0.296148] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
> [    0.296376] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
> [    0.296993] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
> [    0.297034] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
> [    0.297060] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.297079] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
> [    0.297634] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
> [    0.297669] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
> [    0.298218] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
> [    0.298336] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
> [    0.298846] pci 0000:00:1a.0: System wakeup disabled by ACPI
> [    0.299129] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
> [    0.299248] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
> [    0.299700] pci 0000:00:1a.1: System wakeup disabled by ACPI
> [    0.300096] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
> [    0.300215] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
> [    0.300670] pci 0000:00:1a.2: System wakeup disabled by ACPI
> [    0.300976] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
> [    0.301030] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
> [    0.301261] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> [    0.301807] pci 0000:00:1a.7: System wakeup disabled by ACPI
> [    0.302104] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
> [    0.302152] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
> [    0.302358] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.302655] pci 0000:00:1b.0: System wakeup disabled by ACPI
> [    0.302938] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
> [    0.303149] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.303587] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
> [    0.303800] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> [    0.304119] pci 0000:00:1c.5: System wakeup disabled by ACPI
> [    0.304405] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
> [    0.304524] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
> [    0.304980] pci 0000:00:1d.0: System wakeup disabled by ACPI
> [    0.305278] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
> [    0.305397] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
> [    0.305859] pci 0000:00:1d.1: System wakeup disabled by ACPI
> [    0.306143] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
> [    0.306262] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
> [    0.306717] pci 0000:00:1d.2: System wakeup disabled by ACPI
> [    0.307020] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
> [    0.307075] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
> [    0.307305] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    0.307790] pci 0000:00:1d.7: System wakeup disabled by ACPI
> [    0.308085] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
> [    0.308491] pci 0000:00:1e.0: System wakeup disabled by ACPI
> [    0.308766] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
> [    0.309395] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
> [    0.309454] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
> [    0.309479] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
> [    0.309504] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
> [    0.309528] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
> [    0.309553] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
> [    0.309578] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
> [    0.309725] pci 0000:00:1f.2: PME# supported from D3hot
> [    0.310479] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
> [    0.310653] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
> [    0.311446] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
> [    0.311731] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [    0.311877] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.312159] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
> [    0.312214] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
> [    0.312244] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
> [    0.312480] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.312581] pci 0000:02:00.0: System wakeup disabled by ACPI
> [    0.312831] pci 0000:00:1c.5: PCI bridge to [bus 02]
> [    0.312970] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.312982] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.313238] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
> [    0.313398] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
> [    0.313405] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
> [    0.313412] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
> [    0.313419] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
> [    0.313426] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
> [    0.313521] pci_bus 0000:00: on NUMA node 0
> [    0.319042] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
> [    0.319893] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
> [    0.320613] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
> [    0.321134] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
> [    0.321888] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
> [    0.322502] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
> [    0.323303] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
> [    0.324127] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
> [    0.327073] ACPI: Enabled 5 GPEs in block 00 to 3F
> [    0.327312] ACPI: \_SB_.PCI0: notify handler is installed
> [    0.327723] Found 1 acpi root devices
> [    0.328303] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
> [    0.328918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.328918] vgaarb: loaded
> [    0.328918] vgaarb: bridge control possible 0000:00:02.0
> [    0.328918] SCSI subsystem initialized
> [    0.329126] libata version 3.00 loaded.
> [    0.329126] PCI: Using ACPI for IRQ routing
> [    0.329126] PCI: pci_cache_line_size set to 64 bytes
> [    0.329126] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
> [    0.329126] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
> [    0.332156] cfg80211: Calling CRDA to update world regulatory domain
> [    0.332391] NetLabel: Initializing
> [    0.332509] NetLabel:  domain hash size = 128
> [    0.332637] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.332852] NetLabel:  unlabeled traffic allowed by default
> [    0.333052] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
> [    0.333052] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
> [    0.333052] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
> [    0.336116] Switched to clocksource hpet
> [    0.336778] pnp: PnP ACPI init
> [    0.336976] ACPI: bus type PNP registered
> [    0.337297] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
> [    0.337484] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.337581] pnp 00:01: [dma 4]
> [    0.337672] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
> [    0.337807] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.337995] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
> [    0.338240] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
> [    0.338351] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> [    0.338471] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    0.339063] system 00:07: [io  0x04d0-0x04d1] has been reserved
> [    0.339196] system 00:07: [io  0x0800-0x087f] could not be reserved
> [    0.339284] system 00:07: [io  0x0400-0x041f] has been reserved
> [    0.339420] system 00:07: [io  0x0500-0x057f] has been reserved
> [    0.339557] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
> [    0.339768] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.339906] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    0.340065] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
> [    0.340203] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
> [    0.340341] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
> [    0.340479] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
> [    0.340616] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
> [    0.340754] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
> [    0.340891] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
> [    0.341034] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.341317] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
> [    0.341621] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
> [    0.341762] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
> [    0.341904] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.342162] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
> [    0.342305] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.342587] system 00:0b: [io  0x0250-0x0253] has been reserved
> [    0.342725] system 00:0b: [io  0x0256-0x025f] has been reserved
> [    0.342863] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
> [    0.343000] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
> [    0.343137] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
> [    0.343275] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
> [    0.343416] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.343707] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
> [    0.343850] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.345070] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
> [    0.345211] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
> [    0.345351] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
> [    0.345490] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
> [    0.345633] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.346136] pnp: PnP ACPI: found 14 devices
> [    0.346266] ACPI: bus type PNP unregistered
> [    0.390735] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
> [    0.390764] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
> [    0.390777] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
> [    0.390990] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [    0.391131] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.391282] pci 0000:00:1c.5: PCI bridge to [bus 02]
> [    0.391416] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.391558] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.391698] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
> [    0.391917] pci 0000:00:1e.0: PCI bridge to [bus 03]
> [    0.392093] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    0.392099] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    0.392106] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    0.392112] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
> [    0.392118] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
> [    0.392125] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
> [    0.392131] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
> [    0.392138] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
> [    0.392144] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
> [    0.392151] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
> [    0.392157] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
> [    0.392163] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
> [    0.392170] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
> [    0.392176] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
> [    0.392273] NET: Registered protocol family 2
> [    0.393168] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
> [    0.393386] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
> [    0.394720] TCP: Hash tables configured (established 8192 bind 8192)
> [    0.394927] TCP: reno registered
> [    0.395061] UDP hash table entries: 512 (order: 3, 40960 bytes)
> [    0.395353] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
> [    0.396043] NET: Registered protocol family 1
> [    0.396204] pci 0000:00:02.0: Boot video device
> [    0.396522] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
> [    0.396528] pci 0000:00:1a.0: Performing full reset
> [    0.397085] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
> [    0.397091] pci 0000:00:1a.1: Performing full reset
> [    0.397645] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
> [    0.397651] pci 0000:00:1a.2: Performing full reset
> [    0.398777] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
> [    0.398783] pci 0000:00:1d.0: Performing full reset
> [    0.399326] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
> [    0.399332] pci 0000:00:1d.1: Performing full reset
> [    0.399872] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
> [    0.399878] pci 0000:00:1d.2: Performing full reset
> [    0.400771] PCI: CLS 32 bytes, default 64
> [    0.401196] Unpacking initramfs...
> [    1.027082] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
> [    1.049905] DMA-API: preallocated 65536 debug entries
> [    1.050044] DMA-API: debugging enabled by kernel config
> [    1.050499] Simple Boot Flag at 0x51 set to 0x1
> [    1.051905] Scanning for low memory corruption every 60 seconds
> [    1.053104] audit: initializing netlink socket (disabled)
> [    1.053328] type=2000 audit(1389195958.052:1): initialized
> [    1.054378] bounce pool size: 64 pages
> [    1.060899] VFS: Disk quotas dquot_6.5.2
> [    1.061191] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> [    1.063114] fuse init (API version 7.22)
> [    1.063587] msgmni has been set to 1709
> [    1.064137] SELinux:  Registering netfilter hooks
> [    1.066479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
> [    1.066718] io scheduler noop registered
> [    1.066846] io scheduler deadline registered
> [    1.067125] io scheduler cfq registered (default)
> [    1.067731] intel_idle: does not run on family 6 model 23
> [    1.068833] ACPI: AC Adapter [AC0] (on-line)
> [    1.069280] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
> [    1.069569] ACPI: Sleep Button [SLPB]
> [    1.069902] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
> [    1.076541] ACPI: Lid Switch [LID]
> [    1.076832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> [    1.077048] ACPI: Power Button [PWRF]
> [    1.078329] Monitor-Mwait will be used to enter C-1 state
> [    1.078457] Monitor-Mwait will be used to enter C-3 state
> [    1.078481] tsc: Marking TSC unstable due to TSC halts in idle
> [    1.078706] ACPI: acpi_idle registered with cpuidle
> [    1.086098] thermal LNXTHERM:00: registered as thermal_zone0
> [    1.086233] ACPI: Thermal Zone [THRM] (46 C)
> [    1.086582] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.090381] Non-volatile memory driver v1.3
> [    1.090577] Linux agpgart interface v0.103
> [    1.091208] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
> [    1.093631] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
> [    1.095821] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
> [    1.096600] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
> [    1.096982] [drm] Initialized drm 1.1.0 20060810
> [    1.100932] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
> [    1.101136] [drm:intel_detect_pch], 
> [    1.101140] No PCH found?
> [    1.101327] [drm] Memory usable by graphics device = 2048M
> [    1.101538] [drm:i915_gem_gtt_init], GMADR size = 256M
> [    1.101543] [drm:i915_gem_gtt_init], GTT stolen size = 32M
> [    1.102803] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
> [    1.102822] [drm:intel_opregion_setup], Public ACPI methods supported
> [    1.102828] [drm:intel_opregion_setup], SWSCI supported
> [    1.116421] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
> [    1.116474] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
> [    1.116480] [drm:intel_opregion_setup], ASLE supported
> [    1.116766] i915 0000:00:02.0: irq 40 for MSI/MSI-X
> [    1.116795] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [    1.116930] [drm] Driver supports precise vblank timestamp query.
> [    1.117061] [drm:init_vbt_defaults], Set default to SSC at 100MHz
> [    1.117069] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
> [    1.117076] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96 display_clock_mode 0 fdi_rx_polarity_inverted 0
> [    1.117083] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
> [    1.117092] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
> [    1.117097] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
> [    1.117106] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
> [    1.117112] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
> [    1.117117] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
> [    1.117126] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
> [    1.117132] [drm:parse_mipi], No MIPI BDB found
> [    1.117159] [drm:intel_dsm_pci_probe], 
> [    1.117163] no _DSM method for intel device
> [    1.117330] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
> [    1.117720] [drm:intel_modeset_init], 2 display pipes available.
> [    1.117804] [drm:intel_modeset_init], pipe A sprite A init failed: -19
> [    1.117820] [drm:intel_modeset_init], pipe B sprite B init failed: -19
> [    1.117826] [drm:intel_shared_dpll_init], 0 shared PLLs initialized
> [    1.117842] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    1.154948] ACPI: Battery Slot [BAT0] (battery present)
> [    1.204143] [drm:intel_lvds_init], using preferred mode from EDID: 
> [    1.204150] [drm:drm_mode_debug_printmodeline], 
> [    1.204157] Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    1.204296] [drm:intel_lvds_init], detected single-link lvds configuration
> [    1.204469] [drm:intel_panel_get_backlight], get backlight PWM = 1398348
> [    1.204478] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [    1.204860] [drm:intel_dp_init_connector], Adding DP connector on port D
> [    1.204974] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
> [    1.207521] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450064
> [    1.207536] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    1.209912] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450064
> [    1.209926] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
> [    1.210029] [drm:intel_tv_init], Integrated TV is not present.
> [    1.210038] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
> [    1.216839] [drm:init_status_page], render ring hws offset: 0x00001000
> [    1.216846] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
> [    1.216855] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
> [    1.216997] [drm:init_status_page], bsd ring hws offset: 0x00024000
> [    1.217004] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
> [    1.217012] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
> [    1.217079] [drm:i915_gem_context_init], Disabling HW Contexts; old hardware
> [    1.217118] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
> [    1.217141] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
> [    1.217150] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
> [    1.217160] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
> [    1.217168] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
> [    1.217177] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
> [    1.217184] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
> [    1.217192] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
> [    1.217201] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
> [    1.217207] [drm:intel_dump_pipe_config], cpu_transcoder: A
> [    1.217213] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
> [    1.217218] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.217226] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.217233] [drm:intel_dump_pipe_config], requested mode:
> [    1.217238] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    1.217246] [drm:intel_dump_pipe_config], adjusted mode:
> [    1.217251] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    1.217259] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
> [    1.217266] [drm:intel_dump_pipe_config], port clock: 0
> [    1.217271] [drm:intel_dump_pipe_config], pipe src size: 0x0
> [    1.217277] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
> [    1.217284] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
> [    1.217290] [drm:intel_dump_pipe_config], ips: 0
> [    1.217295] [drm:intel_dump_pipe_config], double wide: 0
> [    1.217303] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
> [    1.217309] [drm:intel_dump_pipe_config], cpu_transcoder: B
> [    1.217314] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
> [    1.217319] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.217327] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.217334] [drm:intel_dump_pipe_config], requested mode:
> [    1.217339] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
> [    1.217347] [drm:intel_dump_pipe_config], adjusted mode:
> [    1.217352] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
> [    1.217360] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
> [    1.217368] [drm:intel_dump_pipe_config], port clock: 72000
> [    1.217373] [drm:intel_dump_pipe_config], pipe src size: 640x400
> [    1.217379] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
> [    1.217385] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
> [    1.217392] [drm:intel_dump_pipe_config], ips: 0
> [    1.217397] [drm:intel_dump_pipe_config], double wide: 0
> [    1.217404] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
> [    1.217413] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
> [    1.217421] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [    1.217428] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [    1.217435] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [    1.217442] [drm:check_crtc_state], [CRTC:3]
> [    1.217449] [drm:check_crtc_state], [CRTC:4]
> [    1.217488] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
> [    1.217494] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
> [    1.217510] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
> [    1.217516] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    1.217525] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
> [    1.217530] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
> [    1.232065] [drm:intel_crt_detect], CRT not detected via hotplug
> [    1.236059] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
> [    1.236067] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    1.236073] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
> [    1.236078] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
> [    1.236443] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    1.236449] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
> [    1.236455] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
> [    1.236461] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
> [    1.236467] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
> [    1.236473] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
> [    1.236480] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
> [    1.236485] [drm:drm_setup_crtcs], 
> [    1.236491] [drm:drm_enable_connectors], connector 5 enabled? yes
> [    1.236497] [drm:drm_enable_connectors], connector 11 enabled? no
> [    1.236502] [drm:drm_enable_connectors], connector 14 enabled? no
> [    1.236508] [drm:drm_target_preferred], looking for cmdline mode on connector 5
> [    1.236513] [drm:drm_target_preferred], looking for preferred mode on connector 5
> [    1.236519] [drm:drm_target_preferred], found mode 1366x768
> [    1.236524] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
> [    1.236531] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
> [    1.236541] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
> [    1.236565] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
> [    1.238531] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f531cb00
> [    1.239226] fbcon: inteldrmfb (fb0) is primary device
> [    1.241255] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    1.241261] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
> [    1.241265] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
> [    1.241272] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    1.241279] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    1.241284] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
> [    1.241290] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    1.241295] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
> [    1.241299] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
> [    1.241305] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
> [    1.241312] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
> [    1.241322] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
> [    1.241328] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
> [    1.241333] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
> [    1.241337] [drm:intel_dump_pipe_config], cpu_transcoder: A
> [    1.241341] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
> [    1.241347] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.241352] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.241356] [drm:intel_dump_pipe_config], requested mode:
> [    1.241363] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    1.241367] [drm:intel_dump_pipe_config], adjusted mode:
> [    1.241374] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    1.241380] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
> [    1.241384] [drm:intel_dump_pipe_config], port clock: 71900
> [    1.241388] [drm:intel_dump_pipe_config], pipe src size: 1366x768
> [    1.241393] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
> [    1.241398] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
> [    1.241402] [drm:intel_dump_pipe_config], ips: 0
> [    1.241406] [drm:intel_dump_pipe_config], double wide: 0
> [    1.241595] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
> [    1.241638] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
> [    1.241650] [drm:intel_update_fbc], no output, disabling
> [    1.241659] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
> [    1.242546] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
> [    1.242553] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
> [    1.280134] [drm:intel_update_fbc], disabled per chip default
> [    1.280147] [drm:intel_panel_enable_backlight], pipe A
> [    1.280179] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
> [    1.280184] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [    1.280252] [drm:i965_irq_handler], pipe B underrun
> [    1.280330] [drm:asle_work], No request on ASLC interrupt 0x00000000
> [    1.280346] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
> [    1.280354] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
> [    1.280361] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [    1.280367] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [    1.280373] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [    1.280378] [drm:check_crtc_state], [CRTC:3]
> [    1.280404] [drm:check_crtc_state], [CRTC:4]
> [    1.280430] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
> [    1.280432] ------------[ cut here ]------------
> [    1.280441] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9285 check_crtc_state+0x7d4/0x816()
> [    1.280443] pipe state doesn't match!
> [    1.280446] Modules linked in:
> [    1.280451] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc7AS #1
> [    1.280454] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
> [    1.280468]  00000000 00000000 f507b830 c07e7bc1 c0961c52 f507b848 c042cb79 c0667cba
> [    1.280481]  f5142000 00000000 f6db2380 f507b860 c042cbf4 00000009 f507b858 c0961c52
> [    1.280493]  f507b874 f507bad4 c0667cba c0960b41 00002445 c0961c52 0445a186 f507b88c
> [    1.280495] Call Trace:
> [    1.280503]  [<c07e7bc1>] dump_stack+0x48/0x69
> [    1.280511]  [<c042cb79>] warn_slowpath_common+0x5c/0x73
> [    1.280517]  [<c0667cba>] ? check_crtc_state+0x7d4/0x816
> [    1.280522]  [<c042cbf4>] warn_slowpath_fmt+0x26/0x2a
> [    1.280528]  [<c0667cba>] check_crtc_state+0x7d4/0x816
> [    1.280540]  [<c06726be>] intel_modeset_check_state+0x305/0x581
> [    1.280546]  [<c067295b>] intel_set_mode+0x21/0x2a
> [    1.280552]  [<c0672e96>] intel_crtc_set_config+0x532/0x6e5
> [    1.280560]  [<c0640437>] drm_mode_set_config_internal+0x39/0x90
> [    1.280566]  [<c0634963>] drm_fb_helper_set_par+0x4c/0x88
> [    1.280573]  [<c05d838a>] fbcon_init+0x2cd/0x3a9
> [    1.280580]  [<c061d8c3>] visual_init+0x9a/0xed
> [    1.280587]  [<c061ece9>] do_bind_con_driver+0x142/0x230
> [    1.280594]  [<c061eee6>] do_take_over_console+0x10f/0x137
> [    1.280599]  [<c05d5168>] do_fbcon_takeover+0x4c/0x8e
> [    1.280605]  [<c05d89ba>] fbcon_event_notify+0x26d/0x544
> [    1.280612]  [<c0444d77>] ? __blocking_notifier_call_chain+0x1e/0x4a
> [    1.280617]  [<c0444c20>] notifier_call_chain+0x25/0x46
> [    1.280622]  [<c0444d8b>] __blocking_notifier_call_chain+0x32/0x4a
> [    1.280628]  [<c0444daf>] blocking_notifier_call_chain+0xc/0xe
> [    1.280634]  [<c05cd919>] fb_notifier_call_chain+0x11/0x13
> [    1.280640]  [<c05ce8bf>] register_framebuffer+0x1eb/0x244
> [    1.280646]  [<c0634cb2>] drm_fb_helper_initial_config+0x313/0x3a1
> [    1.280653]  [<c07ed07c>] ? _raw_spin_unlock_irqrestore+0x33/0x49
> [    1.280661]  [<c069c25c>] intel_fbdev_initial_config+0x19/0x1b
> [    1.280667]  [<c064b431>] i915_driver_load+0x8f9/0xb15
> [    1.280675]  [<c063b8a7>] drm_dev_register+0xdf/0x174
> [    1.280681]  [<c063cd4d>] drm_get_pci_dev+0x7c/0xe9
> [    1.280686]  [<c0648d2e>] i915_pci_probe+0x5d/0x66
> [    1.280692]  [<c05c5769>] pci_device_probe+0x59/0xa2
> [    1.280698]  [<c06a1279>] driver_probe_device+0x7f/0x16f
> [    1.280704]  [<c06a13ac>] __driver_attach+0x43/0x5f
> [    1.280709]  [<c069ff7a>] bus_for_each_dev+0x3e/0x68
> [    1.280715]  [<c06a0e73>] driver_attach+0x14/0x16
> [    1.280720]  [<c06a1369>] ? driver_probe_device+0x16f/0x16f
> [    1.280725]  [<c06a0c0a>] bus_add_driver+0xb7/0x17a
> [    1.280731]  [<c06a1843>] driver_register+0x6e/0xa0
> [    1.280736]  [<c05c50c1>] __pci_register_driver+0x45/0x48
> [    1.280742]  [<c0a3427d>] ? drm_core_init+0xe4/0xe4
> [    1.280748]  [<c063ce22>] drm_pci_init+0x68/0xc0
> [    1.280753]  [<c0a3427d>] ? drm_core_init+0xe4/0xe4
> [    1.280757]  [<c0a342db>] i915_init+0x5e/0x60
> [    1.280763]  [<c04003e7>] do_one_initcall+0x79/0x102
> [    1.280769]  [<c0440200>] ? param_set_charp+0x7/0xa3
> [    1.280775]  [<c0a133b5>] ? loglevel+0x2b/0x2b
> [    1.280780]  [<c0440460>] ? parse_args+0x168/0x206
> [    1.280786]  [<c0a13ae9>] kernel_init_freeable+0x166/0x1f0
> [    1.280793]  [<c07e25d5>] kernel_init+0x8/0xda
> [    1.280799]  [<c07edc37>] ret_from_kernel_thread+0x1b/0x28
> [    1.280805]  [<c07e25cd>] ? rest_init+0xa1/0xa1
> [    1.280874] ---[ end trace c51b5631285aa705 ]---
> [    1.280879] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
> [    1.280883] [drm:intel_dump_pipe_config], cpu_transcoder: B
> [    1.280887] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
> [    1.280893] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.280899] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.280903] [drm:intel_dump_pipe_config], requested mode:
> [    1.280909] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
> [    1.280913] [drm:intel_dump_pipe_config], adjusted mode:
> [    1.280920] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
> [    1.280926] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
> [    1.280930] [drm:intel_dump_pipe_config], port clock: 72000
> [    1.280934] [drm:intel_dump_pipe_config], pipe src size: 640x400
> [    1.280940] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
> [    1.280945] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
> [    1.280949] [drm:intel_dump_pipe_config], ips: 0
> [    1.280953] [drm:intel_dump_pipe_config], double wide: 0
> [    1.280957] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
> [    1.280961] [drm:intel_dump_pipe_config], cpu_transcoder: B
> [    1.280965] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
> [    1.280971] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.280977] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
> [    1.280981] [drm:intel_dump_pipe_config], requested mode:
> [    1.280987] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
> [    1.280991] [drm:intel_dump_pipe_config], adjusted mode:
> [    1.280997] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
> [    1.281004] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
> [    1.281008] [drm:intel_dump_pipe_config], port clock: 72000
> [    1.281012] [drm:intel_dump_pipe_config], pipe src size: 640x400
> [    1.281017] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
> [    1.281022] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
> [    1.281026] [drm:intel_dump_pipe_config], ips: 0
> [    1.281030] [drm:intel_dump_pipe_config], double wide: 0
> [    1.281038] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
> [    1.281045] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
> [    1.281050] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
> [    1.281054] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
> [    1.281059] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    1.281064] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
> [    1.281070] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
> [    1.288131] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
> [    1.288141] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
> [    1.288148] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
> [    1.288167] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
> [    1.288176] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [    1.288182] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [    1.288188] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [    1.288193] [drm:check_crtc_state], [CRTC:3]
> [    1.288218] [drm:check_crtc_state], [CRTC:4]
> [    1.288266] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    1.288273] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    1.288279] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    1.299618] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    1.299625] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    1.299630] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    1.310832] Console: switching to colour frame buffer device 170x48
> [    1.310844] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    1.310851] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    1.310856] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    1.463437] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> [    1.466223] i915 0000:00:02.0: registered panic notifier
> [    1.469486] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
> [    1.473319] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
> [    1.476278] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> [    1.483293] loop: module loaded
> [    1.486382] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
> [    1.489510] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    1.492678] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
> [    1.495936] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    1.499318] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
> [    1.502751] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    1.506228] lpc_ich: Resource conflict(s) found affecting gpio_ich
> [    1.510056] ahci 0000:00:1f.2: version 3.0
> [    1.510528] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
> [    1.510660] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
> [    1.514233] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
> [    1.517840] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
> [    1.523783] scsi0 : ahci
> [    1.527952] scsi1 : ahci
> [    1.531784] scsi2 : ahci
> [    1.535551] scsi3 : ahci
> [    1.539154] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
> [    1.542690] ata2: DUMMY
> [    1.546191] ata3: DUMMY
> [    1.549662] ata4: DUMMY
> [    1.553514] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
> [    1.561241] i8042: Detected active multiplexing controller, rev 1.1
> [    1.567115] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.571211] serio: i8042 AUX0 port at 0x60,0x64 irq 12
> [    1.574988] serio: i8042 AUX1 port at 0x60,0x64 irq 12
> [    1.578691] serio: i8042 AUX2 port at 0x60,0x64 irq 12
> [    1.582361] serio: i8042 AUX3 port at 0x60,0x64 irq 12
> [    1.586304] mousedev: PS/2 mouse device common for all mice
> [    1.591454] rtc_cmos 00:02: RTC can wake from S4
> [    1.595602] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
> [    1.599206] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
> [    1.602856] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
> [    1.606594] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
> [    1.610907] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [    1.614651] iTCO_vendor_support: vendor-support=0
> [    1.618776] asus_laptop: Asus Laptop Support version 0.42
> [    1.622839] asus_laptop:   UL20A model detected
> [    1.628535] [drm:asle_set_backlight], bclp = 0x800000b3
> [    1.628557] [drm:asle_set_backlight], updating opregion backlight 179/255
> [    1.628581] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [    1.628587] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
> [    1.628594] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [    1.628665] [drm:asle_work], No request on ASLC interrupt 0x00000000
> [    1.628729] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
> [    1.633283] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
> [    1.812982] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [    1.817815] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    1.822191] TCP: cubic registered
> [    1.826174] Initializing XFRM netlink socket
> [    1.830123] NET: Registered protocol family 17
> [    1.834083] NET: Registered protocol family 15
> [    1.838747] Using IPI No-Shortcut mode
> [    1.843114] registered taskstats version 1
> [    1.848060]   Magic number: 14:395:790
> [    1.851828] rtc_cmos 00:02: setting system clock to 2014-01-08 15:45:59 UTC (1389195959)
> [    1.857520] PM: Hibernation image not present or could not be loaded.
> [    1.876113] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.884866] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
> [    1.890737] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
> [    1.890745] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
> [    1.946240] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
> [    1.949547] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [    1.958223] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
> [    1.963822] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
> [    1.963830] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
> [    1.968802] ata1.00: configured for UDMA/133
> [    1.973149] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
> [    1.977417] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
> [    1.977860] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.983912] sd 0:0:0:0: [sda] Write Protect is off
> [    1.989298] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.989435] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.056972]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
> [    2.063093] sd 0:0:0:0: [sda] Attached SCSI disk
> [    2.066712] Freeing unused kernel memory: 392K (c0a13000 - c0a75000)
> [    2.070492] Write protecting the kernel text: 4028k
> [    2.074049] Write protecting the kernel read-only data: 1872k
> [    2.097273] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
> [    2.104170] systemd[1]: Running in initial RAM disk.
> [    2.120182] systemd[1]: Failed to insert module 'autofs4'
> [    2.123936] systemd[1]: No hostname configured.
> [    2.127649] systemd[1]: Set hostname to <localhost>.
> [    2.131861] random: systemd urandom read with 21 bits of entropy available
> [    2.135621] systemd[1]: Initializing machine ID from random generator.
> [    2.165749] systemd[1]: Starting Encrypted Volumes.
> [    2.173804] systemd[1]: Reached target Encrypted Volumes.
> [    2.177713] systemd[1]: Starting udev Kernel Socket.
> [    2.185622] systemd[1]: Listening on udev Kernel Socket.
> [    2.189484] systemd[1]: Starting udev Control Socket.
> [    2.197348] systemd[1]: Listening on udev Control Socket.
> [    2.201041] systemd[1]: Starting Journal Socket.
> [    2.208931] systemd[1]: Listening on Journal Socket.
> [    2.212538] systemd[1]: Starting dracut cmdline hook...
> [    2.223093] systemd[1]: Started Load Kernel Modules.
> [    2.226769] systemd[1]: Starting Journal Service...
> [    2.242671] systemd[1]: Started Journal Service.
> [    2.247325] systemd[1]: Starting Sockets.
> [    2.254771] systemd[1]: Reached target Sockets.
> [    2.258310] systemd[1]: Starting Swap.
> [    2.265568] systemd[1]: Reached target Swap.
> [    2.269001] systemd[1]: Starting Local File Systems.
> [    2.276147] systemd[1]: Reached target Local File Systems.
> [    2.479750] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    2.479758] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    2.479763] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    2.520071] systemd-udevd[123]: starting version 197
> [    2.728699] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
> [    2.773630] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
> [    3.013971] [drm:i915_gem_open], 
> [    3.014272] [drm:intel_crtc_cursor_set], cursor off
> [    3.014289] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    3.014299] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    3.014307] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    3.014315] [drm:intel_crtc_cursor_set], cursor off
> [    3.014321] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
> [    3.014327] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
> [    3.014333] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    3.014395] [drm:i915_gem_open], 
> [    3.014435] [drm:intel_crtc_cursor_set], cursor off
> [    3.014441] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [    3.014449] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [    3.014455] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    3.014462] [drm:intel_crtc_cursor_set], cursor off
> [    3.014468] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
> [    3.014474] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
> [    3.014481] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [    3.014531] [drm:i915_gem_open], 
> [    3.014818] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
> [    3.014854] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
> [    3.014879] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [    3.014894] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
> [    3.014900] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
> [    3.014918] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
> [    3.014924] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
> [    3.014936] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
> [    3.032995] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [    3.033010] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
> [    3.033016] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
> [    3.040162] [drm:intel_crt_detect], CRT not detected via hotplug
> [    3.044188] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
> [    3.044197] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    3.044203] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
> [    3.044208] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
> [    3.044563] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    3.044569] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
> [    3.044574] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
> [    3.044581] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
> [    3.044599] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
> [    3.044607] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
> [    3.044612] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
> [    3.052080] [drm:intel_crt_detect], CRT not detected via hotplug
> [    3.056212] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
> [    3.056221] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    3.056227] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
> [    3.056232] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
> [    3.056585] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
> [    3.056590] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
> [    3.056596] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
> [    3.056602] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
> [    3.056625] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [    3.056635] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
> [    3.056640] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
> [    3.056647] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
> [    3.056656] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
> [    3.056662] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
> [    3.056667] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
> [    3.056673] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
> [    3.056932] [drm:drm_mode_addfb], [FB:19]
> [    4.376272] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
> [    4.651140] random: nonblocking pool is initialized
> [    4.793817] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
> [    5.293382] systemd-journald[64]: Received SIGTERM
> [    6.883105] type=1404 audit(1389195964.528:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
> [    7.064375] SELinux: 2048 avtab hash slots, 98400 rules.
> [    7.132124] SELinux: 2048 avtab hash slots, 98400 rules.
> [    7.468859] SELinux:  9 users, 15 roles, 4414 types, 249 bools, 1 sens, 1024 cats
> [    7.468870] SELinux:  83 classes, 98400 rules
> [    7.490580] SELinux:  Permission attach_queue in class tun_socket not defined in policy.
> [    7.494042] SELinux: the above unknown classes and permissions will be allowed
> [    7.497475] SELinux:  Completing initialization.
> [    7.497479] SELinux:  Setting up existing superblocks.
> [    7.497698] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
> [    7.497880] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
> [    7.498075] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
> [    7.498178] SELinux: initialized (dev proc, type proc), uses genfs_contexts
> [    7.498572] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    7.498754] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
> [    7.501038] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
> [    7.501195] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
> [    7.501728] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
> [    7.501887] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
> [    7.502035] SELinux: initialized (dev aio, type aio), not configured for labeling
> [    7.502143] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
> [    7.502365] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
> [    7.502525] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
> [    7.502690] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
> [    7.506640] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
> [    7.506690] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    7.506708] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    7.506982] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    7.507180] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507248] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507303] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507491] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507566] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507600] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507629] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507704] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    7.507851] SELinux: initialized (dev sda6, type ext4), uses xattr
> [    7.571818] type=1403 audit(1389195965.216:3): policy loaded auid=4294967295 ses=4294967295
> [    7.683987] systemd[1]: Successfully loaded SELinux policy in 872.450ms.
> [    8.064065] systemd[1]: Relabelled /dev and /run in 49.308ms.
> [   11.770995] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [   11.771002] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [   11.771008] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [   11.834206] systemd-sysctl[287]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/00-system.conf', ignoring.
> [   11.914639] systemd-journald[298]: Vacuuming done, freed 0 bytes
> [   11.987499] systemd-udevd[295]: starting version 201
> [   12.028464] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
> [   12.044151] EXT4-fs (sda6): re-mounted. Opts: (null)
> [   13.774956] ACPI: bus type USB registered
> [   13.779451] usbcore: registered new interface driver usbfs
> [   13.792630] usbcore: registered new interface driver hub
> [   13.803172] usbcore: registered new device driver usb
> [   13.849653] Intel(R) Wireless WiFi driver for Linux, in-tree:d
> [   13.852889] Copyright(c) 2003-2013 Intel Corporation
> [   13.857583] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
> [   13.925471] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
> [   13.984728] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
> [   13.987773] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
> [   13.991511] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
> [   13.994570] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
> [   13.999863] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
> [   14.027776] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
> [   14.066624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [   14.069784] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
> [   14.073694] uhci_hcd: USB Universal Host Controller Interface driver
> [   14.079899] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> [   14.083318] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [   14.086487] uhci_hcd 0000:00:1a.0: detected 2 ports
> [   14.089673] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.089679] uhci_hcd 0000:00:1a.0: Performing full reset
> [   14.089701] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
> [   14.089828] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
> [   14.093988] usb usb1: default language 0x0409
> [   14.094059] usb usb1: udev 1, busnum 1, minor = 0
> [   14.094066] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.097253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.100428] usb usb1: Product: UHCI Host Controller
> [   14.103557] usb usb1: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.106832] usb usb1: SerialNumber: 0000:00:1a.0
> [   14.111737] usb usb1: usb_probe_device
> [   14.111745] usb usb1: configuration #1 chosen from 1 choice
> [   14.112335] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [   14.112798] hub 1-0:1.0: usb_probe_interface
> [   14.112805] hub 1-0:1.0: usb_probe_interface - got id
> [   14.112829] hub 1-0:1.0: USB hub found
> [   14.116342] hub 1-0:1.0: 2 ports detected
> [   14.119342] hub 1-0:1.0: standalone hub
> [   14.119348] hub 1-0:1.0: no power switching (usb 1.0)
> [   14.119353] hub 1-0:1.0: individual port over-current protection
> [   14.119361] hub 1-0:1.0: power on to power good time: 2ms
> [   14.119853] hub 1-0:1.0: local power source is good
> [   14.123873] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
> [   14.123881] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [   14.125456] uhci_hcd 0000:00:1a.1: UHCI Host Controller
> [   14.128452] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
> [   14.131392] uhci_hcd 0000:00:1a.1: detected 2 ports
> [   14.134327] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.134332] uhci_hcd 0000:00:1a.1: Performing full reset
> [   14.134354] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
> [   14.134413] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
> [   14.137582] usb usb2: default language 0x0409
> [   14.137653] usb usb2: udev 1, busnum 2, minor = 128
> [   14.137660] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.140659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.140824] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
> [   14.146567] usb usb2: Product: UHCI Host Controller
> [   14.149550] usb usb2: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.152519] usb usb2: SerialNumber: 0000:00:1a.1
> [   14.153842] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
> [   14.159885] usb usb2: usb_probe_device
> [   14.159893] usb usb2: configuration #1 chosen from 1 choice
> [   14.159948] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [   14.160633] hub 2-0:1.0: usb_probe_interface
> [   14.160640] hub 2-0:1.0: usb_probe_interface - got id
> [   14.160652] hub 2-0:1.0: USB hub found
> [   14.163616] hub 2-0:1.0: 2 ports detected
> [   14.166524] hub 2-0:1.0: standalone hub
> [   14.166529] hub 2-0:1.0: no power switching (usb 1.0)
> [   14.166535] hub 2-0:1.0: individual port over-current protection
> [   14.166542] hub 2-0:1.0: power on to power good time: 2ms
> [   14.166596] hub 2-0:1.0: local power source is good
> [   14.168644] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
> [   14.168652] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [   14.169679] uhci_hcd 0000:00:1a.2: UHCI Host Controller
> [   14.172648] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
> [   14.172722] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
> [   14.176014] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
> [   14.191521] uhci_hcd 0000:00:1a.2: detected 2 ports
> [   14.194492] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.194498] uhci_hcd 0000:00:1a.2: Performing full reset
> [   14.194520] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
> [   14.194583] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
> [   14.197752] usb usb3: default language 0x0409
> [   14.197824] usb usb3: udev 1, busnum 3, minor = 256
> [   14.197830] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.200852] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.203876] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
> [   14.207001] usb usb3: Product: UHCI Host Controller
> [   14.210061] usb usb3: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.213120] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
> [   14.214046] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
> [   14.231066] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.231477] hub 1-0:1.0: hub_suspend
> [   14.231624] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
> [   14.232216] usb usb1: bus auto-suspend, wakeup 1
> [   14.232233] usb usb1: suspend_rh
> [   14.233872] usb usb3: SerialNumber: 0000:00:1a.2
> [   14.242953] usb usb3: usb_probe_device
> [   14.242962] usb usb3: configuration #1 chosen from 1 choice
> [   14.243024] usb usb3: adding 3-0:1.0 (config #1, interface 0)
> [   14.243175] hub 3-0:1.0: usb_probe_interface
> [   14.243181] hub 3-0:1.0: usb_probe_interface - got id
> [   14.243194] hub 3-0:1.0: USB hub found
> [   14.246377] hub 3-0:1.0: 2 ports detected
> [   14.249472] hub 3-0:1.0: standalone hub
> [   14.249478] hub 3-0:1.0: no power switching (usb 1.0)
> [   14.249483] hub 3-0:1.0: individual port over-current protection
> [   14.249490] hub 3-0:1.0: power on to power good time: 2ms
> [   14.249546] hub 3-0:1.0: local power source is good
> [   14.251142] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
> [   14.251149] hub 3-0:1.0: trying to enable port power on non-switchable hub
> [   14.251761] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [   14.254981] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
> [   14.258183] uhci_hcd 0000:00:1d.0: detected 2 ports
> [   14.261358] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.261363] uhci_hcd 0000:00:1d.0: Performing full reset
> [   14.261385] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
> [   14.261444] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
> [   14.264803] usb usb4: default language 0x0409
> [   14.264875] usb usb4: udev 1, busnum 4, minor = 384
> [   14.264881] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.267966] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.271141] usb usb4: Product: UHCI Host Controller
> [   14.274513] uhci_hcd 0000:00:1a.1: port 1 portsc 0093,00
> [   14.274745] hub 2-0:1.0: port 1: status 0101 change 0001
> [   14.275391] usb usb4: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.278554] usb usb4: SerialNumber: 0000:00:1d.0
> [   14.282114] usb usb4: usb_probe_device
> [   14.282121] usb usb4: configuration #1 chosen from 1 choice
> [   14.282172] usb usb4: adding 4-0:1.0 (config #1, interface 0)
> [   14.282274] hub 4-0:1.0: usb_probe_interface
> [   14.282280] hub 4-0:1.0: usb_probe_interface - got id
> [   14.282292] hub 4-0:1.0: USB hub found
> [   14.285708] hub 4-0:1.0: 2 ports detected
> [   14.288799] hub 4-0:1.0: standalone hub
> [   14.288805] hub 4-0:1.0: no power switching (usb 1.0)
> [   14.288810] hub 4-0:1.0: individual port over-current protection
> [   14.288817] hub 4-0:1.0: power on to power good time: 2ms
> [   14.288876] hub 4-0:1.0: local power source is good
> [   14.290486] hub 4-0:1.0: trying to enable port power on non-switchable hub
> [   14.291225] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [   14.294304] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
> [   14.297433] uhci_hcd 0000:00:1d.1: detected 2 ports
> [   14.300561] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.300567] uhci_hcd 0000:00:1d.1: Performing full reset
> [   14.300589] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
> [   14.300610] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
> [   14.303950] usb usb5: default language 0x0409
> [   14.304057] usb usb5: udev 1, busnum 5, minor = 512
> [   14.304064] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.307134] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.310380] usb usb5: Product: UHCI Host Controller
> [   14.313509] usb usb5: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.316654] ehci-pci: EHCI PCI platform driver
> [   14.316674] usb usb5: SerialNumber: 0000:00:1d.1
> [   14.325058] usb usb5: usb_probe_device
> [   14.325067] usb usb5: configuration #1 chosen from 1 choice
> [   14.325129] usb usb5: adding 5-0:1.0 (config #1, interface 0)
> [   14.325236] hub 5-0:1.0: usb_probe_interface
> [   14.325242] hub 5-0:1.0: usb_probe_interface - got id
> [   14.325255] hub 5-0:1.0: USB hub found
> [   14.328387] hub 5-0:1.0: 2 ports detected
> [   14.331395] hub 5-0:1.0: standalone hub
> [   14.331400] hub 5-0:1.0: no power switching (usb 1.0)
> [   14.331405] hub 5-0:1.0: individual port over-current protection
> [   14.331412] hub 5-0:1.0: power on to power good time: 2ms
> [   14.331468] hub 5-0:1.0: local power source is good
> [   14.333332] hub 5-0:1.0: trying to enable port power on non-switchable hub
> [   14.334037] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [   14.337457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
> [   14.340544] uhci_hcd 0000:00:1d.2: detected 2 ports
> [   14.343552] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
> [   14.343557] uhci_hcd 0000:00:1d.2: Performing full reset
> [   14.343578] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
> [   14.343637] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
> [   14.347009] usb usb6: default language 0x0409
> [   14.347082] usb usb6: udev 1, busnum 6, minor = 640
> [   14.347088] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> [   14.350384] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.350404] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.350538] hub 3-0:1.0: hub_suspend
> [   14.350880] usb usb3: bus auto-suspend, wakeup 1
> [   14.350885] usb usb3: suspend_rh
> [   14.353469] usb usb6: Product: UHCI Host Controller
> [   14.356630] usb usb6: Manufacturer: Linux 3.13.0-rc7AS uhci_hcd
> [   14.359729] usb usb6: SerialNumber: 0000:00:1d.2
> [   14.364182] usb usb6: usb_probe_device
> [   14.364191] usb usb6: configuration #1 chosen from 1 choice
> [   14.364346] usb usb6: adding 6-0:1.0 (config #1, interface 0)
> [   14.364456] hub 6-0:1.0: usb_probe_interface
> [   14.364462] hub 6-0:1.0: usb_probe_interface - got id
> [   14.364475] hub 6-0:1.0: USB hub found
> [   14.367645] hub 6-0:1.0: 2 ports detected
> [   14.370769] hub 6-0:1.0: standalone hub
> [   14.370775] hub 6-0:1.0: no power switching (usb 1.0)
> [   14.370780] hub 6-0:1.0: individual port over-current protection
> [   14.370787] hub 6-0:1.0: power on to power good time: 2ms
> [   14.370950] hub 6-0:1.0: local power source is good
> [   14.372120] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
> [   14.372589] hub 2-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [   14.374119] hub 6-0:1.0: trying to enable port power on non-switchable hub
> [   14.375302] usb usb1: usb auto-resume
> [   14.375313] usb usb1: wakeup_rh
> [   14.396129] hub 1-0:1.0: hub_resume
> [   14.396556] usb usb1: unregistering interface 1-0:1.0
> [   14.400014] uhci_hcd 0000:00:1a.0: shutdown urb f49b5f80 ep1in-intr
> [   14.403103] usb usb1: usb_disable_device nuking non-ep0 URBs
> [   14.404177] usb usb1: bus auto-suspend, wakeup 0
> [   14.404185] usb usb1: suspend_rh
> [   14.484114] usb 2-1: new full-speed USB device number 2 using uhci_hcd
> [   14.734560] usb 2-1: skipped 1 descriptor after configuration
> [   14.734570] usb 2-1: skipped 6 descriptors after interface
> [   14.734576] usb 2-1: skipped 1 descriptor after endpoint
> [   14.734582] usb 2-1: skipped 8 descriptors after interface
> [   14.740536] usb 2-1: default language 0x0409
> [   14.762545] usb 2-1: udev 2, busnum 2, minor = 129
> [   14.762554] usb 2-1: New USB device found, idVendor=04f2, idProduct=b036
> [   14.765753] usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
> [   14.768840] usb 2-1: Product: USB2.0 0.3M UVC WebCam
> [   14.771875] usb 2-1: Manufacturer: Chicony Electronics Co., Ltd.
> [   14.775023] usb 2-1: SerialNumber: SN0001
> [   14.778965] usb 2-1: usb_probe_device
> [   14.778974] usb 2-1: configuration #1 chosen from 1 choice
> [   14.782562] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
> [   14.787094] usb 2-1: adding 2-1:1.1 (config #1, interface 1)
> [   14.787307] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.787317] usb usb2: unregistering interface 2-0:1.0
> [   14.787335] hub 4-0:1.0: hub_suspend
> [   14.787374] usb usb4: bus auto-suspend, wakeup 1
> [   14.787381] usb usb4: suspend_rh
> [   14.787423] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.787444] hub 5-0:1.0: hub_suspend
> [   14.787475] usb usb5: bus auto-suspend, wakeup 1
> [   14.787481] usb usb5: suspend_rh
> [   14.787532] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.787552] hub 6-0:1.0: hub_suspend
> [   14.787582] usb usb6: bus auto-suspend, wakeup 1
> [   14.787588] usb usb6: suspend_rh
> [   14.787915] uhci_hcd 0000:00:1a.1: shutdown urb f490f200 ep1in-intr
> [   14.787958] usb 2-1: USB disconnect, device number 2
> [   14.790980] usb 2-1: unregistering device
> [   14.790987] usb 2-1: unregistering interface 2-1:1.0
> [   14.793437] usb 2-1: unregistering interface 2-1:1.1
> [   14.793739] usb 2-1: usb_disable_device nuking all URBs
> [   14.801103] usb usb2: usb_disable_device nuking non-ep0 URBs
> [   14.801385] usb usb2: bus auto-suspend, wakeup 0
> [   14.801392] usb usb2: suspend_rh
> [   14.801423] usb usb3: usb auto-resume
> [   14.801434] usb usb3: wakeup_rh
> [   14.824448] hub 3-0:1.0: hub_resume
> [   14.825057] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   14.825079] usb usb3: unregistering interface 3-0:1.0
> [   14.825664] uhci_hcd 0000:00:1a.2: shutdown urb f48cc480 ep1in-intr
> [   14.826042] usb usb3: usb_disable_device nuking non-ep0 URBs
> [   14.826320] usb usb3: bus auto-suspend, wakeup 0
> [   14.826327] usb usb3: suspend_rh
> [   14.826369] ehci-pci 0000:00:1a.7: EHCI Host Controller
> [   14.830298] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
> [   14.833399] ehci-pci 0000:00:1a.7: debug port 1
> [   14.836382] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
> [   14.836391] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
> [   14.836609] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
> [   14.840497] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
> [   14.840504] ehci-pci 0000:00:1a.7: supports USB remote wakeup
> [   14.840536] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
> [   14.843451] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [   14.852073] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> [   14.855504] usb usb7: default language 0x0409
> [   14.855582] usb usb7: udev 1, busnum 7, minor = 768
> [   14.855589] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
> [   14.858587] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   14.861587] usb usb7: Product: EHCI Host Controller
> [   14.864531] usb usb7: Manufacturer: Linux 3.13.0-rc7AS ehci_hcd
> [   14.867537] usb usb7: SerialNumber: 0000:00:1a.7
> [   14.872182] usb usb7: usb_probe_device
> [   14.872190] usb usb7: configuration #1 chosen from 1 choice
> [   14.872511] usb usb7: adding 7-0:1.0 (config #1, interface 0)
> [   14.873004] hub 7-0:1.0: usb_probe_interface
> [   14.873010] hub 7-0:1.0: usb_probe_interface - got id
> [   14.873036] hub 7-0:1.0: USB hub found
> [   14.876349] hub 7-0:1.0: 6 ports detected
> [   14.879183] hub 7-0:1.0: standalone hub
> [   14.879188] hub 7-0:1.0: no power switching (usb 1.0)
> [   14.879193] hub 7-0:1.0: individual port over-current protection
> [   14.879201] hub 7-0:1.0: power on to power good time: 20ms
> [   14.879536] hub 7-0:1.0: local power source is good
> [   14.885456] usb usb7: usb port1's DeviceRemovable is changed to 1 according to platform information.
> [   14.885464] usb usb7: usb port3's DeviceRemovable is changed to 1 according to platform information.
> [   14.885470] usb usb7: usb port6's DeviceRemovable is changed to 1 according to platform information.
> [   14.885476] hub 7-0:1.0: trying to enable port power on non-switchable hub
> [   14.886320] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.0
> [   14.886333] usb usb1: usb auto-resume
> [   14.886339] usb usb1: wakeup_rh
> [   14.912163] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [   14.912302] hub 1-0:1.0: usb_probe_interface
> [   14.912308] hub 1-0:1.0: usb_probe_interface - got id
> [   14.912321] hub 1-0:1.0: USB hub found
> [   14.915160] hub 1-0:1.0: 2 ports detected
> [   14.917988] hub 1-0:1.0: standalone hub
> [   14.917994] hub 1-0:1.0: no power switching (usb 1.0)
> [   14.917999] hub 1-0:1.0: individual port over-current protection
> [   14.918006] hub 1-0:1.0: power on to power good time: 2ms
> [   14.918366] hub 1-0:1.0: local power source is good
> [   14.920684] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
> [   14.920691] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [   14.921300] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.1
> [   14.921313] usb usb2: usb auto-resume
> [   14.921319] usb usb2: wakeup_rh
> [   14.948417] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [   14.948672] hub 2-0:1.0: usb_probe_interface
> [   14.948679] hub 2-0:1.0: usb_probe_interface - got id
> [   14.948691] hub 2-0:1.0: USB hub found
> [   14.951597] hub 2-0:1.0: 2 ports detected
> [   14.954458] hub 2-0:1.0: standalone hub
> [   14.954465] hub 2-0:1.0: no power switching (usb 1.0)
> [   14.954470] hub 2-0:1.0: individual port over-current protection
> [   14.954477] hub 2-0:1.0: power on to power good time: 2ms
> [   14.954659] hub 2-0:1.0: local power source is good
> [   14.956839] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
> [   14.956846] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [   14.957251] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.2
> [   14.957264] usb usb3: usb auto-resume
> [   14.957270] usb usb3: wakeup_rh
> [   14.980148] usb usb3: adding 3-0:1.0 (config #1, interface 0)
> [   14.980440] hub 3-0:1.0: usb_probe_interface
> [   14.980447] hub 3-0:1.0: usb_probe_interface - got id
> [   14.980458] hub 3-0:1.0: USB hub found
> [   14.983210] hub 3-0:1.0: 2 ports detected
> [   14.986074] hub 3-0:1.0: standalone hub
> [   14.986079] hub 3-0:1.0: no power switching (usb 1.0)
> [   14.986085] hub 3-0:1.0: individual port over-current protection
> [   14.986092] hub 3-0:1.0: power on to power good time: 2ms
> [   14.986497] hub 3-0:1.0: local power source is good
> [   14.988143] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
> [   14.988178] hub 7-0:1.0: port 3: status 0501 change 0001
> [   14.996767] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
> [   14.996774] hub 3-0:1.0: trying to enable port power on non-switchable hub
> [   14.998799] usb usb4: usb auto-resume
> [   14.998806] usb usb4: wakeup_rh
> [   15.020093] hub 4-0:1.0: hub_resume
> [   15.020159] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.020170] usb usb4: unregistering interface 4-0:1.0
> [   15.020181] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.020196] hub 1-0:1.0: hub_suspend
> [   15.020228] usb usb1: bus auto-suspend, wakeup 1
> [   15.020235] usb usb1: suspend_rh
> [   15.020418] uhci_hcd 0000:00:1d.0: shutdown urb f48cc100 ep1in-intr
> [   15.020715] usb usb4: usb_disable_device nuking non-ep0 URBs
> [   15.020753] usb usb4: bus auto-suspend, wakeup 0
> [   15.020760] usb usb4: suspend_rh
> [   15.020788] usb usb5: usb auto-resume
> [   15.020794] usb usb5: wakeup_rh
> [   15.044054] hub 5-0:1.0: hub_resume
> [   15.044135] usb usb5: unregistering interface 5-0:1.0
> [   15.044380] uhci_hcd 0000:00:1d.1: shutdown urb f4824e00 ep1in-intr
> [   15.044709] usb usb5: usb_disable_device nuking non-ep0 URBs
> [   15.044747] usb usb5: bus auto-suspend, wakeup 0
> [   15.044754] usb usb5: suspend_rh
> [   15.044782] usb usb6: usb auto-resume
> [   15.044788] usb usb6: wakeup_rh
> [   15.056073] uhci_hcd 0000:00:1a.1: port 1 portsc 008a,00
> [   15.068084] hub 6-0:1.0: hub_resume
> [   15.068162] usb usb6: unregistering interface 6-0:1.0
> [   15.068726] uhci_hcd 0000:00:1d.2: shutdown urb f4976600 ep1in-intr
> [   15.069805] usb usb6: usb_disable_device nuking non-ep0 URBs
> [   15.069968] usb usb6: bus auto-suspend, wakeup 0
> [   15.069975] usb usb6: suspend_rh
> [   15.070007] ehci-pci 0000:00:1d.7: EHCI Host Controller
> [   15.072964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
> [   15.075722] ehci-pci 0000:00:1d.7: debug port 1
> [   15.079700] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
> [   15.079711] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
> [   15.079806] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
> [   15.083714] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
> [   15.083720] ehci-pci 0000:00:1d.7: supports USB remote wakeup
> [   15.083743] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
> [   15.086449] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [   15.097049] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [   15.100375] usb usb8: default language 0x0409
> [   15.100455] usb usb8: udev 1, busnum 8, minor = 896
> [   15.100462] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
> [   15.103169] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   15.105905] usb usb8: Product: EHCI Host Controller
> [   15.108622] usb usb8: Manufacturer: Linux 3.13.0-rc7AS ehci_hcd
> [   15.111325] usb usb8: SerialNumber: 0000:00:1d.7
> [   15.114690] usb usb8: usb_probe_device
> [   15.114698] usb usb8: configuration #1 chosen from 1 choice
> [   15.114951] usb usb8: adding 8-0:1.0 (config #1, interface 0)
> [   15.115225] hub 8-0:1.0: usb_probe_interface
> [   15.115232] hub 8-0:1.0: usb_probe_interface - got id
> [   15.115246] hub 8-0:1.0: USB hub found
> [   15.118120] hub 8-0:1.0: 6 ports detected
> [   15.120794] hub 8-0:1.0: standalone hub
> [   15.120799] hub 8-0:1.0: no power switching (usb 1.0)
> [   15.120805] hub 8-0:1.0: individual port over-current protection
> [   15.120812] hub 8-0:1.0: power on to power good time: 20ms
> [   15.120995] hub 8-0:1.0: local power source is good
> [   15.127255] hub 8-0:1.0: trying to enable port power on non-switchable hub
> [   15.127883] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.0
> [   15.127895] usb usb4: usb auto-resume
> [   15.127902] usb usb4: wakeup_rh
> [   15.148136] usb usb4: adding 4-0:1.0 (config #1, interface 0)
> [   15.148382] hub 4-0:1.0: usb_probe_interface
> [   15.148389] hub 4-0:1.0: usb_probe_interface - got id
> [   15.148401] hub 4-0:1.0: USB hub found
> [   15.151079] hub 4-0:1.0: 2 ports detected
> [   15.153710] hub 4-0:1.0: standalone hub
> [   15.153716] hub 4-0:1.0: no power switching (usb 1.0)
> [   15.153721] hub 4-0:1.0: individual port over-current protection
> [   15.153728] hub 4-0:1.0: power on to power good time: 2ms
> [   15.153917] hub 4-0:1.0: local power source is good
> [   15.155428] hub 4-0:1.0: trying to enable port power on non-switchable hub
> [   15.155713] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.1
> [   15.155724] hub 7-0:1.0: state 7 ports 6 chg 0008 evt 0000
> [   15.155727] usb usb5: usb auto-resume
> [   15.155732] usb usb5: wakeup_rh
> [   15.156070] hub 7-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
> [   15.176180] usb usb5: adding 5-0:1.0 (config #1, interface 0)
> [   15.176296] hub 5-0:1.0: usb_probe_interface
> [   15.176302] hub 5-0:1.0: usb_probe_interface - got id
> [   15.176314] hub 5-0:1.0: USB hub found
> [   15.180314] hub 5-0:1.0: 2 ports detected
> [   15.183117] hub 5-0:1.0: standalone hub
> [   15.183124] hub 5-0:1.0: no power switching (usb 1.0)
> [   15.183129] hub 5-0:1.0: individual port over-current protection
> [   15.183136] hub 5-0:1.0: power on to power good time: 2ms
> [   15.183194] hub 5-0:1.0: local power source is good
> [   15.185836] hub 5-0:1.0: trying to enable port power on non-switchable hub
> [   15.186943] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.2
> [   15.186956] usb usb6: usb auto-resume
> [   15.186963] usb usb6: wakeup_rh
> [   15.208374] usb usb6: adding 6-0:1.0 (config #1, interface 0)
> [   15.208498] hub 6-0:1.0: usb_probe_interface
> [   15.208505] hub 6-0:1.0: usb_probe_interface - got id
> [   15.208516] hub 6-0:1.0: USB hub found
> [   15.211210] hub 6-0:1.0: 2 ports detected
> [   15.213744] hub 6-0:1.0: standalone hub
> [   15.213749] hub 6-0:1.0: no power switching (usb 1.0)
> [   15.213754] hub 6-0:1.0: individual port over-current protection
> [   15.213761] hub 6-0:1.0: power on to power good time: 2ms
> [   15.213940] hub 6-0:1.0: local power source is good
> [   15.215873] hub 6-0:1.0: trying to enable port power on non-switchable hub
> [   15.216350] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
> [   15.216362] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [   15.272199] usb 7-3: new high-speed USB device number 2 using ehci-pci
> [   15.380350] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
> [   15.380363] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [   15.500536] usb 7-3: skipped 1 descriptor after configuration
> [   15.500544] usb 7-3: skipped 6 descriptors after interface
> [   15.500551] usb 7-3: skipped 1 descriptor after endpoint
> [   15.500556] usb 7-3: skipped 8 descriptors after interface
> [   15.501271] usb 7-3: default language 0x0409
> [   15.507268] usb 7-3: udev 2, busnum 7, minor = 769
> [   15.507276] usb 7-3: New USB device found, idVendor=04f2, idProduct=b036
> [   15.510010] usb 7-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
> [   15.512661] usb 7-3: Product: USB2.0 0.3M UVC WebCam
> [   15.516836] usb 7-3: Manufacturer: Chicony Electronics Co., Ltd.
> [   15.519472] usb 7-3: SerialNumber: SN0001
> [   15.522759] usb 7-3: usb_probe_device
> [   15.522767] usb 7-3: configuration #1 chosen from 1 choice
> [   15.523165] usb 7-3: adding 7-3:1.0 (config #1, interface 0)
> [   15.525511] usb 7-3: adding 7-3:1.1 (config #1, interface 1)
> [   15.525720] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.525747] hub 3-0:1.0: hub_suspend
> [   15.525784] usb usb3: bus auto-suspend, wakeup 1
> [   15.525791] usb usb3: suspend_rh
> [   15.525833] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.525854] hub 2-0:1.0: hub_suspend
> [   15.525884] usb usb2: bus auto-suspend, wakeup 1
> [   15.525890] usb usb2: suspend_rh
> [   15.525932] hub 8-0:1.0: state 7 ports 6 chg 0000 evt 0000
> [   15.525952] hub 8-0:1.0: hub_suspend
> [   15.525982] usb usb8: bus auto-suspend, wakeup 1
> [   15.525988] ehci-pci 0000:00:1d.7: suspend root hub
> [   15.526078] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.526098] hub 4-0:1.0: hub_suspend
> [   15.526128] usb usb4: bus auto-suspend, wakeup 1
> [   15.526134] usb usb4: suspend_rh
> [   15.526174] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.526194] hub 5-0:1.0: hub_suspend
> [   15.526223] usb usb5: bus auto-suspend, wakeup 1
> [   15.526229] usb usb5: suspend_rh
> [   15.526269] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
> [   15.526289] hub 6-0:1.0: hub_suspend
> [   15.526319] usb usb6: bus auto-suspend, wakeup 1
> [   15.526325] usb usb6: suspend_rh
> [   16.050303] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
> [   16.246807] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
> [   16.390038] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
> [   17.175963] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
> [   17.179267] SELinux: initialized (dev sda8, type ext4), uses xattr
> [   17.694097] systemd-journald[298]: Received request to flush runtime journal from PID 1
> [   22.412016] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
> [   22.419611] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
> [   22.490787] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
> [   22.503096] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
> [   22.505305] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
> [   22.512307] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
> [   22.512723] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
> [   22.513095] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
> [   22.513433] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
> [   22.513799] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
> [   22.514282] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
> [   22.514650] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
> [   22.514981] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
> [   22.515347] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
> [   22.515677] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
> [   22.523715] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
> [   22.525067] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
> [   22.647745] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
> [   22.817651] [drm:intel_crtc_cursor_set], cursor off
> [   22.817662] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [   22.817673] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [   22.817680] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [   22.817688] [drm:intel_crtc_cursor_set], cursor off
> [   22.817695] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
> [   22.817701] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
> [   22.817707] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [   24.290028] wlan0: authenticate with 00:24:36:a6:21:91
> [   24.310492] wlan0: send auth to 00:24:36:a6:21:91 (try 1/3)
> [   24.315956] wlan0: authenticated
> [   24.324517] wlan0: associate with 00:24:36:a6:21:91 (try 1/3)
> [   24.336898] wlan0: RX AssocResp from 00:24:36:a6:21:91 (capab=0x1431 status=0 aid=13)
> [   24.383120] wlan0: associated
> [  601.053058] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
> [  601.053084] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  601.054092] [drm:asle_work], No request on ASLC interrupt 0x00000000
> [  601.324169] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=2, cursor=2, B: plane=2, cursor=2, SR: plane=0, cursor=0
> [  601.324182] [drm:intel_update_fbc], no output, disabling
> [  601.324200] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [  601.324208] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [  601.324216] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [  601.324224] [drm:check_crtc_state], [CRTC:3]
> [  601.324233] [drm:check_crtc_state], [CRTC:4]
> [  601.324473] [drm:intel_panel_update_status], updating intel_backlight, brightness=1398348/1992060
> [  601.324514] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  601.325511] [drm:asle_set_backlight], bclp = 0x800000b3
> [  601.325519] [drm:asle_set_backlight], updating opregion backlight 179/255
> [  601.325528] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.020721] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
> [  715.020731] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
> [  715.060163] [drm:intel_update_fbc], disabled per chip default
> [  715.068160] [drm:intel_panel_enable_backlight], pipe A
> [  715.068171] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
> [  715.068180] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.068218] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
> [  715.068231] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [  715.068240] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [  715.068248] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [  715.068255] [drm:check_crtc_state], [CRTC:3]
> [  715.068290] [drm:check_crtc_state], [CRTC:4]
> [  715.068302] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
> [  715.068312] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
> [  715.068320] [drm:check_encoder_state], [ENCODER:12:DAC-12]
> [  715.068328] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
> [  715.068335] [drm:check_crtc_state], [CRTC:3]
> [  715.068365] [drm:check_crtc_state], [CRTC:4]
> [  715.068385] [drm:intel_panel_update_status], updating intel_backlight, brightness=1398348/1992060
> [  715.068395] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.068399] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
> [  715.068407] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.069333] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
> [  715.069344] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
> [  715.069352] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
> [  715.086940] [drm:asle_set_backlight], bclp = 0x800000b3
> [  715.086953] [drm:asle_set_backlight], updating opregion backlight 179/255
> [  715.086966] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.086974] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
> [  715.086985] [drm:intel_panel_get_max_backlight], max backlight PWM = 1992060
> [  715.087020] [drm:asle_work], No request on ASLC interrupt 0x00000000
> [  729.943162] type=1006 audit(1389196687.587:4): pid=543 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-08 16:17     ` Daniel Vetter
@ 2014-01-08 18:34       ` Alan Stern
  2014-01-08 20:21         ` Daniel Vetter
  2014-01-08 18:43       ` Ville Syrjälä
  2014-06-25 18:06       ` Regression in i915 driver in 3.16-rc2 Alan Stern
  2 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-08 18:34 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Wed, 8 Jan 2014, Daniel Vetter wrote:

> On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > 
> > > I really want users to report these issues, and excessive WARNs seems
> > > to be the only way to get those reports. Please boot with
> > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > Also, which precise kernel are you running? Testing latest -rc is
> > > always recommended, this state checker code is fairly new and gets
> > > constantly extended and bugs fixed ...
> > 
> > Here you go.  This is the dmesg output after booting with
> > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > string; this is pristine 3.13-rc7.
> 
> That's strange, I've thought we've fixed the last struggling mismatch in
> the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> from
> 
> http://cgit.freedesktop.org/~danvet/drm-intel/

I prefer not to clone 1.7 GB of git data if at all possible.  Can you
post (or send to me directly) a patch containing the differences with
respect to 3.13-rc7?  It should end up being fairly small.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-08 16:17     ` Daniel Vetter
  2014-01-08 18:34       ` Alan Stern
@ 2014-01-08 18:43       ` Ville Syrjälä
  2014-01-28 17:17         ` Daniel Vetter
  2014-06-25 18:06       ` Regression in i915 driver in 3.16-rc2 Alan Stern
  2 siblings, 1 reply; 28+ messages in thread
From: Ville Syrjälä @ 2014-01-08 18:43 UTC (permalink / raw)
  To: Alan Stern, intel-gfx, Kernel development list

On Wed, Jan 08, 2014 at 05:17:13PM +0100, Daniel Vetter wrote:
> On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > 
> > > I really want users to report these issues, and excessive WARNs seems
> > > to be the only way to get those reports. Please boot with
> > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > Also, which precise kernel are you running? Testing latest -rc is
> > > always recommended, this state checker code is fairly new and gets
> > > constantly extended and bugs fixed ...
> > 
> > Here you go.  This is the dmesg output after booting with
> > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > string; this is pristine 3.13-rc7.
> 
> That's strange, I've thought we've fixed the last struggling mismatch in
> the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> from
> 
> http://cgit.freedesktop.org/~danvet/drm-intel/
> 
> Thanks, Daniel

The log looks fairly clear to me:

1. initially panel fitter is enabled on pipe B, and pipe B is outputting
   to LVDS and VGA. Border is enabled.
2. pipe A gets enabled outputting to LVDS. This will overwrite the
   LVDS border bits
3. pipe B is still active so we do the state check, but as the LVDS
   border bits have been clobbered earlier, the state checker gets
   angry

This actually hits another problem we still have. We've changing the
pipe for the LVDS port w/o shutting the port down in between. That
doesn't sound entirely safe. I wonder if we still have some real
issues preventing this change?

         * intel_modeset_setup_hw_state does not.
         */
        *modeset_pipes &= 1 << intel_crtc->pipe;
-       *prepare_pipes &= 1 << intel_crtc->pipe;
 
        DRM_DEBUG_KMS("set mode pipe masks: modeset: %x, prepare: %x, disable: %x\n",
                      *modeset_pipes, *prepare_pipes, *disable_pipes);

-- 
Ville Syrjälä
Intel OTC

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-08 18:34       ` Alan Stern
@ 2014-01-08 20:21         ` Daniel Vetter
  2014-01-08 23:15           ` Alan Stern
  2014-01-13 20:16           ` Alan Stern
  0 siblings, 2 replies; 28+ messages in thread
From: Daniel Vetter @ 2014-01-08 20:21 UTC (permalink / raw)
  To: Alan Stern
  Cc: Daniel Vetter, Daniel Vetter, intel-gfx, Kernel development list

On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote:
> On Wed, 8 Jan 2014, Daniel Vetter wrote:
> 
> > On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > > 
> > > > I really want users to report these issues, and excessive WARNs seems
> > > > to be the only way to get those reports. Please boot with
> > > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > > Also, which precise kernel are you running? Testing latest -rc is
> > > > always recommended, this state checker code is fairly new and gets
> > > > constantly extended and bugs fixed ...
> > > 
> > > Here you go.  This is the dmesg output after booting with
> > > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > > string; this is pristine 3.13-rc7.
> > 
> > That's strange, I've thought we've fixed the last struggling mismatch in
> > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> > from
> > 
> > http://cgit.freedesktop.org/~danvet/drm-intel/
> 
> I prefer not to clone 1.7 GB of git data if at all possible.  Can you
> post (or send to me directly) a patch containing the differences with
> respect to 3.13-rc7?  It should end up being fairly small.

Shallow clones should reduce the data tremendously, see git help clone.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-08 20:21         ` Daniel Vetter
@ 2014-01-08 23:15           ` Alan Stern
  2014-01-13 20:16           ` Alan Stern
  1 sibling, 0 replies; 28+ messages in thread
From: Alan Stern @ 2014-01-08 23:15 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Wed, 8 Jan 2014, Daniel Vetter wrote:

> > > That's strange, I've thought we've fixed the last struggling mismatch in
> > > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> > > from
> > > 
> > > http://cgit.freedesktop.org/~danvet/drm-intel/
> > 
> > I prefer not to clone 1.7 GB of git data if at all possible.  Can you
> > post (or send to me directly) a patch containing the differences with
> > respect to 3.13-rc7?  It should end up being fairly small.
> 
> Shallow clones should reduce the data tremendously, see git help clone.

Here is the result.  This includes a warning about the backlight state 
(which I used to get but haven't seen in some time) as well as the pipe 
state mismatch.

Alan Stern


[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-rc3AS+ (stern@saphir.localdomain) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP PREEMPT Wed Jan 8 17:25:09 EST 2014
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
[    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-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] total RAM covered: 2014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
[    0.000000]  [mem 0x36400000-0x367fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
[    0.000000]  [mem 0x30000000-0x363fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
[    0.000000]  [mem 0x36800000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x0105b000, 0x0105bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
[    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
[    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
[    0.000000] ACPI: FACS 7ddaf000 000040
[    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
[    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
[    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
[    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
[    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
[    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
[    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x0105c000, 0x0105cfff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
[    0.000000] On node 0 totalpages: 515389
[    0.000000] free_area_init_node: node 0, pgdat c0a12280, node_mem_map f5aaa020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2252 pages used for memmap
[    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30464 r0 d22784 u53248
[    0.000000] pcpu-alloc: s30464 r0 d22784 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] allocated 4123896 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
[    0.000000] Memory: 2016604K/2061556K available (4031K kernel code, 319K rwdata, 1884K rodata, 392K init, 5980K bss, 44952K reserved, 1152648K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc0a19000 - 0xc0a7b000   ( 392 kB)
      .data : 0xc07f02b5 - 0xc0a18d00   (2210 kB)
      .text : 0xc0400000 - 0xc07f02b5   (4032 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1299.930 MHz processor
[    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2599.86 BogoMIPS (lpj=5199720)
[    0.004264] pid_max: default: 32768 minimum: 301
[    0.004546] Security Framework initialized
[    0.008013] SELinux:  Initializing.
[    0.008229] SELinux:  Starting in permissive mode
[    0.008264] Mount-cache hash table entries: 512
[    0.009985] Initializing cgroup subsys memory
[    0.010150] Initializing cgroup subsys devices
[    0.010306] Initializing cgroup subsys freezer
[    0.010459] Initializing cgroup subsys blkio
[    0.010590] Initializing cgroup subsys perf_event
[    0.010807] CPU: Physical Processor ID: 0
[    0.010935] CPU: Processor Core ID: 0
[    0.011065] mce: CPU supports 6 MCE banks
[    0.011200] CPU0: Thermal monitoring enabled (TM2)
[    0.011346] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.011899] Freeing SMP alternatives memory: 12K (c0a7b000 - c0a7e000)
[    0.012012] ACPI: Core revision 20131115
[    0.037071] ACPI: All ACPI Tables successfully acquired
[    0.040592] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.041307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.082201] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.084000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.084000] ... version:                2
[    0.084000] ... bit width:              40
[    0.084000] ... generic registers:      2
[    0.084000] ... value mask:             000000ffffffffff
[    0.084000] ... max period:             000000007fffffff
[    0.084000] ... fixed-purpose events:   3
[    0.084000] ... event mask:             0000000700000003
[    0.112479] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
[    0.112484] x86: Booting SMP configuration:
[    0.008000] Initializing CPU#1
[    0.124447] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.112615] .... node  #0, CPUs:      #1
[    0.124878] x86: Booted up 1 node, 2 CPUs
[    0.125126] smpboot: Total of 2 processors activated (5199.72 BogoMIPS)
[    0.128903] devtmpfs: initialized
[    0.133204] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
[    0.133204] RTC time: 22:59:10, date: 01/08/14
[    0.133503] NET: Registered protocol family 16
[    0.136160] cpuidle: using governor ladder
[    0.136291] cpuidle: using governor menu
[    0.136804] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.137034] ACPI: bus type PCI registered
[    0.137400] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.137612] PCI: not using MMCONFIG
[    0.138002] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.138134] PCI: Using configuration type 1 for base access
[    0.144420] bio: create slab <bio-0> at 0
[    0.144638] ACPI: Added _OSI(Module Device)
[    0.144638] ACPI: Added _OSI(Processor Device)
[    0.146532] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.146663] ACPI: Added _OSI(Processor Aggregator Device)
[    0.163837] ACPI : EC: EC description table is found, configuring boot EC
[    0.189249] ACPI: Executed 1 blocks of module-level executable AML code
[    0.200384] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.212454] ACPI BIOS Warning (bug): Incorrect checksum in table 
[ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
[    0.213553] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.217843] ACPI: Dynamic OEM Table Load:
[    0.218066] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.218772] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.223035] ACPI: Dynamic OEM Table Load:
[    0.223258] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.224394] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.228658] ACPI: Dynamic OEM Table Load:
[    0.228881] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.229484] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.233771] ACPI: Dynamic OEM Table Load:
[    0.233993] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.235346] ACPI: Interpreter enabled
[    0.235515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.235823] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.236211] ACPI: (supports S0 S3 S4 S5)
[    0.236341] ACPI: Using IOAPIC for interrupt routing
[    0.236576] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.244655] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.244864] PCI: Using MMCONFIG for extended config space
[    0.245036] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.247207] ACPI: No dock devices found.
[    0.293517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.293661] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
[    0.294292] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.295726] PCI host bridge to bus 0000:00
[    0.295861] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.295994] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.296012] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.296147] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.296282] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.296418] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
[    0.296644] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.297255] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.297296] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
[    0.297322] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.297341] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
[    0.297788] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.297823] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
[    0.298375] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.298494] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
[    0.298997] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.299380] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.299499] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
[    0.300095] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.300381] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.300500] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
[    0.300947] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.301256] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.301311] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
[    0.301541] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.302076] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.302373] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.302420] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
[    0.302626] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.302922] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.303205] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.303417] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.303851] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.304078] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.304372] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.304662] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.304781] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.305229] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.305530] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.305649] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
[    0.306107] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.306393] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.306512] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
[    0.306958] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.307265] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.307319] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
[    0.307550] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.308059] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.308340] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.308746] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.309031] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.309660] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.309718] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
[    0.309744] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
[    0.309768] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
[    0.309793] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
[    0.309818] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
[    0.309843] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
[    0.309989] pci 0000:00:1f.2: PME# supported from D3hot
[    0.310735] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
[    0.310912] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
[    0.311711] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.311991] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.312022] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.312279] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
[    0.312334] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.312364] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.312600] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312697] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.312955] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.313095] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.313107] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.313365] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.313524] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.313532] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.313539] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.313545] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.313552] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
[    0.313647] pci_bus 0000:00: on NUMA node 0
[    0.319235] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.320103] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
[    0.320809] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.321325] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
[    0.322075] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.322687] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
[    0.323485] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
[    0.324253] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.327177] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.327416] ACPI: \_SB_.PCI0: notify handler is installed
[    0.327822] Found 1 acpi root devices
[    0.328437] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.329051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.329051] vgaarb: loaded
[    0.329051] vgaarb: bridge control possible 0000:00:02.0
[    0.329051] SCSI subsystem initialized
[    0.329172] libata version 3.00 loaded.
[    0.329172] PCI: Using ACPI for IRQ routing
[    0.329172] PCI: pci_cache_line_size set to 64 bytes
[    0.329172] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.329172] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
[    0.332330] cfg80211: Calling CRDA to update world regulatory domain
[    0.332595] NetLabel: Initializing
[    0.332595] NetLabel:  domain hash size = 128
[    0.332633] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.332853] NetLabel:  unlabeled traffic allowed by default
[    0.333034] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.333034] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.333034] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.336127] Switched to clocksource hpet
[    0.336735] pnp: PnP ACPI init
[    0.336932] ACPI: bus type PNP registered
[    0.337242] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.337428] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.337524] pnp 00:01: [dma 4]
[    0.337616] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.337748] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.337935] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.338180] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.338291] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.338410] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.339012] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.339146] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.339237] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.339373] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.339509] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
[    0.339720] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.339858] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.339996] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.340156] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.340294] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.340431] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.340567] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.340705] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.340842] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.340985] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.341260] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.341560] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.341700] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.341842] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342097] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.342239] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342524] system 00:0b: [io  0x0250-0x0253] has been reserved
[    0.342662] system 00:0b: [io  0x0256-0x025f] has been reserved
[    0.342799] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.342937] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.343073] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
[    0.343210] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.343351] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343640] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[    0.343783] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.344995] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.345135] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.345273] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.345411] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
[    0.345554] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.346055] pnp: PnP ACPI: found 14 devices
[    0.346185] ACPI: bus type PNP unregistered
[    0.390677] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.390707] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.390719] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.390931] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.391072] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.391225] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.391360] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.391501] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.391643] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.391861] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.392038] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.392045] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.392051] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392058] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392064] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392071] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.392077] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.392083] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.392090] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.392096] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.392102] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.392109] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392115] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392121] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392230] NET: Registered protocol family 2
[    0.393137] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.393356] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.394685] TCP: Hash tables configured (established 8192 bind 8192)
[    0.394882] TCP: reno registered
[    0.395016] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.395308] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.395979] NET: Registered protocol family 1
[    0.396163] pci 0000:00:02.0: Boot video device
[    0.396476] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.396483] pci 0000:00:1a.0: Performing full reset
[    0.397041] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397046] pci 0000:00:1a.1: Performing full reset
[    0.397600] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397605] pci 0000:00:1a.2: Performing full reset
[    0.398732] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.398738] pci 0000:00:1d.0: Performing full reset
[    0.399278] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.399284] pci 0000:00:1d.1: Performing full reset
[    0.399824] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.399830] pci 0000:00:1d.2: Performing full reset
[    0.400721] PCI: CLS 32 bytes, default 64
[    0.401145] Unpacking initramfs...
[    1.034801] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
[    1.058071] DMA-API: preallocated 65536 debug entries
[    1.058209] DMA-API: debugging enabled by kernel config
[    1.058659] Simple Boot Flag at 0x51 set to 0x1
[    1.060126] Scanning for low memory corruption every 60 seconds
[    1.061287] audit: initializing netlink socket (disabled)
[    1.061491] type=2000 audit(1389221950.060:1): initialized
[    1.062538] bounce pool size: 64 pages
[    1.069093] VFS: Disk quotas dquot_6.5.2
[    1.069382] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.071269] fuse init (API version 7.22)
[    1.071736] msgmni has been set to 1708
[    1.072288] SELinux:  Registering netfilter hooks
[    1.074792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.075028] io scheduler noop registered
[    1.075156] io scheduler deadline registered
[    1.075440] io scheduler cfq registered (default)
[    1.076070] intel_idle: does not run on family 6 model 23
[    1.077130] ACPI: AC Adapter [AC0] (on-line)
[    1.077578] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    1.077865] ACPI: Sleep Button [SLPB]
[    1.078195] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.085825] ACPI: Lid Switch [LID]
[    1.086110] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.086324] ACPI: Power Button [PWRF]
[    1.087524] Monitor-Mwait will be used to enter C-1 state
[    1.087617] Monitor-Mwait will be used to enter C-3 state
[    1.087640] tsc: Marking TSC unstable due to TSC halts in idle
[    1.087831] ACPI: acpi_idle registered with cpuidle
[    1.094784] thermal LNXTHERM:00: registered as thermal_zone0
[    1.094919] ACPI: Thermal Zone [THRM] (47 C)
[    1.096577] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.099770] Non-volatile memory driver v1.3
[    1.099965] Linux agpgart interface v0.103
[    1.100647] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.103032] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.105193] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.105878] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.106194] [drm] Initialized drm 1.1.0 20060810
[    1.110402] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
[    1.110564] [drm:intel_detect_pch], No PCH found?
[    1.110570] [drm] Memory usable by graphics device = 2048M
[    1.110704] [drm:i915_gem_gtt_init], GMADR size = 256M
[    1.110709] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[    1.111940] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
[    1.111958] [drm:intel_opregion_setup], Public ACPI methods supported
[    1.111962] [drm:intel_opregion_setup], SWSCI supported
[    1.132056] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
[    1.132063] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
[    1.132067] [drm:intel_opregion_setup], ASLE supported
[    1.132281] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.132310] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.132478] [drm] Driver supports precise vblank timestamp query.
[    1.132650] [drm:init_vbt_defaults], Set default to SSC at 100000 kHz
[    1.132657] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
[    1.132665] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    1.132670] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    1.132677] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    1.132685] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
[    1.132691] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
[    1.132697] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    1.132705] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[    1.132710] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    1.132716] [drm:parse_mipi], No MIPI BDB found
[    1.132742] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    1.132789] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
[    1.133206] [drm:intel_modeset_init], 2 display pipes available.
[    1.133290] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    1.133305] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    1.133310] [drm:intel_shared_dpll_init], 0 shared PLLs initialized
[    1.133325] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.163923] ACPI: Battery Slot [BAT0] (battery present)
[    1.216137] [drm:intel_lvds_init], using preferred mode from EDID: 
[    1.216146] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.216157] [drm:intel_lvds_init], detected single-link lvds configuration
[    1.216555] [drm:intel_panel_setup_backlight], backlight initialized, enabled, brightness 1398348/1992060, sysfs interface registered
[    1.216696] [drm:intel_dp_init_connector], Adding DP connector on port D
[    1.216810] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[    1.217499] [drm:i965_irq_handler], pipe B underrun
[    1.217507] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.232528] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.248523] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.264522] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.280526] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.296047] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.296062] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.296558] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.312525] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.328525] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.344525] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.360525] [drm:i965_irq_handler], hotplug event received, stat 0x00000040
[    1.376047] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.376062] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.376168] [drm:intel_tv_init], Integrated TV is not present.
[    1.376178] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[    1.380898] [drm:init_status_page], render ring hws offset: 0x00001000
[    1.380904] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.380912] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[    1.381053] [drm:init_status_page], bsd ring hws offset: 0x00024000
[    1.381059] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.381067] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[    1.381168] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
[    1.381191] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    1.381200] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
[    1.381209] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
[    1.381217] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
[    1.381225] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
[    1.381232] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
[    1.381239] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
[    1.381248] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    1.381253] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.381258] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    1.381265] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.381272] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.381276] [drm:intel_dump_pipe_config], requested mode:
[    1.381283] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.381288] [drm:intel_dump_pipe_config], adjusted mode:
[    1.381295] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.381302] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    1.381307] [drm:intel_dump_pipe_config], port clock: 0
[    1.381311] [drm:intel_dump_pipe_config], pipe src size: 0x0
[    1.381317] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.381322] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.381327] [drm:intel_dump_pipe_config], ips: 0
[    1.381332] [drm:intel_dump_pipe_config], double wide: 0
[    1.381340] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    1.381344] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.381350] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.381356] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.381363] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.381367] [drm:intel_dump_pipe_config], requested mode:
[    1.381374] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.381379] [drm:intel_dump_pipe_config], adjusted mode:
[    1.381386] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.381393] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.381398] [drm:intel_dump_pipe_config], port clock: 72000
[    1.381403] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.381409] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.381414] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.381419] [drm:intel_dump_pipe_config], ips: 0
[    1.381424] [drm:intel_dump_pipe_config], double wide: 0
[    1.381431] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.381439] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.381447] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.381453] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.381460] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.381466] [drm:check_crtc_state], [CRTC:3]
[    1.381472] [drm:check_crtc_state], [CRTC:4]
[    1.381510] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    1.381515] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    1.381531] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    1.381539] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.381545] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    1.381551] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    1.396064] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.400063] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    1.400069] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.400074] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    1.400080] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    1.400445] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.400451] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    1.400456] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    1.400462] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    1.400467] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    1.400473] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    1.400479] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    1.400484] [drm:drm_setup_crtcs], 
[    1.400490] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.400495] [drm:drm_enable_connectors], connector 11 enabled? no
[    1.400500] [drm:drm_enable_connectors], connector 14 enabled? no
[    1.400505] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.400510] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.400515] [drm:drm_target_preferred], found mode 1366x768
[    1.400520] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.400527] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
[    1.400536] [drm:intelfb_create], no BIOS fb, allocating a new one
[    1.400541] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
[    1.400549] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
[    1.402511] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f52fcb00
[    1.403200] fbcon: inteldrmfb (fb0) is primary device
[    1.405225] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.405230] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    1.405233] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    1.405238] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.405244] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.405248] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    1.405252] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.405257] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
[    1.405259] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.405264] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    1.405281] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    1.405289] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    1.405294] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    1.405298] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    1.405300] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.405303] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    1.405308] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.405312] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.405315] [drm:intel_dump_pipe_config], requested mode:
[    1.405321] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.405323] [drm:intel_dump_pipe_config], adjusted mode:
[    1.405329] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.405334] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
[    1.405337] [drm:intel_dump_pipe_config], port clock: 71900
[    1.405340] [drm:intel_dump_pipe_config], pipe src size: 1366x768
[    1.405344] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.405347] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.405350] [drm:intel_dump_pipe_config], ips: 0
[    1.405353] [drm:intel_dump_pipe_config], double wide: 0
[    1.405507] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
[    1.405549] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
[    1.405559] [drm:intel_update_fbc], no output, disabling
[    1.405568] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
[    1.406478] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.406484] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.460067] [drm:intel_update_fbc], disabled per chip default
[    1.460079] [drm:intel_panel_enable_backlight], pipe A
[    1.460109] ------------[ cut here ]------------
[    1.460118] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_panel.c:723 i965_enable_backlight+0x4a/0x11a()
[    1.460119] backlight already enabled
[    1.460122] Modules linked in:
[    1.460126] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc3AS+ #1
[    1.460129] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.460138]  00000000 00000000 f507b9cc c07e90fb c096d208 f507b9e4 c042cb79 c06860fe
[    1.460145]  f6e58000 f6e56000 00000000 f507b9fc c042cbf4 00000009 f507b9f4 c096d208
[    1.460153]  f507ba10 f507ba20 c06860fe c096d1c9 000002d3 c096d208 e0000000 f6e59c48
[    1.460154] Call Trace:
[    1.460162]  [<c07e90fb>] dump_stack+0x48/0x69
[    1.460168]  [<c042cb79>] warn_slowpath_common+0x5c/0x73
[    1.460173]  [<c06860fe>] ? i965_enable_backlight+0x4a/0x11a
[    1.460177]  [<c042cbf4>] warn_slowpath_fmt+0x26/0x2a
[    1.460182]  [<c06860fe>] i965_enable_backlight+0x4a/0x11a
[    1.460188]  [<c0686d7f>] intel_panel_enable_backlight+0x8b/0xa4
[    1.460194]  [<c06770ba>] intel_enable_lvds+0xf1/0x10e
[    1.460199]  [<c066ee11>] i9xx_crtc_enable+0x2fa/0x310
[    1.460204]  [<c069903a>] ? gen4_write64+0x3f/0x3f
[    1.460209]  [<c0671660>] __intel_set_mode+0xe7e/0xf69
[    1.460214]  [<c045b95f>] ? mark_held_locks+0x5c/0x7b
[    1.460220]  [<c046537f>] ? vprintk_emit+0x408/0x42b
[    1.460225]  [<c045baa8>] ? trace_hardirqs_on_caller+0x12a/0x17e
[    1.460231]  [<c0672fed>] intel_set_mode+0x12/0x2a
[    1.460235]  [<c0673537>] intel_crtc_set_config+0x532/0x6e5
[    1.460242]  [<c0640337>] drm_mode_set_config_internal+0x39/0x90
[    1.460246]  [<c063488f>] drm_fb_helper_set_par+0x4c/0x88
[    1.460252]  [<c05d8306>] fbcon_init+0x2cd/0x3a9
[    1.460258]  [<c061d7ef>] visual_init+0x9a/0xed
[    1.460263]  [<c061ec15>] do_bind_con_driver+0x142/0x230
[    1.460268]  [<c061ee12>] do_take_over_console+0x10f/0x137
[    1.460273]  [<c05d50e4>] do_fbcon_takeover+0x4c/0x8e
[    1.460277]  [<c05d8936>] fbcon_event_notify+0x26d/0x544
[    1.460282]  [<c0444ddf>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.460286]  [<c0444c88>] notifier_call_chain+0x25/0x46
[    1.460291]  [<c0444df3>] __blocking_notifier_call_chain+0x32/0x4a
[    1.460296]  [<c0444e17>] blocking_notifier_call_chain+0xc/0xe
[    1.460301]  [<c05cd895>] fb_notifier_call_chain+0x11/0x13
[    1.460306]  [<c05ce83b>] register_framebuffer+0x1eb/0x244
[    1.460311]  [<c0634bde>] drm_fb_helper_initial_config+0x313/0x3a1
[    1.460316]  [<c07ee594>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.460322]  [<c069d94f>] intel_fbdev_initial_config+0x19/0x1b
[    1.460327]  [<c064b3f4>] i915_driver_load+0x8e4/0xaee
[    1.460334]  [<c063b7a5>] drm_dev_register+0xdf/0x174
[    1.460339]  [<c063cc4d>] drm_get_pci_dev+0x7c/0xe9
[    1.460343]  [<c0648d9c>] i915_pci_probe+0x39/0x42
[    1.460348]  [<c05c56b4>] pci_device_probe+0x59/0xa2
[    1.460353]  [<c06a2969>] driver_probe_device+0x7f/0x16f
[    1.460357]  [<c06a2a9c>] __driver_attach+0x43/0x5f
[    1.460362]  [<c06a166a>] bus_for_each_dev+0x3e/0x68
[    1.460366]  [<c06a2563>] driver_attach+0x14/0x16
[    1.460370]  [<c06a2a59>] ? driver_probe_device+0x16f/0x16f
[    1.460375]  [<c06a22fa>] bus_add_driver+0xb7/0x17a
[    1.460379]  [<c06a2f33>] driver_register+0x6e/0xa0
[    1.460383]  [<c05c500c>] __pci_register_driver+0x45/0x48
[    1.460388]  [<c0a3a27c>] ? drm_core_init+0xe4/0xe4
[    1.460393]  [<c063cd22>] drm_pci_init+0x68/0xc0
[    1.460397]  [<c0a3a27c>] ? drm_core_init+0xe4/0xe4
[    1.460401]  [<c0a3a2de>] i915_init+0x62/0x64
[    1.460405]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.460410]  [<c0440300>] ? param_set_charp+0x9f/0xa3
[    1.460414]  [<c0a193b5>] ? loglevel+0x2b/0x2b
[    1.460418]  [<c04404c8>] ? parse_args+0x168/0x206
[    1.460423]  [<c0a19ae9>] kernel_init_freeable+0x166/0x1f0
[    1.460428]  [<c07e3b1d>] kernel_init+0x8/0xda
[    1.460432]  [<c07ef137>] ret_from_kernel_thread+0x1b/0x28
[    1.460436]  [<c07e3b15>] ? rest_init+0xa1/0xa1
[    1.460493] ---[ end trace 094d67ea6d87c546 ]---
[    1.460497] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.460520] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.460527] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.460533] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.460539] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.460543] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.460548] [drm:check_crtc_state], [CRTC:3]
[    1.460572] [drm:check_crtc_state], [CRTC:4]
[    1.460577] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.460600] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    1.460602] ------------[ cut here ]------------
[    1.460608] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9489 check_crtc_state+0x7d4/0x816()
[    1.460610] pipe state doesn't match!
[    1.460614] Modules linked in:
[    1.460619] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W    3.13.0-rc3AS+ #1
[    1.460622] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.460635]  00000000 00000000 f507b830 c07e90fb c0967aa4 f507b848 c042cb79 c066821d
[    1.460648]  f5142000 00000000 f6e0cb80 f507b860 c042cbf4 00000009 f507b858 c0967aa4
[    1.460661]  f507b874 f507bad4 c066821d c0966993 00002511 c0967aa4 04080000 f50805b0
[    1.460663] Call Trace:
[    1.460669]  [<c07e90fb>] dump_stack+0x48/0x69
[    1.460674]  [<c042cb79>] warn_slowpath_common+0x5c/0x73
[    1.460680]  [<c066821d>] ? check_crtc_state+0x7d4/0x816
[    1.460685]  [<c042cbf4>] warn_slowpath_fmt+0x26/0x2a
[    1.460691]  [<c066821d>] check_crtc_state+0x7d4/0x816
[    1.460702]  [<c0672d5f>] intel_modeset_check_state+0x305/0x581
[    1.460708]  [<c0672ffc>] intel_set_mode+0x21/0x2a
[    1.460714]  [<c0673537>] intel_crtc_set_config+0x532/0x6e5
[    1.460721]  [<c0640337>] drm_mode_set_config_internal+0x39/0x90
[    1.460726]  [<c063488f>] drm_fb_helper_set_par+0x4c/0x88
[    1.460732]  [<c05d8306>] fbcon_init+0x2cd/0x3a9
[    1.460738]  [<c061d7ef>] visual_init+0x9a/0xed
[    1.460743]  [<c061ec15>] do_bind_con_driver+0x142/0x230
[    1.460749]  [<c061ee12>] do_take_over_console+0x10f/0x137
[    1.460755]  [<c05d50e4>] do_fbcon_takeover+0x4c/0x8e
[    1.460761]  [<c05d8936>] fbcon_event_notify+0x26d/0x544
[    1.460766]  [<c0444ddf>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.460771]  [<c0444c88>] notifier_call_chain+0x25/0x46
[    1.460777]  [<c0444df3>] __blocking_notifier_call_chain+0x32/0x4a
[    1.460782]  [<c0444e17>] blocking_notifier_call_chain+0xc/0xe
[    1.460788]  [<c05cd895>] fb_notifier_call_chain+0x11/0x13
[    1.460794]  [<c05ce83b>] register_framebuffer+0x1eb/0x244
[    1.460800]  [<c0634bde>] drm_fb_helper_initial_config+0x313/0x3a1
[    1.460806]  [<c07ee594>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.460812]  [<c069d94f>] intel_fbdev_initial_config+0x19/0x1b
[    1.460818]  [<c064b3f4>] i915_driver_load+0x8e4/0xaee
[    1.460825]  [<c063b7a5>] drm_dev_register+0xdf/0x174
[    1.460831]  [<c063cc4d>] drm_get_pci_dev+0x7c/0xe9
[    1.460836]  [<c0648d9c>] i915_pci_probe+0x39/0x42
[    1.460841]  [<c05c56b4>] pci_device_probe+0x59/0xa2
[    1.460847]  [<c06a2969>] driver_probe_device+0x7f/0x16f
[    1.460852]  [<c06a2a9c>] __driver_attach+0x43/0x5f
[    1.460857]  [<c06a166a>] bus_for_each_dev+0x3e/0x68
[    1.460863]  [<c06a2563>] driver_attach+0x14/0x16
[    1.460868]  [<c06a2a59>] ? driver_probe_device+0x16f/0x16f
[    1.460873]  [<c06a22fa>] bus_add_driver+0xb7/0x17a
[    1.460879]  [<c06a2f33>] driver_register+0x6e/0xa0
[    1.460884]  [<c05c500c>] __pci_register_driver+0x45/0x48
[    1.460889]  [<c0a3a27c>] ? drm_core_init+0xe4/0xe4
[    1.460894]  [<c063cd22>] drm_pci_init+0x68/0xc0
[    1.460899]  [<c0a3a27c>] ? drm_core_init+0xe4/0xe4
[    1.460904]  [<c0a3a2de>] i915_init+0x62/0x64
[    1.460909]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.460914]  [<c0440300>] ? param_set_charp+0x9f/0xa3
[    1.460919]  [<c0a193b5>] ? loglevel+0x2b/0x2b
[    1.460924]  [<c04404c8>] ? parse_args+0x168/0x206
[    1.460930]  [<c0a19ae9>] kernel_init_freeable+0x166/0x1f0
[    1.460936]  [<c07e3b1d>] kernel_init+0x8/0xda
[    1.460941]  [<c07ef137>] ret_from_kernel_thread+0x1b/0x28
[    1.460946]  [<c07e3b15>] ? rest_init+0xa1/0xa1
[    1.460949] ---[ end trace 094d67ea6d87c547 ]---
[    1.460953] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    1.460955] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.460959] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.460963] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.460968] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.460970] [drm:intel_dump_pipe_config], requested mode:
[    1.460976] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.460978] [drm:intel_dump_pipe_config], adjusted mode:
[    1.460983] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.460988] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.460991] [drm:intel_dump_pipe_config], port clock: 72000
[    1.460995] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.460999] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
[    1.461002] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.461005] [drm:intel_dump_pipe_config], ips: 0
[    1.461008] [drm:intel_dump_pipe_config], double wide: 0
[    1.461011] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    1.461014] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.461017] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.461022] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.461026] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.461028] [drm:intel_dump_pipe_config], requested mode:
[    1.461034] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.461036] [drm:intel_dump_pipe_config], adjusted mode:
[    1.461041] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.461046] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.461049] [drm:intel_dump_pipe_config], port clock: 72000
[    1.461053] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.461057] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.461060] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.461063] [drm:intel_dump_pipe_config], ips: 0
[    1.461066] [drm:intel_dump_pipe_config], double wide: 0
[    1.461072] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    1.461078] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    1.461082] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
[    1.461084] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    1.461088] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.461091] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.461096] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    1.476131] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
[    1.476142] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.476148] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.476168] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.476175] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.476180] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.476185] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.476189] [drm:check_crtc_state], [CRTC:3]
[    1.476212] [drm:check_crtc_state], [CRTC:4]
[    1.476259] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.476264] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.476269] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.487755] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.487762] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.487766] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.498958] Console: switching to colour frame buffer device 170x48
[    1.498969] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.498975] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.498979] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.855208] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.857933] i915 0000:00:02.0: registered panic notifier
[    1.861177] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.864986] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.867926] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.874563] loop: module loaded
[    1.877631] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    1.880770] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.883919] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.887204] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.890588] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.894029] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.897497] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.901312] ahci 0000:00:1f.2: version 3.0
[    1.901782] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.901920] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.905497] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.909070] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.914983] scsi0 : ahci
[    1.919120] scsi1 : ahci
[    1.922940] scsi2 : ahci
[    1.926698] scsi3 : ahci
[    1.930294] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
[    1.933810] ata2: DUMMY
[    1.937295] ata3: DUMMY
[    1.940747] ata4: DUMMY
[    1.944587] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.952876] i8042: Detected active multiplexing controller, rev 1.1
[    1.957984] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.962053] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.965770] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.969456] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.973084] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.976969] mousedev: PS/2 mouse device common for all mice
[    1.981906] rtc_cmos 00:02: RTC can wake from S4
[    1.986142] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.989741] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.993437] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.997092] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    2.001350] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.005142] iTCO_vendor_support: vendor-support=0
[    2.009321] asus_laptop: Asus Laptop Support version 0.42
[    2.013453] asus_laptop:   UL20A model detected
[    2.019244] [drm:asle_set_backlight], bclp = 0x800000b3
[    2.019265] [drm:asle_set_backlight], updating opregion backlight 179/255
[    2.019282] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    2.019327] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    2.019408] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
[    2.029622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.208838] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.213601] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.218532] TCP: cubic registered
[    2.222465] Initializing XFRM netlink socket
[    2.226402] NET: Registered protocol family 17
[    2.230357] NET: Registered protocol family 15
[    2.234952] Using IPI No-Shortcut mode
[    2.239134] registered taskstats version 1
[    2.244049]   Magic number: 14:346:1007
[    2.247895] input input4: hash matches
[    2.251578] system 00:09: hash matches
[    2.255211] rtc_cmos 00:02: setting system clock to 2014-01-08 22:59:12 UTC (1389221952)
[    2.260711] PM: Hibernation image not present or could not be loaded.
[    2.268156] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.274418] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.280312] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.280324] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.333561] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[    2.338658] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.347484] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.352871] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.352878] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.357786] ata1.00: configured for UDMA/133
[    2.362135] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
[    2.366819] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.372784] sd 0:0:0:0: [sda] Write Protect is off
[    2.372927] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.379046] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.379128] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.454899]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[    2.460720] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.464565] Freeing unused kernel memory: 392K (c0a19000 - c0a7b000)
[    2.470633] Write protecting the kernel text: 4036k
[    2.474156] Write protecting the kernel read-only data: 1888k
[    2.495348] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.499631] systemd[1]: Running in initial RAM disk.
[    2.515930] systemd[1]: Failed to insert module 'autofs4'
[    2.519710] systemd[1]: No hostname configured.
[    2.523380] systemd[1]: Set hostname to <localhost>.
[    2.527560] random: systemd urandom read with 23 bits of entropy available
[    2.531259] systemd[1]: Initializing machine ID from random generator.
[    2.561310] systemd[1]: Starting Encrypted Volumes.
[    2.569174] systemd[1]: Reached target Encrypted Volumes.
[    2.573092] systemd[1]: Starting udev Kernel Socket.
[    2.580902] systemd[1]: Listening on udev Kernel Socket.
[    2.584691] systemd[1]: Starting udev Control Socket.
[    2.592278] systemd[1]: Listening on udev Control Socket.
[    2.595774] systemd[1]: Starting Journal Socket.
[    2.603644] systemd[1]: Listening on Journal Socket.
[    2.607254] systemd[1]: Starting dracut cmdline hook...
[    2.617962] systemd[1]: Started Load Kernel Modules.
[    2.621609] systemd[1]: Starting Journal Service...
[    2.637535] systemd[1]: Started Journal Service.
[    2.642357] systemd[1]: Starting Sockets.
[    2.649832] systemd[1]: Reached target Sockets.
[    2.653343] systemd[1]: Starting Swap.
[    2.660602] systemd[1]: Reached target Swap.
[    2.664002] systemd[1]: Starting Local File Systems.
[    2.671223] systemd[1]: Reached target Local File Systems.
[    2.875332] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    2.875340] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    2.875344] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    2.927456] systemd-udevd[125]: starting version 197
[    3.115470] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
[    3.157747] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.381116] [drm:i915_gem_open], 
[    3.381461] [drm:intel_crtc_cursor_set], cursor off
[    3.381478] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.381488] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.381495] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.381501] [drm:intel_crtc_cursor_set], cursor off
[    3.381507] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.381514] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.381519] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.381580] [drm:i915_gem_open], 
[    3.381622] [drm:intel_crtc_cursor_set], cursor off
[    3.381629] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.381636] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.381642] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.381648] [drm:intel_crtc_cursor_set], cursor off
[    3.381653] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.381660] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.381665] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.381714] [drm:i915_gem_open], 
[    3.382006] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.382040] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.382065] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.382079] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.382085] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    3.382103] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    3.382110] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    3.382120] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.399567] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.399582] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.399588] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.412079] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.416519] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.416528] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.416533] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.416538] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.416893] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.416898] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.416903] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.416910] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.416928] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.416936] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.416941] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.424083] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.428570] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.428578] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.428583] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.428589] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.428944] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.428949] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.428954] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.428960] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.428986] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.428994] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.428999] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.429005] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.429014] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.429021] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.429025] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.429031] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.429281] [drm:drm_mode_addfb], [FB:19]
[    4.686010] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.983015] random: nonblocking pool is initialized
[    5.211785] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    5.618657] systemd-journald[65]: Received SIGTERM
[    7.250541] type=1404 audit(1389221957.492:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.418294] SELinux: 2048 avtab hash slots, 98400 rules.
[    7.489417] SELinux: 2048 avtab hash slots, 98400 rules.
[    7.823652] SELinux:  9 users, 15 roles, 4414 types, 249 bools, 1 sens, 1024 cats
[    7.823662] SELinux:  83 classes, 98400 rules
[    7.845253] SELinux:  Permission attach_queue in class tun_socket not defined in policy.
[    7.848682] SELinux: the above unknown classes and permissions will be allowed
[    7.852148] SELinux:  Completing initialization.
[    7.852152] SELinux:  Setting up existing superblocks.
[    7.852378] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.852562] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    7.852763] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    7.852870] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    7.853263] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.853451] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    7.855687] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    7.855847] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    7.856421] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    7.856587] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    7.856739] SELinux: initialized (dev aio, type aio), not configured for labeling
[    7.856850] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    7.857076] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    7.857237] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    7.857412] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.861421] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    7.861471] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.861489] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.861761] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.861961] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862031] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862090] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862282] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862361] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862398] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862428] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862507] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.862658] SELinux: initialized (dev sda6, type ext4), uses xattr
[    7.919850] type=1403 audit(1389221958.160:3): policy loaded auid=4294967295 ses=4294967295
[    8.038189] systemd[1]: Successfully loaded SELinux policy in 869.245ms.
[    8.418021] systemd[1]: Relabelled /dev and /run in 49.394ms.
[   12.035899] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.177135] systemd-sysctl[255]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/00-system.conf', ignoring.
[   12.294953] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.305314] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.428068] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.450604] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.524050] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   12.579219] systemd-udevd[264]: starting version 201
[   12.586964] EXT4-fs (sda6): re-mounted. Opts: (null)
[   12.677719] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.681480] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.694100] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.740160] systemd-binfmt[262]: Failed to add binary format: No such file or directory
[   12.745470] systemd[1]: Unit systemd-binfmt.service entered failed state.
[   12.786433] systemd-journald[267]: Vacuuming done, freed 0 bytes
[   14.165800] ACPI: bus type USB registered
[   14.168948] usbcore: registered new interface driver usbfs
[   14.172143] usbcore: registered new interface driver hub
[   14.177808] usbcore: registered new device driver usb
[   14.210104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.213775] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
[   14.228935] ehci-pci: EHCI PCI platform driver
[   14.232471] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   14.235856] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   14.242591] uhci_hcd: USB Universal Host Controller Interface driver
[   14.245984] ehci-pci 0000:00:1a.7: debug port 1
[   14.249025] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.249035] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.249309] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.254031] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[   14.254039] ehci-pci 0000:00:1a.7: supports USB remote wakeup
[   14.254158] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
[   14.257212] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.268087] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   14.278186] usb usb1: default language 0x0409
[   14.278256] usb usb1: udev 1, busnum 1, minor = 0
[   14.278263] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   14.281457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.285073] usb usb1: Product: EHCI Host Controller
[   14.288001] usb usb1: Manufacturer: Linux 3.13.0-rc3AS+ ehci_hcd
[   14.290961] usb usb1: SerialNumber: 0000:00:1a.7
[   14.297621] usb usb1: usb_probe_device
[   14.297631] usb usb1: configuration #1 chosen from 1 choice
[   14.299948] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.301653] hub 1-0:1.0: usb_probe_interface
[   14.301660] hub 1-0:1.0: usb_probe_interface - got id
[   14.301684] hub 1-0:1.0: USB hub found
[   14.304861] hub 1-0:1.0: 6 ports detected
[   14.307715] hub 1-0:1.0: standalone hub
[   14.307721] hub 1-0:1.0: no power switching (usb 1.0)
[   14.307726] hub 1-0:1.0: individual port over-current protection
[   14.307733] hub 1-0:1.0: power on to power good time: 20ms
[   14.308404] hub 1-0:1.0: local power source is good
[   14.326294] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.326303] usb usb1: usb port3's DeviceRemovable is changed to 1 according to platform information.
[   14.326309] usb usb1: usb port6's DeviceRemovable is changed to 1 according to platform information.
[   14.326316] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.327834] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   14.331343] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[   14.334335] uhci_hcd 0000:00:1a.0: detected 2 ports
[   14.337280] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.337286] uhci_hcd 0000:00:1a.0: Performing full reset
[   14.337308] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[   14.337391] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
[   14.340830] usb usb2: default language 0x0409
[   14.340935] usb usb2: udev 1, busnum 2, minor = 128
[   14.340946] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   14.343858] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.346856] usb usb2: Product: UHCI Host Controller
[   14.349767] usb usb2: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.352671] usb usb2: SerialNumber: 0000:00:1a.0
[   14.360577] usb usb2: usb_probe_device
[   14.360592] usb usb2: configuration #1 chosen from 1 choice
[   14.360815] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.360977] hub 2-0:1.0: usb_probe_interface
[   14.360988] hub 2-0:1.0: usb_probe_interface - got id
[   14.361005] hub 2-0:1.0: USB hub found
[   14.364074] hub 2-0:1.0: 2 ports detected
[   14.366906] hub 2-0:1.0: standalone hub
[   14.366911] hub 2-0:1.0: no power switching (usb 1.0)
[   14.366920] hub 2-0:1.0: individual port over-current protection
[   14.366927] hub 2-0:1.0: power on to power good time: 2ms
[   14.367043] hub 2-0:1.0: local power source is good
[   14.369623] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.369634] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.371031] uhci_hcd 0000:00:1a.0: FS/LS companion for 0000:00:1a.7
[   14.371632] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   14.374538] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
[   14.377560] ehci-pci 0000:00:1d.7: debug port 1
[   14.380477] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.380490] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.380616] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.384520] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   14.384530] ehci-pci 0000:00:1d.7: supports USB remote wakeup
[   14.384611] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
[   14.388677] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.400068] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   14.403284] usb usb3: default language 0x0409
[   14.403396] usb usb3: udev 1, busnum 3, minor = 256
[   14.403407] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   14.406392] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.409321] usb usb3: Product: EHCI Host Controller
[   14.412212] usb usb3: Manufacturer: Linux 3.13.0-rc3AS+ ehci_hcd
[   14.419047] usb usb3: SerialNumber: 0000:00:1d.7
[   14.425064] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   14.425115] hub 1-0:1.0: port 3: status 0501 change 0001
[   14.426140] usb usb3: usb_probe_device
[   14.426152] usb usb3: configuration #1 chosen from 1 choice
[   14.426437] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.426610] hub 3-0:1.0: usb_probe_interface
[   14.426616] hub 3-0:1.0: usb_probe_interface - got id
[   14.426637] hub 3-0:1.0: USB hub found
[   14.435427] hub 3-0:1.0: 6 ports detected
[   14.439964] hub 3-0:1.0: standalone hub
[   14.439971] hub 3-0:1.0: no power switching (usb 1.0)
[   14.439980] hub 3-0:1.0: individual port over-current protection
[   14.439987] hub 3-0:1.0: power on to power good time: 20ms
[   14.440351] hub 3-0:1.0: local power source is good
[   14.447350] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   14.448236] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.448979] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   14.448998] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[   14.449012] uhci_hcd 0000:00:1a.1: detected 2 ports
[   14.449022] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.449025] uhci_hcd 0000:00:1a.1: Performing full reset
[   14.449044] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[   14.449099] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
[   14.449311] usb usb4: default language 0x0409
[   14.449377] usb usb4: udev 1, busnum 4, minor = 384
[   14.449381] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   14.449385] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.449388] usb usb4: Product: UHCI Host Controller
[   14.449392] usb usb4: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.449395] usb usb4: SerialNumber: 0000:00:1a.1
[   14.449895] usb usb4: usb_probe_device
[   14.449900] usb usb4: configuration #1 chosen from 1 choice
[   14.449948] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   14.450092] hub 4-0:1.0: usb_probe_interface
[   14.450096] hub 4-0:1.0: usb_probe_interface - got id
[   14.450106] hub 4-0:1.0: USB hub found
[   14.450141] hub 4-0:1.0: 2 ports detected
[   14.450144] hub 4-0:1.0: standalone hub
[   14.450147] hub 4-0:1.0: no power switching (usb 1.0)
[   14.450150] hub 4-0:1.0: individual port over-current protection
[   14.450155] hub 4-0:1.0: power on to power good time: 2ms
[   14.450203] hub 4-0:1.0: local power source is good
[   14.451765] usb usb4: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.451769] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   14.452082] uhci_hcd 0000:00:1a.1: FS/LS companion for 0000:00:1a.7
[   14.452429] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[   14.452448] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[   14.452461] uhci_hcd 0000:00:1a.2: detected 2 ports
[   14.452469] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.452473] uhci_hcd 0000:00:1a.2: Performing full reset
[   14.452491] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[   14.452540] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
[   14.452733] usb usb5: default language 0x0409
[   14.452797] usb usb5: udev 1, busnum 5, minor = 512
[   14.452801] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   14.452805] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.452809] usb usb5: Product: UHCI Host Controller
[   14.452812] usb usb5: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.452816] usb usb5: SerialNumber: 0000:00:1a.2
[   14.453230] usb usb5: usb_probe_device
[   14.453234] usb usb5: configuration #1 chosen from 1 choice
[   14.453279] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   14.453379] hub 5-0:1.0: usb_probe_interface
[   14.453382] hub 5-0:1.0: usb_probe_interface - got id
[   14.453392] hub 5-0:1.0: USB hub found
[   14.453424] hub 5-0:1.0: 2 ports detected
[   14.453428] hub 5-0:1.0: standalone hub
[   14.453431] hub 5-0:1.0: no power switching (usb 1.0)
[   14.453434] hub 5-0:1.0: individual port over-current protection
[   14.453438] hub 5-0:1.0: power on to power good time: 2ms
[   14.453485] hub 5-0:1.0: local power source is good
[   14.455043] usb usb5: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   14.455047] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   14.455321] uhci_hcd 0000:00:1a.2: FS/LS companion for 0000:00:1a.7
[   14.513393] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   14.513470] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.513906] hub 2-0:1.0: hub_suspend
[   14.514565] usb usb2: bus auto-suspend, wakeup 1
[   14.514581] usb usb2: suspend_rh
[   14.517042] Copyright(c) 2003-2013 Intel Corporation
[   14.524114] hub 1-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   14.524452] hub 1-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   14.524878] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[   14.525424] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
[   14.528190] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[   14.537429] uhci_hcd 0000:00:1d.0: detected 2 ports
[   14.541861] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.541872] uhci_hcd 0000:00:1d.0: Performing full reset
[   14.541902] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[   14.541930] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[   14.545564] uhci_hcd 0000:00:1a.1: port 1 portsc 0082,00
[   14.546365] usb usb6: default language 0x0409
[   14.546477] usb usb6: udev 1, busnum 6, minor = 640
[   14.546487] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   14.549414] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.552307] usb usb6: Product: UHCI Host Controller
[   14.555144] usb usb6: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.558072] usb usb6: SerialNumber: 0000:00:1d.0
[   14.565921] usb usb6: usb_probe_device
[   14.565933] usb usb6: configuration #1 chosen from 1 choice
[   14.566046] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   14.568746] hub 6-0:1.0: usb_probe_interface
[   14.568758] hub 6-0:1.0: usb_probe_interface - got id
[   14.568775] hub 6-0:1.0: USB hub found
[   14.572598] hub 6-0:1.0: 2 ports detected
[   14.575394] hub 6-0:1.0: standalone hub
[   14.575400] hub 6-0:1.0: no power switching (usb 1.0)
[   14.575409] hub 6-0:1.0: individual port over-current protection
[   14.575416] hub 6-0:1.0: power on to power good time: 2ms
[   14.575509] hub 6-0:1.0: local power source is good
[   14.578235] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   14.580736] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   14.580748] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   14.583993] uhci_hcd 0000:00:1d.0: FS/LS companion for 0000:00:1d.7
[   14.584557] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   14.587414] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[   14.590519] uhci_hcd 0000:00:1d.1: detected 2 ports
[   14.593394] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.593400] uhci_hcd 0000:00:1d.1: Performing full reset
[   14.593437] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[   14.593465] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
[   14.596710] usb usb7: default language 0x0409
[   14.596807] usb usb7: udev 1, busnum 7, minor = 768
[   14.596814] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   14.599693] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.602887] usb usb7: Product: UHCI Host Controller
[   14.605784] usb usb7: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.608726] usb usb7: SerialNumber: 0000:00:1d.1
[   14.614932] usb usb7: usb_probe_device
[   14.614944] usb usb7: configuration #1 chosen from 1 choice
[   14.615032] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   14.622098] hub 7-0:1.0: usb_probe_interface
[   14.622110] hub 7-0:1.0: usb_probe_interface - got id
[   14.622132] hub 7-0:1.0: USB hub found
[   14.626476] hub 7-0:1.0: 2 ports detected
[   14.629402] hub 7-0:1.0: standalone hub
[   14.629412] hub 7-0:1.0: no power switching (usb 1.0)
[   14.629417] hub 7-0:1.0: individual port over-current protection
[   14.629428] hub 7-0:1.0: power on to power good time: 2ms
[   14.629517] hub 7-0:1.0: local power source is good
[   14.633381] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   14.636358] usb 1-3: new high-speed USB device number 2 using ehci-pci
[   14.644679] uhci_hcd 0000:00:1d.1: FS/LS companion for 0000:00:1d.7
[   14.645216] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   14.650251] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[   14.666543] uhci_hcd 0000:00:1d.2: detected 2 ports
[   14.671908] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.671916] uhci_hcd 0000:00:1d.2: Performing full reset
[   14.671950] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[   14.671980] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
[   14.675509] usb usb8: default language 0x0409
[   14.675622] usb usb8: udev 1, busnum 8, minor = 896
[   14.675632] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[   14.678614] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.682561] usb usb8: Product: UHCI Host Controller
[   14.685733] usb usb8: Manufacturer: Linux 3.13.0-rc3AS+ uhci_hcd
[   14.689027] usb usb8: SerialNumber: 0000:00:1d.2
[   14.693545] usb usb8: usb_probe_device
[   14.693554] usb usb8: configuration #1 chosen from 1 choice
[   14.693618] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[   14.693781] hub 8-0:1.0: usb_probe_interface
[   14.693791] hub 8-0:1.0: usb_probe_interface - got id
[   14.693808] hub 8-0:1.0: USB hub found
[   14.697609] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   14.708442] hub 8-0:1.0: 2 ports detected
[   14.711467] hub 8-0:1.0: standalone hub
[   14.711472] hub 8-0:1.0: no power switching (usb 1.0)
[   14.711481] hub 8-0:1.0: individual port over-current protection
[   14.711493] hub 8-0:1.0: power on to power good time: 2ms
[   14.718541] hub 8-0:1.0: local power source is good
[   14.737920] hub 8-0:1.0: trying to enable port power on non-switchable hub
[   14.738459] uhci_hcd 0000:00:1d.2: FS/LS companion for 0000:00:1d.7
[   14.748363] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   14.748375] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   14.799128] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   14.844529] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   14.848013] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
[   14.861078] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   14.864469] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   14.868149] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
[   14.880698] usb 1-3: skipped 1 descriptor after configuration
[   14.880705] usb 1-3: skipped 6 descriptors after interface
[   14.880715] usb 1-3: skipped 1 descriptor after endpoint
[   14.880727] usb 1-3: skipped 8 descriptors after interface
[   14.881541] usb 1-3: default language 0x0409
[   14.881865] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   14.886685] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   14.889917] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   14.893004] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   14.893020] usb 1-3: udev 2, busnum 1, minor = 1
[   14.893025] usb 1-3: New USB device found, idVendor=04f2, idProduct=b036
[   14.893028] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   14.893032] usb 1-3: Product: USB2.0 0.3M UVC WebCam
[   14.893035] usb 1-3: Manufacturer: Chicony Electronics Co., Ltd.
[   14.893038] usb 1-3: SerialNumber: SN0001
[   14.893946] usb 1-3: usb_probe_device
[   14.893951] usb 1-3: configuration #1 chosen from 1 choice
[   14.911299] usb 1-3: adding 1-3:1.0 (config #1, interface 0)
[   14.912230] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   14.916495] usb 1-3: adding 1-3:1.1 (config #1, interface 1)
[   14.916556] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   14.916732] hub 3-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   14.916749] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.916760] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.916770] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.916781] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.916791] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.916812] hub 3-0:1.0: hub_suspend
[   14.917049] usb usb3: bus auto-suspend, wakeup 1
[   14.917053] ehci-pci 0000:00:1d.7: suspend root hub
[   14.917142] hub 5-0:1.0: hub_suspend
[   14.917248] usb usb5: bus auto-suspend, wakeup 1
[   14.917253] usb usb5: suspend_rh
[   14.917291] hub 4-0:1.0: hub_suspend
[   14.917319] usb usb4: bus auto-suspend, wakeup 1
[   14.917323] usb usb4: suspend_rh
[   14.917358] hub 6-0:1.0: hub_suspend
[   14.917384] usb usb6: bus auto-suspend, wakeup 1
[   14.917388] usb usb6: suspend_rh
[   14.917423] hub 7-0:1.0: hub_suspend
[   14.917450] usb usb7: bus auto-suspend, wakeup 1
[   14.917454] usb usb7: suspend_rh
[   14.917489] hub 8-0:1.0: hub_suspend
[   14.917515] usb usb8: bus auto-suspend, wakeup 1
[   14.917519] usb usb8: suspend_rh
[   14.960045] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   15.424423] irq 16: nobody cared (try booting with the "irqpoll" option)
[   15.427564] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G        W    3.13.0-rc3AS+ #1
[   15.428417] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[   15.428417]  00000000 00000000 f5009f84 c07e90fb f514d700 f5009f98 c0467e6b f514d700
[   15.428417]  00000000 00000010 f5009fb4 c04681d7 215fb4f2 fffeea19 f514d700 00000010
[   15.428417]  00000000 f5009fd4 c046694b 00000000 00000000 00000000 f514d700 f514d754
[   15.428417] Call Trace:
[   15.428417]  [<c07e90fb>] dump_stack+0x48/0x69
[   15.428417]  [<c0467e6b>] __report_bad_irq+0x14/0x9e
[   15.428417]  [<c04681d7>] note_interrupt+0x137/0x1b4
[   15.428417]  [<c046694b>] handle_irq_event_percpu+0xee/0x106
[   15.428417]  [<c046698f>] handle_irq_event+0x2c/0x45
[   15.428417]  [<c046892e>] ? handle_level_irq+0x6f/0x6f
[   15.428417]  [<c0468998>] handle_fasteoi_irq+0x6a/0x97
[   15.428417]  <IRQ>  [<c0402ed0>] ? do_IRQ+0x35/0x80
[   15.428417]  [<c07ef6b8>] ? common_interrupt+0x38/0x3d
[   15.428417]  [<c045007b>] ? dequeue_entity+0x191/0x228
[   15.428417]  [<c06ff108>] ? cpuidle_enter_state+0x42/0xa7
[   15.428417]  [<c06ff216>] ? cpuidle_idle_call+0xa9/0xe6
[   15.428417]  [<c07000f4>] ? ladder_select_state+0x18c/0x18c
[   15.428417]  [<c0408011>] ? arch_cpu_idle+0x8/0x1c
[   15.428417]  [<c046621e>] ? cpu_startup_entry+0xe2/0x160
[   15.428417]  [<c07e3b10>] ? rest_init+0x9c/0xa1
[   15.428417]  [<c0a1997e>] ? start_kernel+0x34d/0x352
[   15.428417]  [<c0a192c3>] ? i386_start_kernel+0x79/0x7d
[   15.428417] handlers:
[   15.428417] [<f810717a>] usb_hcd_irq [usbcore]
[   15.428417] Disabling IRQ #16
[   16.755453] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
[   16.899311] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
[   17.271476] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
[   18.047018] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   18.050527] SELinux: initialized (dev sda8, type ext4), uses xattr
[   18.609352] systemd-journald[267]: Received request to flush runtime journal from PID 1
[   23.678344] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   23.690006] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   23.747260] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   23.757900] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   23.850059] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
[   23.850513] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   23.850901] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
[   23.851275] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
[   23.851611] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
[   23.851977] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
[   23.856601] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
[   23.856975] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   23.857314] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
[   23.857679] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
[   23.858039] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
[   23.858405] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
[   23.859105] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
[   23.938428] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
[   24.066332] [drm:intel_crtc_cursor_set], cursor off
[   24.066345] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   24.066354] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   24.066361] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   24.066368] [drm:intel_crtc_cursor_set], cursor off
[   24.066374] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   24.066380] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   24.066386] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   25.612556] wlan0: authenticate with 00:24:36:a6:21:91
[   25.631314] wlan0: send auth to 00:24:36:a6:21:91 (try 1/3)
[   25.635612] wlan0: authenticated
[   25.640423] wlan0: associate with 00:24:36:a6:21:91 (try 1/3)
[   25.646263] wlan0: RX AssocResp from 00:24:36:a6:21:91 (capab=0x1431 status=0 aid=4)
[   25.672124] wlan0: associated
[   75.816336] type=1006 audit(1389222025.787:4): pid=513 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-08 20:21         ` Daniel Vetter
  2014-01-08 23:15           ` Alan Stern
@ 2014-01-13 20:16           ` Alan Stern
  2014-01-14  9:05             ` Daniel Vetter
  2014-01-14 12:52             ` [Intel-gfx] " Jani Nikula
  1 sibling, 2 replies; 28+ messages in thread
From: Alan Stern @ 2014-01-13 20:16 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Wed, 8 Jan 2014, Daniel Vetter wrote:

> On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote:
> > On Wed, 8 Jan 2014, Daniel Vetter wrote:
> > 
> > > On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > > > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > > > 
> > > > > I really want users to report these issues, and excessive WARNs seems
> > > > > to be the only way to get those reports. Please boot with
> > > > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > > > Also, which precise kernel are you running? Testing latest -rc is
> > > > > always recommended, this state checker code is fairly new and gets
> > > > > constantly extended and bugs fixed ...
> > > > 
> > > > Here you go.  This is the dmesg output after booting with
> > > > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > > > string; this is pristine 3.13-rc7.
> > > 
> > > That's strange, I've thought we've fixed the last struggling mismatch in
> > > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> > > from
> > > 
> > > http://cgit.freedesktop.org/~danvet/drm-intel/

I posted the output from the default branch in that repository last
week:

	http://marc.info/?l=linux-kernel&m=138922294308576&w=2

Have you had time to look at the results yet?

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-13 20:16           ` Alan Stern
@ 2014-01-14  9:05             ` Daniel Vetter
  2014-01-14 14:43               ` Alan Stern
  2014-01-14 12:52             ` [Intel-gfx] " Jani Nikula
  1 sibling, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-14  9:05 UTC (permalink / raw)
  To: Alan Stern
  Cc: Daniel Vetter, Daniel Vetter, intel-gfx, Kernel development list

On Mon, Jan 13, 2014 at 03:16:42PM -0500, Alan Stern wrote:
> On Wed, 8 Jan 2014, Daniel Vetter wrote:
> 
> > On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote:
> > > On Wed, 8 Jan 2014, Daniel Vetter wrote:
> > > 
> > > > On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > > > > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > > > > 
> > > > > > I really want users to report these issues, and excessive WARNs seems
> > > > > > to be the only way to get those reports. Please boot with
> > > > > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > > > > Also, which precise kernel are you running? Testing latest -rc is
> > > > > > always recommended, this state checker code is fairly new and gets
> > > > > > constantly extended and bugs fixed ...
> > > > > 
> > > > > Here you go.  This is the dmesg output after booting with
> > > > > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > > > > string; this is pristine 3.13-rc7.
> > > > 
> > > > That's strange, I've thought we've fixed the last struggling mismatch in
> > > > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> > > > from
> > > > 
> > > > http://cgit.freedesktop.org/~danvet/drm-intel/
> 
> I posted the output from the default branch in that repository last
> week:
> 
> 	http://marc.info/?l=linux-kernel&m=138922294308576&w=2

The default branch actually tends to be something stale, you need to
explicitly check out drm-intel-nightly ...

> Have you had time to look at the results yet?

It's marked on my todo, but unfortunately haven't gotten around to write
the patch yet (and analyze your log some more) ... I'll move it up the
prio list a bit.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-13 20:16           ` Alan Stern
  2014-01-14  9:05             ` Daniel Vetter
@ 2014-01-14 12:52             ` Jani Nikula
  1 sibling, 0 replies; 28+ messages in thread
From: Jani Nikula @ 2014-01-14 12:52 UTC (permalink / raw)
  To: Alan Stern, Daniel Vetter
  Cc: Daniel Vetter, intel-gfx, Kernel development list

On Mon, 13 Jan 2014, Alan Stern <stern@rowland.harvard.edu> wrote:
> On Wed, 8 Jan 2014, Daniel Vetter wrote:
>
>> On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote:
>> > On Wed, 8 Jan 2014, Daniel Vetter wrote:
>> > 
>> > > On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
>> > > > On Tue, 7 Jan 2014, Daniel Vetter wrote:
>> > > > 
>> > > > > I really want users to report these issues, and excessive WARNs seems
>> > > > > to be the only way to get those reports. Please boot with
>> > > > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
>> > > > > Also, which precise kernel are you running? Testing latest -rc is
>> > > > > always recommended, this state checker code is fairly new and gets
>> > > > > constantly extended and bugs fixed ...
>> > > > 
>> > > > Here you go.  This is the dmesg output after booting with
>> > > > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
>> > > > string; this is pristine 3.13-rc7.
>> > > 
>> > > That's strange, I've thought we've fixed the last struggling mismatch in
>> > > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
>> > > from
>> > > 
>> > > http://cgit.freedesktop.org/~danvet/drm-intel/
>
> I posted the output from the default branch in that repository last
> week:
>
> 	http://marc.info/?l=linux-kernel&m=138922294308576&w=2
>
> Have you had time to look at the results yet?

I think it might be the time to file this as a new bug on DRM/Intel at
https://bugs.freedesktop.org/enter_bug.cgi?product=DRI

BR,
Jani.


>
> Alan Stern
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-14  9:05             ` Daniel Vetter
@ 2014-01-14 14:43               ` Alan Stern
  2014-01-27  9:02                 ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-14 14:43 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Tue, 14 Jan 2014, Daniel Vetter wrote:

> On Mon, Jan 13, 2014 at 03:16:42PM -0500, Alan Stern wrote:
> > On Wed, 8 Jan 2014, Daniel Vetter wrote:
> > 
> > > On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote:
> > > > On Wed, 8 Jan 2014, Daniel Vetter wrote:
> > > > 
> > > > > On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote:
> > > > > > On Tue, 7 Jan 2014, Daniel Vetter wrote:
> > > > > > 
> > > > > > > I really want users to report these issues, and excessive WARNs seems
> > > > > > > to be the only way to get those reports. Please boot with
> > > > > > > drm.debug=0xe added to your kernel cmdline and reproduce this issues.
> > > > > > > Also, which precise kernel are you running? Testing latest -rc is
> > > > > > > always recommended, this state checker code is fairly new and gets
> > > > > > > constantly extended and bugs fixed ...
> > > > > > 
> > > > > > Here you go.  This is the dmesg output after booting with
> > > > > > drm.debug=0xe.  Pay no attention to the "AS" suffix in the version
> > > > > > string; this is pristine 3.13-rc7.
> > > > > 
> > > > > That's strange, I've thought we've fixed the last struggling mismatch in
> > > > > the lvds borber bits stuff. Can you please try latest drm-intel-nightly
> > > > > from
> > > > > 
> > > > > http://cgit.freedesktop.org/~danvet/drm-intel/
> > 
> > I posted the output from the default branch in that repository last
> > week:
> > 
> > 	http://marc.info/?l=linux-kernel&m=138922294308576&w=2
> 
> The default branch actually tends to be something stale, you need to
> explicitly check out drm-intel-nightly ...
> 
> > Have you had time to look at the results yet?
> 
> It's marked on my todo, but unfortunately haven't gotten around to write
> the patch yet (and analyze your log some more) ... I'll move it up the
> prio list a bit.

Don't bother.  I'll redo it using the drm-intel-nightly branch, but I 
won't have time for a few days.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-14 14:43               ` Alan Stern
@ 2014-01-27  9:02                 ` Daniel Vetter
  2014-01-27 15:30                   ` Alan Stern
  2014-01-28 16:34                   ` Alan Stern
  0 siblings, 2 replies; 28+ messages in thread
From: Daniel Vetter @ 2014-01-27  9:02 UTC (permalink / raw)
  To: Alan Stern; +Cc: intel-gfx, Kernel development list

On Tue, Jan 14, 2014 at 3:43 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> Don't bother.  I'll redo it using the drm-intel-nightly branch, but I
> won't have time for a few days.

My apologies for the delay in getting around to this. Can you please
test the patch i've just posted?

http://patchwork.freedesktop.org/patch/18810/

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27  9:02                 ` Daniel Vetter
@ 2014-01-27 15:30                   ` Alan Stern
  2014-01-27 15:56                     ` Daniel Vetter
  2014-01-28 16:34                   ` Alan Stern
  1 sibling, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-27 15:30 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

On Mon, 27 Jan 2014, Daniel Vetter wrote:

> On Tue, Jan 14, 2014 at 3:43 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> > Don't bother.  I'll redo it using the drm-intel-nightly branch, but I
> > won't have time for a few days.
> 
> My apologies for the delay in getting around to this. Can you please
> test the patch i've just posted?
> 
> http://patchwork.freedesktop.org/patch/18810/

I will.

By the way, I tried getting an up-to-date version of your 
drm-intel-nightly branch, and ended up with the following:

$ git clone --depth 1 -b drm-intel-nightly http://cgit.freedesktop.org/~danvet/drm-intel/
Cloning into 'drm-intel'...
fatal: dumb http transport does not support --depth

(I can't remember what happened the first time I tried to clone your 
repository).  So I will try running with this patch on top of 3.13.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27 15:30                   ` Alan Stern
@ 2014-01-27 15:56                     ` Daniel Vetter
  2014-01-27 16:05                       ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-27 15:56 UTC (permalink / raw)
  To: Alan Stern; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Mon, Jan 27, 2014 at 10:30:11AM -0500, Alan Stern wrote:
> On Mon, 27 Jan 2014, Daniel Vetter wrote:
> 
> > On Tue, Jan 14, 2014 at 3:43 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> > > Don't bother.  I'll redo it using the drm-intel-nightly branch, but I
> > > won't have time for a few days.
> > 
> > My apologies for the delay in getting around to this. Can you please
> > test the patch i've just posted?
> > 
> > http://patchwork.freedesktop.org/patch/18810/
> 
> I will.
> 
> By the way, I tried getting an up-to-date version of your 
> drm-intel-nightly branch, and ended up with the following:
> 
> $ git clone --depth 1 -b drm-intel-nightly http://cgit.freedesktop.org/~danvet/drm-intel/
> Cloning into 'drm-intel'...
> fatal: dumb http transport does not support --depth
> 
> (I can't remember what happened the first time I tried to clone your 
> repository).  So I will try running with this patch on top of 3.13.

Well, use the git:// link with --depth ...
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27 15:56                     ` Daniel Vetter
@ 2014-01-27 16:05                       ` Alan Stern
  2014-01-27 16:36                         ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-27 16:05 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

On Mon, 27 Jan 2014, Daniel Vetter wrote:

> > By the way, I tried getting an up-to-date version of your 
> > drm-intel-nightly branch, and ended up with the following:
> > 
> > $ git clone --depth 1 -b drm-intel-nightly http://cgit.freedesktop.org/~danvet/drm-intel/
> > Cloning into 'drm-intel'...
> > fatal: dumb http transport does not support --depth
> > 
> > (I can't remember what happened the first time I tried to clone your 
> > repository).  So I will try running with this patch on top of 3.13.
> 
> Well, use the git:// link with --depth ...

$ git clone --depth 1 -b drm-intel-nightly git://cgit.freedesktop.org/~danvet/drm-intel/
Cloning into 'drm-intel'...
fatal: remote error: access denied or repository not exported: ~danvet/drm-intel/

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27 16:05                       ` Alan Stern
@ 2014-01-27 16:36                         ` Daniel Vetter
  2014-01-27 17:14                           ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-27 16:36 UTC (permalink / raw)
  To: Alan Stern; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Mon, Jan 27, 2014 at 11:05:47AM -0500, Alan Stern wrote:
> On Mon, 27 Jan 2014, Daniel Vetter wrote:
> 
> > > By the way, I tried getting an up-to-date version of your 
> > > drm-intel-nightly branch, and ended up with the following:
> > > 
> > > $ git clone --depth 1 -b drm-intel-nightly http://cgit.freedesktop.org/~danvet/drm-intel/
> > > Cloning into 'drm-intel'...
> > > fatal: dumb http transport does not support --depth
> > > 
> > > (I can't remember what happened the first time I tried to clone your 
> > > repository).  So I will try running with this patch on top of 3.13.
> > 
> > Well, use the git:// link with --depth ...
> 
> $ git clone --depth 1 -b drm-intel-nightly git://cgit.freedesktop.org/~danvet/drm-intel/
> Cloning into 'drm-intel'...
> fatal: remote error: access denied or repository not exported: ~danvet/drm-intel/

Erhm, http://cgit.freedesktop.org/~danvet/drm-intel/ is the cgit web view,
the actual git repo is at http://cgit.freedesktop.org/~danvet/drm-intel/
...

Cheers, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27 16:36                         ` Daniel Vetter
@ 2014-01-27 17:14                           ` Alan Stern
  0 siblings, 0 replies; 28+ messages in thread
From: Alan Stern @ 2014-01-27 17:14 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

On Mon, 27 Jan 2014, Daniel Vetter wrote:

> On Mon, Jan 27, 2014 at 11:05:47AM -0500, Alan Stern wrote:
> > On Mon, 27 Jan 2014, Daniel Vetter wrote:
> > 
> > > > By the way, I tried getting an up-to-date version of your 
> > > > drm-intel-nightly branch, and ended up with the following:
> > > > 
> > > > $ git clone --depth 1 -b drm-intel-nightly http://cgit.freedesktop.org/~danvet/drm-intel/
> > > > Cloning into 'drm-intel'...
> > > > fatal: dumb http transport does not support --depth
> > > > 
> > > > (I can't remember what happened the first time I tried to clone your 
> > > > repository).  So I will try running with this patch on top of 3.13.
> > > 
> > > Well, use the git:// link with --depth ...
> > 
> > $ git clone --depth 1 -b drm-intel-nightly git://cgit.freedesktop.org/~danvet/drm-intel/
> > Cloning into 'drm-intel'...
> > fatal: remote error: access denied or repository not exported: ~danvet/drm-intel/
> 
> Erhm, http://cgit.freedesktop.org/~danvet/drm-intel/ is the cgit web view,
> the actual git repo is at http://cgit.freedesktop.org/~danvet/drm-intel/
> ...

I used git://freedesktop.org/~danvet/drm-intel/ and that worked.  I'll 
post the results when I get a chance to try the patch.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Excessive WARN()s in Intel 915 driver
  2014-01-27  9:02                 ` Daniel Vetter
  2014-01-27 15:30                   ` Alan Stern
@ 2014-01-28 16:34                   ` Alan Stern
  1 sibling, 0 replies; 28+ messages in thread
From: Alan Stern @ 2014-01-28 16:34 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

[-- Attachment #1: Type: TEXT/PLAIN, Size: 578 bytes --]

On Mon, 27 Jan 2014, Daniel Vetter wrote:

> On Tue, Jan 14, 2014 at 3:43 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> > Don't bother.  I'll redo it using the drm-intel-nightly branch, but I
> > won't have time for a few days.
> 
> My apologies for the delay in getting around to this. Can you please
> test the patch i've just posted?
> 
> http://patchwork.freedesktop.org/patch/18810/
> 
> Thanks, Daniel

Attached are two boot-up logs, for comparison.  The first is the
drm-intel-nightly branch without the new patch, and the second has the
patch applied.

Alan Stern

[-- Attachment #2: Type: TEXT/plain, Size: 102633 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-rc8AS+ (stern@saphir.localdomain) (gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #1 SMP PREEMPT Mon Jan 27 21:27:12 EST 2014
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
[    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-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] total RAM covered: 2014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
[    0.000000]  [mem 0x36400000-0x367fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
[    0.000000]  [mem 0x30000000-0x363fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
[    0.000000]  [mem 0x36800000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x01053000, 0x01053fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
[    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
[    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
[    0.000000] ACPI: FACS 7ddaf000 000040
[    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
[    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
[    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
[    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
[    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
[    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
[    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x01054000, 0x01054fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
[    0.000000] On node 0 totalpages: 515389
[    0.000000] free_area_init_node: node 0, pgdat c0a0ae80, node_mem_map f5aaa020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2252 pages used for memmap
[    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30336 r0 d22912 u53248
[    0.000000] pcpu-alloc: s30336 r0 d22912 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] allocated 4123896 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
[    0.000000] Memory: 2016636K/2061556K available (4021K kernel code, 322K rwdata, 1864K rodata, 388K init, 5980K bss, 44920K reserved, 1152648K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc0a12000 - 0xc0a73000   ( 388 kB)
      .data : 0xc07ed9ef - 0xc0a11900   (2191 kB)
      .text : 0xc0400000 - 0xc07ed9ef   (4022 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 1300.001 MHz processor
[    0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2600.00 BogoMIPS (lpj=5200004)
[    0.008264] pid_max: default: 32768 minimum: 301
[    0.008542] Security Framework initialized
[    0.008675] SELinux:  Initializing.
[    0.012100] SELinux:  Starting in permissive mode
[    0.012134] Mount-cache hash table entries: 512
[    0.013832] Initializing cgroup subsys memory
[    0.013995] Initializing cgroup subsys devices
[    0.014150] Initializing cgroup subsys freezer
[    0.014302] Initializing cgroup subsys blkio
[    0.014432] Initializing cgroup subsys perf_event
[    0.014647] CPU: Physical Processor ID: 0
[    0.014775] CPU: Processor Core ID: 0
[    0.014903] mce: CPU supports 6 MCE banks
[    0.015040] CPU0: Thermal monitoring enabled (TM2)
[    0.015187] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.015739] Freeing SMP alternatives memory: 12K (c0a73000 - c0a76000)
[    0.015872] ACPI: Core revision 20131115
[    0.040550] ACPI: All ACPI Tables successfully acquired
[    0.048229] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.048943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.088795] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.092000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.092000] ... version:                2
[    0.092000] ... bit width:              40
[    0.092000] ... generic registers:      2
[    0.092000] ... value mask:             000000ffffffffff
[    0.092000] ... max period:             000000007fffffff
[    0.092000] ... fixed-purpose events:   3
[    0.092000] ... event mask:             0000000700000003
[    0.120468] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
[    0.120473] x86: Booting SMP configuration:
[    0.012000] Initializing CPU#1
[    0.132447] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.120603] .... node  #0, CPUs:      #1
[    0.132878] x86: Booted up 1 node, 2 CPUs
[    0.133126] smpboot: Total of 2 processors activated (5200.00 BogoMIPS)
[    0.136795] devtmpfs: initialized
[    0.140397] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
[    0.140985] RTC time:  2:35:58, date: 01/28/14
[    0.141506] NET: Registered protocol family 16
[    0.142751] cpuidle: using governor ladder
[    0.142882] cpuidle: using governor menu
[    0.144463] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.144694] ACPI: bus type PCI registered
[    0.145057] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.145271] PCI: not using MMCONFIG
[    0.145658] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.145790] PCI: Using configuration type 1 for base access
[    0.151529] bio: create slab <bio-0> at 0
[    0.152221] ACPI: Added _OSI(Module Device)
[    0.154402] ACPI: Added _OSI(Processor Device)
[    0.154533] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.154664] ACPI: Added _OSI(Processor Aggregator Device)
[    0.170931] ACPI : EC: EC description table is found, configuring boot EC
[    0.196350] ACPI: Executed 1 blocks of module-level executable AML code
[    0.207257] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.216443] ACPI BIOS Warning (bug): Incorrect checksum in table [ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
[    0.217539] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.221786] ACPI: Dynamic OEM Table Load:
[    0.222008] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.222709] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.226906] ACPI: Dynamic OEM Table Load:
[    0.227129] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.228227] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.232460] ACPI: Dynamic OEM Table Load:
[    0.232683] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.233283] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.237487] ACPI: Dynamic OEM Table Load:
[    0.237710] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.239070] ACPI: Interpreter enabled
[    0.239238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.239549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.239930] ACPI: (supports S0 S3 S4 S5)
[    0.240008] ACPI: Using IOAPIC for interrupt routing
[    0.240245] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.248201] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.248412] PCI: Using MMCONFIG for extended config space
[    0.248584] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.250097] ACPI: No dock devices found.
[    0.294951] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.295094] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
[    0.295692] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.297081] PCI host bridge to bus 0000:00
[    0.297216] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.297350] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.297484] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.297619] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.297754] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.297890] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
[    0.298109] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.298712] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.298752] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
[    0.298776] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.298794] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
[    0.299335] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.299369] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
[    0.299909] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.300014] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
[    0.300510] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.300790] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.300907] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
[    0.301343] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.301623] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.301740] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
[    0.302174] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.302476] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.302529] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
[    0.302757] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.303280] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.303573] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.303620] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
[    0.303823] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.304098] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.304379] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.304588] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.305014] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.305225] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.305512] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.305796] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.305913] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.306353] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.306645] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.306763] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
[    0.307207] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.307486] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.307603] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
[    0.308032] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.308334] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.308387] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
[    0.308614] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.309078] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.309356] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.309748] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.310022] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.310637] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.310694] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
[    0.310718] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
[    0.310743] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
[    0.310767] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
[    0.310791] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
[    0.310815] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
[    0.310959] pci 0000:00:1f.2: PME# supported from D3hot
[    0.311714] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
[    0.311886] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
[    0.312681] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.312963] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.313108] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.313371] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
[    0.313424] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.313453] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.313686] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313782] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.314032] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.314170] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.314182] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.314437] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.314596] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.314603] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.314610] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.314616] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.314623] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
[    0.314716] pci_bus 0000:00: on NUMA node 0
[    0.319969] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.320793] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
[    0.321490] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.321996] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
[    0.322738] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.323342] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
[    0.324131] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
[    0.324921] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.327734] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.327975] ACPI: \_SB_.PCI0: notify handler is installed
[    0.328363] Found 1 acpi root devices
[    0.328907] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.329515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.329515] vgaarb: loaded
[    0.329515] vgaarb: bridge control possible 0000:00:02.0
[    0.329515] SCSI subsystem initialized
[    0.329515] libata version 3.00 loaded.
[    0.329515] PCI: Using ACPI for IRQ routing
[    0.329515] PCI: pci_cache_line_size set to 64 bytes
[    0.329515] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.329515] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
[    0.332687] cfg80211: Calling CRDA to update world regulatory domain
[    0.332902] NetLabel: Initializing
[    0.332902] NetLabel:  domain hash size = 128
[    0.332902] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.332902] NetLabel:  unlabeled traffic allowed by default
[    0.332902] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.332902] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.332938] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.336112] Switched to clocksource hpet
[    0.336789] pnp: PnP ACPI init
[    0.336985] ACPI: bus type PNP registered
[    0.337294] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.337480] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.337580] pnp 00:01: [dma 4]
[    0.337667] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.337799] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.337983] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.338224] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.338333] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.338450] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.338980] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.339119] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.339255] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.339390] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.339526] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
[    0.339736] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.339874] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.340010] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.340172] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.340309] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.341082] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.341219] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.341355] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.341492] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.341634] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.341912] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.342212] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.342352] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.342495] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342747] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.342890] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343165] system 00:0b: [io  0x0250-0x0253] has been reserved
[    0.343301] system 00:0b: [io  0x0256-0x025f] has been reserved
[    0.343438] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.343575] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.343713] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
[    0.343849] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.343991] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.344303] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[    0.344446] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.345622] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.345762] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.345900] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.346038] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
[    0.346180] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.346675] pnp: PnP ACPI: found 14 devices
[    0.346806] ACPI: bus type PNP unregistered
[    0.391034] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.391063] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.391074] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.391284] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.391425] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.391575] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.391710] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.391852] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.391992] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.392230] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.392386] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.392392] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.392398] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392404] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392410] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392416] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.392422] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.392428] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.392434] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.392440] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.392446] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.392452] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.392458] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.392463] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
[    0.392560] NET: Registered protocol family 2
[    0.393436] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.393652] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.394993] TCP: Hash tables configured (established 8192 bind 8192)
[    0.395200] TCP: reno registered
[    0.395334] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.395625] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.396315] NET: Registered protocol family 1
[    0.396477] pci 0000:00:02.0: Boot video device
[    0.396787] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.396793] pci 0000:00:1a.0: Performing full reset
[    0.397345] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397351] pci 0000:00:1a.1: Performing full reset
[    0.397897] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.397903] pci 0000:00:1a.2: Performing full reset
[    0.399015] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.399020] pci 0000:00:1d.0: Performing full reset
[    0.399557] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.399563] pci 0000:00:1d.1: Performing full reset
[    0.400123] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.400128] pci 0000:00:1d.2: Performing full reset
[    0.400986] PCI: CLS 32 bytes, default 64
[    0.401400] Unpacking initramfs...
[    1.027331] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
[    1.050159] DMA-API: preallocated 65536 debug entries
[    1.050298] DMA-API: debugging enabled by kernel config
[    1.050752] Simple Boot Flag at 0x51 set to 0x1
[    1.052175] Scanning for low memory corruption every 60 seconds
[    1.053336] audit: initializing netlink socket (disabled)
[    1.053541] type=2000 audit(1390876559.052:1): initialized
[    1.054540] bounce pool size: 64 pages
[    1.061016] VFS: Disk quotas dquot_6.5.2
[    1.061295] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.063152] fuse init (API version 7.22)
[    1.063608] msgmni has been set to 1709
[    1.064141] SELinux:  Registering netfilter hooks
[    1.066450] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.066686] io scheduler noop registered
[    1.066814] io scheduler deadline registered
[    1.067090] io scheduler cfq registered (default)
[    1.067696] intel_idle: does not run on family 6 model 23
[    1.068802] ACPI: AC Adapter [AC0] (on-line)
[    1.069244] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    1.069532] ACPI: Sleep Button [SLPB]
[    1.069860] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.078055] ACPI: Lid Switch [LID]
[    1.078357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.078572] ACPI: Power Button [PWRF]
[    1.079659] Monitor-Mwait will be used to enter C-1 state
[    1.079875] Monitor-Mwait will be used to enter C-3 state
[    1.079905] tsc: Marking TSC unstable due to TSC halts in idle
[    1.080204] ACPI: acpi_idle registered with cpuidle
[    1.087488] thermal LNXTHERM:00: registered as thermal_zone0
[    1.087623] ACPI: Thermal Zone [THRM] (48 C)
[    1.087982] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.091594] Non-volatile memory driver v1.3
[    1.091772] Linux agpgart interface v0.103
[    1.094552] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.094871] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.096997] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.097753] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.098007] [drm] Initialized drm 1.1.0 20060810
[    1.102120] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
[    1.102282] [drm:intel_detect_pch], No PCH found?
[    1.102288] [drm] Memory usable by graphics device = 2048M
[    1.102454] [drm:i915_gem_gtt_init], GMADR size = 256M
[    1.102459] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[    1.103769] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
[    1.103786] [drm:intel_opregion_setup], Public ACPI methods supported
[    1.103791] [drm:intel_opregion_setup], SWSCI supported
[    1.124244] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
[    1.124251] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
[    1.124255] [drm:intel_opregion_setup], ASLE supported
[    1.124534] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.124609] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.124827] [drm] Driver supports precise vblank timestamp query.
[    1.124975] [drm:init_vbt_defaults], Set default to SSC at 100000 kHz
[    1.124982] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
[    1.124990] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    1.124995] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    1.125002] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    1.125010] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
[    1.125016] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
[    1.125022] [drm:parse_lfp_backlight], VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 50
[    1.125028] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    1.125036] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[    1.125040] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    1.125046] [drm:parse_mipi], No MIPI BDB found
[    1.125072] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    1.125119] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
[    1.125623] [drm:intel_modeset_init], 2 display pipes available.
[    1.125708] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    1.125728] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    1.125742] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.154276] ACPI: Battery Slot [BAT0] (battery present)
[    1.208142] [drm:intel_lvds_init], using preferred mode from EDID: 
[    1.208151] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.208162] [drm:intel_lvds_init], detected single-link lvds configuration
[    1.208553] [drm:intel_panel_setup_backlight], backlight initialized, enabled, brightness 1398348/1992060, sysfs interface registered
[    1.208711] [drm:intel_dp_init_connector], Adding DP connector on port D
[    1.208818] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[    1.209604] [drm:i965_irq_handler] *ERROR* pipe B underrun
[    1.211809] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.211825] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.214379] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.214397] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.214497] [drm:intel_tv_init], Integrated TV is not present.
[    1.214507] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[    1.218995] [drm:init_status_page], render ring hws offset: 0x00001000
[    1.219001] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.219009] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[    1.219149] [drm:init_status_page], bsd ring hws offset: 0x00024000
[    1.219154] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.219162] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[    1.219258] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
[    1.219279] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    1.219288] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
[    1.219297] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
[    1.219304] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
[    1.219311] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
[    1.219318] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
[    1.219324] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
[    1.219333] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    1.219338] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.219343] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    1.219349] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.219355] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.219360] [drm:intel_dump_pipe_config], requested mode:
[    1.219366] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.219371] [drm:intel_dump_pipe_config], adjusted mode:
[    1.219377] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.219383] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    1.219388] [drm:intel_dump_pipe_config], port clock: 0
[    1.219392] [drm:intel_dump_pipe_config], pipe src size: 0x0
[    1.219398] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.219403] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.219407] [drm:intel_dump_pipe_config], ips: 0
[    1.219412] [drm:intel_dump_pipe_config], double wide: 0
[    1.219419] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    1.219423] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.219428] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.219434] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.219441] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.219445] [drm:intel_dump_pipe_config], requested mode:
[    1.219452] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.219456] [drm:intel_dump_pipe_config], adjusted mode:
[    1.219462] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.219469] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.219474] [drm:intel_dump_pipe_config], port clock: 72000
[    1.219479] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.219485] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.219490] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.219494] [drm:intel_dump_pipe_config], ips: 0
[    1.219499] [drm:intel_dump_pipe_config], double wide: 0
[    1.219506] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.219513] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.219520] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.219526] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.219533] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.219538] [drm:check_crtc_state], [CRTC:3]
[    1.219544] [drm:check_crtc_state], [CRTC:4]
[    1.219578] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    1.219584] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    1.219600] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    1.219608] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.219613] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    1.219619] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    1.224068] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.228062] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    1.228068] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.228073] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    1.228078] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    1.228441] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.228447] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    1.228451] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    1.228457] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    1.228463] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    1.228468] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    1.228474] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    1.228478] [drm:drm_setup_crtcs], 
[    1.228484] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.228489] [drm:drm_enable_connectors], connector 11 enabled? no
[    1.228494] [drm:drm_enable_connectors], connector 14 enabled? no
[    1.228499] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.228503] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.228508] [drm:drm_target_preferred], found mode 1366x768
[    1.228513] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.228520] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
[    1.228529] [drm:intelfb_create], no BIOS fb, allocating a new one
[    1.228534] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
[    1.228542] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
[    1.230474] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f5337f00
[    1.231170] fbcon: inteldrmfb (fb0) is primary device
[    1.233188] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.233193] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    1.233196] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    1.233201] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.233207] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233210] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    1.233214] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.233218] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
[    1.233221] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.233224] [drm:intel_modeset_stage_output_state], crtc enabled, full mode switch
[    1.233229] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    1.233234] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    1.233260] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    1.233264] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    1.233268] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    1.233270] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.233273] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    1.233278] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.233282] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.233284] [drm:intel_dump_pipe_config], requested mode:
[    1.233290] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233292] [drm:intel_dump_pipe_config], adjusted mode:
[    1.233297] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233303] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
[    1.233305] [drm:intel_dump_pipe_config], port clock: 71900
[    1.233308] [drm:intel_dump_pipe_config], pipe src size: 1366x768
[    1.233312] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.233315] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.233318] [drm:intel_dump_pipe_config], ips: 0
[    1.233320] [drm:intel_dump_pipe_config], double wide: 0
[    1.233477] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
[    1.233527] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
[    1.233536] [drm:intel_update_fbc], no output, disabling
[    1.233544] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
[    1.234433] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.234438] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.288130] [drm:intel_update_fbc], disabled per chip default
[    1.288141] [drm:intel_panel_enable_backlight], pipe A
[    1.288170] ------------[ cut here ]------------
[    1.288179] WARNING: CPU: 1 PID: 1 at drivers/gpu/drm/i915/intel_panel.c:714 i965_enable_backlight+0x4a/0x119()
[    1.288180] backlight already enabled
[    1.288183] Modules linked in:
[    1.288188] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc8AS+ #1
[    1.288190] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.288199]  00000000 00000000 f507ba34 c07e66d6 f507ba5c f507ba4c c042c880 c068068b
[    1.288206]  f6e10000 f6e84400 00000000 f507ba64 c042c8bd 00000009 f507ba5c c096322a
[    1.288214]  f507ba78 f507ba88 c068068b c09631eb 000002ca c096322a e0000000 f6e11c44
[    1.288216] Call Trace:
[    1.288222]  [<c07e66d6>] dump_stack+0x48/0x69
[    1.288228]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.288233]  [<c068068b>] ? i965_enable_backlight+0x4a/0x119
[    1.288237]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.288242]  [<c068068b>] i965_enable_backlight+0x4a/0x119
[    1.288247]  [<c06813de>] intel_panel_enable_backlight+0x98/0xb1
[    1.288252]  [<c0671218>] intel_enable_lvds+0xf0/0x10d
[    1.288256]  [<c0668db6>] i9xx_crtc_enable+0x305/0x31b
[    1.288264]  [<c06925e2>] ? gen4_write64+0x3f/0x3f
[    1.288268]  [<c066b65e>] __intel_set_mode+0xe9e/0xf60
[    1.288273]  [<c066cfba>] intel_set_mode+0x12/0x2a
[    1.288277]  [<c066d706>] intel_crtc_set_config+0x663/0x958
[    1.288282]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.288287]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.288293]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.288298]  [<c061b629>] visual_init+0x9a/0xed
[    1.288303]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.288308]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.288313]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.288317]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.288322]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.288328]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.288332]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.288336]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.288341]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.288346]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.288351]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.288357]  [<c07eb979>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.288363]  [<c069741d>] intel_fbdev_initial_config+0x19/0x1b
[    1.288368]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.288374]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.288378]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.288382]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.288388]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.288393]  [<c06a1082>] driver_probe_device+0x7f/0x16f
[    1.288397]  [<c06a11ec>] __driver_attach+0x4e/0x6a
[    1.288401]  [<c069fcfc>] bus_for_each_dev+0x39/0x65
[    1.288406]  [<c06a0cdb>] driver_attach+0x14/0x16
[    1.288410]  [<c06a119e>] ? __device_attach+0x2c/0x2c
[    1.288414]  [<c06a0a0a>] bus_add_driver+0xb6/0x183
[    1.288418]  [<c06a165d>] driver_register+0x6f/0xa4
[    1.288422]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.288428]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288432]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.288436]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288440]  [<c0a33137>] i915_init+0x62/0x64
[    1.288444]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.288448]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.288452]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.288458]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.288463]  [<c07e1175>] kernel_init+0x8/0xda
[    1.288467]  [<c07ec8b7>] ret_from_kernel_thread+0x1b/0x28
[    1.288472]  [<c07e116d>] ? rest_init+0xa1/0xa1
[    1.288528] ---[ end trace 041fb7806a9b9805 ]---
[    1.288532] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.288604] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.288619] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.288625] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.288631] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.288635] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.288640] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.288644] [drm:check_crtc_state], [CRTC:3]
[    1.288667] [drm:check_crtc_state], [CRTC:4]
[    1.288691] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    1.288693] ------------[ cut here ]------------
[    1.288699] WARNING: CPU: 1 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9558 check_crtc_state+0x7b1/0x7f3()
[    1.288700] pipe state doesn't match!
[    1.288703] Modules linked in:
[    1.288708] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G        W    3.13.0-rc8AS+ #1
[    1.288710] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.288723]  00000000 00000000 f507b890 c07e66d6 f507b8b8 f507b8a8 c042c880 c0662aea
[    1.288735]  f5142000 f6df4800 00000000 f507b8c0 c042c8bd 00000009 f507b8b8 c095db4f
[    1.288747]  f507b8d4 f507bb28 c0662aea c095c87c 00002556 c095db4f f6df4b90 f6df4b04
[    1.288749] Call Trace:
[    1.288755]  [<c07e66d6>] dump_stack+0x48/0x69
[    1.288760]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.288765]  [<c0662aea>] ? check_crtc_state+0x7b1/0x7f3
[    1.288770]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.288775]  [<c0662aea>] check_crtc_state+0x7b1/0x7f3
[    1.288786]  [<c066cd09>] intel_modeset_check_state+0x2fb/0x552
[    1.288792]  [<c066cfc9>] intel_set_mode+0x21/0x2a
[    1.288797]  [<c066d706>] intel_crtc_set_config+0x663/0x958
[    1.288803]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.288808]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.288814]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.288819]  [<c061b629>] visual_init+0x9a/0xed
[    1.288825]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.288831]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.288836]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.288842]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.288846]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.288853]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.288858]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.288863]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.288869]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.288874]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.288880]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.288886]  [<c07eb979>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.288893]  [<c069741d>] intel_fbdev_initial_config+0x19/0x1b
[    1.288898]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.288905]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.288910]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.288915]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.288920]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.288926]  [<c06a1082>] driver_probe_device+0x7f/0x16f
[    1.288931]  [<c06a11ec>] __driver_attach+0x4e/0x6a
[    1.288936]  [<c069fcfc>] bus_for_each_dev+0x39/0x65
[    1.288941]  [<c06a0cdb>] driver_attach+0x14/0x16
[    1.288946]  [<c06a119e>] ? __device_attach+0x2c/0x2c
[    1.288951]  [<c06a0a0a>] bus_add_driver+0xb6/0x183
[    1.288957]  [<c06a165d>] driver_register+0x6f/0xa4
[    1.288961]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.288967]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288972]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.288977]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288982]  [<c0a33137>] i915_init+0x62/0x64
[    1.288986]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.288991]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.288995]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.289002]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.289007]  [<c07e1175>] kernel_init+0x8/0xda
[    1.289012]  [<c07ec8b7>] ret_from_kernel_thread+0x1b/0x28
[    1.289017]  [<c07e116d>] ? rest_init+0xa1/0xa1
[    1.289020] ---[ end trace 041fb7806a9b9806 ]---
[    1.289023] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    1.289026] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.289029] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.289034] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289038] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289040] [drm:intel_dump_pipe_config], requested mode:
[    1.289045] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.289047] [drm:intel_dump_pipe_config], adjusted mode:
[    1.289052] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.289057] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.289060] [drm:intel_dump_pipe_config], port clock: 72000
[    1.289062] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.289066] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
[    1.289070] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.289072] [drm:intel_dump_pipe_config], ips: 0
[    1.289075] [drm:intel_dump_pipe_config], double wide: 0
[    1.289078] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    1.289080] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.289083] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.289088] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289092] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289094] [drm:intel_dump_pipe_config], requested mode:
[    1.289099] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.289102] [drm:intel_dump_pipe_config], adjusted mode:
[    1.289106] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.289111] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.289114] [drm:intel_dump_pipe_config], port clock: 72000
[    1.289117] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.289121] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.289124] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.289127] [drm:intel_dump_pipe_config], ips: 0
[    1.289129] [drm:intel_dump_pipe_config], double wide: 0
[    1.289136] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    1.289142] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    1.289146] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
[    1.289148] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    1.289152] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.289155] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.289158] [drm:intel_modeset_stage_output_state], crtc disabled, full mode switch
[    1.289162] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    1.304134] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
[    1.304144] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.304150] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.304169] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.304176] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.304181] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.304186] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.304190] [drm:check_crtc_state], [CRTC:3]
[    1.304212] [drm:check_crtc_state], [CRTC:4]
[    1.304259] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.304265] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.304269] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.316731] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.316737] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.316741] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.328885] Console: switching to colour frame buffer device 170x48
[    1.328897] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.328903] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.328907] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.698053] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.701028] i915 0000:00:02.0: registered panic notifier
[    1.704500] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.708527] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.711678] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.718808] loop: module loaded
[    1.722069] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    1.725373] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.728782] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.732322] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.735906] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.739601] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.743348] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.747465] ahci 0000:00:1f.2: version 3.0
[    1.747930] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.748086] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.751896] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.755762] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.761995] scsi0 : ahci
[    1.766364] scsi1 : ahci
[    1.770444] scsi2 : ahci
[    1.774463] scsi3 : ahci
[    1.778320] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
[    1.782075] ata2: DUMMY
[    1.785817] ata3: DUMMY
[    1.789543] ata4: DUMMY
[    1.793610] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.801580] i8042: Detected active multiplexing controller, rev 1.1
[    1.807207] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.811562] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.815671] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.819597] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.823487] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.827638] mousedev: PS/2 mouse device common for all mice
[    1.832997] rtc_cmos 00:02: RTC can wake from S4
[    1.837537] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.841372] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.845281] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.849221] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    1.853784] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.857773] iTCO_vendor_support: vendor-support=0
[    1.862156] asus_laptop: Asus Laptop Support version 0.42
[    1.866521] asus_laptop:   UL20A model detected
[    1.872496] [drm:asle_set_backlight], bclp = 0x800000b3
[    1.872516] [drm:asle_set_backlight], updating opregion backlight 179/255
[    1.872533] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.872599] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.872745] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
[    1.880426] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.060981] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.066043] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.070826] TCP: cubic registered
[    2.075088] Initializing XFRM netlink socket
[    2.079339] NET: Registered protocol family 17
[    2.083599] NET: Registered protocol family 15
[    2.088630] Using IPI No-Shortcut mode
[    2.093694] registered taskstats version 1
[    2.098863]   Magic number: 14:311:562
[    2.102891] rtc_cmos 00:02: setting system clock to 2014-01-28 02:36:00 UTC (1390876560)
[    2.108831] PM: Hibernation image not present or could not be loaded.
[    2.116353] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.125239] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.131454] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.131461] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.187321] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[    2.193089] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.202652] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.208530] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.208537] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.214482] ata1.00: configured for UDMA/133
[    2.219846] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
[    2.226490] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.226881] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.233366] sd 0:0:0:0: [sda] Write Protect is off
[    2.236859] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.236986] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.319459]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[    2.325779] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.329635] Freeing unused kernel memory: 388K (c0a12000 - c0a73000)
[    2.333635] Write protecting the kernel text: 4024k
[    2.337418] Write protecting the kernel read-only data: 1868k
[    2.362951] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.367570] systemd[1]: Running in initial RAM disk.
[    2.384648] systemd[1]: Failed to insert module 'autofs4'
[    2.388691] systemd[1]: No hostname configured.
[    2.392675] systemd[1]: Set hostname to <localhost>.
[    2.397108] random: systemd urandom read with 22 bits of entropy available
[    2.401129] systemd[1]: Initializing machine ID from random generator.
[    2.431777] systemd[1]: Starting Encrypted Volumes.
[    2.440295] systemd[1]: Reached target Encrypted Volumes.
[    2.444535] systemd[1]: Starting udev Kernel Socket.
[    2.452905] systemd[1]: Listening on udev Kernel Socket.
[    2.457040] systemd[1]: Starting udev Control Socket.
[    2.465414] systemd[1]: Listening on udev Control Socket.
[    2.469306] systemd[1]: Starting Journal Socket.
[    2.477656] systemd[1]: Listening on Journal Socket.
[    2.481501] systemd[1]: Starting dracut cmdline hook...
[    2.492421] systemd[1]: Started Load Kernel Modules.
[    2.496321] systemd[1]: Starting Journal Service...
[    2.512819] systemd[1]: Started Journal Service.
[    2.519572] systemd[1]: Starting Sockets.
[    2.527539] systemd[1]: Reached target Sockets.
[    2.531310] systemd[1]: Starting Swap.
[    2.539067] systemd[1]: Reached target Swap.
[    2.542718] systemd[1]: Starting Local File Systems.
[    2.550397] systemd[1]: Reached target Local File Systems.
[    2.759096] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    2.759104] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    2.759109] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    2.800336] systemd-udevd[125]: starting version 197
[    2.965248] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
[    3.008040] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.245184] [drm:i915_gem_open], 
[    3.245477] [drm:intel_crtc_cursor_set], cursor off
[    3.245494] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.245503] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.245509] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.245517] [drm:intel_crtc_cursor_set], cursor off
[    3.245522] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.245528] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.245534] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.245592] [drm:i915_gem_open], 
[    3.245631] [drm:intel_crtc_cursor_set], cursor off
[    3.245638] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.245645] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.245651] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.245657] [drm:intel_crtc_cursor_set], cursor off
[    3.245662] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.245669] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.245674] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.245720] [drm:i915_gem_open], 
[    3.245998] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.246032] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.246055] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.246069] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.246074] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    3.246093] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    3.246101] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    3.246111] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.263808] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.263822] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.263828] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.276092] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.280236] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.280244] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.280249] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.280255] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.280601] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.280607] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.280611] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.280618] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.280635] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.280642] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.280647] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.288087] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.292237] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.292245] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.292250] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.292255] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.292601] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.292606] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.292610] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.292617] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.292640] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.292648] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.292653] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.292660] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.292668] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.292675] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.292679] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.292685] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.292962] [drm:drm_mode_addfb], [FB:19]
[    4.407336] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.802804] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.860572] random: nonblocking pool is initialized
[    5.234547] systemd-journald[64]: Received SIGTERM
[    6.947444] type=1404 audit(1390876565.340:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.349728] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.413995] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.485066] SELinux:  8 users, 83 roles, 4702 types, 269 bools, 1 sens, 1024 cats
[    7.485077] SELinux:  83 classes, 96503 rules
[    7.508900] SELinux:  Completing initialization.
[    7.508905] SELinux:  Setting up existing superblocks.
[    7.509107] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.509282] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    7.509471] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    7.509570] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    7.509955] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.510138] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    7.512494] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    7.512650] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    7.513185] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    7.513339] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    7.513482] SELinux: initialized (dev aio, type aio), not configured for labeling
[    7.513586] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    7.513803] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    7.513959] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    7.514124] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.518054] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    7.518103] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.518122] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.518402] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.518598] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.518663] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.518716] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.518899] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.518973] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.519006] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.519033] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.519106] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.519251] SELinux: initialized (dev sda6, type ext4), uses xattr
[    7.585689] type=1403 audit(1390876565.980:3): policy loaded auid=4294967295 ses=4294967295
[    7.747493] systemd[1]: Successfully loaded SELinux policy in 869.605ms.
[    8.067131] systemd[1]: Relabelled /dev and /run in 51.330ms.
[   11.406226] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   12.021476] systemd-journald[286]: Vacuuming done, freed 0 bytes
[   12.785478] EXT4-fs (sda6): re-mounted. Opts: (null)
[   13.249509] systemd-udevd[320]: starting version 208
[   14.286922] ACPI: bus type USB registered
[   14.290363] usbcore: registered new interface driver usbfs
[   14.293648] usbcore: registered new interface driver hub
[   14.297462] usbcore: registered new device driver usb
[   14.320700] uhci_hcd: USB Universal Host Controller Interface driver
[   14.325215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.331251] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[   14.336387] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
[   14.338114] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   14.341811] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   14.345467] uhci_hcd 0000:00:1a.0: detected 2 ports
[   14.349189] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.349195] uhci_hcd 0000:00:1a.0: Performing full reset
[   14.349217] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[   14.349368] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
[   14.354013] usb usb1: default language 0x0409
[   14.354114] usb usb1: udev 1, busnum 1, minor = 0
[   14.354121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   14.361440] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.364871] usb usb1: Product: UHCI Host Controller
[   14.368310] usb usb1: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.371774] usb usb1: SerialNumber: 0000:00:1a.0
[   14.377466] usb usb1: usb_probe_device
[   14.377478] usb usb1: configuration #1 chosen from 1 choice
[   14.378263] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.378733] ehci-pci: EHCI PCI platform driver
[   14.381736] hub 1-0:1.0: usb_probe_interface
[   14.381740] hub 1-0:1.0: usb_probe_interface - got id
[   14.381761] hub 1-0:1.0: USB hub found
[   14.385848] hub 1-0:1.0: 2 ports detected
[   14.389317] hub 1-0:1.0: standalone hub
[   14.389328] hub 1-0:1.0: no power switching (usb 1.0)
[   14.389333] hub 1-0:1.0: individual port over-current protection
[   14.389344] hub 1-0:1.0: power on to power good time: 2ms
[   14.390045] hub 1-0:1.0: local power source is good
[   14.398814] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.398826] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.413019] usb usb1: unregistering interface 1-0:1.0
[   14.417686] usb usb1: usb_disable_device nuking non-ep0 URBs
[   14.418217] usb usb1: bus auto-suspend, wakeup 0
[   14.418225] usb usb1: suspend_rh
[   14.418338] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   14.422833] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 2
[   14.426575] ehci-pci 0000:00:1a.7: debug port 1
[   14.430679] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.430694] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.430914] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.435472] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[   14.435805] ehci-pci 0000:00:1a.7: supports USB remote wakeup
[   14.437895] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
[   14.443163] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.452153] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   14.460791] usb usb2: default language 0x0409
[   14.460896] usb usb2: udev 1, busnum 2, minor = 128
[   14.460903] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   14.465983] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.469936] usb usb2: Product: EHCI Host Controller
[   14.473233] usb usb2: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   14.477147] usb usb2: SerialNumber: 0000:00:1a.7
[   14.488264] usb usb2: usb_probe_device
[   14.488277] usb usb2: configuration #1 chosen from 1 choice
[   14.488709] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.488983] hub 2-0:1.0: usb_probe_interface
[   14.488994] hub 2-0:1.0: usb_probe_interface - got id
[   14.489029] hub 2-0:1.0: USB hub found
[   14.494852] hub 2-0:1.0: 6 ports detected
[   14.506315] hub 2-0:1.0: standalone hub
[   14.506326] hub 2-0:1.0: no power switching (usb 1.0)
[   14.506331] hub 2-0:1.0: individual port over-current protection
[   14.506344] hub 2-0:1.0: power on to power good time: 20ms
[   14.512808] hub 2-0:1.0: local power source is good
[   14.527469] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.527481] usb usb2: usb port3's DeviceRemovable is changed to 1 according to platform information.
[   14.527491] usb usb2: usb port6's DeviceRemovable is changed to 1 according to platform information.
[   14.527497] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.534215] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.0
[   14.534233] usb usb1: usb auto-resume
[   14.534243] usb usb1: wakeup_rh
[   14.556271] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.556444] hub 1-0:1.0: usb_probe_interface
[   14.556454] hub 1-0:1.0: usb_probe_interface - got id
[   14.556478] hub 1-0:1.0: USB hub found
[   14.559973] hub 1-0:1.0: 2 ports detected
[   14.566616] hub 1-0:1.0: standalone hub
[   14.566627] hub 1-0:1.0: no power switching (usb 1.0)
[   14.566632] hub 1-0:1.0: individual port over-current protection
[   14.566643] hub 1-0:1.0: power on to power good time: 2ms
[   14.567048] hub 1-0:1.0: local power source is good
[   14.572386] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.572398] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.573346] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   14.578113] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[   14.583436] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   14.586657] Copyright(c) 2003-2013 Intel Corporation
[   14.589826] uhci_hcd 0000:00:1a.1: detected 2 ports
[   14.594359] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.594370] uhci_hcd 0000:00:1a.1: Performing full reset
[   14.594400] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[   14.594481] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
[   14.594773] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
[   14.597928] usb usb3: default language 0x0409
[   14.598030] usb usb3: udev 1, busnum 3, minor = 256
[   14.598040] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   14.604862] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.607948] usb usb3: Product: UHCI Host Controller
[   14.611589] usb usb3: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.616304] usb usb3: SerialNumber: 0000:00:1a.1
[   14.625857] usb usb3: usb_probe_device
[   14.625871] usb usb3: configuration #1 chosen from 1 choice
[   14.627438] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.627605] hub 3-0:1.0: usb_probe_interface
[   14.627615] hub 3-0:1.0: usb_probe_interface - got id
[   14.627633] hub 3-0:1.0: USB hub found
[   14.631780] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   14.631827] hub 2-0:1.0: port 3: status 0501 change 0001
[   14.635239] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[   14.638502] hub 3-0:1.0: 2 ports detected
[   14.641862] hub 3-0:1.0: standalone hub
[   14.641872] hub 3-0:1.0: no power switching (usb 1.0)
[   14.641878] hub 3-0:1.0: individual port over-current protection
[   14.641888] hub 3-0:1.0: power on to power good time: 2ms
[   14.641971] hub 3-0:1.0: local power source is good
[   14.650221] usb usb3: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.650233] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.655615] uhci_hcd 0000:00:1a.1: FS/LS companion for 0000:00:1a.7
[   14.658137] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   14.662805] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[   14.668806] ehci-pci 0000:00:1d.7: debug port 1
[   14.671966] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.671978] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.672486] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   14.672902] hub 1-0:1.0: hub_suspend
[   14.673271] usb usb1: bus auto-suspend, wakeup 1
[   14.673292] usb usb1: suspend_rh
[   14.673479] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.677377] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   14.677386] ehci-pci 0000:00:1d.7: supports USB remote wakeup
[   14.677469] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
[   14.680770] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.692115] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   14.695869] usb usb4: default language 0x0409
[   14.695971] usb usb4: udev 1, busnum 4, minor = 384
[   14.695982] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[   14.699359] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.703342] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   14.711168] usb usb4: Product: EHCI Host Controller
[   14.728025] usb usb4: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   14.731338] usb usb4: SerialNumber: 0000:00:1d.7
[   14.734612] hub 2-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   14.734942] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   14.744141] usb usb4: usb_probe_device
[   14.744151] usb usb4: configuration #1 chosen from 1 choice
[   14.744231] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   14.744386] hub 4-0:1.0: usb_probe_interface
[   14.744393] hub 4-0:1.0: usb_probe_interface - got id
[   14.744411] hub 4-0:1.0: USB hub found
[   14.748403] uhci_hcd 0000:00:1a.1: port 1 portsc 0082,00
[   14.752232] hub 4-0:1.0: 6 ports detected
[   14.755339] hub 4-0:1.0: standalone hub
[   14.755345] hub 4-0:1.0: no power switching (usb 1.0)
[   14.755354] hub 4-0:1.0: individual port over-current protection
[   14.755362] hub 4-0:1.0: power on to power good time: 20ms
[   14.755686] hub 4-0:1.0: local power source is good
[   14.772680] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   14.775812] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   14.775872] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   14.776799] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[   14.776819] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[   14.776834] uhci_hcd 0000:00:1a.2: detected 2 ports
[   14.776843] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.776846] uhci_hcd 0000:00:1a.2: Performing full reset
[   14.776865] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[   14.776926] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
[   14.777131] usb usb5: default language 0x0409
[   14.777193] usb usb5: udev 1, busnum 5, minor = 512
[   14.777198] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   14.777202] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.777205] usb usb5: Product: UHCI Host Controller
[   14.777208] usb usb5: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.777212] usb usb5: SerialNumber: 0000:00:1a.2
[   14.808063] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   14.808074] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   14.808436] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   14.809019] usb usb5: usb_probe_device
[   14.809024] usb usb5: configuration #1 chosen from 1 choice
[   14.809163] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   14.809268] hub 5-0:1.0: usb_probe_interface
[   14.809272] hub 5-0:1.0: usb_probe_interface - got id
[   14.809282] hub 5-0:1.0: USB hub found
[   14.809317] hub 5-0:1.0: 2 ports detected
[   14.809320] hub 5-0:1.0: standalone hub
[   14.809323] hub 5-0:1.0: no power switching (usb 1.0)
[   14.809326] hub 5-0:1.0: individual port over-current protection
[   14.809331] hub 5-0:1.0: power on to power good time: 2ms
[   14.809378] hub 5-0:1.0: local power source is good
[   14.810940] usb usb5: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   14.810943] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   14.811191] uhci_hcd 0000:00:1a.2: FS/LS companion for 0000:00:1a.7
[   14.811520] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   14.811562] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[   14.811575] uhci_hcd 0000:00:1d.0: detected 2 ports
[   14.811584] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.811587] uhci_hcd 0000:00:1d.0: Performing full reset
[   14.811606] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[   14.811622] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[   14.811815] usb usb6: default language 0x0409
[   14.811876] usb usb6: udev 1, busnum 6, minor = 640
[   14.811880] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   14.811884] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.811888] usb usb6: Product: UHCI Host Controller
[   14.811891] usb usb6: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.811894] usb usb6: SerialNumber: 0000:00:1d.0
[   14.847702] usb usb6: usb_probe_device
[   14.847715] usb usb6: configuration #1 chosen from 1 choice
[   14.847786] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   14.847892] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   14.848003] hub 6-0:1.0: usb_probe_interface
[   14.848007] hub 6-0:1.0: usb_probe_interface - got id
[   14.848038] hub 6-0:1.0: USB hub found
[   14.848072] hub 6-0:1.0: 2 ports detected
[   14.848076] hub 6-0:1.0: standalone hub
[   14.848079] hub 6-0:1.0: no power switching (usb 1.0)
[   14.848082] hub 6-0:1.0: individual port over-current protection
[   14.848086] hub 6-0:1.0: power on to power good time: 2ms
[   14.848133] hub 6-0:1.0: local power source is good
[   14.849701] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   14.851940] uhci_hcd 0000:00:1d.0: FS/LS companion for 0000:00:1d.7
[   14.858312] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   14.860567] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   14.864335] usb 2-3: new high-speed USB device number 2 using ehci-pci
[   14.877503] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[   14.888585] uhci_hcd 0000:00:1d.1: detected 2 ports
[   14.892619] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.892629] uhci_hcd 0000:00:1d.1: Performing full reset
[   14.892660] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[   14.892694] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
[   14.898591] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   14.899695] usb usb7: default language 0x0409
[   14.899794] usb usb7: udev 1, busnum 7, minor = 768
[   14.899805] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   14.903268] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.907150] usb usb7: Product: UHCI Host Controller
[   14.914763] usb usb7: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.924463] usb usb7: SerialNumber: 0000:00:1d.1
[   14.934958] usb usb7: usb_probe_device
[   14.934968] usb usb7: configuration #1 chosen from 1 choice
[   14.935055] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   14.937991] hub 7-0:1.0: usb_probe_interface
[   14.938002] hub 7-0:1.0: usb_probe_interface - got id
[   14.938020] hub 7-0:1.0: USB hub found
[   14.942719] hub 7-0:1.0: 2 ports detected
[   14.946126] hub 7-0:1.0: standalone hub
[   14.946136] hub 7-0:1.0: no power switching (usb 1.0)
[   14.946141] hub 7-0:1.0: individual port over-current protection
[   14.946152] hub 7-0:1.0: power on to power good time: 2ms
[   14.946241] hub 7-0:1.0: local power source is good
[   14.954557] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   14.959577] uhci_hcd 0000:00:1d.1: FS/LS companion for 0000:00:1d.7
[   14.960091] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   14.963460] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[   14.966921] uhci_hcd 0000:00:1d.2: detected 2 ports
[   14.970290] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.970296] uhci_hcd 0000:00:1d.2: Performing full reset
[   14.970323] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[   14.970349] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
[   14.973937] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   14.973948] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   14.974473] usb usb8: default language 0x0409
[   14.974574] usb usb8: udev 1, busnum 8, minor = 896
[   14.974585] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[   14.977912] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.981270] usb usb8: Product: UHCI Host Controller
[   14.984552] usb usb8: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.987904] usb usb8: SerialNumber: 0000:00:1d.2
[   14.992328] usb usb8: usb_probe_device
[   14.992339] usb usb8: configuration #1 chosen from 1 choice
[   14.992413] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[   14.992566] hub 8-0:1.0: usb_probe_interface
[   14.992572] hub 8-0:1.0: usb_probe_interface - got id
[   14.992592] hub 8-0:1.0: USB hub found
[   14.995911] hub 8-0:1.0: 2 ports detected
[   15.001661] hub 8-0:1.0: standalone hub
[   15.001672] hub 8-0:1.0: no power switching (usb 1.0)
[   15.001677] hub 8-0:1.0: individual port over-current protection
[   15.001689] hub 8-0:1.0: power on to power good time: 2ms
[   15.001780] hub 8-0:1.0: local power source is good
[   15.004462] hub 8-0:1.0: trying to enable port power on non-switchable hub
[   15.004885] uhci_hcd 0000:00:1d.2: FS/LS companion for 0000:00:1d.7
[   15.094004] usb 2-3: skipped 1 descriptor after configuration
[   15.094016] usb 2-3: skipped 6 descriptors after interface
[   15.094023] usb 2-3: skipped 1 descriptor after endpoint
[   15.094032] usb 2-3: skipped 8 descriptors after interface
[   15.094731] usb 2-3: default language 0x0409
[   15.100731] usb 2-3: udev 2, busnum 2, minor = 129
[   15.100743] usb 2-3: New USB device found, idVendor=04f2, idProduct=b036
[   15.104226] usb 2-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   15.107605] usb 2-3: Product: USB2.0 0.3M UVC WebCam
[   15.110997] usb 2-3: Manufacturer: Chicony Electronics Co., Ltd.
[   15.114380] usb 2-3: SerialNumber: SN0001
[   15.118903] usb 2-3: usb_probe_device
[   15.118911] usb 2-3: configuration #1 chosen from 1 choice
[   15.119511] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[   15.126874] usb 2-3: adding 2-3:1.1 (config #1, interface 1)
[   15.127169] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.127207] hub 3-0:1.0: hub_suspend
[   15.127237] usb usb3: bus auto-suspend, wakeup 1
[   15.127248] usb usb3: suspend_rh
[   15.127309] hub 4-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   15.127338] hub 4-0:1.0: hub_suspend
[   15.127612] usb usb4: bus auto-suspend, wakeup 1
[   15.127622] ehci-pci 0000:00:1d.7: suspend root hub
[   15.127740] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.127769] hub 5-0:1.0: hub_suspend
[   15.127933] usb usb5: bus auto-suspend, wakeup 1
[   15.127943] usb usb5: suspend_rh
[   15.127996] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.128025] hub 6-0:1.0: hub_suspend
[   15.128077] usb usb6: bus auto-suspend, wakeup 1
[   15.128088] usb usb6: suspend_rh
[   15.129792] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.129829] hub 7-0:1.0: hub_suspend
[   15.129874] usb usb7: bus auto-suspend, wakeup 1
[   15.129884] usb usb7: suspend_rh
[   15.132578] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.132617] hub 8-0:1.0: hub_suspend
[   15.132663] usb usb8: bus auto-suspend, wakeup 1
[   15.132674] usb usb8: suspend_rh
[   15.178141] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   15.318958] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   15.322732] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
[   15.335923] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.339465] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.343461] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
[   15.379799] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   15.515904] irq 16: nobody cared (try booting with the "irqpoll" option)
[   15.519245] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    3.13.0-rc8AS+ #1
[   15.519898] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[   15.519898]  00000000 00000000 f50c7f84 c07e66d6 f514b600 f50c7f98 c04675c7 f514b600
[   15.519898]  00000000 00000010 f50c7fb4 c0467936 2e4e7069 fffeea2f f514b600 00000010
[   15.519898]  00000000 f50c7fd4 c0466052 00000000 00000000 00000000 f514b600 f514b654
[   15.519898] Call Trace:
[   15.519898]  [<c07e66d6>] dump_stack+0x48/0x69
[   15.519898]  [<c04675c7>] __report_bad_irq+0x14/0x9e
[   15.519898]  [<c0467936>] note_interrupt+0x137/0x1b5
[   15.519898]  [<c0466052>] handle_irq_event_percpu+0xc5/0x107
[   15.519898]  [<c04660c0>] handle_irq_event+0x2c/0x44
[   15.519898]  [<c046808e>] ? handle_edge_irq+0xa9/0xa9
[   15.519898]  [<c04680f8>] handle_fasteoi_irq+0x6a/0x97
[   15.519898]  <IRQ>  [<c0402f02>] ? do_IRQ+0x35/0x80
[   15.519898]  [<c07ece38>] ? common_interrupt+0x38/0x3d
[   15.519898]  [<c045007b>] ? enqueue_entity+0xb9/0x479
[   15.519898]  [<c06fd511>] ? cpuidle_enter_state+0x42/0xa7
[   15.519898]  [<c06fd61f>] ? cpuidle_idle_call+0xa9/0xe6
[   15.519898]  [<c06fe4f0>] ? ladder_select_state+0x184/0x184
[   15.519898]  [<c0407f7c>] ? arch_cpu_idle+0x8/0x1c
[   15.519898]  [<c046595d>] ? cpu_startup_entry+0xd9/0x144
[   15.519898]  [<c041ef0e>] ? start_secondary+0x1d8/0x1dd
[   15.519898] handlers:
[   15.519898] [<f8106e56>] usb_hcd_irq [usbcore]
[   15.519898] Disabling IRQ #16
[   16.862939] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
[   17.070709] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
[   17.203174] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   17.206911] SELinux: initialized (dev sda8, type ext4), uses xattr
[   17.289693] systemd-journald[286]: Received request to flush runtime journal from PID 1
[   25.247481] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
[   25.297893] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   25.315104] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   25.346174] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
[   25.346611] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   25.346986] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
[   25.347337] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
[   25.347723] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
[   25.348190] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
[   25.348665] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
[   25.349015] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   25.350290] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
[   25.350645] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
[   25.351610] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
[   25.351963] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
[   25.353079] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
[   25.386489] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   25.396665] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   25.692592] [drm:intel_crtc_cursor_set], cursor off
[   25.692607] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   25.692617] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   25.692624] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   25.692631] [drm:intel_crtc_cursor_set], cursor off
[   25.692637] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   25.692644] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   25.692650] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   27.222755] wlan0: authenticate with 00:13:46:48:f3:2a
[   27.240810] wlan0: send auth to 00:13:46:48:f3:2a (try 1/3)
[   27.261122] wlan0: authenticated
[   27.266640] iwlwifi 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   27.271118] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   27.275546] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   27.280986] wlan0: associate with 00:13:46:48:f3:2a (try 1/3)
[   27.296925] wlan0: RX AssocResp from 00:13:46:48:f3:2a (capab=0x431 status=0 aid=6)
[   27.315616] wlan0: associated
[   57.744899] type=1006 audit(1390876616.137:4): pid=486 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1

[-- Attachment #3: Type: TEXT/plain, Size: 109082 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-rc8AS+ (stern@saphir.localdomain) (gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #2 SMP PREEMPT Mon Jan 27 21:28:51 EST 2014
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
[    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-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] total RAM covered: 2014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
[    0.000000]  [mem 0x36400000-0x367fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
[    0.000000]  [mem 0x30000000-0x363fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
[    0.000000]  [mem 0x36800000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x01053000, 0x01053fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
[    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
[    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
[    0.000000] ACPI: FACS 7ddaf000 000040
[    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
[    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
[    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
[    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
[    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
[    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
[    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x01054000, 0x01054fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
[    0.000000] On node 0 totalpages: 515389
[    0.000000] free_area_init_node: node 0, pgdat c0a0ae80, node_mem_map f5aaa020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2252 pages used for memmap
[    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30336 r0 d22912 u53248
[    0.000000] pcpu-alloc: s30336 r0 d22912 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] allocated 4123896 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
[    0.000000] Memory: 2016636K/2061556K available (4021K kernel code, 322K rwdata, 1864K rodata, 388K init, 5980K bss, 44920K reserved, 1152648K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc0a12000 - 0xc0a73000   ( 388 kB)
      .data : 0xc07ed9ef - 0xc0a11900   (2191 kB)
      .text : 0xc0400000 - 0xc07ed9ef   (4022 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1299.932 MHz processor
[    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2599.86 BogoMIPS (lpj=5199728)
[    0.004264] pid_max: default: 32768 minimum: 301
[    0.004541] Security Framework initialized
[    0.004673] SELinux:  Initializing.
[    0.004890] SELinux:  Starting in permissive mode
[    0.004923] Mount-cache hash table entries: 512
[    0.006621] Initializing cgroup subsys memory
[    0.006783] Initializing cgroup subsys devices
[    0.006940] Initializing cgroup subsys freezer
[    0.007092] Initializing cgroup subsys blkio
[    0.007222] Initializing cgroup subsys perf_event
[    0.007437] CPU: Physical Processor ID: 0
[    0.007566] CPU: Processor Core ID: 0
[    0.008013] mce: CPU supports 6 MCE banks
[    0.008151] CPU0: Thermal monitoring enabled (TM2)
[    0.008298] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.008850] Freeing SMP alternatives memory: 12K (c0a73000 - c0a76000)
[    0.008983] ACPI: Core revision 20131115
[    0.033691] ACPI: All ACPI Tables successfully acquired
[    0.036582] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.037295] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.078734] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.080000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.080000] ... version:                2
[    0.080000] ... bit width:              40
[    0.080000] ... generic registers:      2
[    0.080000] ... value mask:             000000ffffffffff
[    0.080000] ... max period:             000000007fffffff
[    0.080000] ... fixed-purpose events:   3
[    0.080000] ... event mask:             0000000700000003
[    0.108469] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
[    0.108475] x86: Booting SMP configuration:
[    0.008000] Initializing CPU#1
[    0.120447] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.108605] .... node  #0, CPUs:      #1
[    0.121514] x86: Booted up 1 node, 2 CPUs
[    0.121762] smpboot: Total of 2 processors activated (5199.72 BogoMIPS)
[    0.128602] devtmpfs: initialized
[    0.129220] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
[    0.129220] RTC time:  2:41:27, date: 01/28/14
[    0.129521] NET: Registered protocol family 16
[    0.130787] cpuidle: using governor ladder
[    0.130918] cpuidle: using governor menu
[    0.131419] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.131647] ACPI: bus type PCI registered
[    0.132147] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.132360] PCI: not using MMCONFIG
[    0.132747] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.132880] PCI: Using configuration type 1 for base access
[    0.140406] bio: create slab <bio-0> at 0
[    0.140587] ACPI: Added _OSI(Module Device)
[    0.140587] ACPI: Added _OSI(Processor Device)
[    0.142545] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.142675] ACPI: Added _OSI(Processor Aggregator Device)
[    0.159954] ACPI : EC: EC description table is found, configuring boot EC
[    0.185807] ACPI: Executed 1 blocks of module-level executable AML code
[    0.196797] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.208437] ACPI BIOS Warning (bug): Incorrect checksum in table [ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
[    0.209530] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.213803] ACPI: Dynamic OEM Table Load:
[    0.214026] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.214723] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.218943] ACPI: Dynamic OEM Table Load:
[    0.219164] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.220292] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.224548] ACPI: Dynamic OEM Table Load:
[    0.224771] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.225368] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.229597] ACPI: Dynamic OEM Table Load:
[    0.229820] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.231178] ACPI: Interpreter enabled
[    0.231347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.231656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.232040] ACPI: (supports S0 S3 S4 S5)
[    0.232170] ACPI: Using IOAPIC for interrupt routing
[    0.232404] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.240379] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.240590] PCI: Using MMCONFIG for extended config space
[    0.240761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.242274] ACPI: No dock devices found.
[    0.287408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.287551] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
[    0.288167] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.289566] PCI host bridge to bus 0000:00
[    0.289701] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.289835] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.289969] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.290103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.290239] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.290374] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
[    0.290593] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.291190] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.291230] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
[    0.291255] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.291273] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
[    0.291816] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.291850] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
[    0.292409] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.292526] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
[    0.293019] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.293299] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.293417] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
[    0.293853] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.294129] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.294246] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
[    0.294681] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.294988] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.295042] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
[    0.295271] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.295793] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.296102] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.296148] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
[    0.296353] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.296636] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.296917] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.297127] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.297558] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.297770] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.298059] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.298344] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.298461] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.298901] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.299190] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.299307] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
[    0.299752] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.300045] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.300163] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
[    0.300600] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.300901] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.300955] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
[    0.301184] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.301672] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.301951] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.302346] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.302622] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.303233] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.303291] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
[    0.303315] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
[    0.303339] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
[    0.303363] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
[    0.303388] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
[    0.303412] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
[    0.303557] pci 0000:00:1f.2: PME# supported from D3hot
[    0.304320] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
[    0.304491] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
[    0.305282] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.305564] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.305709] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.305961] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
[    0.306015] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.306044] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.306277] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.306381] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.306633] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.306772] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.306784] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.307039] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.307197] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.307204] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.307210] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.307217] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.307224] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
[    0.307318] pci_bus 0000:00: on NUMA node 0
[    0.312604] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.313444] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
[    0.314140] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.314646] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
[    0.315385] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.315986] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
[    0.316742] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
[    0.317531] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.320406] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.320647] ACPI: \_SB_.PCI0: notify handler is installed
[    0.321046] Found 1 acpi root devices
[    0.321576] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.322182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.322182] vgaarb: loaded
[    0.322182] vgaarb: bridge control possible 0000:00:02.0
[    0.322182] SCSI subsystem initialized
[    0.322182] libata version 3.00 loaded.
[    0.322182] PCI: Using ACPI for IRQ routing
[    0.322182] PCI: pci_cache_line_size set to 64 bytes
[    0.324109] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.324126] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
[    0.325385] cfg80211: Calling CRDA to update world regulatory domain
[    0.325599] NetLabel: Initializing
[    0.325599] NetLabel:  domain hash size = 128
[    0.325599] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.325599] NetLabel:  unlabeled traffic allowed by default
[    0.325599] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.325599] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.325599] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.328112] Switched to clocksource hpet
[    0.328726] pnp: PnP ACPI init
[    0.328915] ACPI: bus type PNP registered
[    0.329222] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.329408] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.329505] pnp 00:01: [dma 4]
[    0.329595] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.329728] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.329915] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.330146] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.330255] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.330377] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.330959] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.331099] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.331235] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.331371] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.331507] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
[    0.331719] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.331860] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.331997] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.332155] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.332292] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.332429] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.332565] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.332720] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.332857] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.332999] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.333271] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.333570] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.333710] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.333853] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334105] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.334247] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334526] system 00:0b: [io  0x0250-0x0253] has been reserved
[    0.334664] system 00:0b: [io  0x0256-0x025f] has been reserved
[    0.334801] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.334938] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.335075] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
[    0.335211] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.335352] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335635] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[    0.335778] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.336979] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.337119] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.337258] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.337396] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
[    0.337538] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.338037] pnp: PnP ACPI: found 14 devices
[    0.338166] ACPI: bus type PNP unregistered
[    0.382350] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.382379] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.382391] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.382603] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.382743] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.382894] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.383029] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.383171] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.383311] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.383530] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.383686] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.383692] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.383698] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.383704] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.383710] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
[    0.383716] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.383722] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.383728] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.383734] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.383741] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.383747] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.383752] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.383758] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.383764] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
[    0.383860] NET: Registered protocol family 2
[    0.384760] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.384979] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.386320] TCP: Hash tables configured (established 8192 bind 8192)
[    0.386525] TCP: reno registered
[    0.386659] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.386951] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.387613] NET: Registered protocol family 1
[    0.387778] pci 0000:00:02.0: Boot video device
[    0.388110] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.388115] pci 0000:00:1a.0: Performing full reset
[    0.388668] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.388673] pci 0000:00:1a.1: Performing full reset
[    0.389223] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.389228] pci 0000:00:1a.2: Performing full reset
[    0.390348] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.390353] pci 0000:00:1d.0: Performing full reset
[    0.390892] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.390898] pci 0000:00:1d.1: Performing full reset
[    0.391433] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.391438] pci 0000:00:1d.2: Performing full reset
[    0.392318] PCI: CLS 32 bytes, default 64
[    0.392731] Unpacking initramfs...
[    1.018700] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
[    1.041536] DMA-API: preallocated 65536 debug entries
[    1.041676] DMA-API: debugging enabled by kernel config
[    1.042130] Simple Boot Flag at 0x51 set to 0x1
[    1.043501] Scanning for low memory corruption every 60 seconds
[    1.044668] audit: initializing netlink socket (disabled)
[    1.044875] type=2000 audit(1390876887.044:1): initialized
[    1.045926] bounce pool size: 64 pages
[    1.052366] VFS: Disk quotas dquot_6.5.2
[    1.052644] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.054494] fuse init (API version 7.22)
[    1.054956] msgmni has been set to 1709
[    1.055475] SELinux:  Registering netfilter hooks
[    1.057848] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.058084] io scheduler noop registered
[    1.058213] io scheduler deadline registered
[    1.058491] io scheduler cfq registered (default)
[    1.059098] intel_idle: does not run on family 6 model 23
[    1.060221] ACPI: AC Adapter [AC0] (on-line)
[    1.060665] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    1.060950] ACPI: Sleep Button [SLPB]
[    1.061275] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.067648] ACPI: Lid Switch [LID]
[    1.068101] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.068318] ACPI: Power Button [PWRF]
[    1.069589] Monitor-Mwait will be used to enter C-1 state
[    1.069614] Monitor-Mwait will be used to enter C-3 state
[    1.069743] tsc: Marking TSC unstable due to TSC halts in idle
[    1.069935] ACPI: acpi_idle registered with cpuidle
[    1.076791] thermal LNXTHERM:00: registered as thermal_zone0
[    1.076926] ACPI: Thermal Zone [THRM] (47 C)
[    1.077276] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.080424] Non-volatile memory driver v1.3
[    1.080622] Linux agpgart interface v0.103
[    1.081253] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.083596] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.085824] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.086523] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.086784] [drm] Initialized drm 1.1.0 20060810
[    1.090787] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
[    1.090976] [drm:intel_detect_pch], No PCH found?
[    1.090982] [drm] Memory usable by graphics device = 2048M
[    1.091165] [drm:i915_gem_gtt_init], GMADR size = 256M
[    1.091170] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[    1.092575] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
[    1.092593] [drm:intel_opregion_setup], Public ACPI methods supported
[    1.092597] [drm:intel_opregion_setup], SWSCI supported
[    1.116091] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
[    1.116098] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
[    1.116102] [drm:intel_opregion_setup], ASLE supported
[    1.116391] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.116420] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.116553] [drm] Driver supports precise vblank timestamp query.
[    1.116767] [drm:init_vbt_defaults], Set default to SSC at 100000 kHz
[    1.116774] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
[    1.116781] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    1.116786] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    1.116794] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    1.116802] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
[    1.116808] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
[    1.116814] [drm:parse_lfp_backlight], VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 50
[    1.116821] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    1.116828] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[    1.116833] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    1.116839] [drm:parse_mipi], No MIPI BDB found
[    1.116865] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    1.116911] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
[    1.117326] [drm:intel_modeset_init], 2 display pipes available.
[    1.117408] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    1.117423] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    1.117437] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.143932] ACPI: Battery Slot [BAT0] (battery present)
[    1.204142] [drm:intel_lvds_init], using preferred mode from EDID: 
[    1.204150] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.204165] [drm:intel_lvds_init], detected single-link lvds configuration
[    1.204556] [drm:intel_panel_setup_backlight], backlight initialized, enabled, brightness 1398348/1992060, sysfs interface registered
[    1.204714] [drm:intel_dp_init_connector], Adding DP connector on port D
[    1.204826] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[    1.205615] [drm:i965_irq_handler] *ERROR* pipe B underrun
[    1.207823] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.207838] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.210393] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.210411] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.210518] [drm:intel_tv_init], Integrated TV is not present.
[    1.210528] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[    1.215014] [drm:init_status_page], render ring hws offset: 0x00001000
[    1.215020] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.215028] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[    1.215169] [drm:init_status_page], bsd ring hws offset: 0x00024000
[    1.215175] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.215182] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[    1.215279] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
[    1.215299] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    1.215308] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
[    1.215316] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
[    1.215324] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
[    1.215331] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
[    1.215337] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
[    1.215344] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
[    1.215352] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    1.215357] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.215362] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    1.215369] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.215375] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.215379] [drm:intel_dump_pipe_config], requested mode:
[    1.215386] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.215390] [drm:intel_dump_pipe_config], adjusted mode:
[    1.215397] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.215403] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    1.215407] [drm:intel_dump_pipe_config], port clock: 0
[    1.215412] [drm:intel_dump_pipe_config], pipe src size: 0x0
[    1.215417] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.215422] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.215427] [drm:intel_dump_pipe_config], ips: 0
[    1.215431] [drm:intel_dump_pipe_config], double wide: 0
[    1.215438] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    1.215443] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.215448] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.215454] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.215460] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.215464] [drm:intel_dump_pipe_config], requested mode:
[    1.215471] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.215475] [drm:intel_dump_pipe_config], adjusted mode:
[    1.215482] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.215489] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.215493] [drm:intel_dump_pipe_config], port clock: 72000
[    1.215498] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.215504] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.215509] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.215514] [drm:intel_dump_pipe_config], ips: 0
[    1.215518] [drm:intel_dump_pipe_config], double wide: 0
[    1.215525] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.215532] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.215539] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.215546] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.215552] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.215558] [drm:check_crtc_state], [CRTC:3]
[    1.215563] [drm:check_crtc_state], [CRTC:4]
[    1.215597] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    1.215602] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    1.215618] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    1.215626] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.215632] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    1.215637] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    1.220068] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.224063] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    1.224069] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.224074] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    1.224079] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    1.224441] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.224446] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    1.224451] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    1.224456] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    1.224462] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    1.224467] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    1.224474] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    1.224478] [drm:drm_setup_crtcs], 
[    1.224484] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.224489] [drm:drm_enable_connectors], connector 11 enabled? no
[    1.224494] [drm:drm_enable_connectors], connector 14 enabled? no
[    1.224499] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.224503] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.224508] [drm:drm_target_preferred], found mode 1366x768
[    1.224513] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.224520] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
[    1.224529] [drm:intelfb_create], no BIOS fb, allocating a new one
[    1.224534] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
[    1.224542] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
[    1.226473] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f52ac800
[    1.227177] fbcon: inteldrmfb (fb0) is primary device
[    1.229195] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.229200] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    1.229203] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    1.229208] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.229214] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.229217] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    1.229222] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.229226] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
[    1.229228] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.229231] [drm:intel_modeset_stage_output_state], crtc enabled, full mode switch
[    1.229236] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    1.229240] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    1.229266] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    1.229271] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    1.229274] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    1.229276] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.229279] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    1.229284] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.229288] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.229290] [drm:intel_dump_pipe_config], requested mode:
[    1.229296] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.229298] [drm:intel_dump_pipe_config], adjusted mode:
[    1.229304] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.229309] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
[    1.229311] [drm:intel_dump_pipe_config], port clock: 71900
[    1.229314] [drm:intel_dump_pipe_config], pipe src size: 1366x768
[    1.229318] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.229321] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.229324] [drm:intel_dump_pipe_config], ips: 0
[    1.229326] [drm:intel_dump_pipe_config], double wide: 0
[    1.229482] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
[    1.229533] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
[    1.229542] [drm:intel_update_fbc], no output, disabling
[    1.229550] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
[    1.230439] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.230444] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.284134] [drm:intel_update_fbc], disabled per chip default
[    1.284145] [drm:intel_panel_enable_backlight], pipe A
[    1.284175] ------------[ cut here ]------------
[    1.284184] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_panel.c:714 i965_enable_backlight+0x4a/0x119()
[    1.284185] backlight already enabled
[    1.284187] Modules linked in:
[    1.284192] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc8AS+ #2
[    1.284194] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.284203]  00000000 00000000 f507ba34 c07e66d6 f507ba5c f507ba4c c042c880 c068067f
[    1.284211]  f6e3c000 f6d95000 00000000 f507ba64 c042c8bd 00000009 f507ba5c c096322a
[    1.284218]  f507ba78 f507ba88 c068067f c09631eb 000002ca c096322a e0000000 f6e3dc44
[    1.284220] Call Trace:
[    1.284226]  [<c07e66d6>] dump_stack+0x48/0x69
[    1.284232]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.284237]  [<c068067f>] ? i965_enable_backlight+0x4a/0x119
[    1.284241]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.284246]  [<c068067f>] i965_enable_backlight+0x4a/0x119
[    1.284251]  [<c06813d2>] intel_panel_enable_backlight+0x98/0xb1
[    1.284256]  [<c067120f>] intel_enable_lvds+0xf0/0x10d
[    1.284260]  [<c0668d7e>] i9xx_crtc_enable+0x305/0x31b
[    1.284267]  [<c06925d6>] ? gen4_write64+0x3f/0x3f
[    1.284271]  [<c066b626>] __intel_set_mode+0xe9e/0xf60
[    1.284275]  [<c066cf82>] intel_set_mode+0x12/0x2a
[    1.284280]  [<c066d6ce>] intel_crtc_set_config+0x663/0x958
[    1.284286]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.284290]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.284296]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.284302]  [<c061b629>] visual_init+0x9a/0xed
[    1.284306]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.284311]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.284316]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.284320]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.284325]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.284330]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.284335]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.284339]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.284344]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.284349]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.284354]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.284360]  [<c07eb979>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.284365]  [<c0697411>] intel_fbdev_initial_config+0x19/0x1b
[    1.284370]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.284376]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.284381]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.284385]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.284389]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.284395]  [<c06a1076>] driver_probe_device+0x7f/0x16f
[    1.284399]  [<c06a11e0>] __driver_attach+0x4e/0x6a
[    1.284403]  [<c069fcf0>] bus_for_each_dev+0x39/0x65
[    1.284407]  [<c06a0ccf>] driver_attach+0x14/0x16
[    1.284412]  [<c06a1192>] ? __device_attach+0x2c/0x2c
[    1.284416]  [<c06a09fe>] bus_add_driver+0xb6/0x183
[    1.284420]  [<c06a1651>] driver_register+0x6f/0xa4
[    1.284424]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.284429]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.284434]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.284438]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.284442]  [<c0a33137>] i915_init+0x62/0x64
[    1.284446]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.284450]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.284454]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.284460]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.284465]  [<c07e1175>] kernel_init+0x8/0xda
[    1.284469]  [<c07ec8b7>] ret_from_kernel_thread+0x1b/0x28
[    1.284474]  [<c07e116d>] ? rest_init+0xa1/0xa1
[    1.284531] ---[ end trace 98d010b98bd69470 ]---
[    1.284535] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.284606] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.284620] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.284626] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.284632] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.284636] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.284641] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.284645] [drm:check_crtc_state], [CRTC:3]
[    1.284668] [drm:check_crtc_state], [CRTC:4]
[    1.284692] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    1.284693] ------------[ cut here ]------------
[    1.284699] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9555 check_crtc_state+0x7b1/0x7f3()
[    1.284701] pipe state doesn't match!
[    1.284704] Modules linked in:
[    1.284708] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W    3.13.0-rc8AS+ #2
[    1.284710] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.284723]  00000000 00000000 f507b890 c07e66d6 f507b8b8 f507b8a8 c042c880 c0662aea
[    1.284735]  f50d9000 f5144800 00000000 f507b8c0 c042c8bd 00000009 f507b8b8 c095db4f
[    1.284747]  f507b8d4 f507bb28 c0662aea c095c87c 00002553 c095db4f f5144b90 f5144b04
[    1.284749] Call Trace:
[    1.284754]  [<c07e66d6>] dump_stack+0x48/0x69
[    1.284760]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.284765]  [<c0662aea>] ? check_crtc_state+0x7b1/0x7f3
[    1.284770]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.284775]  [<c0662aea>] check_crtc_state+0x7b1/0x7f3
[    1.284786]  [<c066ccd1>] intel_modeset_check_state+0x2fb/0x552
[    1.284791]  [<c066cf91>] intel_set_mode+0x21/0x2a
[    1.284797]  [<c066d6ce>] intel_crtc_set_config+0x663/0x958
[    1.284802]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.284808]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.284813]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.284819]  [<c061b629>] visual_init+0x9a/0xed
[    1.284825]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.284830]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.284836]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.284841]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.284846]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.284852]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.284857]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.284862]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.284868]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.284874]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.284880]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.284886]  [<c07eb979>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.284892]  [<c0697411>] intel_fbdev_initial_config+0x19/0x1b
[    1.284897]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.284904]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.284909]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.284914]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.284919]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.284925]  [<c06a1076>] driver_probe_device+0x7f/0x16f
[    1.284930]  [<c06a11e0>] __driver_attach+0x4e/0x6a
[    1.284935]  [<c069fcf0>] bus_for_each_dev+0x39/0x65
[    1.284940]  [<c06a0ccf>] driver_attach+0x14/0x16
[    1.284945]  [<c06a1192>] ? __device_attach+0x2c/0x2c
[    1.284950]  [<c06a09fe>] bus_add_driver+0xb6/0x183
[    1.284955]  [<c06a1651>] driver_register+0x6f/0xa4
[    1.284960]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.284965]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.284971]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.284976]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.284981]  [<c0a33137>] i915_init+0x62/0x64
[    1.284985]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.284990]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.284995]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.285001]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.285006]  [<c07e1175>] kernel_init+0x8/0xda
[    1.285011]  [<c07ec8b7>] ret_from_kernel_thread+0x1b/0x28
[    1.285016]  [<c07e116d>] ? rest_init+0xa1/0xa1
[    1.285019] ---[ end trace 98d010b98bd69471 ]---
[    1.285022] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    1.285025] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.285028] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.285033] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.285037] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.285039] [drm:intel_dump_pipe_config], requested mode:
[    1.285044] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.285047] [drm:intel_dump_pipe_config], adjusted mode:
[    1.285051] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.285056] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.285059] [drm:intel_dump_pipe_config], port clock: 72000
[    1.285062] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.285066] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
[    1.285069] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.285072] [drm:intel_dump_pipe_config], ips: 0
[    1.285075] [drm:intel_dump_pipe_config], double wide: 0
[    1.285078] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    1.285080] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.285083] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.285088] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.285092] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.285094] [drm:intel_dump_pipe_config], requested mode:
[    1.285099] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.285101] [drm:intel_dump_pipe_config], adjusted mode:
[    1.285106] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.285111] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.285113] [drm:intel_dump_pipe_config], port clock: 72000
[    1.285116] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.285120] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.285123] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.285126] [drm:intel_dump_pipe_config], ips: 0
[    1.285128] [drm:intel_dump_pipe_config], double wide: 0
[    1.285135] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    1.285141] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    1.285145] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
[    1.285147] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    1.285151] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.285154] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.285156] [drm:intel_modeset_stage_output_state], crtc disabled, full mode switch
[    1.285161] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    1.300131] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
[    1.300141] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.300147] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.300167] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.300174] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.300178] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.300183] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.300187] [drm:check_crtc_state], [CRTC:3]
[    1.300209] [drm:check_crtc_state], [CRTC:4]
[    1.300254] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.300260] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.300265] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.312725] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.312731] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.312735] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.324868] Console: switching to colour frame buffer device 170x48
[    1.324879] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.324885] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.324889] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.693559] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.696480] i915 0000:00:02.0: registered panic notifier
[    1.699935] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.703936] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.707088] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.714284] loop: module loaded
[    1.717566] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    1.720874] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.724298] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.727819] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.731412] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.735134] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.738920] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.743020] ahci 0000:00:1f.2: version 3.0
[    1.743487] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.743619] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.747453] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.751294] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.757533] scsi0 : ahci
[    1.761909] scsi1 : ahci
[    1.765981] scsi2 : ahci
[    1.770044] scsi3 : ahci
[    1.773901] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
[    1.777679] ata2: DUMMY
[    1.781421] ata3: DUMMY
[    1.785107] ata4: DUMMY
[    1.789166] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.797506] i8042: Detected active multiplexing controller, rev 1.1
[    1.803432] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.807932] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.811922] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.815843] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.819721] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.823901] mousedev: PS/2 mouse device common for all mice
[    1.829356] rtc_cmos 00:02: RTC can wake from S4
[    1.833942] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.837807] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.841707] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.845648] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    1.850178] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.854187] iTCO_vendor_support: vendor-support=0
[    1.858587] asus_laptop: Asus Laptop Support version 0.42
[    1.862967] asus_laptop:   UL20A model detected
[    1.868892] [drm:asle_set_backlight], bclp = 0x800000b3
[    1.868912] [drm:asle_set_backlight], updating opregion backlight 179/255
[    1.868929] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.868996] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.869136] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
[    1.876794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.052133] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.057400] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.061731] TCP: cubic registered
[    2.065941] Initializing XFRM netlink socket
[    2.070160] NET: Registered protocol family 17
[    2.074389] NET: Registered protocol family 15
[    2.079317] Using IPI No-Shortcut mode
[    2.084559] registered taskstats version 1
[    2.089693]   Magic number: 14:414:663
[    2.093714] rtc_cmos 00:02: setting system clock to 2014-01-28 02:41:29 UTC (1390876889)
[    2.099642] PM: Hibernation image not present or could not be loaded.
[    2.108361] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.117020] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.123258] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.123265] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.178194] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[    2.181689] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.193554] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.236550] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.236562] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.243835] ata1.00: configured for UDMA/133
[    2.251210] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
[    2.257867] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.258510] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.264755] sd 0:0:0:0: [sda] Write Protect is off
[    2.270347] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.270474] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.365384]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[    2.371706] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.375577] Freeing unused kernel memory: 388K (c0a12000 - c0a73000)
[    2.379608] Write protecting the kernel text: 4024k
[    2.383362] Write protecting the kernel read-only data: 1868k
[    2.405848] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.410492] systemd[1]: Running in initial RAM disk.
[    2.427551] systemd[1]: Failed to insert module 'autofs4'
[    2.431575] systemd[1]: No hostname configured.
[    2.435581] systemd[1]: Set hostname to <localhost>.
[    2.440080] random: systemd urandom read with 20 bits of entropy available
[    2.444106] systemd[1]: Initializing machine ID from random generator.
[    2.473458] systemd[1]: Starting Encrypted Volumes.
[    2.482003] systemd[1]: Reached target Encrypted Volumes.
[    2.486208] systemd[1]: Starting udev Kernel Socket.
[    2.494631] systemd[1]: Listening on udev Kernel Socket.
[    2.498776] systemd[1]: Starting udev Control Socket.
[    2.507174] systemd[1]: Listening on udev Control Socket.
[    2.511122] systemd[1]: Starting Journal Socket.
[    2.519523] systemd[1]: Listening on Journal Socket.
[    2.523360] systemd[1]: Starting dracut cmdline hook...
[    2.534303] systemd[1]: Started Load Kernel Modules.
[    2.538225] systemd[1]: Starting Journal Service...
[    2.554680] systemd[1]: Started Journal Service.
[    2.559550] systemd[1]: Starting Sockets.
[    2.567501] systemd[1]: Reached target Sockets.
[    2.571314] systemd[1]: Starting Swap.
[    2.579066] systemd[1]: Reached target Swap.
[    2.582759] systemd[1]: Starting Local File Systems.
[    2.590455] systemd[1]: Reached target Local File Systems.
[    2.836522] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    2.836530] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    2.836534] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    2.887684] systemd-udevd[126]: starting version 197
[    2.982862] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
[    3.025480] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.321307] [drm:i915_gem_open], 
[    3.321605] [drm:intel_crtc_cursor_set], cursor off
[    3.321622] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.321631] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.321637] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.321644] [drm:intel_crtc_cursor_set], cursor off
[    3.321650] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.321656] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.321662] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.321720] [drm:i915_gem_open], 
[    3.321758] [drm:intel_crtc_cursor_set], cursor off
[    3.321766] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.321772] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.321778] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.321784] [drm:intel_crtc_cursor_set], cursor off
[    3.321789] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.321796] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.321801] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.321848] [drm:i915_gem_open], 
[    3.322163] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.322198] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.322221] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.322234] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.322241] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    3.322260] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    3.322268] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    3.322278] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.345139] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.345152] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.345158] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.352088] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.356106] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.356117] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.356122] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.356128] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.356481] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.356486] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.356490] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.356497] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.356514] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.356521] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.356527] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.364067] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.368211] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.368219] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.368224] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.368229] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.368584] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.368589] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.368594] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.368599] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.368622] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.368630] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.368635] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.368642] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.368650] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.368656] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.368661] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.368666] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.368909] [drm:drm_mode_addfb], [FB:19]
[    4.904411] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.930098] random: nonblocking pool is initialized
[    5.312789] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    5.704976] systemd-journald[65]: Received SIGTERM
[    7.367551] type=1404 audit(1390876894.772:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.771924] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.836344] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.907455] SELinux:  8 users, 83 roles, 4702 types, 269 bools, 1 sens, 1024 cats
[    7.907464] SELinux:  83 classes, 96503 rules
[    7.931321] SELinux:  Completing initialization.
[    7.931327] SELinux:  Setting up existing superblocks.
[    7.931530] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.931704] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    7.931892] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    7.931991] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    7.932395] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.932578] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    7.934907] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    7.935059] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    7.935602] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    7.935757] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    7.935901] SELinux: initialized (dev aio, type aio), not configured for labeling
[    7.936023] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    7.936241] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    7.936393] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    7.936557] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.940482] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    7.940529] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.940549] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.940832] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.941030] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941095] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941149] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941331] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941406] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941439] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941465] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941539] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.941683] SELinux: initialized (dev sda6, type ext4), uses xattr
[    8.004716] type=1403 audit(1390876895.408:3): policy loaded auid=4294967295 ses=4294967295
[    8.178538] systemd[1]: Successfully loaded SELinux policy in 880.547ms.
[    8.509252] systemd[1]: Relabelled /dev and /run in 51.222ms.
[   11.914586] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   12.155726] systemd-journald[282]: Vacuuming done, freed 0 bytes
[   13.257472] EXT4-fs (sda6): re-mounted. Opts: (null)
[   13.628240] systemd-udevd[317]: starting version 208
[   14.865342] ACPI: bus type USB registered
[   14.869790] usbcore: registered new interface driver usbfs
[   14.874195] usbcore: registered new interface driver hub
[   14.879590] usbcore: registered new device driver usb
[   14.901618] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[   14.930694] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.935848] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
[   14.945945] uhci_hcd: USB Universal Host Controller Interface driver
[   14.949688] ehci-pci: EHCI PCI platform driver
[   14.949782] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   14.950054] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   14.950097] uhci_hcd 0000:00:1a.0: detected 2 ports
[   14.950129] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.950132] uhci_hcd 0000:00:1a.0: Performing full reset
[   14.950152] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[   14.950277] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
[   14.951209] usb usb1: default language 0x0409
[   14.951271] usb usb1: udev 1, busnum 1, minor = 0
[   14.951276] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   14.951280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.951283] usb usb1: Product: UHCI Host Controller
[   14.951287] usb usb1: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.951290] usb usb1: SerialNumber: 0000:00:1a.0
[   14.952829] usb usb1: usb_probe_device
[   14.952834] usb usb1: configuration #1 chosen from 1 choice
[   14.953367] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.953681] hub 1-0:1.0: usb_probe_interface
[   14.953685] hub 1-0:1.0: usb_probe_interface - got id
[   14.953705] hub 1-0:1.0: USB hub found
[   14.954009] hub 1-0:1.0: 2 ports detected
[   14.954012] hub 1-0:1.0: standalone hub
[   14.954016] hub 1-0:1.0: no power switching (usb 1.0)
[   14.954019] hub 1-0:1.0: individual port over-current protection
[   14.954023] hub 1-0:1.0: power on to power good time: 2ms
[   14.954495] hub 1-0:1.0: local power source is good
[   14.956502] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.956507] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.957782] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   14.957802] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[   14.957815] uhci_hcd 0000:00:1a.1: detected 2 ports
[   14.957823] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.957826] uhci_hcd 0000:00:1a.1: Performing full reset
[   14.957845] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[   14.957896] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
[   14.958084] usb usb2: default language 0x0409
[   14.958146] usb usb2: udev 1, busnum 2, minor = 128
[   14.958151] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   14.958155] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.958158] usb usb2: Product: UHCI Host Controller
[   14.958162] usb usb2: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.958165] usb usb2: SerialNumber: 0000:00:1a.1
[   14.958724] usb usb2: usb_probe_device
[   14.958729] usb usb2: configuration #1 chosen from 1 choice
[   14.958773] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.958892] hub 2-0:1.0: usb_probe_interface
[   14.958896] hub 2-0:1.0: usb_probe_interface - got id
[   14.958906] hub 2-0:1.0: USB hub found
[   14.958938] hub 2-0:1.0: 2 ports detected
[   14.958942] hub 2-0:1.0: standalone hub
[   14.958945] hub 2-0:1.0: no power switching (usb 1.0)
[   14.958948] hub 2-0:1.0: individual port over-current protection
[   14.958952] hub 2-0:1.0: power on to power good time: 2ms
[   14.958998] hub 2-0:1.0: local power source is good
[   14.960595] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.960599] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.961239] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[   14.961258] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[   14.961272] uhci_hcd 0000:00:1a.2: detected 2 ports
[   14.961280] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.961283] uhci_hcd 0000:00:1a.2: Performing full reset
[   14.961302] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[   14.961351] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
[   14.961538] usb usb3: default language 0x0409
[   14.961600] usb usb3: udev 1, busnum 3, minor = 256
[   14.961605] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   14.961609] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.961612] usb usb3: Product: UHCI Host Controller
[   14.961615] usb usb3: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.961618] usb usb3: SerialNumber: 0000:00:1a.2
[   14.962038] usb usb3: usb_probe_device
[   14.962043] usb usb3: configuration #1 chosen from 1 choice
[   14.962085] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.962197] hub 3-0:1.0: usb_probe_interface
[   14.962201] hub 3-0:1.0: usb_probe_interface - got id
[   14.962211] hub 3-0:1.0: USB hub found
[   14.962242] hub 3-0:1.0: 2 ports detected
[   14.962246] hub 3-0:1.0: standalone hub
[   14.962249] hub 3-0:1.0: no power switching (usb 1.0)
[   14.962252] hub 3-0:1.0: individual port over-current protection
[   14.962256] hub 3-0:1.0: power on to power good time: 2ms
[   14.962302] hub 3-0:1.0: local power source is good
[   14.963873] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   14.963877] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.964524] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   14.964544] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   14.964557] uhci_hcd 0000:00:1d.0: detected 2 ports
[   14.964565] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.964568] uhci_hcd 0000:00:1d.0: Performing full reset
[   14.964587] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[   14.964636] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[   14.964824] usb usb4: default language 0x0409
[   14.964887] usb usb4: udev 1, busnum 4, minor = 384
[   14.964891] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   14.964895] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.964898] usb usb4: Product: UHCI Host Controller
[   14.964901] usb usb4: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.964904] usb usb4: SerialNumber: 0000:00:1d.0
[   14.965420] usb usb4: usb_probe_device
[   14.965425] usb usb4: configuration #1 chosen from 1 choice
[   14.965469] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   14.965582] hub 4-0:1.0: usb_probe_interface
[   14.965585] hub 4-0:1.0: usb_probe_interface - got id
[   14.965595] hub 4-0:1.0: USB hub found
[   14.965626] hub 4-0:1.0: 2 ports detected
[   14.965630] hub 4-0:1.0: standalone hub
[   14.965633] hub 4-0:1.0: no power switching (usb 1.0)
[   14.965636] hub 4-0:1.0: individual port over-current protection
[   14.965640] hub 4-0:1.0: power on to power good time: 2ms
[   14.965686] hub 4-0:1.0: local power source is good
[   14.967249] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   14.967863] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   14.967881] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[   14.967895] uhci_hcd 0000:00:1d.1: detected 2 ports
[   14.967903] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[   14.967906] uhci_hcd 0000:00:1d.1: Performing full reset
[   14.967925] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[   14.967940] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
[   14.968145] usb usb5: default language 0x0409
[   14.968207] usb usb5: udev 1, busnum 5, minor = 512
[   14.968211] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   14.968215] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.968218] usb usb5: Product: UHCI Host Controller
[   14.968222] usb usb5: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.968225] usb usb5: SerialNumber: 0000:00:1d.1
[   14.968651] usb usb5: usb_probe_device
[   14.968656] usb usb5: configuration #1 chosen from 1 choice
[   14.968700] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   14.968809] hub 5-0:1.0: usb_probe_interface
[   14.968813] hub 5-0:1.0: usb_probe_interface - got id
[   14.968823] hub 5-0:1.0: USB hub found
[   14.968854] hub 5-0:1.0: 2 ports detected
[   14.968858] hub 5-0:1.0: standalone hub
[   14.968861] hub 5-0:1.0: no power switching (usb 1.0)
[   14.968864] hub 5-0:1.0: individual port over-current protection
[   14.968868] hub 5-0:1.0: power on to power good time: 2ms
[   14.968914] hub 5-0:1.0: local power source is good
[   14.970479] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   14.971099] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   14.971118] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[   14.971131] uhci_hcd 0000:00:1d.2: detected 2 ports
[   14.971139] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[   14.971142] uhci_hcd 0000:00:1d.2: Performing full reset
[   14.971161] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[   14.971209] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
[   14.971422] usb usb6: default language 0x0409
[   14.971484] usb usb6: udev 1, busnum 6, minor = 640
[   14.971488] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   14.971492] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.971495] usb usb6: Product: UHCI Host Controller
[   14.971499] usb usb6: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.971502] usb usb6: SerialNumber: 0000:00:1d.2
[   14.971916] usb usb6: usb_probe_device
[   14.971921] usb usb6: configuration #1 chosen from 1 choice
[   14.971963] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   14.972087] hub 6-0:1.0: usb_probe_interface
[   14.972091] hub 6-0:1.0: usb_probe_interface - got id
[   14.972101] hub 6-0:1.0: USB hub found
[   14.972132] hub 6-0:1.0: 2 ports detected
[   14.972135] hub 6-0:1.0: standalone hub
[   14.972138] hub 6-0:1.0: no power switching (usb 1.0)
[   14.972141] hub 6-0:1.0: individual port over-current protection
[   14.972146] hub 6-0:1.0: power on to power good time: 2ms
[   14.972191] hub 6-0:1.0: local power source is good
[   14.973766] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   15.157425] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.157429] uhci_hcd 0000:00:1a.1: port 1 portsc 0093,00
[   15.157468] hub 2-0:1.0: port 1: status 0101 change 0001
[   15.158385] hub 1-0:1.0: hub_suspend
[   15.158747] usb usb1: bus auto-suspend, wakeup 1
[   15.158769] usb usb1: suspend_rh
[   15.158865] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.158889] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.158905] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.158920] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.158945] hub 3-0:1.0: hub_suspend
[   15.159201] usb usb3: bus auto-suspend, wakeup 1
[   15.159211] usb usb3: suspend_rh
[   15.159258] hub 4-0:1.0: hub_suspend
[   15.159607] usb usb4: bus auto-suspend, wakeup 1
[   15.159617] usb usb4: suspend_rh
[   15.159666] hub 5-0:1.0: hub_suspend
[   15.159686] usb usb5: bus auto-suspend, wakeup 1
[   15.159696] usb usb5: suspend_rh
[   15.159739] hub 6-0:1.0: hub_suspend
[   15.159775] usb usb6: bus auto-suspend, wakeup 1
[   15.159781] usb usb6: suspend_rh
[   15.166329] usb usb1: usb auto-resume
[   15.166347] usb usb1: wakeup_rh
[   15.188203] hub 1-0:1.0: hub_resume
[   15.188951] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.189085] usb usb1: unregistering interface 1-0:1.0
[   15.199838] uhci_hcd 0000:00:1a.0: shutdown urb f4a37980 ep1in-intr
[   15.203752] usb usb1: usb_disable_device nuking non-ep0 URBs
[   15.204854] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   15.208156] Copyright(c) 2003-2013 Intel Corporation
[   15.209034] usb usb1: bus auto-suspend, wakeup 0
[   15.209039] usb usb1: suspend_rh
[   15.209070] usb usb2: unregistering interface 2-0:1.0
[   15.210019] usb usb2: usb_disable_device nuking non-ep0 URBs
[   15.212410] usb usb2: bus auto-suspend, wakeup 0
[   15.212422] usb usb2: suspend_rh
[   15.212461] usb usb3: usb auto-resume
[   15.212471] usb usb3: wakeup_rh
[   15.214762] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
[   15.236177] hub 3-0:1.0: hub_resume
[   15.236694] usb usb3: unregistering interface 3-0:1.0
[   15.254273] uhci_hcd 0000:00:1a.2: shutdown urb f48c7580 ep1in-intr
[   15.270377] usb usb3: usb_disable_device nuking non-ep0 URBs
[   15.270791] usb usb3: bus auto-suspend, wakeup 0
[   15.270802] usb usb3: suspend_rh
[   15.270853] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   15.276340] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
[   15.280587] ehci-pci 0000:00:1a.7: debug port 1
[   15.283668] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   15.283681] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   15.283922] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.289904] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[   15.289916] ehci-pci 0000:00:1a.7: supports USB remote wakeup
[   15.289959] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
[   15.293459] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   15.299409] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   15.311066] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   15.315936] usb usb7: default language 0x0409
[   15.316103] usb usb7: udev 1, busnum 7, minor = 768
[   15.316115] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[   15.319286] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.326071] usb usb7: Product: EHCI Host Controller
[   15.329268] usb usb7: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   15.332793] usb usb7: SerialNumber: 0000:00:1a.7
[   15.343005] usb usb7: usb_probe_device
[   15.343019] usb usb7: configuration #1 chosen from 1 choice
[   15.348664] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   15.351128] hub 7-0:1.0: usb_probe_interface
[   15.351136] hub 7-0:1.0: usb_probe_interface - got id
[   15.351482] hub 7-0:1.0: USB hub found
[   15.357834] hub 7-0:1.0: 6 ports detected
[   15.361000] hub 7-0:1.0: standalone hub
[   15.361010] hub 7-0:1.0: no power switching (usb 1.0)
[   15.361016] hub 7-0:1.0: individual port over-current protection
[   15.361027] hub 7-0:1.0: power on to power good time: 20ms
[   15.362005] hub 7-0:1.0: local power source is good
[   15.381721] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   15.384980] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   15.388132] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   15.391233] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   15.396668] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   15.460954] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   15.467116] usb usb7: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   15.467129] usb usb7: usb port3's DeviceRemovable is changed to 1 according to platform information.
[   15.467135] usb usb7: usb port6's DeviceRemovable is changed to 1 according to platform information.
[   15.467145] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   15.481433] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.0
[   15.481451] usb usb1: usb auto-resume
[   15.481458] usb usb1: wakeup_rh
[   15.504378] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   15.504574] hub 1-0:1.0: usb_probe_interface
[   15.504581] hub 1-0:1.0: usb_probe_interface - got id
[   15.504601] hub 1-0:1.0: USB hub found
[   15.510934] hub 1-0:1.0: 2 ports detected
[   15.514190] hub 1-0:1.0: standalone hub
[   15.514201] hub 1-0:1.0: no power switching (usb 1.0)
[   15.514206] hub 1-0:1.0: individual port over-current protection
[   15.514217] hub 1-0:1.0: power on to power good time: 2ms
[   15.514916] hub 1-0:1.0: local power source is good
[   15.517170] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   15.517182] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   15.527594] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.1
[   15.527617] usb usb2: usb auto-resume
[   15.527623] usb usb2: wakeup_rh
[   15.548490] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   15.548938] hub 2-0:1.0: usb_probe_interface
[   15.548948] hub 2-0:1.0: usb_probe_interface - got id
[   15.548972] hub 2-0:1.0: USB hub found
[   15.552356] hub 2-0:1.0: 2 ports detected
[   15.555366] hub 2-0:1.0: standalone hub
[   15.555371] hub 2-0:1.0: no power switching (usb 1.0)
[   15.555376] hub 2-0:1.0: individual port over-current protection
[   15.555387] hub 2-0:1.0: power on to power good time: 2ms
[   15.555465] hub 2-0:1.0: local power source is good
[   15.557658] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   15.557669] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   15.558350] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.2
[   15.558365] usb usb3: usb auto-resume
[   15.558371] usb usb3: wakeup_rh
[   15.568345] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   15.568383] hub 7-0:1.0: port 3: status 0501 change 0001
[   15.580437] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   15.580872] hub 3-0:1.0: usb_probe_interface
[   15.580883] hub 3-0:1.0: usb_probe_interface - got id
[   15.580900] hub 3-0:1.0: USB hub found
[   15.584226] hub 3-0:1.0: 2 ports detected
[   15.587250] hub 3-0:1.0: standalone hub
[   15.587255] hub 3-0:1.0: no power switching (usb 1.0)
[   15.587264] hub 3-0:1.0: individual port over-current protection
[   15.587271] hub 3-0:1.0: power on to power good time: 2ms
[   15.587708] hub 3-0:1.0: local power source is good
[   15.589871] usb usb3: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   15.589882] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   15.590951] usb usb4: usb auto-resume
[   15.590963] usb usb4: wakeup_rh
[   15.612082] hub 4-0:1.0: hub_resume
[   15.612310] usb usb4: unregistering interface 4-0:1.0
[   15.612322] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.612603] uhci_hcd 0000:00:1d.0: shutdown urb f48c7000 ep1in-intr
[   15.613126] usb usb4: usb_disable_device nuking non-ep0 URBs
[   15.613181] usb usb4: bus auto-suspend, wakeup 0
[   15.613188] usb usb4: suspend_rh
[   15.613225] usb usb5: usb auto-resume
[   15.613232] usb usb5: wakeup_rh
[   15.638390] hub 5-0:1.0: hub_resume
[   15.638514] usb usb5: unregistering interface 5-0:1.0
[   15.638899] uhci_hcd 0000:00:1d.1: shutdown urb f6f76280 ep1in-intr
[   15.639558] usb usb5: usb_disable_device nuking non-ep0 URBs
[   15.642736] usb usb5: bus auto-suspend, wakeup 0
[   15.642744] usb usb5: suspend_rh
[   15.642783] usb usb6: usb auto-resume
[   15.642789] usb usb6: wakeup_rh
[   15.656085] uhci_hcd 0000:00:1a.1: port 1 portsc 0082,00
[   15.664088] hub 6-0:1.0: hub_resume
[   15.664195] usb usb6: unregistering interface 6-0:1.0
[   15.664554] uhci_hcd 0000:00:1d.2: shutdown urb f6f76b80 ep1in-intr
[   15.665260] usb usb6: usb_disable_device nuking non-ep0 URBs
[   15.665561] usb usb6: bus auto-suspend, wakeup 0
[   15.665568] usb usb6: suspend_rh
[   15.665609] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   15.668779] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
[   15.671874] ehci-pci 0000:00:1d.7: debug port 1
[   15.675013] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   15.675026] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   15.675159] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.677935] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   15.679066] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   15.679070] ehci-pci 0000:00:1d.7: supports USB remote wakeup
[   15.679090] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
[   15.679098] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   15.688076] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   15.691601] usb usb8: default language 0x0409
[   15.691711] usb usb8: udev 1, busnum 8, minor = 896
[   15.691723] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[   15.694843] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.697942] usb usb8: Product: EHCI Host Controller
[   15.701028] usb usb8: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   15.704254] usb usb8: SerialNumber: 0000:00:1d.7
[   15.708463] usb usb8: usb_probe_device
[   15.708471] usb usb8: configuration #1 chosen from 1 choice
[   15.709555] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[   15.711010] hub 8-0:1.0: usb_probe_interface
[   15.711018] hub 8-0:1.0: usb_probe_interface - got id
[   15.711036] hub 8-0:1.0: USB hub found
[   15.714447] hub 8-0:1.0: 6 ports detected
[   15.717625] hub 8-0:1.0: standalone hub
[   15.717635] hub 8-0:1.0: no power switching (usb 1.0)
[   15.717640] hub 8-0:1.0: individual port over-current protection
[   15.717652] hub 8-0:1.0: power on to power good time: 20ms
[   15.717973] hub 8-0:1.0: local power source is good
[   15.725545] hub 8-0:1.0: trying to enable port power on non-switchable hub
[   15.726133] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.0
[   15.726149] usb usb4: usb auto-resume
[   15.726155] usb usb4: wakeup_rh
[   15.739082] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   15.742858] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
[   15.755635] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   15.756105] hub 4-0:1.0: usb_probe_interface
[   15.756116] hub 4-0:1.0: usb_probe_interface - got id
[   15.756132] hub 4-0:1.0: USB hub found
[   15.758704] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.758899] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.760016] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
[   15.770617] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   15.781823] hub 4-0:1.0: 2 ports detected
[   15.785068] hub 4-0:1.0: standalone hub
[   15.785077] hub 4-0:1.0: no power switching (usb 1.0)
[   15.785082] hub 4-0:1.0: individual port over-current protection
[   15.785093] hub 4-0:1.0: power on to power good time: 2ms
[   15.785162] hub 4-0:1.0: local power source is good
[   15.795422] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   15.795695] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.795921] hub 7-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   15.796254] hub 7-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   15.796657] hub 1-0:1.0: hub_suspend
[   15.800045] usb usb1: bus auto-suspend, wakeup 1
[   15.800058] usb usb1: suspend_rh
[   15.800816] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.1
[   15.801939] usb usb5: usb auto-resume
[   15.801950] usb usb5: wakeup_rh
[   15.824171] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   15.824299] hub 5-0:1.0: usb_probe_interface
[   15.824306] hub 5-0:1.0: usb_probe_interface - got id
[   15.824318] hub 5-0:1.0: USB hub found
[   15.827493] hub 5-0:1.0: 2 ports detected
[   15.831766] hub 5-0:1.0: standalone hub
[   15.831776] hub 5-0:1.0: no power switching (usb 1.0)
[   15.831781] hub 5-0:1.0: individual port over-current protection
[   15.831792] hub 5-0:1.0: power on to power good time: 2ms
[   15.831882] hub 5-0:1.0: local power source is good
[   15.839125] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   15.839455] ehci-pci 0000:00:1d.7: HS companion for 0000:00:1d.2
[   15.839471] usb usb6: usb auto-resume
[   15.839481] usb usb6: wakeup_rh
[   15.856817] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   15.856830] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   15.860203] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   15.862062] hub 6-0:1.0: usb_probe_interface
[   15.862074] hub 6-0:1.0: usb_probe_interface - got id
[   15.862090] hub 6-0:1.0: USB hub found
[   15.867325] hub 6-0:1.0: 2 ports detected
[   15.871108] hub 6-0:1.0: standalone hub
[   15.871119] hub 6-0:1.0: no power switching (usb 1.0)
[   15.871124] hub 6-0:1.0: individual port over-current protection
[   15.871135] hub 6-0:1.0: power on to power good time: 2ms
[   15.871506] hub 6-0:1.0: local power source is good
[   15.877188] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   15.912464] usb 7-3: new high-speed USB device number 2 using ehci-pci
[   16.020318] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   16.020331] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   16.140367] usb 7-3: skipped 1 descriptor after configuration
[   16.140379] usb 7-3: skipped 6 descriptors after interface
[   16.140389] usb 7-3: skipped 1 descriptor after endpoint
[   16.140395] usb 7-3: skipped 8 descriptors after interface
[   16.141107] usb 7-3: default language 0x0409
[   16.144756] irq 16: nobody cared (try booting with the "irqpoll" option)
[   16.147913] CPU: 0 PID: 282 Comm: systemd-journal Tainted: G        W    3.13.0-rc8AS+ #2
[   16.148039] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[   16.148039]  00000000 00000000 f494df04 c07e66d6 f506dc00 f494df18 c04675c7 f506dc00
[   16.148039]  00000000 00000010 f494df34 c0467936 52559448 fffeeacc f506dc00 00000010
[   16.148039]  00000000 f494df54 c0466052 00000000 00000000 00000000 f506dc00 f506dc54
[   16.148039] Call Trace:
[   16.148039]  [<c07e66d6>] dump_stack+0x48/0x69
[   16.148039]  [<c04675c7>] __report_bad_irq+0x14/0x9e
[   16.148039]  [<c0467936>] note_interrupt+0x137/0x1b5
[   16.148039]  [<c0466052>] handle_irq_event_percpu+0xc5/0x107
[   16.148039]  [<c04660c0>] handle_irq_event+0x2c/0x44
[   16.148039]  [<c04680f8>] handle_fasteoi_irq+0x6a/0x97
[   16.148039]  [<c040336d>] handle_irq+0x9a/0xa9
[   16.148039]  [<c0402f02>] do_IRQ+0x35/0x80
[   16.148039]  [<c07ece38>] common_interrupt+0x38/0x3d
[   16.148039] handlers:
[   16.148039] [<f8486e56>] usb_hcd_irq [usbcore]
[   16.148039] Disabling IRQ #16
[   16.205482] usb 7-3: udev 2, busnum 7, minor = 769
[   16.205491] usb 7-3: New USB device found, idVendor=04f2, idProduct=b036
[   16.208712] usb 7-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   16.211902] usb 7-3: Product: USB2.0 0.3M UVC WebCam
[   16.217224] usb 7-3: Manufacturer: Chicony Electronics Co., Ltd.
[   16.220504] usb 7-3: SerialNumber: SN0001
[   16.225115] usb 7-3: usb_probe_device
[   16.225123] usb 7-3: configuration #1 chosen from 1 choice
[   16.225503] usb 7-3: adding 7-3:1.0 (config #1, interface 0)
[   16.228721] usb 7-3: adding 7-3:1.1 (config #1, interface 1)
[   16.228957] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.228977] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.228989] hub 8-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   16.229002] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.229013] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.229025] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.229056] hub 3-0:1.0: hub_suspend
[   16.229101] usb usb3: bus auto-suspend, wakeup 1
[   16.229109] usb usb3: suspend_rh
[   16.229148] hub 2-0:1.0: hub_suspend
[   16.229171] hub 8-0:1.0: hub_suspend
[   16.229227] usb usb8: bus auto-suspend, wakeup 1
[   16.229233] ehci-pci 0000:00:1d.7: suspend root hub
[   16.229587] usb usb2: bus auto-suspend, wakeup 1
[   16.229594] usb usb2: suspend_rh
[   16.229632] hub 4-0:1.0: hub_suspend
[   16.229669] usb usb4: bus auto-suspend, wakeup 1
[   16.229675] usb usb4: suspend_rh
[   16.229711] hub 5-0:1.0: hub_suspend
[   16.229745] usb usb5: bus auto-suspend, wakeup 1
[   16.229751] usb usb5: suspend_rh
[   16.229788] hub 6-0:1.0: hub_suspend
[   16.229816] usb usb6: bus auto-suspend, wakeup 1
[   16.229822] usb usb6: suspend_rh
[   17.711386] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
[   17.822312] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
[   18.024163] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   18.027887] SELinux: initialized (dev sda8, type ext4), uses xattr
[   18.151400] systemd-journald[282]: Received request to flush runtime journal from PID 1
[   26.044840] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
[   26.106112] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   26.119174] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   26.147690] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
[   26.148945] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   26.149461] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
[   26.149819] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
[   26.150146] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
[   26.150500] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
[   26.151003] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
[   26.151357] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   26.159322] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
[   26.159712] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
[   26.160456] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
[   26.160817] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
[   26.161509] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
[   26.170915] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   26.181260] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   26.497283] [drm:intel_crtc_cursor_set], cursor off
[   26.497295] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   26.497308] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   26.497315] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   26.497322] [drm:intel_crtc_cursor_set], cursor off
[   26.497328] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   26.497335] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   26.497340] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   28.080977] wlan0: authenticate with 00:13:46:48:f3:2a
[   28.098806] wlan0: send auth to 00:13:46:48:f3:2a (try 1/3)
[   28.115212] wlan0: authenticated
[   28.120714] iwlwifi 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   28.125133] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   28.129623] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   28.129631] wlan0: waiting for beacon from 00:13:46:48:f3:2a
[   28.164446] wlan0: associate with 00:13:46:48:f3:2a (try 1/3)
[   28.172261] wlan0: RX AssocResp from 00:13:46:48:f3:2a (capab=0x431 status=0 aid=7)
[   28.181997] wlan0: associated
[   54.210942] type=1006 audit(1390876941.289:4): pid=483 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-08 18:43       ` Ville Syrjälä
@ 2014-01-28 17:17         ` Daniel Vetter
  2014-01-28 19:42           ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-28 17:17 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: Alan Stern, intel-gfx, Kernel development list

On Wed, Jan 8, 2014 at 7:43 PM, Ville Syrjälä
<ville.syrjala@linux.intel.com> wrote:
>
> The log looks fairly clear to me:
>
> 1. initially panel fitter is enabled on pipe B, and pipe B is outputting
>    to LVDS and VGA. Border is enabled.
> 2. pipe A gets enabled outputting to LVDS. This will overwrite the
>    LVDS border bits
> 3. pipe B is still active so we do the state check, but as the LVDS
>    border bits have been clobbered earlier, the state checker gets
>    angry

Meh, I've been fairly dense the entire time. This is indeed the
root-cause, with the twist that we're allowing the impossible:
Essentially we take away the panel fitter from pipe B to pipe A while
it is strictly still in use by pipe B for VGA. Currently no idea how
to properly fix this in a not too intrusive way.

The other issue is that the encoders connected to pipe B change in the
first modeset, but that's not reflected in the pipe masks.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-28 17:17         ` Daniel Vetter
@ 2014-01-28 19:42           ` Daniel Vetter
  2014-01-30 14:53             ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-28 19:42 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: Alan Stern, intel-gfx, Kernel development list

On Tue, Jan 28, 2014 at 06:17:00PM +0100, Daniel Vetter wrote:
> On Wed, Jan 8, 2014 at 7:43 PM, Ville Syrjälä
> <ville.syrjala@linux.intel.com> wrote:
> >
> > The log looks fairly clear to me:
> >
> > 1. initially panel fitter is enabled on pipe B, and pipe B is outputting
> >    to LVDS and VGA. Border is enabled.
> > 2. pipe A gets enabled outputting to LVDS. This will overwrite the
> >    LVDS border bits
> > 3. pipe B is still active so we do the state check, but as the LVDS
> >    border bits have been clobbered earlier, the state checker gets
> >    angry
> 
> Meh, I've been fairly dense the entire time. This is indeed the
> root-cause, with the twist that we're allowing the impossible:
> Essentially we take away the panel fitter from pipe B to pipe A while
> it is strictly still in use by pipe B for VGA. Currently no idea how
> to properly fix this in a not too intrusive way.
> 
> The other issue is that the encoders connected to pipe B change in the
> first modeset, but that's not reflected in the pipe masks.

I think I need a bit more debug output first. Can you please apply the
below patch to drm-intel-nightly and then grab a drm.debug=0xe dmesg from
boot?

Thanks, Daniel
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 122f87155b8e..554c30e89308 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -9144,6 +9144,11 @@ intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
 		if (connector->new_encoder)
 			*prepare_pipes |=
 				1 << connector->new_encoder->new_crtc->pipe;
+
+		DRM_DEBUG_KMS("[CONNECTOR:%d:%s]: prepare_pipes %u\n",
+			connector->base.base.id,
+			drm_get_connector_name(&connector->base),
+			*prepare_pipes);
 	}
 
 	list_for_each_entry(encoder, &dev->mode_config.encoder_list,
@@ -9159,6 +9164,11 @@ intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
 
 		if (encoder->new_crtc)
 			*prepare_pipes |= 1 << encoder->new_crtc->pipe;
+
+		DRM_DEBUG_KMS("[ENCODER:%d:%s]: prepare_pipes %u\n",
+			encoder->base.base.id,
+			drm_get_encoder_name(&encoder->base),
+			*prepare_pipes);
 	}
 
 	/* Check for pipes that will be enabled/disabled ... */
@@ -9171,6 +9181,11 @@ intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
 			*disable_pipes |= 1 << intel_crtc->pipe;
 		else
 			*prepare_pipes |= 1 << intel_crtc->pipe;
+
+		DRM_DEBUG_KMS("[CRTC:%d:%s]: prepare_pipes %u\n",
+			intel_crtc->base.base.id,
+			pipe_name(intel_crtc->pipe),
+			*prepare_pipes);
 	}
 
 
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply related	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-28 19:42           ` Daniel Vetter
@ 2014-01-30 14:53             ` Alan Stern
  2014-01-30 15:22               ` Daniel Vetter
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-01-30 14:53 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Ville Syrjälä, intel-gfx, Kernel development list

On Tue, 28 Jan 2014, Daniel Vetter wrote:

> I think I need a bit more debug output first. Can you please apply the
> below patch to drm-intel-nightly and then grab a drm.debug=0xe dmesg from
> boot?

The dmesg output is below.  Since you didn't say whether this should go
on top of the previous patch or in place of it, I put this in place of
the first one.

BTW, I had to fix a bug in the patch:

> @@ -9171,6 +9181,11 @@ intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
>  			*disable_pipes |= 1 << intel_crtc->pipe;
>  		else
>  			*prepare_pipes |= 1 << intel_crtc->pipe;
> +
> +		DRM_DEBUG_KMS("[CRTC:%d:%s]: prepare_pipes %u\n",
> +			intel_crtc->base.base.id,
> +			pipe_name(intel_crtc->pipe),
> +			*prepare_pipes);
>  	}

pipe_name() returns char, not char *.  I changed the output format 
specifier from %s to %c.

Alan Stern


[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-rc8AS+ (stern@saphir.localdomain) (gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #3 SMP PREEMPT Wed Jan 29 11:46:42 EST 2014
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007dda0000-0x000000007ddaefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ddaf000-0x000000007dddffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007dde0000-0x000000007ddfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7dda0 max_arch_pfn = 0x100000
[    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-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] total RAM covered: 2014M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2014MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x013fffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36400000-0x367fffff]
[    0.000000]  [mem 0x36400000-0x367fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x363fffff]
[    0.000000]  [mem 0x30000000-0x363fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x36800000-0x377fdfff]
[    0.000000]  [mem 0x36800000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x01053000, 0x01053fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36a6a000-0x3752cfff]
[    0.000000] ACPI: RSDP 000f9180 000024 (v02 110209)
[    0.000000] ACPI: XSDT 7dda0100 00008C (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: FACP 7dda0290 0000F4 (v03 110209 FACP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: DSDT 7dda0680 00CF1B (v01  UL20A UL20A207 00000207 INTL 20051117)
[    0.000000] ACPI: FACS 7ddaf000 000040
[    0.000000] ACPI: APIC 7dda0390 00005C (v01 110209 APIC1000 20091102 MSFT 00000097)
[    0.000000] ACPI: MCFG 7dda0430 00003C (v01 110209 OEMMCFG  20091102 MSFT 00000097)
[    0.000000] ACPI: SLIC 7dda0470 000176 (v01 _ASUS_ Notebook 20091102 MSFT 00000097)
[    0.000000] ACPI: ECDT 7dda0620 000054 (v01 110209 OEMECDT  20091102 MSFT 00000097)
[    0.000000] ACPI: DBGP 7dda03f0 000034 (v01 110209 DBGP1000 20091102 MSFT 00000097)
[    0.000000] ACPI: BOOT 7dda05f0 000028 (v01 110209 BOOT1000 20091102 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ddaf040 000071 (v01 110209 OEMB1000 20091102 MSFT 00000097)
[    0.000000] ACPI: HPET 7ddad5a0 000038 (v01 110209 OEMHPET  20091102 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ddaf0c0 002024 (v01 110209 GMCHSCI  20091102 MSFT 00000097)
[    0.000000] ACPI: DMAR 7ddb10f0 000150 (v01 110209 DMAR1000 20091102 MSFT 00000097)
[    0.000000] ACPI: ATKG 7ddb1440 008024 (v01 _ASUS_  OEMATKG 20091102 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ddb9f10 0004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1125MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x01054000, 0x01054fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7dd9ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7dd9ffff]
[    0.000000] On node 0 totalpages: 515389
[    0.000000] free_area_init_node: node 0, pgdat c0a0ae80, node_mem_map f5aaa020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2252 pages used for memmap
[    0.000000]   HighMem zone: 288162 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed1ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f77c3000 s30336 r0 d22912 u53248
[    0.000000] pcpu-alloc: s30336 r0 d22912 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513613
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/sda6 ro drm.debug=0xe acpi_backlight=vendor no_console_suspend rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 2
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] allocated 4123896 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007dda0)
[    0.000000] Memory: 2016636K/2061556K available (4021K kernel code, 322K rwdata, 1864K rodata, 388K init, 5980K bss, 44920K reserved, 1152648K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffe6e000 - 0xfffff000   (1604 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc0a12000 - 0xc0a73000   ( 388 kB)
      .data : 0xc07eda6f - 0xc0a11900   (2191 kB)
      .text : 0xc0400000 - 0xc07eda6f   (4022 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1299.973 MHz processor
[    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2599.94 BogoMIPS (lpj=5199892)
[    0.004265] pid_max: default: 32768 minimum: 301
[    0.004542] Security Framework initialized
[    0.004674] SELinux:  Initializing.
[    0.004890] SELinux:  Starting in permissive mode
[    0.004924] Mount-cache hash table entries: 512
[    0.006621] Initializing cgroup subsys memory
[    0.006783] Initializing cgroup subsys devices
[    0.006940] Initializing cgroup subsys freezer
[    0.007092] Initializing cgroup subsys blkio
[    0.007222] Initializing cgroup subsys perf_event
[    0.007438] CPU: Physical Processor ID: 0
[    0.007567] CPU: Processor Core ID: 0
[    0.008013] mce: CPU supports 6 MCE banks
[    0.008150] CPU0: Thermal monitoring enabled (TM2)
[    0.008297] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.008847] Freeing SMP alternatives memory: 12K (c0a73000 - c0a76000)
[    0.008980] ACPI: Core revision 20131115
[    0.033669] ACPI: All ACPI Tables successfully acquired
[    0.036581] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.037294] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.079145] smpboot: CPU0: Genuine Intel(R) CPU           U7300  @ 1.30GHz (fam: 06, model: 17, stepping: 0a)
[    0.080000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.080000] ... version:                2
[    0.080000] ... bit width:              40
[    0.080000] ... generic registers:      2
[    0.080000] ... value mask:             000000ffffffffff
[    0.080000] ... max period:             000000007fffffff
[    0.080000] ... fixed-purpose events:   3
[    0.080000] ... event mask:             0000000700000003
[    0.108469] CPU 1 irqstacks, hard=f50c6000 soft=f50d0000
[    0.108474] x86: Booting SMP configuration:
[    0.008000] Initializing CPU#1
[    0.120444] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.108604] .... node  #0, CPUs:      #1
[    0.120875] x86: Booted up 1 node, 2 CPUs
[    0.121122] smpboot: Total of 2 processors activated (5199.89 BogoMIPS)
[    0.124798] devtmpfs: initialized
[    0.128400] PM: Registering ACPI NVS region [mem 0x7ddaf000-0x7dddffff] (200704 bytes)
[    0.128987] RTC time: 16:48:39, date: 01/29/14
[    0.129506] NET: Registered protocol family 16
[    0.130750] cpuidle: using governor ladder
[    0.132090] cpuidle: using governor menu
[    0.132596] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.132827] ACPI: bus type PCI registered
[    0.133190] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.133401] PCI: not using MMCONFIG
[    0.133790] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.133922] PCI: Using configuration type 1 for base access
[    0.139731] bio: create slab <bio-0> at 0
[    0.140221] ACPI: Added _OSI(Module Device)
[    0.140353] ACPI: Added _OSI(Processor Device)
[    0.142540] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.142671] ACPI: Added _OSI(Processor Aggregator Device)
[    0.159268] ACPI : EC: EC description table is found, configuring boot EC
[    0.185078] ACPI: Executed 1 blocks of module-level executable AML code
[    0.196037] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.208443] ACPI BIOS Warning (bug): Incorrect checksum in table [ATKG] - 0x1F, should be 0x25 (20131115/tbprint-214)
[    0.209537] ACPI: SSDT 7ddb9540 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.213809] ACPI: Dynamic OEM Table Load:
[    0.214032] ACPI: SSDT   (null) 0001C4 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.215376] ACPI: SSDT 7ddb97a0 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.219599] ACPI: Dynamic OEM Table Load:
[    0.219821] ACPI: SSDT   (null) 000765 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.220930] ACPI: SSDT 7ddb9470 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.225197] ACPI: Dynamic OEM Table Load:
[    0.225419] ACPI: SSDT   (null) 0000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
[    0.226017] ACPI: SSDT 7ddb9710 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.230248] ACPI: Dynamic OEM Table Load:
[    0.230472] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
[    0.231829] ACPI: Interpreter enabled
[    0.232010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.232320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.232703] ACPI: (supports S0 S3 S4 S5)
[    0.232831] ACPI: Using IOAPIC for interrupt routing
[    0.233065] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.241029] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.241240] PCI: Using MMCONFIG for extended config space
[    0.241411] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.242934] ACPI: No dock devices found.
[    0.288094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.288238] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI]
[    0.288838] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.290233] PCI host bridge to bus 0000:00
[    0.290367] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.290501] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.290635] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.290770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.290904] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.291039] pci_bus 0000:00: root bus resource [mem 0x7de00000-0xffffffff]
[    0.291258] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.291860] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.291900] pci 0000:00:02.0: reg 0x10: [mem 0xfe400000-0xfe7fffff 64bit]
[    0.291925] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.291943] pci 0000:00:02.0: reg 0x20: [io  0xdc00-0xdc07]
[    0.292497] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.292532] pci 0000:00:02.1: reg 0x10: [mem 0xfe800000-0xfe8fffff 64bit]
[    0.293069] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.293186] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
[    0.293680] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.293960] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.294077] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
[    0.294513] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.294793] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.294910] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
[    0.295344] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.295644] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.295697] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9fbc00-0xfe9fbfff]
[    0.295925] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.296460] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.296753] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.296800] pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
[    0.297003] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.297285] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.297565] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.297774] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.298199] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.298409] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.298696] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.298979] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.299096] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
[    0.299534] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.299827] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.299944] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
[    0.300402] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.300682] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.300799] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
[    0.301234] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.301533] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.301587] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9fb800-0xfe9fbbff]
[    0.301814] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.302277] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.302555] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.302948] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.303220] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.303834] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.303890] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
[    0.303915] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
[    0.303939] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
[    0.303963] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
[    0.303988] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
[    0.304024] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fb000-0xfe9fb7ff]
[    0.304168] pci 0000:00:1f.2: PME# supported from D3hot
[    0.304926] pci 0000:01:00.0: [8086:0083] type 00 class 0x028000
[    0.305097] pci 0000:01:00.0: reg 0x10: [mem 0xfeafe000-0xfeafffff 64bit]
[    0.305896] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.306177] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.306321] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.306584] pci 0000:02:00.0: [1969:1062] type 00 class 0x020000
[    0.306637] pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
[    0.306666] pci 0000:02:00.0: reg 0x18: [io  0xec00-0xec7f]
[    0.306899] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.306996] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.307246] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.307384] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.307396] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.307649] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.307808] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.307815] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.307822] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.307828] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.307835] pci 0000:00:1e.0:   bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
[    0.307930] pci_bus 0000:00: on NUMA node 0
[    0.313214] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.314054] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *10 12)
[    0.314747] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.315252] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 12)
[    0.315991] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
[    0.316554] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 12)
[    0.317343] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 12)
[    0.318132] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.321018] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.321257] ACPI: \_SB_.PCI0: notify handler is installed
[    0.321656] Found 1 acpi root devices
[    0.322198] ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.322807] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.322807] vgaarb: loaded
[    0.322807] vgaarb: bridge control possible 0000:00:02.0
[    0.322807] SCSI subsystem initialized
[    0.324098] libata version 3.00 loaded.
[    0.324203] PCI: Using ACPI for IRQ routing
[    0.324337] PCI: pci_cache_line_size set to 64 bytes
[    0.324509] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.324525] e820: reserve RAM buffer [mem 0x7dda0000-0x7fffffff]
[    0.325795] cfg80211: Calling CRDA to update world regulatory domain
[    0.326360] NetLabel: Initializing
[    0.326488] NetLabel:  domain hash size = 128
[    0.326616] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.326836] NetLabel:  unlabeled traffic allowed by default
[    0.327030] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.327030] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.328226] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.330470] Switched to clocksource hpet
[    0.330470] pnp: PnP ACPI init
[    0.330470] ACPI: bus type PNP registered
[    0.330470] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved
[    0.330470] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.330470] pnp 00:01: [dma 4]
[    0.330470] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.330470] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.330470] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.330470] pnp 00:04: Plug and Play ACPI device, IDs SYN0a06 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.330470] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.330470] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.330980] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.331120] system 00:07: [io  0x0800-0x087f] could not be reserved
[    0.331261] system 00:07: [io  0x0400-0x041f] has been reserved
[    0.331397] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.331533] system 00:07: [mem 0xfe9fac00-0xfe9facff window] has been reserved
[    0.331744] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.331880] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.332037] system 00:07: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.332174] system 00:07: [mem 0xfed90000-0xfed90fff] has been reserved
[    0.332312] system 00:07: [mem 0xfed91000-0xfed91fff] has been reserved
[    0.332449] system 00:07: [mem 0xfed92000-0xfed92fff] has been reserved
[    0.332584] system 00:07: [mem 0xfed93000-0xfed93fff] has been reserved
[    0.332721] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.332858] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    0.332998] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.333278] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.333574] system 00:09: [mem 0xffa00000-0xffbfffff] could not be reserved
[    0.333715] system 00:09: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.333857] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334108] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.334251] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334531] system 00:0b: [io  0x0250-0x0253] has been reserved
[    0.334668] system 00:0b: [io  0x0256-0x025f] has been reserved
[    0.334805] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.334943] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.335080] system 00:0b: [mem 0xfec10000-0xfec17fff] has been reserved
[    0.335218] system 00:0b: [mem 0xfec38000-0xfec3ffff] has been reserved
[    0.335359] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335647] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[    0.335790] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.336992] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.337131] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.337269] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.337408] system 00:0d: [mem 0x00100000-0x7ddfffff] could not be reserved
[    0.337550] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.338046] pnp: PnP ACPI: found 14 devices
[    0.338176] ACPI: bus type PNP unregistered
[    0.382348] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.382377] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.382389] pci 0000:00:1c.5: BAR 9: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.382601] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.382742] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.382893] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.383028] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.383170] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.383310] pci 0000:00:1c.5:   bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.383530] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.383685] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.383691] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.383697] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.383703] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.383708] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
[    0.383715] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.383721] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.383727] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.383733] pci_bus 0000:02: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
[    0.383739] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.383745] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.383750] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.383756] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.383762] pci_bus 0000:03: resource 8 [mem 0x7de00000-0xffffffff]
[    0.383857] NET: Registered protocol family 2
[    0.384779] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.384996] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.386338] TCP: Hash tables configured (established 8192 bind 8192)
[    0.386545] TCP: reno registered
[    0.386679] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.386970] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.387634] NET: Registered protocol family 1
[    0.387795] pci 0000:00:02.0: Boot video device
[    0.388127] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.388133] pci 0000:00:1a.0: Performing full reset
[    0.388688] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.388693] pci 0000:00:1a.1: Performing full reset
[    0.389242] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.389247] pci 0000:00:1a.2: Performing full reset
[    0.390362] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f30
[    0.390368] pci 0000:00:1d.0: Performing full reset
[    0.390904] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0030
[    0.390910] pci 0000:00:1d.1: Performing full reset
[    0.391445] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0030
[    0.391451] pci 0000:00:1d.2: Performing full reset
[    0.392329] PCI: CLS 32 bytes, default 64
[    0.392745] Unpacking initramfs...
[    1.018343] Freeing initrd memory: 11020K (f6a6a000 - f752d000)
[    1.041104] DMA-API: preallocated 65536 debug entries
[    1.041241] DMA-API: debugging enabled by kernel config
[    1.041695] Simple Boot Flag at 0x51 set to 0x1
[    1.043068] Scanning for low memory corruption every 60 seconds
[    1.044232] audit: initializing netlink socket (disabled)
[    1.044435] type=2000 audit(1391014120.044:1): initialized
[    1.045473] bounce pool size: 64 pages
[    1.051948] VFS: Disk quotas dquot_6.5.2
[    1.052262] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.054123] fuse init (API version 7.22)
[    1.054618] msgmni has been set to 1709
[    1.055130] SELinux:  Registering netfilter hooks
[    1.057505] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.057741] io scheduler noop registered
[    1.057869] io scheduler deadline registered
[    1.058157] io scheduler cfq registered (default)
[    1.058760] intel_idle: does not run on family 6 model 23
[    1.059818] ACPI: AC Adapter [AC0] (on-line)
[    1.060296] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    1.060583] ACPI: Sleep Button [SLPB]
[    1.060914] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.067270] ACPI: Lid Switch [LID]
[    1.067673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.067889] ACPI: Power Button [PWRF]
[    1.069282] Monitor-Mwait will be used to enter C-1 state
[    1.069307] Monitor-Mwait will be used to enter C-3 state
[    1.069436] tsc: Marking TSC unstable due to TSC halts in idle
[    1.069629] ACPI: acpi_idle registered with cpuidle
[    1.076489] thermal LNXTHERM:00: registered as thermal_zone0
[    1.076623] ACPI: Thermal Zone [THRM] (48 C)
[    1.076999] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.080190] Non-volatile memory driver v1.3
[    1.080380] Linux agpgart interface v0.103
[    1.081055] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.083429] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.085668] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.086260] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.086581] [drm] Initialized drm 1.1.0 20060810
[    1.090469] [drm:i915_dump_device_info], i915 device info: gen=4, pciid=0x2a42 flags=is_mobile,need_gfx_hws,is_g4x,has_fbc,has_pipe_cxsr,has_hotplug,supports_tv,
[    1.090660] [drm:intel_detect_pch], No PCH found?
[    1.090667] [drm] Memory usable by graphics device = 2048M
[    1.090841] [drm:i915_gem_gtt_init], GMADR size = 256M
[    1.090846] [drm:i915_gem_gtt_init], GTT stolen size = 32M
[    1.092129] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7ddaf0e4
[    1.092148] [drm:intel_opregion_setup], Public ACPI methods supported
[    1.092152] [drm:intel_opregion_setup], SWSCI supported
[    1.116094] [drm:swsci_setup], SWSCI BIOS requested (00000241) SBCB callbacks that are not supported (000000c1)
[    1.116100] [drm:swsci_setup], SWSCI GBDA callbacks 000004f3, SBCB callbacks 00000241
[    1.116105] [drm:intel_opregion_setup], ASLE supported
[    1.116390] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.116419] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.116554] [drm] Driver supports precise vblank timestamp query.
[    1.116714] [drm:init_vbt_defaults], Set default to SSC at 100000 kHz
[    1.116721] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA        d
[    1.116728] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 96000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    1.116778] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    1.116786] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    1.116794] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 0 71900 1366 1414 1480 1486 768 774 782 806 0x8 0xa
[    1.116800] [drm:parse_lfp_panel_data], VBT initial LVDS value 4200033c
[    1.116806] [drm:parse_lfp_backlight], VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 50
[    1.116813] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    1.116820] [drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[    1.116825] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    1.116831] [drm:parse_mipi], No MIPI BDB found
[    1.116857] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    1.116904] [drm:i915_gem_init_stolen], found 33554432 bytes of stolen memory at 7e000000
[    1.117365] [drm:intel_modeset_init], 2 display pipes available.
[    1.117449] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    1.117464] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    1.117478] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.144353] ACPI: Battery Slot [BAT0] (battery present)
[    1.200136] [drm:intel_lvds_init], using preferred mode from EDID: 
[    1.200144] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.200156] [drm:intel_lvds_init], detected single-link lvds configuration
[    1.200547] [drm:intel_panel_setup_backlight], backlight initialized, enabled, brightness 1398348/1992060, sysfs interface registered
[    1.200706] [drm:intel_dp_init_connector], Adding DP connector on port D
[    1.200823] [drm:intel_dp_i2c_init], i2c_init DPDDC-D
[    1.201615] [drm:i965_irq_handler] *ERROR* pipe B underrun
[    1.203826] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.203842] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.206396] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x71450064
[    1.206413] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.206517] [drm:intel_tv_init], Integrated TV is not present.
[    1.206526] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, 7ffff000]
[    1.211034] [drm:init_status_page], render ring hws offset: 0x00001000
[    1.211041] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.211049] [drm:i915_pages_create_for_stolen], offset=0x0, size=131072
[    1.211187] [drm:init_status_page], bsd ring hws offset: 0x00024000
[    1.211193] [drm:i915_gem_object_create_stolen], creating stolen object: size=20000
[    1.211200] [drm:i915_pages_create_for_stolen], offset=0x20000, size=131072
[    1.211296] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: disabled
[    1.211317] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: enabled
[    1.211326] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: enabled, pipe B
[    1.211334] [drm:intel_modeset_readout_hw_state], [ENCODER:12:DAC-12] hw state readout: enabled, pipe B
[    1.211342] [drm:intel_modeset_readout_hw_state], [ENCODER:13:TMDS-13] hw state readout: disabled, pipe A
[    1.211349] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: enabled
[    1.211356] [drm:intel_modeset_readout_hw_state], [CONNECTOR:11:VGA-1] hw state readout: enabled
[    1.211362] [drm:intel_modeset_readout_hw_state], [CONNECTOR:14:DP-1] hw state readout: disabled
[    1.211371] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    1.211375] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.211380] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    1.211386] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.211393] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.211397] [drm:intel_dump_pipe_config], requested mode:
[    1.211404] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.211408] [drm:intel_dump_pipe_config], adjusted mode:
[    1.211415] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.211421] [drm:intel_dump_crtc_timings], crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    1.211426] [drm:intel_dump_pipe_config], port clock: 0
[    1.211430] [drm:intel_dump_pipe_config], pipe src size: 0x0
[    1.211435] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.211441] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.211445] [drm:intel_dump_pipe_config], ips: 0
[    1.211450] [drm:intel_dump_pipe_config], double wide: 0
[    1.211457] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    1.211461] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.211466] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.211472] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.211479] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.211483] [drm:intel_dump_pipe_config], requested mode:
[    1.211490] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.211494] [drm:intel_dump_pipe_config], adjusted mode:
[    1.211501] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.211508] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.211513] [drm:intel_dump_pipe_config], port clock: 72000
[    1.211517] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.211523] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.211528] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.211533] [drm:intel_dump_pipe_config], ips: 0
[    1.211537] [drm:intel_dump_pipe_config], double wide: 0
[    1.211544] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.211552] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.211559] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.211565] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.211571] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.211576] [drm:check_crtc_state], [CRTC:3]
[    1.211582] [drm:check_crtc_state], [CRTC:4]
[    1.211617] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    1.211622] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    1.211638] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    1.211646] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.211652] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    1.211657] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    1.224064] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.228062] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    1.228069] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.228073] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    1.228079] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    1.228441] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    1.228446] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    1.228451] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    1.228456] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    1.228462] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    1.228467] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    1.228473] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    1.228478] [drm:drm_setup_crtcs], 
[    1.228484] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.228489] [drm:drm_enable_connectors], connector 11 enabled? no
[    1.228493] [drm:drm_enable_connectors], connector 14 enabled? no
[    1.228498] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.228503] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.228508] [drm:drm_target_preferred], found mode 1366x768
[    1.228513] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.228520] [drm:drm_setup_crtcs], desired mode 1366x768 set on crtc 3
[    1.228529] [drm:intelfb_create], no BIOS fb, allocating a new one
[    1.228534] [drm:i915_gem_object_create_stolen], creating stolen object: size=408000
[    1.228542] [drm:i915_pages_create_for_stolen], offset=0x40000, size=4227072
[    1.230474] [drm:intelfb_create], allocated 1366x768 fb: 0x00046000, bo f52ac200
[    1.231188] fbcon: inteldrmfb (fb0) is primary device
[    1.233206] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.233211] [drm:intel_set_config_compute_mode_changes], inactive crtc, full mode set
[    1.233214] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    1.233219] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.233225] [drm:drm_mode_debug_printmodeline], Modeline 17:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233228] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=1, fb_changed=0
[    1.233232] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.233236] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [CRTC:4]
[    1.233239] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.233242] [drm:intel_modeset_stage_output_state], crtc enabled, full mode switch
[    1.233247] [drm:intel_modeset_affected_pipes], [ENCODER:6:LVDS-6]: prepare_pipes 3
[    1.233250] [drm:intel_modeset_affected_pipes], [CRTC:3:A]: prepare_pipes 3
[    1.233253] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    1.233258] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    1.233284] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    1.233288] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    1.233292] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    1.233294] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    1.233297] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    1.233302] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.233306] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.233308] [drm:intel_dump_pipe_config], requested mode:
[    1.233314] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233316] [drm:intel_dump_pipe_config], adjusted mode:
[    1.233322] [drm:drm_mode_debug_printmodeline], Modeline 0:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    1.233327] [drm:intel_dump_crtc_timings], crtc timings: 71900 1366 1414 1480 1486 768 774 782 806, type: 0x48 flags: 0xa
[    1.233329] [drm:intel_dump_pipe_config], port clock: 71900
[    1.233332] [drm:intel_dump_pipe_config], pipe src size: 1366x768
[    1.233336] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    1.233339] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.233342] [drm:intel_dump_pipe_config], ips: 0
[    1.233344] [drm:intel_dump_pipe_config], double wide: 0
[    1.233500] [drm:i9xx_set_pipeconf], disabling CxSR downclocking
[    1.233551] [drm:i9xx_update_plane], Writing base 00046000 00000000 0 0 5504
[    1.233560] [drm:intel_update_fbc], no output, disabling
[    1.233567] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1366x768]
[    1.234457] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.234463] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.288127] [drm:intel_update_fbc], disabled per chip default
[    1.288138] [drm:intel_panel_enable_backlight], pipe A
[    1.288167] ------------[ cut here ]------------
[    1.288176] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_panel.c:714 i965_enable_backlight+0x4a/0x119()
[    1.288177] backlight already enabled
[    1.288179] Modules linked in:
[    1.288184] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc8AS+ #3
[    1.288186] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.288195]  00000000 00000000 f507ba34 c07e6736 f507ba5c f507ba4c c042c880 c06806eb
[    1.288202]  f6e40000 f6e5d800 00000000 f507ba64 c042c8bd 00000009 f507ba5c c0963292
[    1.288210]  f507ba78 f507ba88 c06806eb c0963253 000002ca c0963292 e0000000 f6e41c44
[    1.288212] Call Trace:
[    1.288218]  [<c07e6736>] dump_stack+0x48/0x69
[    1.288224]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.288229]  [<c06806eb>] ? i965_enable_backlight+0x4a/0x119
[    1.288233]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.288238]  [<c06806eb>] i965_enable_backlight+0x4a/0x119
[    1.288243]  [<c068143e>] intel_panel_enable_backlight+0x98/0xb1
[    1.288248]  [<c0671278>] intel_enable_lvds+0xf0/0x10d
[    1.288252]  [<c0668db6>] i9xx_crtc_enable+0x305/0x31b
[    1.288258]  [<c0692642>] ? gen4_write64+0x3f/0x3f
[    1.288262]  [<c066b6bc>] __intel_set_mode+0xefc/0xfbe
[    1.288267]  [<c066d018>] intel_set_mode+0x12/0x2a
[    1.288272]  [<c066d764>] intel_crtc_set_config+0x663/0x958
[    1.288277]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.288282]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.288288]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.288294]  [<c061b629>] visual_init+0x9a/0xed
[    1.288298]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.288303]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.288308]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.288312]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.288317]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.288322]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.288326]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.288331]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.288337]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.288342]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.288347]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.288352]  [<c07eb9d9>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.288358]  [<c069747d>] intel_fbdev_initial_config+0x19/0x1b
[    1.288363]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.288369]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.288373]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.288377]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.288382]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.288388]  [<c06a10e2>] driver_probe_device+0x7f/0x16f
[    1.288392]  [<c06a124c>] __driver_attach+0x4e/0x6a
[    1.288396]  [<c069fd5c>] bus_for_each_dev+0x39/0x65
[    1.288401]  [<c06a0d3b>] driver_attach+0x14/0x16
[    1.288405]  [<c06a11fe>] ? __device_attach+0x2c/0x2c
[    1.288408]  [<c06a0a6a>] bus_add_driver+0xb6/0x183
[    1.288413]  [<c06a16bd>] driver_register+0x6f/0xa4
[    1.288417]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.288422]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288426]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.288430]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288434]  [<c0a33137>] i915_init+0x62/0x64
[    1.288438]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.288443]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.288446]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.288453]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.288457]  [<c07e11d5>] kernel_init+0x8/0xda
[    1.288462]  [<c07ec937>] ret_from_kernel_thread+0x1b/0x28
[    1.288466]  [<c07e11cd>] ? rest_init+0xa1/0xa1
[    1.288525] ---[ end trace 2c676d40ee89ce2b ]---
[    1.288529] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.288549] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.288556] [drm:intel_connector_check_state], [CONNECTOR:11:VGA-1]
[    1.288562] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.288567] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.288572] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.288577] [drm:check_crtc_state], [CRTC:3]
[    1.288601] [drm:check_crtc_state], [CRTC:4]
[    1.288623] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.288627] [drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
[    1.288629] ------------[ cut here ]------------
[    1.288634] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/i915/intel_display.c:9573 check_crtc_state+0x7b1/0x7f3()
[    1.288636] pipe state doesn't match!
[    1.288639] Modules linked in:
[    1.288643] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W    3.13.0-rc8AS+ #3
[    1.288646] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[    1.288659]  00000000 00000000 f507b890 c07e6736 f507b8b8 f507b8a8 c042c880 c0662aea
[    1.288671]  f50d9000 f6e03800 00000000 f507b8c0 c042c8bd 00000009 f507b8b8 c095db4f
[    1.288683]  f507b8d4 f507bb28 c0662aea c095c87c 00002565 c095db4f f6e03b90 f6e03b04
[    1.288684] Call Trace:
[    1.288690]  [<c07e6736>] dump_stack+0x48/0x69
[    1.288695]  [<c042c880>] warn_slowpath_common+0x5c/0x73
[    1.288700]  [<c0662aea>] ? check_crtc_state+0x7b1/0x7f3
[    1.288705]  [<c042c8bd>] warn_slowpath_fmt+0x26/0x2a
[    1.288710]  [<c0662aea>] check_crtc_state+0x7b1/0x7f3
[    1.288721]  [<c066cd67>] intel_modeset_check_state+0x2fb/0x552
[    1.288726]  [<c066d027>] intel_set_mode+0x21/0x2a
[    1.288731]  [<c066d764>] intel_crtc_set_config+0x663/0x958
[    1.288737]  [<c063d3b5>] drm_mode_set_config_internal+0x39/0x90
[    1.288742]  [<c063275d>] drm_fb_helper_set_par+0x49/0x88
[    1.288748]  [<c05d543c>] fbcon_init+0x2c9/0x3a5
[    1.288753]  [<c061b629>] visual_init+0x9a/0xed
[    1.288759]  [<c061c8dc>] do_bind_con_driver+0x13a/0x22f
[    1.288765]  [<c061ce0f>] do_take_over_console+0x108/0x130
[    1.288770]  [<c05d3284>] do_fbcon_takeover+0x4c/0x90
[    1.288775]  [<c05d5a6a>] fbcon_event_notify+0x273/0x551
[    1.288780]  [<c04448e9>] ? __blocking_notifier_call_chain+0x1e/0x4a
[    1.288786]  [<c044472c>] notifier_call_chain+0x25/0x46
[    1.288791]  [<c04448fd>] __blocking_notifier_call_chain+0x32/0x4a
[    1.288796]  [<c0444921>] blocking_notifier_call_chain+0xc/0xe
[    1.288802]  [<c05cba0b>] fb_notifier_call_chain+0x11/0x16
[    1.288807]  [<c05ccc90>] register_framebuffer+0x1fe/0x251
[    1.288813]  [<c06325f3>] drm_fb_helper_initial_config+0x31d/0x3a9
[    1.288819]  [<c07eb9d9>] ? _raw_spin_unlock_irqrestore+0x33/0x49
[    1.288826]  [<c069747d>] intel_fbdev_initial_config+0x19/0x1b
[    1.288831]  [<c0648c99>] i915_driver_load+0x8d9/0xb0f
[    1.288837]  [<c0638fca>] drm_dev_register+0xb6/0x119
[    1.288843]  [<c063aa10>] drm_get_pci_dev+0xe7/0x182
[    1.288848]  [<c0646712>] i915_pci_probe+0x39/0x42
[    1.288853]  [<c05c36eb>] pci_device_probe+0x57/0x9f
[    1.288858]  [<c06a10e2>] driver_probe_device+0x7f/0x16f
[    1.288863]  [<c06a124c>] __driver_attach+0x4e/0x6a
[    1.288868]  [<c069fd5c>] bus_for_each_dev+0x39/0x65
[    1.288873]  [<c06a0d3b>] driver_attach+0x14/0x16
[    1.288878]  [<c06a11fe>] ? __device_attach+0x2c/0x2c
[    1.288883]  [<c06a0a6a>] bus_add_driver+0xb6/0x183
[    1.288888]  [<c06a16bd>] driver_register+0x6f/0xa4
[    1.288893]  [<c05c2b2d>] __pci_register_driver+0x45/0x48
[    1.288898]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288904]  [<c063aafc>] drm_pci_init+0x51/0xc5
[    1.288908]  [<c0a330d5>] ? drm_core_init+0xe8/0xe8
[    1.288913]  [<c0a33137>] i915_init+0x62/0x64
[    1.288918]  [<c04003e7>] do_one_initcall+0x79/0x102
[    1.288922]  [<c043fe39>] ? parameq+0x1c/0x20
[    1.288927]  [<c043ffa3>] ? parse_args+0x166/0x204
[    1.288933]  [<c0a12aef>] kernel_init_freeable+0x16c/0x1f6
[    1.288938]  [<c07e11d5>] kernel_init+0x8/0xda
[    1.288943]  [<c07ec937>] ret_from_kernel_thread+0x1b/0x28
[    1.288948]  [<c07e11cd>] ? rest_init+0xa1/0xa1
[    1.288951] ---[ end trace 2c676d40ee89ce2c ]---
[    1.288955] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    1.288957] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.288960] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.288965] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.288969] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.288971] [drm:intel_dump_pipe_config], requested mode:
[    1.288976] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.288979] [drm:intel_dump_pipe_config], adjusted mode:
[    1.288983] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.288989] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.288991] [drm:intel_dump_pipe_config], port clock: 72000
[    1.288994] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.288998] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00000000
[    1.289002] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.289004] [drm:intel_dump_pipe_config], ips: 0
[    1.289007] [drm:intel_dump_pipe_config], double wide: 0
[    1.289010] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    1.289012] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    1.289015] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    1.289020] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289024] [drm:intel_dump_pipe_config], dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    1.289026] [drm:intel_dump_pipe_config], requested mode:
[    1.289031] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 400 0 0 0 0x0 0x0
[    1.289033] [drm:intel_dump_pipe_config], adjusted mode:
[    1.289038] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    1.289043] [drm:intel_dump_crtc_timings], crtc timings: 72000 1366 1414 1480 1486 768 774 782 806, type: 0x0 flags: 0xa
[    1.289046] [drm:intel_dump_pipe_config], port clock: 72000
[    1.289049] [drm:intel_dump_pipe_config], pipe src size: 640x400
[    1.289052] [drm:intel_dump_pipe_config], gmch pfit: control: 0xa0000000, ratios: 0x0855077f, lvds border: 0x00008000
[    1.289056] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    1.289058] [drm:intel_dump_pipe_config], ips: 0
[    1.289061] [drm:intel_dump_pipe_config], double wide: 0
[    1.289067] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    1.289073] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    1.289077] [drm:intel_modeset_stage_output_state], [CONNECTOR:11:VGA-1] to [NOCRTC]
[    1.289080] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    1.289083] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.289086] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    1.289089] [drm:intel_modeset_stage_output_state], crtc disabled, full mode switch
[    1.289093] [drm:intel_modeset_affected_pipes], [CONNECTOR:11:VGA-1]: prepare_pipes 2
[    1.289097] [drm:intel_modeset_affected_pipes], [ENCODER:12:DAC-12]: prepare_pipes 2
[    1.289100] [drm:intel_modeset_affected_pipes], [CRTC:4:B]: prepare_pipes 2
[    1.289104] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    1.304131] [drm:i9xx_pfit_disable], disabling pfit, current: 0xa0000000
[    1.304141] [drm:g4x_check_srwm], SR watermark: display plane 56, cursor 6
[    1.304147] [drm:g4x_update_wm], Setting FIFO watermarks - A: plane=25, cursor=6, B: plane=2, cursor=2, SR: plane=56, cursor=6
[    1.304166] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    1.304173] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    1.304178] [drm:check_encoder_state], [ENCODER:12:DAC-12]
[    1.304182] [drm:check_encoder_state], [ENCODER:13:TMDS-13]
[    1.304186] [drm:check_crtc_state], [CRTC:3]
[    1.304208] [drm:check_crtc_state], [CRTC:4]
[    1.304254] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.304260] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.304264] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.316828] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.316834] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.316838] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.328977] Console: switching to colour frame buffer device 170x48
[    1.328988] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    1.328994] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    1.328998] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    1.697472] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.700441] i915 0000:00:02.0: registered panic notifier
[    1.703853] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    1.707843] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.710985] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.718117] loop: module loaded
[    1.721373] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    1.724665] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.728038] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.731546] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.735136] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    1.738823] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.742625] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.746738] ahci 0000:00:1f.2: version 3.0
[    1.747198] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.747331] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.751154] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.754974] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.761192] scsi0 : ahci
[    1.765546] scsi1 : ahci
[    1.769601] scsi2 : ahci
[    1.773627] scsi3 : ahci
[    1.777468] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 41
[    1.781249] ata2: DUMMY
[    1.784981] ata3: DUMMY
[    1.788670] ata4: DUMMY
[    1.792742] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.799803] i8042: Detected active multiplexing controller, rev 1.1
[    1.805172] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.809539] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.813545] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.817486] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.821387] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.825574] mousedev: PS/2 mouse device common for all mice
[    1.830916] rtc_cmos 00:02: RTC can wake from S4
[    1.835350] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.839188] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.843066] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    1.847068] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0860)
[    1.851589] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.855554] iTCO_vendor_support: vendor-support=0
[    1.859932] asus_laptop: Asus Laptop Support version 0.42
[    1.864236] asus_laptop:   UL20A model detected
[    1.870159] [drm:asle_set_backlight], bclp = 0x800000b3
[    1.870180] [drm:asle_set_backlight], updating opregion backlight 179/255
[    1.870197] [drm:intel_panel_actually_set_backlight], set backlight PWM = 1398348
[    1.870242] [drm:asle_work], No request on ASLC interrupt 0x00000000
[    1.870333] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
[    1.875058] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.053333] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.058394] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.063035] TCP: cubic registered
[    2.067250] Initializing XFRM netlink socket
[    2.071499] NET: Registered protocol family 17
[    2.075758] NET: Registered protocol family 15
[    2.080700] Using IPI No-Shortcut mode
[    2.085364] registered taskstats version 1
[    2.091336]   Magic number: 14:632:844
[    2.095379] rtc_cmos 00:02: setting system clock to 2014-01-29 16:48:41 UTC (1391014121)
[    2.101346] PM: Hibernation image not present or could not be loaded.
[    2.112275] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.120996] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.127337] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.127349] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.179355] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[    2.185067] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.194881] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.200858] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.200870] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.208284] ata1.00: configured for UDMA/133
[    2.215750] scsi 0:0:0:0: Direct-Access     ATA      ST9250315AS      0002 PQ: 0 ANSI: 5
[    2.222420] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.222820] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.229614] sd 0:0:0:0: [sda] Write Protect is off
[    2.235159] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.235284] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.312074]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
[    2.322110] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.328193] Freeing unused kernel memory: 388K (c0a12000 - c0a73000)
[    2.332239] Write protecting the kernel text: 4024k
[    2.335991] Write protecting the kernel read-only data: 1868k
[    2.366004] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.373086] systemd[1]: Running in initial RAM disk.
[    2.389985] systemd[1]: Failed to insert module 'autofs4'
[    2.394017] systemd[1]: No hostname configured.
[    2.398020] systemd[1]: Set hostname to <localhost>.
[    2.402435] random: systemd urandom read with 20 bits of entropy available
[    2.406452] systemd[1]: Initializing machine ID from random generator.
[    2.435984] systemd[1]: Starting Encrypted Volumes.
[    2.444541] systemd[1]: Reached target Encrypted Volumes.
[    2.448826] systemd[1]: Starting udev Kernel Socket.
[    2.457130] systemd[1]: Listening on udev Kernel Socket.
[    2.461267] systemd[1]: Starting udev Control Socket.
[    2.469643] systemd[1]: Listening on udev Control Socket.
[    2.473546] systemd[1]: Starting Journal Socket.
[    2.481931] systemd[1]: Listening on Journal Socket.
[    2.485755] systemd[1]: Starting dracut cmdline hook...
[    2.496707] systemd[1]: Started Load Kernel Modules.
[    2.500597] systemd[1]: Starting Journal Service...
[    2.520928] systemd[1]: Started Journal Service.
[    2.528328] systemd[1]: Starting Sockets.
[    2.540782] systemd[1]: Reached target Sockets.
[    2.544551] systemd[1]: Starting Swap.
[    2.560383] systemd[1]: Reached target Swap.
[    2.563998] systemd[1]: Starting Local File Systems.
[    2.576133] systemd[1]: Reached target Local File Systems.
[    2.748266] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    2.748274] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    2.748279] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    2.805068] systemd-udevd[125]: starting version 197
[    2.991869] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 600854
[    3.043820] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.259506] [drm:i915_gem_open], 
[    3.259798] [drm:intel_crtc_cursor_set], cursor off
[    3.259815] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.259824] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.259831] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.259838] [drm:intel_crtc_cursor_set], cursor off
[    3.259844] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.259850] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.259856] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.259913] [drm:i915_gem_open], 
[    3.259952] [drm:intel_crtc_cursor_set], cursor off
[    3.259959] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[    3.259966] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[    3.259972] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.259978] [drm:intel_crtc_cursor_set], cursor off
[    3.259983] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[    3.259990] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[    3.259995] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[    3.261756] [drm:i915_gem_open], 
[    3.262048] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.262083] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    3.262107] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.262121] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.262126] [drm:intel_lvds_detect], [CONNECTOR:5:LVDS-1]
[    3.262145] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[    3.262153] [drm:drm_mode_debug_printmodeline], Modeline 8:"1366x768" 60 71900 1366 1414 1480 1486 768 774 782 806 0x48 0xa
[    3.262163] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.280077] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.280090] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.280097] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.288093] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.292186] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.292194] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.292199] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.292205] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.292550] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.292555] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.292560] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.292566] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.292582] [drm:drm_mode_getconnector], [CONNECTOR:11:?]
[    3.292590] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1]
[    3.292595] [drm:intel_crt_detect], [CONNECTOR:11:VGA-1] force=1
[    3.300048] [drm:intel_crt_detect], CRT not detected via hotplug
[    3.304211] [drm:gmbus_xfer], GMBUS [i915 gmbus vga] NAK for addr: 0050 r(1)
[    3.304219] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.304224] [drm:intel_crt_get_edid], CRT GMBUS EDID read failed, retry using GPIO bit-banging
[    3.304229] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus vga. force bit now 1
[    3.304577] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.304582] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus vga. force bit now 0
[    3.304586] [drm:intel_crt_detect_ddc], CRT not detected via DDC:0x50 [no valid EDID found]
[    3.304593] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] disconnected
[    3.304616] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.304624] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.304629] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.304635] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.304644] [drm:drm_mode_getconnector], [CONNECTOR:14:?]
[    3.304650] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1]
[    3.304655] [drm:intel_dp_detect], [CONNECTOR:14:DP-1]
[    3.304660] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:14:DP-1] disconnected
[    3.304911] [drm:drm_mode_addfb], [FB:19]
[    3.662583] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.835366] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    4.941292] random: nonblocking pool is initialized
[    5.300807] systemd-journald[64]: Received SIGTERM
[    6.962094] type=1404 audit(1391014126.364:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.364711] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.429096] SELinux: 2048 avtab hash slots, 96503 rules.
[    7.500336] SELinux:  8 users, 83 roles, 4702 types, 269 bools, 1 sens, 1024 cats
[    7.500345] SELinux:  83 classes, 96503 rules
[    7.524101] SELinux:  Completing initialization.
[    7.524107] SELinux:  Setting up existing superblocks.
[    7.524306] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.524483] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    7.524674] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    7.524776] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    7.525230] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.525416] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    7.527746] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    7.527900] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    7.528449] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    7.528605] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    7.528749] SELinux: initialized (dev aio, type aio), not configured for labeling
[    7.528853] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    7.529070] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    7.529225] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    7.529389] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    7.533297] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    7.533345] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.533363] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.533637] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.533833] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.533898] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.533950] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534131] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534205] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534238] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534265] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534337] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    7.534481] SELinux: initialized (dev sda6, type ext4), uses xattr
[    7.608722] type=1403 audit(1391014127.012:3): policy loaded auid=4294967295 ses=4294967295
[    7.762078] systemd[1]: Successfully loaded SELinux policy in 869.583ms.
[    8.084880] systemd[1]: Relabelled /dev and /run in 53.094ms.
[   11.124360] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   11.882017] systemd-journald[286]: Vacuuming done, freed 0 bytes
[   13.257617] systemd-udevd[304]: starting version 208
[   13.335655] EXT4-fs (sda6): re-mounted. Opts: (null)
[   14.641928] ACPI: bus type USB registered
[   14.645742] usbcore: registered new interface driver usbfs
[   14.651292] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   14.654516] Copyright(c) 2003-2013 Intel Corporation
[   14.660687] iwlwifi 0000:01:00.0: irq 42 for MSI/MSI-X
[   14.661058] usbcore: registered new interface driver hub
[   14.672361] usbcore: registered new device driver usb
[   14.739232] iwlwifi 0000:01:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[   14.761399] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
[   14.776058] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   14.779377] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   14.783024] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   14.787518] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[   14.791519] uhci_hcd: USB Universal Host Controller Interface driver
[   14.792247] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   14.799686] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   14.816732] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   14.817688] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   14.828225] uhci_hcd 0000:00:1a.0: detected 2 ports
[   14.832353] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[   14.832514] uhci_hcd 0000:00:1a.0: Performing full reset
[   14.832934] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[   14.833960] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
[   14.839000] usb usb1: default language 0x0409
[   14.839103] usb usb1: udev 1, busnum 1, minor = 0
[   14.839115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   14.845069] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.850964] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[   14.854631] ehci_hcd: block sizes: qh 80 qtd 96 itd 160 sitd 96
[   14.855380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.859360] usb usb1: Product: UHCI Host Controller
[   14.863440] ehci-pci: EHCI PCI platform driver
[   14.867311] usb usb1: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   14.870934] usb usb1: SerialNumber: 0000:00:1a.0
[   14.877192] usb usb1: usb_probe_device
[   14.877206] usb usb1: configuration #1 chosen from 1 choice
[   14.879702] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.881802] hub 1-0:1.0: usb_probe_interface
[   14.881814] hub 1-0:1.0: usb_probe_interface - got id
[   14.881846] hub 1-0:1.0: USB hub found
[   14.887337] hub 1-0:1.0: 2 ports detected
[   14.891033] hub 1-0:1.0: standalone hub
[   14.891043] hub 1-0:1.0: no power switching (usb 1.0)
[   14.891048] hub 1-0:1.0: individual port over-current protection
[   14.891060] hub 1-0:1.0: power on to power good time: 2ms
[   14.891901] hub 1-0:1.0: local power source is good
[   14.895315] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.895327] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   14.898446] usb usb1: unregistering interface 1-0:1.0
[   14.903273] usb usb1: usb_disable_device nuking non-ep0 URBs
[   14.904110] usb usb1: bus auto-suspend, wakeup 0
[   14.904118] usb usb1: suspend_rh
[   14.904237] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   14.908197] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 2
[   14.911820] ehci-pci 0000:00:1a.7: debug port 1
[   14.915521] ehci-pci 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   14.915535] ehci-pci 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   14.915755] ehci-pci 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   14.919658] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[   14.919668] ehci-pci 0000:00:1a.7: supports USB remote wakeup
[   14.919756] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
[   14.923387] ehci-pci 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   14.932090] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   14.936310] usb usb2: default language 0x0409
[   14.936414] usb usb2: udev 1, busnum 2, minor = 128
[   14.936421] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   14.939791] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.943157] usb usb2: Product: EHCI Host Controller
[   14.946493] usb usb2: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   14.949886] usb usb2: SerialNumber: 0000:00:1a.7
[   14.954434] usb usb2: usb_probe_device
[   14.954446] usb usb2: configuration #1 chosen from 1 choice
[   14.954877] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   14.955159] hub 2-0:1.0: usb_probe_interface
[   14.955169] hub 2-0:1.0: usb_probe_interface - got id
[   14.955201] hub 2-0:1.0: USB hub found
[   14.958854] hub 2-0:1.0: 6 ports detected
[   14.962169] hub 2-0:1.0: standalone hub
[   14.962178] hub 2-0:1.0: no power switching (usb 1.0)
[   14.962184] hub 2-0:1.0: individual port over-current protection
[   14.962191] hub 2-0:1.0: power on to power good time: 20ms
[   14.962628] hub 2-0:1.0: local power source is good
[   14.970537] usb usb2: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   14.970549] usb usb2: usb port3's DeviceRemovable is changed to 1 according to platform information.
[   14.970555] usb usb2: usb port6's DeviceRemovable is changed to 1 according to platform information.
[   14.970566] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   14.971486] ehci-pci 0000:00:1a.7: HS companion for 0000:00:1a.0
[   14.971502] usb usb1: usb auto-resume
[   14.971508] usb usb1: wakeup_rh
[   14.992589] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   14.997359] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   14.997508] hub 1-0:1.0: usb_probe_interface
[   14.997519] hub 1-0:1.0: usb_probe_interface - got id
[   14.997541] hub 1-0:1.0: USB hub found
[   15.001265] hub 1-0:1.0: 2 ports detected
[   15.004574] hub 1-0:1.0: standalone hub
[   15.004584] hub 1-0:1.0: no power switching (usb 1.0)
[   15.004589] hub 1-0:1.0: individual port over-current protection
[   15.004599] hub 1-0:1.0: power on to power good time: 2ms
[   15.004994] hub 1-0:1.0: local power source is good
[   15.006772] usb usb1: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   15.006783] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   15.007768] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   15.011156] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[   15.014551] uhci_hcd 0000:00:1a.1: detected 2 ports
[   15.017954] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[   15.017966] uhci_hcd 0000:00:1a.1: Performing full reset
[   15.017994] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[   15.018073] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
[   15.021759] usb usb3: default language 0x0409
[   15.021850] usb usb3: udev 1, busnum 3, minor = 256
[   15.021861] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   15.025297] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.028749] usb usb3: Product: UHCI Host Controller
[   15.032180] usb usb3: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   15.035610] usb usb3: SerialNumber: 0000:00:1a.1
[   15.041039] usb usb3: usb_probe_device
[   15.041051] usb usb3: configuration #1 chosen from 1 choice
[   15.041338] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   15.041489] hub 3-0:1.0: usb_probe_interface
[   15.041499] hub 3-0:1.0: usb_probe_interface - got id
[   15.041515] hub 3-0:1.0: USB hub found
[   15.044974] hub 3-0:1.0: 2 ports detected
[   15.048257] hub 3-0:1.0: standalone hub
[   15.048263] hub 3-0:1.0: no power switching (usb 1.0)
[   15.048272] hub 3-0:1.0: individual port over-current protection
[   15.048283] hub 3-0:1.0: power on to power good time: 2ms
[   15.048368] hub 3-0:1.0: local power source is good
[   15.050930] usb usb3: usb port1's DeviceRemovable is changed to 1 according to platform information.
[   15.050941] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   15.051798] uhci_hcd 0000:00:1a.1: FS/LS companion for 0000:00:1a.7
[   15.052324] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[   15.055816] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
[   15.059278] uhci_hcd 0000:00:1a.2: detected 2 ports
[   15.062606] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[   15.062611] uhci_hcd 0000:00:1a.2: Performing full reset
[   15.062643] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[   15.062716] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
[   15.066799] usb usb4: default language 0x0409
[   15.066901] usb usb4: udev 1, busnum 4, minor = 384
[   15.066911] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   15.071309] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   15.071561] hub 2-0:1.0: port 3: status 0501 change 0001
[   15.071985] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.075286] usb usb4: Product: UHCI Host Controller
[   15.078539] usb usb4: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   15.081850] usb usb4: SerialNumber: 0000:00:1a.2
[   15.085649] usb usb4: usb_probe_device
[   15.085660] usb usb4: configuration #1 chosen from 1 choice
[   15.085735] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   15.085889] hub 4-0:1.0: usb_probe_interface
[   15.085895] hub 4-0:1.0: usb_probe_interface - got id
[   15.085915] hub 4-0:1.0: USB hub found
[   15.089269] hub 4-0:1.0: 2 ports detected
[   15.092495] hub 4-0:1.0: standalone hub
[   15.092501] hub 4-0:1.0: no power switching (usb 1.0)
[   15.092506] hub 4-0:1.0: individual port over-current protection
[   15.092517] hub 4-0:1.0: power on to power good time: 2ms
[   15.092593] hub 4-0:1.0: local power source is good
[   15.094700] usb usb4: usb port2's DeviceRemovable is changed to 1 according to platform information.
[   15.094711] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   15.095059] uhci_hcd 0000:00:1a.2: FS/LS companion for 0000:00:1a.7
[   15.095578] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   15.098820] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[   15.102096] ehci-pci 0000:00:1d.7: debug port 1
[   15.105284] ehci-pci 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[   15.105298] ehci-pci 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[   15.105439] ehci-pci 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.108439] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.108860] hub 1-0:1.0: hub_suspend
[   15.109242] usb usb1: bus auto-suspend, wakeup 1
[   15.109264] usb usb1: suspend_rh
[   15.109376] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   15.109385] ehci-pci 0000:00:1d.7: supports USB remote wakeup
[   15.109466] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9fb800
[   15.112542] ehci-pci 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[   15.124075] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   15.127623] usb usb5: default language 0x0409
[   15.127725] usb usb5: udev 1, busnum 5, minor = 512
[   15.127735] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[   15.130918] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.134012] usb usb5: Product: EHCI Host Controller
[   15.137074] usb usb5: Manufacturer: Linux 3.13.0-rc8AS+ ehci_hcd
[   15.140231] usb usb5: SerialNumber: 0000:00:1d.7
[   15.144132] usb usb5: usb_probe_device
[   15.144144] usb usb5: configuration #1 chosen from 1 choice
[   15.144442] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   15.144599] hub 5-0:1.0: usb_probe_interface
[   15.144609] hub 5-0:1.0: usb_probe_interface - got id
[   15.144626] hub 5-0:1.0: USB hub found
[   15.147946] hub 5-0:1.0: 6 ports detected
[   15.151110] hub 5-0:1.0: standalone hub
[   15.151116] hub 5-0:1.0: no power switching (usb 1.0)
[   15.151125] hub 5-0:1.0: individual port over-current protection
[   15.151136] hub 5-0:1.0: power on to power good time: 20ms
[   15.151442] hub 5-0:1.0: local power source is good
[   15.152090] uhci_hcd 0000:00:1a.1: port 1 portsc 0082,00
[   15.159878] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   15.161266] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   15.164433] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[   15.167529] uhci_hcd 0000:00:1d.0: detected 2 ports
[   15.168319] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   15.168319] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
[   15.187043] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[   15.187070] uhci_hcd 0000:00:1d.0: Performing full reset
[   15.188145] hub 2-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   15.188509] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   15.192059] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[   15.192088] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[   15.195529] usb usb6: default language 0x0409
[   15.195634] usb usb6: udev 1, busnum 6, minor = 640
[   15.195644] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   15.201851] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.203843] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.204058] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   15.208011] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
[   15.227188] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   15.244412] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   15.244425] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   15.272776] usb usb6: Product: UHCI Host Controller
[   15.275974] usb usb6: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   15.279310] usb usb6: SerialNumber: 0000:00:1d.0
[   15.283661] usb usb6: usb_probe_device
[   15.283674] usb usb6: configuration #1 chosen from 1 choice
[   15.283765] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   15.283935] hub 6-0:1.0: usb_probe_interface
[   15.283945] hub 6-0:1.0: usb_probe_interface - got id
[   15.283963] hub 6-0:1.0: USB hub found
[   15.302063] usb 2-3: new high-speed USB device number 2 using ehci-pci
[   15.305878] hub 6-0:1.0: 2 ports detected
[   15.309551] hub 6-0:1.0: standalone hub
[   15.309562] hub 6-0:1.0: no power switching (usb 1.0)
[   15.309567] hub 6-0:1.0: individual port over-current protection
[   15.309579] hub 6-0:1.0: power on to power good time: 2ms
[   15.309667] hub 6-0:1.0: local power source is good
[   15.312994] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   15.322356] uhci_hcd 0000:00:1d.0: FS/LS companion for 0000:00:1d.7
[   15.322878] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   15.331051] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[   15.335856] uhci_hcd 0000:00:1d.1: detected 2 ports
[   15.343785] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[   15.343792] uhci_hcd 0000:00:1d.1: Performing full reset
[   15.343825] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[   15.343857] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
[   15.349881] usb usb7: default language 0x0409
[   15.349983] usb usb7: udev 1, busnum 7, minor = 768
[   15.349990] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   15.353274] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.356946] usb usb7: Product: UHCI Host Controller
[   15.360638] usb usb7: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   15.368106] usb usb7: SerialNumber: 0000:00:1d.1
[   15.374221] usb usb7: usb_probe_device
[   15.374234] usb usb7: configuration #1 chosen from 1 choice
[   15.374354] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   15.378655] hub 7-0:1.0: usb_probe_interface
[   15.378667] hub 7-0:1.0: usb_probe_interface - got id
[   15.378685] hub 7-0:1.0: USB hub found
[   15.382086] hub 7-0:1.0: 2 ports detected
[   15.389604] hub 7-0:1.0: standalone hub
[   15.389611] hub 7-0:1.0: no power switching (usb 1.0)
[   15.389623] hub 7-0:1.0: individual port over-current protection
[   15.389635] hub 7-0:1.0: power on to power good time: 2ms
[   15.389726] hub 7-0:1.0: local power source is good
[   15.393418] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   15.394971] uhci_hcd 0000:00:1d.1: FS/LS companion for 0000:00:1d.7
[   15.395460] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   15.401454] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[   15.404834] uhci_hcd 0000:00:1d.2: detected 2 ports
[   15.408112] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[   15.408122] uhci_hcd 0000:00:1d.2: Performing full reset
[   15.411044] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[   15.411081] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
[   15.414658] ehci-pci 0000:00:1a.7: port 3 reset complete, port enabled
[   15.414669] ehci-pci 0000:00:1a.7: GetStatus port:3 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   15.415230] usb usb8: default language 0x0409
[   15.415327] usb usb8: udev 1, busnum 8, minor = 896
[   15.415338] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[   15.424103] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.427551] usb usb8: Product: UHCI Host Controller
[   15.431376] usb usb8: Manufacturer: Linux 3.13.0-rc8AS+ uhci_hcd
[   15.434933] usb usb8: SerialNumber: 0000:00:1d.2
[   15.439127] usb usb8: usb_probe_device
[   15.439140] usb usb8: configuration #1 chosen from 1 choice
[   15.439223] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[   15.439457] hub 8-0:1.0: usb_probe_interface
[   15.439464] hub 8-0:1.0: usb_probe_interface - got id
[   15.439485] hub 8-0:1.0: USB hub found
[   15.445344] hub 8-0:1.0: 2 ports detected
[   15.451360] hub 8-0:1.0: standalone hub
[   15.451371] hub 8-0:1.0: no power switching (usb 1.0)
[   15.451376] hub 8-0:1.0: individual port over-current protection
[   15.451388] hub 8-0:1.0: power on to power good time: 2ms
[   15.451482] hub 8-0:1.0: local power source is good
[   15.455235] hub 8-0:1.0: trying to enable port power on non-switchable hub
[   15.458262] uhci_hcd 0000:00:1d.2: FS/LS companion for 0000:00:1d.7
[   15.534714] usb 2-3: skipped 1 descriptor after configuration
[   15.534726] usb 2-3: skipped 6 descriptors after interface
[   15.534733] usb 2-3: skipped 1 descriptor after endpoint
[   15.534742] usb 2-3: skipped 8 descriptors after interface
[   15.535447] usb 2-3: default language 0x0409
[   15.541448] usb 2-3: udev 2, busnum 2, minor = 129
[   15.541460] usb 2-3: New USB device found, idVendor=04f2, idProduct=b036
[   15.544802] usb 2-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[   15.548228] usb 2-3: Product: USB2.0 0.3M UVC WebCam
[   15.551496] usb 2-3: Manufacturer: Chicony Electronics Co., Ltd.
[   15.554918] usb 2-3: SerialNumber: SN0001
[   15.560618] usb 2-3: usb_probe_device
[   15.560630] usb 2-3: configuration #1 chosen from 1 choice
[   15.561110] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[   15.567248] usb 2-3: adding 2-3:1.1 (config #1, interface 1)
[   15.567526] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.567668] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.567685] hub 5-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   15.567701] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.567717] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.567733] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   15.567759] hub 4-0:1.0: hub_suspend
[   15.567899] usb usb4: bus auto-suspend, wakeup 1
[   15.567906] usb usb4: suspend_rh
[   15.567955] hub 3-0:1.0: hub_suspend
[   15.567972] usb usb3: bus auto-suspend, wakeup 1
[   15.567978] usb usb3: suspend_rh
[   15.568100] hub 5-0:1.0: hub_suspend
[   15.568380] usb usb5: bus auto-suspend, wakeup 1
[   15.568390] ehci-pci 0000:00:1d.7: suspend root hub
[   15.568497] hub 6-0:1.0: hub_suspend
[   15.568876] usb usb6: bus auto-suspend, wakeup 1
[   15.568886] usb usb6: suspend_rh
[   15.568936] hub 7-0:1.0: hub_suspend
[   15.568957] usb usb7: bus auto-suspend, wakeup 1
[   15.568967] usb usb7: suspend_rh
[   15.569009] hub 8-0:1.0: hub_suspend
[   15.569047] usb usb8: bus auto-suspend, wakeup 1
[   15.569056] usb usb8: suspend_rh
[   16.108411] irq 16: nobody cared (try booting with the "irqpoll" option)
[   16.111774] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    3.13.0-rc8AS+ #3
[   16.112405] Hardware name: ASUSTeK Computer Inc.         UL20A               /UL20A     , BIOS 207     11/02/2009
[   16.112405]  00000000 00000000 f50c7f84 c07e6736 f514b600 f50c7f98 c04675c7 f514b600
[   16.112405]  00000000 00000010 f50c7fb4 c0467936 eb5e8757 fffeeac3 f514b600 00000010
[   16.112405]  00000000 f50c7fd4 c0466052 00000000 00000000 00000000 f514b600 f514b654
[   16.112405] Call Trace:
[   16.112405]  [<c07e6736>] dump_stack+0x48/0x69
[   16.112405]  [<c04675c7>] __report_bad_irq+0x14/0x9e
[   16.112405]  [<c0467936>] note_interrupt+0x137/0x1b5
[   16.112405]  [<c0466052>] handle_irq_event_percpu+0xc5/0x107
[   16.112405]  [<c04660c0>] handle_irq_event+0x2c/0x44
[   16.112405]  [<c046808e>] ? handle_edge_irq+0xa9/0xa9
[   16.112405]  [<c04680f8>] handle_fasteoi_irq+0x6a/0x97
[   16.112405]  <IRQ>  [<c0402f02>] ? do_IRQ+0x35/0x80
[   16.112405]  [<c07eceb8>] ? common_interrupt+0x38/0x3d
[   16.112405]  [<c045007b>] ? enqueue_entity+0xb9/0x479
[   16.112405]  [<c06fd571>] ? cpuidle_enter_state+0x42/0xa7
[   16.112405]  [<c06fd67f>] ? cpuidle_idle_call+0xa9/0xe6
[   16.112405]  [<c06fe550>] ? ladder_select_state+0x184/0x184
[   16.112405]  [<c0407f7c>] ? arch_cpu_idle+0x8/0x1c
[   16.112405]  [<c046595d>] ? cpu_startup_entry+0xd9/0x144
[   16.112405]  [<c041ef0e>] ? start_secondary+0x1d8/0x1dd
[   16.112405] handlers:
[   16.112405] [<f8486e56>] usb_hcd_irq [usbcore]
[   16.112405] Disabling IRQ #16
[   16.909283] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts
[   16.999221] Adding 8389624k swap on /dev/sda7.  Priority:-1 extents:1 across:8389624k 
[   17.290795] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   17.294381] SELinux: initialized (dev sda8, type ext4), uses xattr
[   17.415880] systemd-journald[286]: Received request to flush runtime journal from PID 1
[   25.968686] atl1c 0000:02:00.0: irq 43 for MSI/MSI-X
[   26.019277] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   26.033481] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   26.061451] uhci_hcd 0000:00:1a.0: uhci_pci_suspend
[   26.061890] uhci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   26.062264] uhci_hcd 0000:00:1a.1: uhci_pci_suspend
[   26.062636] uhci_hcd 0000:00:1a.1: hcd_pci_runtime_suspend: 0
[   26.062961] uhci_hcd 0000:00:1a.2: uhci_pci_suspend
[   26.063314] uhci_hcd 0000:00:1a.2: hcd_pci_runtime_suspend: 0
[   26.063790] uhci_hcd 0000:00:1d.0: uhci_pci_suspend
[   26.067472] uhci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   26.067865] uhci_hcd 0000:00:1d.1: uhci_pci_suspend
[   26.074189] uhci_hcd 0000:00:1d.1: hcd_pci_runtime_suspend: 0
[   26.074724] uhci_hcd 0000:00:1d.2: uhci_pci_suspend
[   26.075934] uhci_hcd 0000:00:1d.2: hcd_pci_runtime_suspend: 0
[   26.078229] ehci-pci 0000:00:1d.7: hcd_pci_runtime_suspend: 0
[   26.102529] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   26.112748] iwlwifi 0000:01:00.0: Radio type=0x0-0x0-0x3
[   26.404890] [drm:intel_crtc_cursor_set], cursor off
[   26.404901] [drm:intel_crtc_set_config], [CRTC:3] [FB:18] #connectors=1 (x y) (0 0)
[   26.404910] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:3], mode_changed=0, fb_changed=0
[   26.404917] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   26.404924] [drm:intel_crtc_cursor_set], cursor off
[   26.404930] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[   26.404937] [drm:intel_set_config_compute_mode_changes], computed changes for [CRTC:4], mode_changed=0, fb_changed=0
[   26.404943] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:3]
[   27.897439] wlan0: authenticate with 00:13:46:48:f3:2a
[   27.914495] wlan0: send auth to 00:13:46:48:f3:2a (try 1/3)
[   27.938241] wlan0: authenticated
[   27.943117] iwlwifi 0000:01:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   27.947571] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   27.952093] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   27.952101] wlan0: waiting for beacon from 00:13:46:48:f3:2a
[   28.020683] wlan0: associate with 00:13:46:48:f3:2a (try 1/3)
[   28.034128] wlan0: RX AssocResp from 00:13:46:48:f3:2a (capab=0x431 status=0 aid=7)
[   28.048568] wlan0: associated
[   48.475346] type=1006 audit(1391014167.713:4): pid=490 uid=0 old auid=4294967295 new auid=1000 old ses=4294967295 new ses=1 res=1


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-30 14:53             ` Alan Stern
@ 2014-01-30 15:22               ` Daniel Vetter
  2014-01-30 15:52                 ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Daniel Vetter @ 2014-01-30 15:22 UTC (permalink / raw)
  To: Alan Stern
  Cc: Daniel Vetter, Ville Syrjälä,
	intel-gfx, Kernel development list

On Thu, Jan 30, 2014 at 09:53:54AM -0500, Alan Stern wrote:
> On Tue, 28 Jan 2014, Daniel Vetter wrote:
> 
> > I think I need a bit more debug output first. Can you please apply the
> > below patch to drm-intel-nightly and then grab a drm.debug=0xe dmesg from
> > boot?
> 
> The dmesg output is below.  Since you didn't say whether this should go
> on top of the previous patch or in place of it, I put this in place of
> the first one.
> 
> BTW, I had to fix a bug in the patch:
> 
> > @@ -9171,6 +9181,11 @@ intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes,
> >  			*disable_pipes |= 1 << intel_crtc->pipe;
> >  		else
> >  			*prepare_pipes |= 1 << intel_crtc->pipe;
> > +
> > +		DRM_DEBUG_KMS("[CRTC:%d:%s]: prepare_pipes %u\n",
> > +			intel_crtc->base.base.id,
> > +			pipe_name(intel_crtc->pipe),
> > +			*prepare_pipes);
> >  	}
> 
> pipe_name() returns char, not char *.  I changed the output format 
> specifier from %s to %c.

Ok, I seem to have been truly blind all the time. This seems to have been
fallout from

commit b6c5164d7bf624f3e1b750787ddb983150c5117c
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Fri Apr 12 18:48:43 2013 +0200

    drm/i915: Fixup Oops in the pipe config computation

Meanwhile we've moved the overall infrastructure ahead again quite a bit,
so I think it's time to give the full atomic modeset paths another shot.
But I'll be travelling to fosdem the next few days, so this will take a
bit of time.

As long as there's not real bad side-effects I guess we simply need to
live with the WARN for a tad longer.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver
  2014-01-30 15:22               ` Daniel Vetter
@ 2014-01-30 15:52                 ` Alan Stern
  0 siblings, 0 replies; 28+ messages in thread
From: Alan Stern @ 2014-01-30 15:52 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Ville Syrjälä, intel-gfx, Kernel development list

On Thu, 30 Jan 2014, Daniel Vetter wrote:

> Ok, I seem to have been truly blind all the time. This seems to have been
> fallout from
> 
> commit b6c5164d7bf624f3e1b750787ddb983150c5117c
> Author: Daniel Vetter <daniel.vetter@ffwll.ch>
> Date:   Fri Apr 12 18:48:43 2013 +0200
> 
>     drm/i915: Fixup Oops in the pipe config computation
> 
> Meanwhile we've moved the overall infrastructure ahead again quite a bit,
> so I think it's time to give the full atomic modeset paths another shot.
> But I'll be travelling to fosdem the next few days, so this will take a
> bit of time.
> 
> As long as there's not real bad side-effects I guess we simply need to
> live with the WARN for a tad longer.

Okay.  Let me know when you've got something else ready to test.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Regression in i915 driver in 3.16-rc2
  2014-01-08 16:17     ` Daniel Vetter
  2014-01-08 18:34       ` Alan Stern
  2014-01-08 18:43       ` Ville Syrjälä
@ 2014-06-25 18:06       ` Alan Stern
  2014-06-25 18:26         ` [Intel-gfx] " Ville Syrjälä
  2 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-06-25 18:06 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, Kernel development list

[-- Attachment #1: Type: TEXT/PLAIN, Size: 555 bytes --]

Daniel:

I encountered a new problem in the i915 driver the first time I booted 
a 3.16-rc kernel on this computer.  When it switched over to the frame 
buffer driver, the screen went blank and stayed that way.

3.15 works okay.

Attached are log extracts from 3.15 and 3.16 (both with drm.debug=0xe
in the boot command line).  The timestamps have been stripped out for
easy diff comparison.  These are the result of

	dmesg | egrep 'drm|i915|frame'

with a couple of irrelevant lines removed.  I can send the complete 
logs if you need them.

Alan Stern

[-- Attachment #2: Type: TEXT/plain, Size: 10529 bytes --]

Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/hda8 ro console=ttyS0,115200 console=tty0 earlyprintk=serial,ttyS0,115200 no_console_suspend drm.debug=0xe vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 usbcore.dyndbg=+p ehci_hcd.dyndbg=+p
[drm] Initialized drm 1.1.0 20060810
[drm:i915_dump_device_info] i915 device info: gen=2, pciid=0x2572 flags=has_overlay,overlay_needs_physical,
[drm:intel_detect_pch] No PCH found.
[drm] Memory usable by graphics device = 128M
[drm:i915_gem_gtt_init] GMADR size = 128M
[drm:i915_gem_gtt_init] GTT stolen size = 8M
[drm:i915_gem_gtt_init] ppgtt mode: 0
[drm:intel_opregion_setup] graphic opregion physical addr: 0x0
[drm:intel_opregion_setup] ACPI OpRegion not supported!
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm:init_vbt_defaults] Set default to SSC at 66667 kHz
[drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[drm:parse_general_definitions] crt_ddc_bus_pin: 2
[drm:parse_sdvo_device_mapping] different child size is found. Invalid.
[drm:parse_device_mapping] different child size is found. Invalid.
[drm:parse_mipi] No MIPI BDB found
[drm:intel_display_power_get] enabling always-on
[drm:intel_modeset_init] 1 display pipe available.
[drm:intel_modeset_init] pipe A sprite A init failed: -19
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus ssc. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus ssc. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:tfp410_init] tfp410 not detected got VID FFFFFFFF: from i915 gmbus dpb Slave 56.
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_modeset_readout_hw_state] [CRTC:5] hw state readout: enabled
[drm:intel_modeset_readout_hw_state] [ENCODER:7:DAC-7] hw state readout: enabled, pipe A
[drm:intel_modeset_readout_hw_state] [CONNECTOR:6:VGA-1] hw state readout: enabled
[drm:intel_dump_pipe_config] [CRTC:5][setup_hw_state] config for pipe A
[drm:intel_dump_pipe_config] cpu_transcoder: A
[drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 640 0 0 0 480 0 0 0 0x0 0x0
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[drm:intel_dump_crtc_timings] crtc timings: 25154 640 656 752 800 480 490 492 525, type: 0x0 flags: 0xa
[drm:intel_dump_pipe_config] port clock: 25154
[drm:intel_dump_pipe_config] pipe src size: 640x480
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:intel_connector_check_state] [CONNECTOR:6:VGA-1]
[drm:check_encoder_state] [ENCODER:7:DAC-7]
[drm:check_crtc_state] [CRTC:5]
[drm:i9xx_get_plane_config] pipe/plane 0/0 with fb: size=640x480@8, offset=0, pitch 640, size 0x4b000
[drm:i915_gem_setup_global_gtt] clearing unused GTT space: [0, 7fff000]
[drm:i915_gem_context_init] fake context support initialized
[drm] initialized overlay support
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:6:VGA-1]
[drm:intel_crt_detect] [CONNECTOR:6:VGA-1] force=1
[drm:intel_crt_detect_ddc] CRT detected via DDC:0x50 [EDID]
[drm:drm_edid_to_eld] ELD: no CEA Extension found
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:6:VGA-1] probed modes :
[drm:drm_mode_debug_printmodeline] Modeline 9:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[drm:drm_mode_debug_printmodeline] Modeline 19:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 10:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 11:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 20:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 21:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 22:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 23:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 24:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 25:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 12:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 13:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[drm:drm_mode_debug_printmodeline] Modeline 14:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 15:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 16:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 17:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[drm:drm_mode_debug_printmodeline] Modeline 18:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[drm:drm_setup_crtcs] 
[drm:drm_enable_connectors] connector 6 enabled? yes
[drm:intel_fb_initial_config] looking for cmdline mode on connector 6
[drm:intel_fb_initial_config] looking for preferred mode on connector 6
[drm:intel_fb_initial_config] connector VGA-1 on crtc 5: 1280x1024
[drm:drm_setup_crtcs] desired mode 1280x1024 set on crtc 5
[drm:intelfb_create] no BIOS fb, allocating a new one
[drm:intelfb_create] allocated 1280x1024 fb: 0x00020000, bo ecf84200
fbcon: inteldrmfb (fb0) is primary device
[drm:intel_crtc_cursor_set] cursor off
[drm:intel_crtc_set_config] [CRTC:5] [FB:27] #connectors=1 (x y) (0 0)
[drm:intel_set_config_compute_mode_changes] inactive crtc, full mode set
[drm:intel_set_config_compute_mode_changes] modes are different, full mode set
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:drm_mode_debug_printmodeline] Modeline 26:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[drm:intel_set_config_compute_mode_changes] computed changes for [CRTC:5], mode_changed=1, fb_changed=0
[drm:intel_modeset_stage_output_state] [CONNECTOR:6:VGA-1] to [CRTC:5]
[drm:intel_modeset_affected_pipes] set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[drm:connected_sink_compute_bpp] [CONNECTOR:6:VGA-1] checking for sink bpp constrains
[drm:intel_modeset_pipe_config] plane bpp: 24, pipe bpp: 24, dithering: 0
[drm:intel_dump_pipe_config] [CRTC:5][modeset] config for pipe A
[drm:intel_dump_pipe_config] cpu_transcoder: A
[drm:intel_dump_pipe_config] pipe bpp: 24, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[drm:intel_dump_crtc_timings] crtc timings: 108000 1280 1328 1440 1688 1024 1025 1028 1066, type: 0x48 flags: 0x5
[drm:intel_dump_pipe_config] port clock: 108000
[drm:intel_dump_pipe_config] pipe src size: 1280x1024
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:i9xx_update_primary_plane] Writing base 00020000 00000000 0 0 5120
[drm:intel_crtc_mode_set] [ENCODER:7:DAC-7] set [MODE:0:1280x1024]
[drm:i845_get_fifo_size] FIFO size - (0x0000005f) A: 23
[drm:intel_calculate_wm] FIFO entries required for mode: 68
[drm:intel_calculate_wm] FIFO watermark level: -47
[drm:i845_update_wm] Setting FIFO watermarks - A: 1
[drm:intel_connector_check_state] [CONNECTOR:6:VGA-1]
[drm:check_encoder_state] [ENCODER:7:DAC-7]
[drm:check_crtc_state] [CRTC:5]
[drm:intel_crtc_set_config] [CRTC:5] [FB:27] #connectors=1 (x y) (0 0)
[drm:intel_set_config_compute_mode_changes] computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[drm:intel_modeset_stage_output_state] [CONNECTOR:6:VGA-1] to [CRTC:5]
Console: switching to colour frame buffer device 160x64
[drm:intel_crtc_set_config] [CRTC:5] [FB:27] #connectors=1 (x y) (0 0)
[drm:intel_set_config_compute_mode_changes] computed changes for [CRTC:5], mode_changed=0, fb_changed=0
[drm:intel_modeset_stage_output_state] [CONNECTOR:6:VGA-1] to [CRTC:5]
i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
i915 0000:00:02.0: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

[-- Attachment #3: Type: TEXT/plain, Size: 5178 bytes --]

Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/hda8 ro console=ttyS0,115200 console=tty0 earlyprintk=serial,ttyS0,115200 no_console_suspend drm.debug=0xe vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 usbcore.dyndbg=+p ehci_hcd.dyndbg=+p
[drm] Initialized drm 1.1.0 20060810
[drm:i915_dump_device_info] i915 device info: gen=2, pciid=0x2572 flags=has_overlay,overlay_needs_physical,
[drm:intel_detect_pch] No PCH found.
[drm] Memory usable by graphics device = 128M
[drm:i915_gem_gtt_init] GMADR size = 128M
[drm:i915_gem_gtt_init] GTT stolen size = 8M
[drm:i915_gem_gtt_init] ppgtt mode: 0
[drm] Replacing VGA console driver
[drm:intel_opregion_setup] graphic opregion physical addr: 0x0
[drm:intel_opregion_setup] ACPI OpRegion not supported!
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm:init_vbt_defaults] Set default to SSC at 66667 kHz
[drm:validate_vbt] Using VBT from PCI ROM: $VBT Springdale-G   d
[drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[drm:parse_general_definitions] crt_ddc_bus_pin: 2
[drm:parse_sdvo_device_mapping] different child size is found. Invalid.
[drm:parse_device_mapping] different child size is found. Invalid.
[drm:parse_driver_features] DRRS State Enabled:0
[drm:intel_display_power_get] enabling always-on
[drm:intel_modeset_init] 1 display pipe available.
[drm:intel_modeset_init] pipe A sprite A init failed: -19
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus ssc. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus ssc. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:tfp410_init] tfp410 not detected got VID FFFFFFFF: from i915 gmbus dpb Slave 56.
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus dpb. force bit now 1
[drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus dpb. force bit now 0
[drm:intel_modeset_readout_hw_state] [CRTC:5] hw state readout: enabled
[drm:intel_sanitize_crtc] [CRTC:5] hw state adjusted, was enabled, now disabled
[drm:intel_dump_pipe_config] [CRTC:5][setup_hw_state] config for pipe A
[drm:intel_dump_pipe_config] cpu_transcoder: A
[drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 640 0 0 0 480 0 0 0 0x0 0x0
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:intel_dump_crtc_timings] crtc timings: 0 640 656 752 800 480 490 492 525, type: 0x0 flags: 0x0
[drm:intel_dump_pipe_config] port clock: 25154
[drm:intel_dump_pipe_config] pipe src size: 640x480
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:check_crtc_state] [CRTC:5]
[drm:i915_gem_setup_global_gtt] clearing unused GTT space: [0, 7fff000]
[drm:i915_gem_context_init] fake context support initialized
[drm] initialized overlay support
i915 0000:00:02.0: No connectors reported connected with modes
[drm:drm_setup_crtcs] 
[drm:intel_fb_initial_config] Not using firmware configuration
[drm:drm_setup_crtcs] picking CRTCs for 2048x2048 config
[drm] Cannot find any crtc or sizes - going 1024x768
[drm:intelfb_create] no BIOS fb, allocating a new one
[drm:intelfb_create] allocated 1024x768 fb: 0x00020000, bo ece6e200
fbcon: inteldrmfb (fb0) is primary device
[drm:intel_crtc_cursor_set] cursor off
[drm:intel_crtc_set_config] [CRTC:5] [NOFB]
[drm:intel_set_config_compute_mode_changes] computed changes for [CRTC:5], mode_changed=0, fb_changed=0
Console: switching to colour frame buffer device 128x48
i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
i915 0000:00:02.0: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Regression in i915 driver in 3.16-rc2
  2014-06-25 18:06       ` Regression in i915 driver in 3.16-rc2 Alan Stern
@ 2014-06-25 18:26         ` Ville Syrjälä
  2014-06-25 18:50           ` Alan Stern
  0 siblings, 1 reply; 28+ messages in thread
From: Ville Syrjälä @ 2014-06-25 18:26 UTC (permalink / raw)
  To: Alan Stern; +Cc: Daniel Vetter, intel-gfx, Kernel development list

On Wed, Jun 25, 2014 at 02:06:55PM -0400, Alan Stern wrote:
> Daniel:
> 
> I encountered a new problem in the i915 driver the first time I booted 
> a 3.16-rc kernel on this computer.  When it switched over to the frame 
> buffer driver, the screen went blank and stayed that way.
> 
> 3.15 works okay.
> 
> Attached are log extracts from 3.15 and 3.16 (both with drm.debug=0xe
> in the boot command line).  The timestamps have been stripped out for
> easy diff comparison.  These are the result of
> 
> 	dmesg | egrep 'drm|i915|frame'
> 
> with a couple of irrelevant lines removed.  I can send the complete 
> logs if you need them.
> 
> Alan Stern

> Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/hda8 ro console=ttyS0,115200 console=tty0 earlyprintk=serial,ttyS0,115200 no_console_suspend drm.debug=0xe vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 usbcore.dyndbg=+p ehci_hcd.dyndbg=+p
> [drm] Initialized drm 1.1.0 20060810
> [drm:i915_dump_device_info] i915 device info: gen=2, pciid=0x2572 flags=has_overlay,overlay_needs_physical,
> [drm:intel_detect_pch] No PCH found.
> [drm] Memory usable by graphics device = 128M
> [drm:i915_gem_gtt_init] GMADR size = 128M
> [drm:i915_gem_gtt_init] GTT stolen size = 8M
> [drm:i915_gem_gtt_init] ppgtt mode: 0
> [drm:intel_opregion_setup] graphic opregion physical addr: 0x0
> [drm:intel_opregion_setup] ACPI OpRegion not supported!
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] Driver supports precise vblank timestamp query.
> [drm:init_vbt_defaults] Set default to SSC at 66667 kHz
> [drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48000 display_clock_mode 0 fdi_rx_polarity_inverted 0
                                                                     ^^^^^^^^^^^^^^^^^

This should get your display back:
http://patchwork.freedesktop.org/patch/28508/

-- 
Ville Syrjälä
Intel OTC

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Regression in i915 driver in 3.16-rc2
  2014-06-25 18:26         ` [Intel-gfx] " Ville Syrjälä
@ 2014-06-25 18:50           ` Alan Stern
  2014-06-30 10:52             ` Jani Nikula
  0 siblings, 1 reply; 28+ messages in thread
From: Alan Stern @ 2014-06-25 18:50 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: Daniel Vetter, intel-gfx, Kernel development list

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=UTF-8, Size: 2111 bytes --]

On Wed, 25 Jun 2014, Ville [iso-8859-1] Syrjälä wrote:

> On Wed, Jun 25, 2014 at 02:06:55PM -0400, Alan Stern wrote:
> > Daniel:
> > 
> > I encountered a new problem in the i915 driver the first time I booted 
> > a 3.16-rc kernel on this computer.  When it switched over to the frame 
> > buffer driver, the screen went blank and stayed that way.
> > 
> > 3.15 works okay.
> > 
> > Attached are log extracts from 3.15 and 3.16 (both with drm.debug=0xe
> > in the boot command line).  The timestamps have been stripped out for
> > easy diff comparison.  These are the result of
> > 
> > 	dmesg | egrep 'drm|i915|frame'
> > 
> > with a couple of irrelevant lines removed.  I can send the complete 
> > logs if you need them.
> > 
> > Alan Stern
> 
> > Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/hda8 ro console=ttyS0,115200 console=tty0 earlyprintk=serial,ttyS0,115200 no_console_suspend drm.debug=0xe vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 usbcore.dyndbg=+p ehci_hcd.dyndbg=+p
> > [drm] Initialized drm 1.1.0 20060810
> > [drm:i915_dump_device_info] i915 device info: gen=2, pciid=0x2572 flags=has_overlay,overlay_needs_physical,
> > [drm:intel_detect_pch] No PCH found.
> > [drm] Memory usable by graphics device = 128M
> > [drm:i915_gem_gtt_init] GMADR size = 128M
> > [drm:i915_gem_gtt_init] GTT stolen size = 8M
> > [drm:i915_gem_gtt_init] ppgtt mode: 0
> > [drm:intel_opregion_setup] graphic opregion physical addr: 0x0
> > [drm:intel_opregion_setup] ACPI OpRegion not supported!
> > [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> > [drm] Driver supports precise vblank timestamp query.
> > [drm:init_vbt_defaults] Set default to SSC at 66667 kHz
> > [drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48000 display_clock_mode 0 fdi_rx_polarity_inverted 0
>                                                                      ^^^^^^^^^^^^^^^^^
> 
> This should get your display back:
> http://patchwork.freedesktop.org/patch/28508/

It did indeed.  Thank you very much.

Alan Stern


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [Intel-gfx] Regression in i915 driver in 3.16-rc2
  2014-06-25 18:50           ` Alan Stern
@ 2014-06-30 10:52             ` Jani Nikula
  0 siblings, 0 replies; 28+ messages in thread
From: Jani Nikula @ 2014-06-30 10:52 UTC (permalink / raw)
  To: Alan Stern, Ville Syrjälä; +Cc: intel-gfx, Kernel development list

On Wed, 25 Jun 2014, Alan Stern <stern@rowland.harvard.edu> wrote:
> On Wed, 25 Jun 2014, Ville [iso-8859-1] Syrjl wrote:
>
>> On Wed, Jun 25, 2014 at 02:06:55PM -0400, Alan Stern wrote:
>> > Daniel:
>> > 
>> > I encountered a new problem in the i915 driver the first time I booted 
>> > a 3.16-rc kernel on this computer.  When it switched over to the frame 
>> > buffer driver, the screen went blank and stayed that way.
>> > 
>> > 3.15 works okay.
>> > 
>> > Attached are log extracts from 3.15 and 3.16 (both with drm.debug=0xe
>> > in the boot command line).  The timestamps have been stripped out for
>> > easy diff comparison.  These are the result of
>> > 
>> > 	dmesg | egrep 'drm|i915|frame'
>> > 
>> > with a couple of irrelevant lines removed.  I can send the complete 
>> > logs if you need them.
>> > 
>> > Alan Stern
>> 
>> > Kernel command line: BOOT_IMAGE=/boot/test-3.x root=/dev/hda8 ro console=ttyS0,115200 console=tty0 earlyprintk=serial,ttyS0,115200 no_console_suspend drm.debug=0xe vconsole.keymap=us vconsole.font=latarcyrheb-sun16 LANG=en_US.UTF-8 usbcore.dyndbg=+p ehci_hcd.dyndbg=+p
>> > [drm] Initialized drm 1.1.0 20060810
>> > [drm:i915_dump_device_info] i915 device info: gen=2, pciid=0x2572 flags=has_overlay,overlay_needs_physical,
>> > [drm:intel_detect_pch] No PCH found.
>> > [drm] Memory usable by graphics device = 128M
>> > [drm:i915_gem_gtt_init] GMADR size = 128M
>> > [drm:i915_gem_gtt_init] GTT stolen size = 8M
>> > [drm:i915_gem_gtt_init] ppgtt mode: 0
>> > [drm:intel_opregion_setup] graphic opregion physical addr: 0x0
>> > [drm:intel_opregion_setup] ACPI OpRegion not supported!
>> > [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>> > [drm] Driver supports precise vblank timestamp query.
>> > [drm:init_vbt_defaults] Set default to SSC at 66667 kHz
>> > [drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 48000 display_clock_mode 0 fdi_rx_polarity_inverted 0
>>                                                                      ^^^^^^^^^^^^^^^^^
>> 
>> This should get your display back:
>> http://patchwork.freedesktop.org/patch/28508/
>
> It did indeed.  Thank you very much.

Fix pushed to drm-intel-fixes; expect to land in v3.16-rc4 or v3.16-rc5
at the latest.

Thanks for the report and testing.

BR,
Jani.


>
> Alan Stern
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-06-30 10:52 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-07 18:50 Excessive WARN()s in Intel 915 driver Alan Stern
2014-01-07 20:12 ` Daniel Vetter
2014-01-08 16:08   ` Alan Stern
2014-01-08 16:17     ` Daniel Vetter
2014-01-08 18:34       ` Alan Stern
2014-01-08 20:21         ` Daniel Vetter
2014-01-08 23:15           ` Alan Stern
2014-01-13 20:16           ` Alan Stern
2014-01-14  9:05             ` Daniel Vetter
2014-01-14 14:43               ` Alan Stern
2014-01-27  9:02                 ` Daniel Vetter
2014-01-27 15:30                   ` Alan Stern
2014-01-27 15:56                     ` Daniel Vetter
2014-01-27 16:05                       ` Alan Stern
2014-01-27 16:36                         ` Daniel Vetter
2014-01-27 17:14                           ` Alan Stern
2014-01-28 16:34                   ` Alan Stern
2014-01-14 12:52             ` [Intel-gfx] " Jani Nikula
2014-01-08 18:43       ` Ville Syrjälä
2014-01-28 17:17         ` Daniel Vetter
2014-01-28 19:42           ` Daniel Vetter
2014-01-30 14:53             ` Alan Stern
2014-01-30 15:22               ` Daniel Vetter
2014-01-30 15:52                 ` Alan Stern
2014-06-25 18:06       ` Regression in i915 driver in 3.16-rc2 Alan Stern
2014-06-25 18:26         ` [Intel-gfx] " Ville Syrjälä
2014-06-25 18:50           ` Alan Stern
2014-06-30 10:52             ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).