i915 invert backlight brightness

Georgios Dakidis georgiosdakidis at protonmail.com
Mon Apr 17 10:31:03 UTC 2017


lspci -n
00:02.0 0300: 8086:0f31 (rev 0e)
lspci -nn
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0e)

dmesg ( with drm.debug=14)

[ 0.000000] Linux version 4.10.9-1-ARCH (builduser at tobias) (gcc version 6.3.1 20170306 (GCC) ) #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=50e93c6c-d398-419e-90cc-26a0c6621a9d rw quiet i8042.nomux=1 i8042.reset psmouse.resync_time=1 drm.debug=14
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000085fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000086000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x0000000078998fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078999000-0x0000000078a28fff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000078a29000-0x00000000792a8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000792a9000-0x00000000793a8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000793a9000-0x00000000793e8fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000793e9000-0x0000000079ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by INSYDE Corp.
[ 0.000000] efi: ACPI 2.0=0x793e8014 ESRT=0x78b75618 SMBIOS=0x78c62000
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Plaisio Turbo X/Turbo X, BIOS 25.04 03/17/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFD00000 mask FFFC00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 07C000000 mask FFC000000 uncachable
[ 0.000000] 3 base 07B000000 mask FFF000000 uncachable
[ 0.000000] 4 base 07AE00000 mask FFFE00000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] esrt: Reserving ESRT space from 0x0000000078b75618 to 0x0000000078b75650.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff88000007c000] 7c000 size 24576
[ 0.000000] BRK [0x02d5f000, 0x02d5ffff] PGTABLE
[ 0.000000] BRK [0x02d60000, 0x02d60fff] PGTABLE
[ 0.000000] BRK [0x02d61000, 0x02d61fff] PGTABLE
[ 0.000000] BRK [0x02d62000, 0x02d62fff] PGTABLE
[ 0.000000] BRK [0x02d63000, 0x02d63fff] PGTABLE
[ 0.000000] BRK [0x02d64000, 0x02d64fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x372c7000-0x3795afff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000793E8014 000024 (v02 render)
[ 0.000000] ACPI: XSDT 0x00000000793E8120 0000AC (v01 render renderpc 00000003 01000013)
[ 0.000000] ACPI: FACP 0x00000000793E5000 00010C (v05 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: DSDT 0x00000000793D4000 00B075 (v02 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: FACS 0x0000000079372000 000040
[ 0.000000] ACPI: UEFI 0x00000000793E7000 000236 (v01 render renderpc 00000001 ACPI 00040000)
[ 0.000000] ACPI: MSDM 0x00000000793E6000 000055 (v03 render renderpc 00000001 ACPI 00040000)
[ 0.000000] ACPI: HPET 0x00000000793E4000 000038 (v01 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: LPIT 0x00000000793E3000 000104 (v01 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: APIC 0x00000000793E2000 000084 (v03 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: MCFG 0x00000000793E1000 00003C (v01 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: SLIC 0x00000000793E0000 000176 (v01 render renderpc 00000003 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793D3000 0005EC (v01 render CpuDptf 00000003 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793D2000 0006DB (v01 render DptfTab 00000003 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793D1000 000763 (v01 render CpuPm 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793D0000 000290 (v01 render Cpu0Tst 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793CF000 00017A (v01 render ApTst 00003000 ACPI 00040000)
[ 0.000000] ACPI: UEFI 0x00000000793CE000 000042 (v01 render renderpc 00000000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000793CD000 0003E6 (v01 render IsctTabl 00001000 ACPI 00040000)
[ 0.000000] ACPI: FPDT 0x00000000793CC000 000044 (v01 render renderpc 00000002 ACPI 00040000)
[ 0.000000] ACPI: BGRT 0x00000000793CB000 000038 (v01 render renderpc 00000001 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000079ffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x78703000-0x78707fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000079ffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000006efff]
[ 0.000000] node 0: [mem 0x0000000000070000-0x0000000000085fff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.000000] node 0: [mem 0x0000000020100000-0x0000000078998fff]
[ 0.000000] node 0: [mem 0x00000000793e9000-0x0000000079ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000079ffffff]
[ 0.000000] On node 0 totalpages: 492596
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 23 pages reserved
[ 0.000000] DMA zone: 3972 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7744 pages used for memmap
[ 0.000000] DMA32 zone: 488624 pages, LIFO batch:31
[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.000000] Reserving Intel graphics memory at 0x000000007b000000-0x000000007effffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[ 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00086000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x200fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78999000-0x78a28fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78a29000-0x792a8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x792a9000-0x793a8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x793a9000-0x793e8fff]
[ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu @ffff880078400000 s103640 r8192 d31528 u524288
[ 0.000000] pcpu-alloc: s103640 r8192 d31528 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 484765
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=50e93c6c-d398-419e-90cc-26a0c6621a9d rw quiet i8042.nomux=1 i8042.reset psmouse.resync_time=1 drm.debug=14
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1883268K/1970384K available (6367K kernel code, 1090K rwdata, 1984K rodata, 1292K init, 1032K bss, 87116K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:8448 nr_irqs:1024 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Detected 2165.800 MHz processor
[ 0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 4333.08 BogoMIPS (lpj=7219333)
[ 0.000035] pid_max: default: 32768 minimum: 301
[ 0.000055] ACPI: Core revision 20160930
[ 0.016364] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.017122] Security Framework initialized
[ 0.017125] Yama: becoming mindful.
[ 0.017320] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.018177] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.018581] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.018587] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.018989] CPU: Physical Processor ID: 0
[ 0.018992] CPU: Processor Core ID: 0
[ 0.018996] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.018997] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.019005] mce: CPU supports 6 MCE banks
[ 0.019014] CPU0: Thermal monitoring enabled (TM1)
[ 0.019019] process: using mwait in idle threads
[ 0.019023] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.019025] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.019262] Freeing SMP alternatives memory: 24K
[ 0.022517] ftrace: allocating 25114 entries in 99 pages
[ 0.039836] smpboot: Max logical packages: 2
[ 0.040791] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.073816] TSC deadline timer enabled
[ 0.073820] smpboot: CPU0: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz (family: 0x6, model: 0x37, stepping: 0x8)
[ 0.083846] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.083862] ... version: 3
[ 0.083863] ... bit width: 40
[ 0.083864] ... generic registers: 2
[ 0.083865] ... value mask: 000000ffffffffff
[ 0.083866] ... max period: 0000007fffffffff
[ 0.083867] ... fixed-purpose events: 3
[ 0.083868] ... event mask: 0000000700000003
[ 0.107421] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.113903] smp: Bringing up secondary CPUs ...
[ 0.140641] x86: Booting SMP configuration:
[ 0.140643] .... node #0, CPUs: #1
[ 0.224162] smp: Brought up 1 node, 2 CPUs
[ 0.224166] smpboot: Total of 2 processors activated (8669.92 BogoMIPS)
[ 0.224899] devtmpfs: initialized
[ 0.225028] x86/mm: Memory block size: 128MB
[ 0.231452] PM: Registering ACPI NVS region [mem 0x0006f000-0x0006ffff] (4096 bytes)
[ 0.231455] PM: Registering ACPI NVS region [mem 0x792a9000-0x793a8fff] (1048576 bytes)
[ 0.231579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.231591] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.231670] pinctrl core: initialized pinctrl subsystem
[ 0.231742] RTC time: 20:10:57, date: 04/15/17
[ 0.231923] NET: Registered protocol family 16
[ 0.240744] cpuidle: using governor ladder
[ 0.254088] cpuidle: using governor menu
[ 0.254091] PCCT header not found.
[ 0.254143] ACPI: bus type PCI registered
[ 0.254145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.254259] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.254339] PCI: not using MMCONFIG
[ 0.254342] PCI: Using configuration type 1 for base access
[ 0.270986] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.271445] ACPI: Added _OSI(Module Device)
[ 0.271446] ACPI: Added _OSI(Processor Device)
[ 0.271448] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.271449] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.285252] ACPI: Dynamic OEM Table Load:
[ 0.285265] ACPI: SSDT 0xFFFF880073DED800 000440 (v01 PmRef Cpu0Ist 00003000 INTL 20121220)
[ 0.285642] ACPI: Dynamic OEM Table Load:
[ 0.285652] ACPI: SSDT 0xFFFF880073DEC000 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
[ 0.286460] ACPI: Dynamic OEM Table Load:
[ 0.286470] ACPI: SSDT 0xFFFF880073EDCA00 00015F (v01 PmRef ApIst 00003000 INTL 20121220)
[ 0.286819] ACPI: Dynamic OEM Table Load:
[ 0.286828] ACPI: SSDT 0xFFFF880073F0BB40 00008D (v01 PmRef ApCst 00003000 INTL 20121220)
[ 0.287790] ACPI : EC: EC started
[ 0.541160] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 0.541163] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x18, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.541166] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[ 0.541167] ACPI: Interpreter enabled
[ 0.541204] ACPI: (supports S0 S3 S4 S5)
[ 0.541206] ACPI: Using IOAPIC for interrupt routing
[ 0.541265] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.542108] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[ 0.542123] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.571124] ACPI: Power Resource [USBC] (on)
[ 0.576530] ACPI: Power Resource [PLPE] (on)
[ 0.576883] ACPI: Power Resource [PLPE] (on)
[ 0.585199] ACPI: Power Resource [CLK0] (on)
[ 0.585290] ACPI: Power Resource [CLK1] (on)
[ 0.667906] ACPI: Power Resource [FN00] (off)
[ 0.668940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.668948] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.669029] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.669049] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.669622] PCI host bridge to bus 0000:00
[ 0.669627] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.669629] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.669632] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.669634] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.669636] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.669639] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.669641] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.669643] pci_bus 0000:00: root bus resource [mem 0x80000000-0x909ffffe window]
[ 0.669646] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.669657] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.669833] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.669846] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[ 0.669857] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[ 0.669867] pci 0000:00:02.0: reg 0x20: [io 0x3050-0x3057]
[ 0.670047] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[ 0.670065] pci 0000:00:13.0: reg 0x10: [io 0x3048-0x304f]
[ 0.670075] pci 0000:00:13.0: reg 0x14: [io 0x305c-0x305f]
[ 0.670084] pci 0000:00:13.0: reg 0x18: [io 0x3040-0x3047]
[ 0.670093] pci 0000:00:13.0: reg 0x1c: [io 0x3058-0x305b]
[ 0.670102] pci 0000:00:13.0: reg 0x20: [io 0x3020-0x303f]
[ 0.670112] pci 0000:00:13.0: reg 0x24: [mem 0x90917000-0x909177ff]
[ 0.670160] pci 0000:00:13.0: PME# supported from D3hot
[ 0.670304] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.670322] pci 0000:00:14.0: reg 0x10: [mem 0x90900000-0x9090ffff 64bit]
[ 0.670384] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.670494] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.670575] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.670599] pci 0000:00:1a.0: reg 0x10: [mem 0x90800000-0x908fffff]
[ 0.670612] pci 0000:00:1a.0: reg 0x14: [mem 0x90700000-0x907fffff]
[ 0.670717] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.670868] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[ 0.670890] pci 0000:00:1b.0: reg 0x10: [mem 0x90910000-0x90913fff 64bit]
[ 0.670964] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.671109] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[ 0.671184] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.671265] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.671338] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[ 0.671401] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.671485] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.671556] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[ 0.671618] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.671699] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.671771] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[ 0.671834] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.671915] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.671991] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.672200] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[ 0.672233] pci 0000:00:1f.3: reg 0x10: [mem 0x90914000-0x9091401f]
[ 0.672304] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f]
[ 0.672617] pci 0000:01:00.0: [10ec:b723] type 00 class 0x028000
[ 0.672640] pci 0000:01:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.672672] pci 0000:01:00.0: reg 0x18: [mem 0x90600000-0x90603fff 64bit]
[ 0.672786] pci 0000:01:00.0: supports D1 D2
[ 0.672789] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.672855] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.681156] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.681161] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.681165] pci 0000:00:1c.0: bridge window [mem 0x90600000-0x906fffff]
[ 0.681265] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.681286] pci 0000:02:00.0: reg 0x10: [io 0x1000-0x10ff]
[ 0.681314] pci 0000:02:00.0: reg 0x18: [mem 0x90500000-0x90500fff 64bit]
[ 0.681332] pci 0000:02:00.0: reg 0x20: [mem 0x90400000-0x90403fff 64bit pref]
[ 0.681424] pci 0000:02:00.0: supports D1 D2
[ 0.681426] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.681482] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.691158] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.691163] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
[ 0.691167] pci 0000:00:1c.1: bridge window [mem 0x90500000-0x905fffff]
[ 0.691172] pci 0000:00:1c.1: bridge window [mem 0x90400000-0x904fffff 64bit pref]
[ 0.691252] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.691333] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.705333] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.705459] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.705583] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.705706] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.705830] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.705953] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.706079] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.706206] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.709352] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.709469] ACPI : EC: event unblocked
[ 0.709478] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x18, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.709481] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.709736] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.709740] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.709747] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.709748] vgaarb: loaded
[ 0.709866] Registered efivars operations
[ 0.717277] PCI: Using ACPI for IRQ routing
[ 0.718664] PCI: pci_cache_line_size set to 64 bytes
[ 0.718716] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[ 0.718718] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[ 0.718720] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 0.718721] e820: reserve RAM buffer [mem 0x78999000-0x7bffffff]
[ 0.718723] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[ 0.718907] NetLabel: Initializing
[ 0.718908] NetLabel: domain hash size = 128
[ 0.718909] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.718935] NetLabel: unlabeled traffic allowed by default
[ 0.719499] clocksource: Switched to clocksource refined-jiffies
[ 0.731020] VFS: Disk quotas dquot_6.6.0
[ 0.731054] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.731228] pnp: PnP ACPI init
[ 0.731341] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.732417] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.732420] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.732423] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.732425] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.732430] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.732435] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.732577] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.732643] pnp 00:03: Plug and Play ACPI device, IDs ETD0424 PNP0f03 (active)
[ 0.733164] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.733167] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.733170] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.733173] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[ 0.733176] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[ 0.733178] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.733181] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.733184] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.733186] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.733192] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.735390] pnp: PnP ACPI: found 5 devices
[ 0.743623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.743644] clocksource: Switched to clocksource acpi_pm
[ 0.743667] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.743681] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.743684] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.743687] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[ 0.743695] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.743698] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.743701] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.743710] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743713] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743716] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.743719] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.743722] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743725] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743728] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.743730] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.743733] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743736] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.743739] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.743742] pci 0000:00:1c.2: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.743744] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.743747] pci 0000:00:1c.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.743759] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743762] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743767] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[ 0.743769] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[ 0.743777] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743779] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743784] pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
[ 0.743786] pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
[ 0.743793] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743795] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743801] pci 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.743805] pci 0000:00:1c.3: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.743811] pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
[ 0.743813] pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
[ 0.743821] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743823] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743827] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[ 0.743830] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[ 0.743837] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743839] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743846] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 0.743849] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 0.743853] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.743856] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.743861] pci 0000:00:1c.0: bridge window [mem 0x90600000-0x906fffff]
[ 0.743869] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.743872] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
[ 0.743876] pci 0000:00:1c.1: bridge window [mem 0x90500000-0x905fffff]
[ 0.743880] pci 0000:00:1c.1: bridge window [mem 0x90400000-0x904fffff 64bit pref]
[ 0.743886] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.743888] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.743898] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.743900] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.743910] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.743913] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.743915] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.743918] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.743920] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.743922] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.743925] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.743927] pci_bus 0000:00: resource 11 [mem 0x80000000-0x909ffffe window]
[ 0.743930] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.743932] pci_bus 0000:01: resource 1 [mem 0x90600000-0x906fffff]
[ 0.743934] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.743937] pci_bus 0000:02: resource 1 [mem 0x90500000-0x905fffff]
[ 0.743939] pci_bus 0000:02: resource 2 [mem 0x90400000-0x904fffff 64bit pref]
[ 0.743942] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.743944] pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
[ 0.744093] NET: Registered protocol family 2
[ 0.744347] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.744410] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.744482] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.744565] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.744583] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.744661] NET: Registered protocol family 1
[ 0.744686] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.745044] PCI: CLS 64 bytes, default 64
[ 0.745154] Unpacking initramfs...
[ 0.885570] Freeing initrd memory: 6736K
[ 0.885638] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f37ff50e1e, max_idle_ns: 440795224014 ns
[ 0.885678] clocksource: Switched to clocksource tsc
[ 0.885805] Scanning for low memory corruption every 60 seconds
[ 0.886839] Initialise system trusted keyrings
[ 0.890331] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[ 0.893318] zbud: loaded
[ 0.894419] Key type asymmetric registered
[ 0.894494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.894547] io scheduler noop registered
[ 0.894548] io scheduler deadline registered
[ 0.894562] io scheduler cfq registered (default)
[ 0.895444] efifb: probing for efifb
[ 0.895464] efifb: framebuffer at 0x80000000, using 4160k, total 4160k
[ 0.895466] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.895467] efifb: scrolling: redraw
[ 0.895469] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.901602] Console: switching to colour frame buffer device 170x48
[ 0.907479] fb0: EFI VGA frame buffer device
[ 0.907494] intel_idle: MWAIT substates: 0x33000020
[ 0.907496] intel_idle: v0.4.1 model 0x37
[ 0.907670] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.909862] GHES: HEST is not enabled!
[ 0.910012] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.930338] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.931545] hpet: number irqs doesn't agree with number of timers
[ 0.931584] Linux agpgart interface v0.103
[ 0.931993] rtc_cmos 00:00: RTC can wake from S4
[ 0.932248] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.932278] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 0.932295] intel_pstate: Intel P-state driver initializing
[ 0.932556] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.934188] NET: Registered protocol family 10
[ 0.950261] Segment Routing with IPv6
[ 0.950301] NET: Registered protocol family 17
[ 0.951234] microcode: sig=0x30678, pf=0x8, revision=0x829
[ 0.951549] microcode: Microcode Update Driver: v2.2.
[ 0.952416] registered taskstats version 1
[ 0.952434] Loading compiled-in X.509 certificates
[ 0.952475] zswap: loaded using pool lzo/zbud
[ 0.952971] Magic number: 13:851:194
[ 0.953106] rtc_cmos 00:00: setting system clock to 2017-04-15 20:10:58 UTC (1492287058)
[ 0.953214] PM: Hibernation image not present or could not be loaded.
[ 0.955998] Freeing unused kernel memory: 1292K
[ 0.956002] Write protecting the kernel read-only data: 10240k
[ 0.957389] Freeing unused kernel memory: 1812K
[ 0.957878] Freeing unused kernel memory: 64K
[ 0.992825] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[ 0.996052] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.996151] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.997657] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.997698] random: udevadm: uninitialized urandom read (16 bytes read)
[ 1.004536] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.004569] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.004583] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.004981] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.005020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.068025] sdhci: Secure Digital Host Controller Interface driver
[ 1.068027] sdhci: Copyright(c) Pierre Ossman
[ 1.076247] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.087235] mmc0: SDHCI controller on ACPI [80860F14:01] using ADMA
[ 1.090041] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.090049] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.090107] SCSI subsystem initialized
[ 1.092428] libata version 3.00 loaded.
[ 1.093383] ahci 0000:00:13.0: version 3.0
[ 1.093547] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[ 1.101259] ACPI: bus type USB registered
[ 1.102077] usbcore: registered new interface driver usbfs
[ 1.102103] usbcore: registered new interface driver hub
[ 1.102143] usbcore: registered new device driver usb
[ 1.103782] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[ 1.103786] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[ 1.106339] scsi host0: ahci
[ 1.106536] scsi host1: ahci
[ 1.106623] ata1: SATA max UDMA/133 abar m2048 at 0x90917000 port 0x90917100 irq 87
[ 1.106625] ata2: DUMMY
[ 1.107403] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.107412] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.108503] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 1.108508] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.111485] hub 1-0:1.0: USB hub found
[ 1.111503] hub 1-0:1.0: 6 ports detected
[ 1.112830] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.112836] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.113676] hub 2-0:1.0: USB hub found
[ 1.113690] hub 2-0:1.0: 1 port detected
[ 1.299720] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.419241] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.437490] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 1.468286] ata1.00: ATA-8: TOSHIBA MQ01ABF050, AM0P1A, max UDMA/100
[ 1.468296] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.471833] ata1.00: configured for UDMA/100
[ 1.472866] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABF0 1A PQ: 0 ANSI: 5
[ 1.517481] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.517485] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.517513] sd 0:0:0:0: [sda] Write Protect is off
[ 1.517516] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.517562] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.654870] sda: sda1 sda2 sda3 sda4
[ 1.656951] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.687075] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 1.820984] hub 1-4:1.0: USB hub found
[ 1.821237] hub 1-4:1.0: 4 ports detected
[ 2.047713] random: fast init done
[ 2.103723] usb 1-4.1: new high-speed USB device number 4 using xhci_hcd
[ 2.290385] usb 1-4.2: new full-speed USB device number 5 using xhci_hcd
[ 2.584963] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 3.718392] random: crng init done
[ 3.852906] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.908653] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 3.908876] systemd[1]: Detected architecture x86-64.
[ 3.911056] systemd[1]: Set hostname to <computer>.
[ 5.251303] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.251467] systemd[1]: Listening on Journal Socket.
[ 5.251501] systemd[1]: Reached target Login Prompts.
[ 5.251557] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 5.252258] systemd[1]: Created slice System Slice.
[ 5.253214] systemd[1]: Mounting Debug File System...
[ 5.253567] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 5.423577] EXT4-fs (sda4): re-mounted. Opts: data=ordered
[ 5.537245] usbip_core: USB/IP Core v1.0.0
[ 5.548533] usbcore: registered new device driver usbip-host
[ 5.548538] usbip_host: USB/IP Host Driver v1.0.0
[ 7.733239] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.749593] systemd-journald[155]: Received request to flush runtime journal from PID 1
[ 7.791135] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 7.792331] ACPI: Lid Switch [LID0]
[ 7.792426] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 7.792430] ACPI: Power Button [PWRB]
[ 7.792504] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[ 7.792508] ACPI: Sleep Button [SLPB]
[ 7.792599] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 7.792602] ACPI: Power Button [PWRF]
[ 7.937323] [drm] Initialized
[ 8.182894] hidraw: raw HID events driver (C) Jiri Kosina
[ 8.210020] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[ 8.212880] [drm:intel_gvt_init [i915]] GVT-g is disabled by kernel params
[ 8.212926] [drm:i915_driver_load [i915]] No PCH found.
[ 8.212968] [drm:intel_power_domains_init [i915]] Allowed DC state mask 00
[ 8.213159] [drm:intel_device_info_dump [i915]] i915 device info: gen=7, pciid=0x0f31 rev=0x0e
[ 8.213198] [drm:intel_device_info_dump [i915]] i915 device info: is_mobile: no
[ 8.213237] [drm:intel_device_info_dump [i915]] i915 device info: is_i85x: no
[ 8.213275] [drm:intel_device_info_dump [i915]] i915 device info: is_i915g: no
[ 8.213313] [drm:intel_device_info_dump [i915]] i915 device info: is_i945gm: no
[ 8.213352] [drm:intel_device_info_dump [i915]] i915 device info: is_g33: no
[ 8.213390] [drm:intel_device_info_dump [i915]] i915 device info: is_g4x: no
[ 8.214995] [drm:intel_device_info_dump [i915]] i915 device info: is_pineview: no
[ 8.217650] [drm:intel_device_info_dump [i915]] i915 device info: is_broadwater: no
[ 8.217690] [drm:intel_device_info_dump [i915]] i915 device info: is_crestline: no
[ 8.217729] [drm:intel_device_info_dump [i915]] i915 device info: is_ivybridge: no
[ 8.217768] [drm:intel_device_info_dump [i915]] i915 device info: is_valleyview: yes
[ 8.217807] [drm:intel_device_info_dump [i915]] i915 device info: is_cherryview: no
[ 8.217845] [drm:intel_device_info_dump [i915]] i915 device info: is_haswell: no
[ 8.217884] [drm:intel_device_info_dump [i915]] i915 device info: is_broadwell: no
[ 8.217923] [drm:intel_device_info_dump [i915]] i915 device info: is_skylake: no
[ 8.217961] [drm:intel_device_info_dump [i915]] i915 device info: is_broxton: no
[ 8.218000] [drm:intel_device_info_dump [i915]] i915 device info: is_kabylake: no
[ 8.218038] [drm:intel_device_info_dump [i915]] i915 device info: is_alpha_support: no
[ 8.218077] [drm:intel_device_info_dump [i915]] i915 device info: has_64bit_reloc: no
[ 8.218115] [drm:intel_device_info_dump [i915]] i915 device info: has_csr: no
[ 8.218154] [drm:intel_device_info_dump [i915]] i915 device info: has_ddi: no
[ 8.218192] [drm:intel_device_info_dump [i915]] i915 device info: has_dp_mst: no
[ 8.218231] [drm:intel_device_info_dump [i915]] i915 device info: has_fbc: no
[ 8.218269] [drm:intel_device_info_dump [i915]] i915 device info: has_fpga_dbg: no
[ 8.218308] [drm:intel_device_info_dump [i915]] i915 device info: has_gmbus_irq: yes
[ 8.218347] [drm:intel_device_info_dump [i915]] i915 device info: has_gmch_display: yes
[ 8.218385] [drm:intel_device_info_dump [i915]] i915 device info: has_guc: no
[ 8.218424] [drm:intel_device_info_dump [i915]] i915 device info: has_hotplug: yes
[ 8.218462] [drm:intel_device_info_dump [i915]] i915 device info: has_hw_contexts: yes
[ 8.218501] [drm:intel_device_info_dump [i915]] i915 device info: has_l3_dpf: no
[ 8.218539] [drm:intel_device_info_dump [i915]] i915 device info: has_llc: no
[ 8.218577] [drm:intel_device_info_dump [i915]] i915 device info: has_logical_ring_contexts: no
[ 8.218616] [drm:intel_device_info_dump [i915]] i915 device info: has_overlay: no
[ 8.218654] [drm:intel_device_info_dump [i915]] i915 device info: has_pipe_cxsr: no
[ 8.218693] [drm:intel_device_info_dump [i915]] i915 device info: has_pooled_eu: no
[ 8.218731] [drm:intel_device_info_dump [i915]] i915 device info: has_psr: yes
[ 8.218770] [drm:intel_device_info_dump [i915]] i915 device info: has_rc6: yes
[ 8.218808] [drm:intel_device_info_dump [i915]] i915 device info: has_rc6p: no
[ 8.218847] [drm:intel_device_info_dump [i915]] i915 device info: has_resource_streamer: no
[ 8.218885] [drm:intel_device_info_dump [i915]] i915 device info: has_runtime_pm: yes
[ 8.218923] [drm:intel_device_info_dump [i915]] i915 device info: has_snoop: no
[ 8.218962] [drm:intel_device_info_dump [i915]] i915 device info: cursor_needs_physical: no
[ 8.219000] [drm:intel_device_info_dump [i915]] i915 device info: hws_needs_physical: no
[ 8.219039] [drm:intel_device_info_dump [i915]] i915 device info: overlay_needs_physical: no
[ 8.219077] [drm:intel_device_info_dump [i915]] i915 device info: supports_tv: no
[ 8.219115] [drm:intel_device_info_dump [i915]] i915 device info: has_decoupled_mmio: no
[ 8.219195] [drm:intel_device_info_runtime_init [i915]] slice mask: 0000
[ 8.219235] [drm:intel_device_info_runtime_init [i915]] slice total: 0
[ 8.219273] [drm:intel_device_info_runtime_init [i915]] subslice total: 0
[ 8.219312] [drm:intel_device_info_runtime_init [i915]] subslice mask 0000
[ 8.219350] [drm:intel_device_info_runtime_init [i915]] subslice per slice: 0
[ 8.219388] [drm:intel_device_info_runtime_init [i915]] EU total: 0
[ 8.219427] [drm:intel_device_info_runtime_init [i915]] EU per subslice: 0
[ 8.219465] [drm:intel_device_info_runtime_init [i915]] has slice power gating: n
[ 8.219503] [drm:intel_device_info_runtime_init [i915]] has subslice power gating: n
[ 8.219542] [drm:intel_device_info_runtime_init [i915]] has EU power gating: n
[ 8.219580] [drm:i915_driver_load [i915]] ppgtt mode: 1
[ 8.219618] [drm:i915_driver_load [i915]] use GPU sempahores? yes
[ 8.219630] [drm] Memory usable by graphics device = 2048M
[ 8.219672] [drm:i915_ggtt_probe_hw [i915]] GMADR size = 256M
[ 8.219712] [drm:i915_ggtt_probe_hw [i915]] GTT stolen size = 64M
[ 8.219715] checking generic (80000000 410000) vs hw (80000000 10000000)
[ 8.219716] fb: switching to inteldrmfb from EFI VGA
[ 8.219750] Console: switching to colour dummy device 80x25
[ 8.219899] [drm] Replacing VGA console driver
[ 8.219978] [drm:i915_gem_init_stolen [i915]] Memory reserved for graphics device: 65536K, usable: 65536K
[ 8.220211] [drm:intel_opregion_setup [i915]] graphic opregion physical addr: 0x7936f018
[ 8.220266] [drm:intel_opregion_setup [i915]] Public ACPI methods supported
[ 8.220308] [drm:intel_opregion_setup [i915]] ASLE supported
[ 8.220351] [drm:intel_opregion_setup [i915]] Found valid VBT in ACPI OpRegion (Mailbox #4)
[ 8.220461] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 8.220463] [drm] Driver supports precise vblank timestamp query.
[ 8.220516] [drm:intel_bios_init [i915]] Set default to SSC at 100000 kHz
[ 8.220559] [drm:intel_bios_init [i915]] VBT signature "$VBT VALLEYVIEW ", BDB version 178
[ 8.220602] [drm:intel_bios_init [i915]] BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 120000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[ 8.220645] [drm:intel_bios_init [i915]] crt_ddc_bus_pin: 2
[ 8.220688] [drm:intel_opregion_get_panel_type [i915]] Failed to get panel details from OpRegion (-19)
[ 8.220730] [drm:intel_bios_init [i915]] Panel type: 2 (VBT)
[ 8.220773] [drm:intel_bios_init [i915]] DRRS supported mode is seamless
[ 8.220816] [drm:intel_bios_init [i915]] Found panel mode in BIOS VBT tables:
[ 8.220829] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"1366x768" 0 71400 1366 1414 1446 1488 768 771 777 800 0x8 0xa
[ 8.220872] [drm:intel_bios_init [i915]] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255
[ 8.220915] [drm:intel_bios_init [i915]] No SDVO device info is found in VBT
[ 8.220958] [drm:intel_bios_init [i915]] DRRS State Enabled:1
[ 8.221019] [drm:intel_dsm_detect [i915]] no _DSM method for intel device
[ 8.221073] [drm:intel_update_rawclk [i915]] rawclk rate: 200000 kHz
[ 8.221122] [drm:intel_power_well_enable [i915]] enabling always-on
[ 8.221161] [drm:intel_power_well_enable [i915]] enabling display
[ 8.221205] [drm:intel_power_well_enable [i915]] enabling dpio-tx-b-01
[ 8.221246] [drm:intel_power_well_enable [i915]] enabling dpio-tx-b-23
[ 8.221287] [drm:intel_power_well_enable [i915]] enabling dpio-tx-c-01
[ 8.221328] [drm:intel_power_well_enable [i915]] enabling dpio-tx-c-23
[ 8.221369] [drm:intel_power_well_enable [i915]] enabling dpio-common
[ 8.221844] [drm:intel_fbc_init [i915]] Sanitized enable_fbc value: 0
[ 8.221889] [drm:intel_modeset_init [i915]] 2 display pipes available.
[ 8.221973] [drm:intel_modeset_init [i915]] CZ clock rate: 333333 kHz
[ 8.222018] [drm:intel_update_cdclk [i915]] Current CD clock rate: 333333 kHz
[ 8.222061] [drm:intel_update_max_cdclk [i915]] Max CD clock rate: 400000 kHz
[ 8.222103] [drm:intel_update_max_cdclk [i915]] Max dotclock rate: 360000 kHz
[ 8.222110] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 8.222483] [drm:intel_crt_reset [i915]] crt adpa set to 0xf40000
[ 8.222531] [drm:intel_dp_init_connector [i915]] Adding DP connector on port B
[ 8.222580] [drm:intel_dp_init_connector [i915]] using AUX B for port B (platform default)
[ 8.222634] [drm:intel_hdmi_init_connector [i915]] Adding HDMI connector on port B
[ 8.222687] [drm:intel_hdmi_init_connector [i915]] Using DDC pin 0x5 for port B (platform default)
[ 8.222737] [drm:intel_dp_init_connector [i915]] Adding eDP connector on port C
[ 8.222786] [drm:intel_dp_init_connector [i915]] using AUX C for port C (platform default)
[ 8.222834] [drm:intel_dp_pps_init [i915]] initial power sequencer for port C: pipe A
[ 8.222880] [drm:intel_pps_dump_state [i915]] cur t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 6000
[ 8.222922] [drm:intel_pps_dump_state [i915]] vbt t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 5000
[ 8.222965] [drm:intel_dp_init_panel_power_sequencer.part.15 [i915]] panel power up delay 200, power down delay 50, power cycle delay 600
[ 8.223007] [drm:intel_dp_init_panel_power_sequencer.part.15 [i915]] backlight on delay 1, off delay 200
[ 8.223051] [drm:intel_dp_init_panel_power_sequencer_registers [i915]] panel power sequencer register settings: PP_ON 0x87d00001, PP_OFF 0x1f40001, PP_DIV 0x270f06
[ 8.223098] [drm:edp_panel_vdd_on [i915]] Turning eDP port C VDD on
[ 8.223142] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0xc0000008 PP_CONTROL: 0xabcd000d
[ 8.223614] [drm:intel_dp_read_dpcd [i915]] DPCD: 11 0a 81 41 00 00 01 80 02 00 00 00 0f 03 00
[ 8.224044] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 8.227562] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.228653] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.229962] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.231010] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.233086] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.235313] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.236364] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.237677] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.238726] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.240032] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.241224] ACPI: AC Adapter [ADP1] (on-line)
[ 8.242796] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.243849] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.245158] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.246208] [drm:drm_dp_i2c_do_msg [drm_kms_helper]] native defer
[ 8.247259] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 8.247315] [drm:intel_dp_init_connector [i915]] Downclock mode is not found. DRRS not supported
[ 8.247360] [drm:intel_dp_init_connector [i915]] using pipe A for initial backlight setup
[ 8.247406] [drm:intel_panel_setup_backlight [i915]] Connector eDP-1 backlight initialized, enabled, brightness 2450/7812
[ 8.247453] [drm:intel_dsi_init [i915]]
[ 8.247517] [drm:intel_modeset_setup_hw_state [i915]] [CRTC:33:pipe A] hw state readout: enabled
[ 8.247562] [drm:intel_modeset_setup_hw_state [i915]] [CRTC:42:pipe B] hw state readout: disabled
[ 8.247607] [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:44:CRT] hw state readout: disabled, pipe A
[ 8.247652] [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:45:DP B] hw state readout: disabled, pipe A
[ 8.247839] [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:49:HDMI B] hw state readout: disabled, pipe A
[ 8.247887] [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:52:DP C] hw state readout: enabled, pipe A
[ 8.247931] [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:53:eDP-1] hw state readout: enabled
[ 8.247976] [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:43:VGA-1] hw state readout: disabled
[ 8.248020] [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:46:DP-1] hw state readout: disabled
[ 8.248064] [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:50:HDMI-A-1] hw state readout: disabled
[ 8.248123] [drm:intel_dump_pipe_config [i915]] [CRTC:33:pipe A][setup_hw_state]
[ 8.248166] [drm:intel_dump_pipe_config [i915]] cpu_transcoder: A, pipe bpp: 18, dithering: 0
[ 8.248210] [drm:intel_dump_pipe_config [i915]] dp m_n: lanes: 1; gmch_m: 5054136, gmch_n: 8388608, link_m: 140392, link_n: 524288, tu: 64
[ 8.248252] [drm:intel_dump_pipe_config [i915]] audio: 0, infoframes: 0
[ 8.248294] [drm:intel_dump_pipe_config [i915]] requested mode:
[ 8.248306] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"1366x768" 60 72299 1366 1414 1446 1526 768 771 777 790 0x40 0x9
[ 8.248349] [drm:intel_dump_pipe_config [i915]] adjusted mode:
[ 8.248359] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"1366x768" 60 72299 1366 1414 1446 1526 768 771 777 790 0x40 0x9
[ 8.248403] [drm:intel_dump_pipe_config [i915]] crtc timings: 72299 1366 1414 1446 1526 768 771 777 790, type: 0x40 flags: 0x9
[ 8.248446] [drm:intel_dump_pipe_config [i915]] port clock: 270000, pipe src size: 1366x768
[ 8.248489] [drm:intel_dump_pipe_config [i915]] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 8.248531] [drm:intel_dump_pipe_config [i915]] ips: 0, double wide: 0
[ 8.248574] [drm:intel_dump_pipe_config [i915]] dpll_hw_state: dpll: 0xf0002000, dpll_md: 0x3, fp0: 0x0, fp1: 0x0
[ 8.248616] [drm:intel_dump_pipe_config [i915]] planes on this crtc
[ 8.248659] [drm:intel_dump_pipe_config [i915]] [PLANE:25:primary A] disabled, scaler_id = 0
[ 8.248702] [drm:intel_dump_pipe_config [i915]] [PLANE:27:sprite A] disabled, scaler_id = 0
[ 8.248745] [drm:intel_dump_pipe_config [i915]] [PLANE:29:sprite B] disabled, scaler_id = 0
[ 8.248787] [drm:intel_dump_pipe_config [i915]] [PLANE:31:cursor A] disabled, scaler_id = 0
[ 8.248831] [drm:intel_dump_pipe_config [i915]] [CRTC:42:pipe B][setup_hw_state]
[ 8.248874] [drm:intel_dump_pipe_config [i915]] cpu_transcoder: B, pipe bpp: 0, dithering: 0
[ 8.248916] [drm:intel_dump_pipe_config [i915]] audio: 0, infoframes: 0
[ 8.248958] [drm:intel_dump_pipe_config [i915]] requested mode:
[ 8.248969] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 8.249012] [drm:intel_dump_pipe_config [i915]] adjusted mode:
[ 8.249021] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 8.249065] [drm:intel_dump_pipe_config [i915]] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[ 8.249107] [drm:intel_dump_pipe_config [i915]] port clock: 0, pipe src size: 0x0
[ 8.249150] [drm:intel_dump_pipe_config [i915]] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 8.249192] [drm:intel_dump_pipe_config [i915]] ips: 0, double wide: 0
[ 8.249570] [drm:intel_dump_pipe_config [i915]] dpll_hw_state: dpll: 0x0, dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 8.250051] [drm:intel_dump_pipe_config [i915]] planes on this crtc
[ 8.250096] [drm:intel_dump_pipe_config [i915]] [PLANE:34:primary B] disabled, scaler_id = 0
[ 8.250139] [drm:intel_dump_pipe_config [i915]] [PLANE:36:sprite C] disabled, scaler_id = 0
[ 8.250181] [drm:intel_dump_pipe_config [i915]] [PLANE:38:sprite D] disabled, scaler_id = 0
[ 8.250224] [drm:intel_dump_pipe_config [i915]] [PLANE:40:cursor B] disabled, scaler_id = 0
[ 8.250269] [drm:vlv_get_fifo_size [i915]] Pipe A primary A FIFO size: 256
[ 8.250309] [drm:vlv_get_fifo_size [i915]] Pipe A sprite A FIFO size: 128
[ 8.250349] [drm:vlv_get_fifo_size [i915]] Pipe A sprite B FIFO size: 127
[ 8.250389] [drm:vlv_get_fifo_size [i915]] Pipe B primary B FIFO size: 256
[ 8.250484] [drm:vlv_get_fifo_size [i915]] Pipe B sprite C FIFO size: 128
[ 8.250524] [drm:vlv_get_fifo_size [i915]] Pipe B sprite D FIFO size: 127
[ 8.250564] [drm:vlv_wm_get_hw_state [i915]] Initial watermarks: pipe A, plane=15, cursor=15, sprite0=15, sprite1=15
[ 8.250603] [drm:vlv_wm_get_hw_state [i915]] Initial watermarks: pipe B, plane=15, cursor=15, sprite0=15, sprite1=15
[ 8.250643] [drm:vlv_wm_get_hw_state [i915]] Initial watermarks: SR plane=127, SR cursor=0 level=0 cxsr=0
[ 8.250697] [drm:i9xx_get_initial_plane_config [i915]] pipe/plane A/0 with fb: size=1366x768 at 32, offset=0, pitch 5504, size 0x408000
[ 8.250739] [drm:i915_gem_object_create_stolen_for_preallocated [i915]] creating preallocated stolen object: stolen_offset=0, gtt_offset=0, size=408000
[ 8.250801] [drm:intel_alloc_initial_plane_obj.isra.92 [i915]] initial plane fb obj ffff880077395080
[ 8.250849] [drm:i915_gem_init_ggtt [i915]] clearing unused GTT space: [40a000, 7ffff000]
[ 8.252517] [drm:i915_gem_init_ggtt [i915]] clearing unused GTT space: [408000, 409000]
[ 8.252573] [drm:gen6_ppgtt_init [i915]] Allocated pde space (2M) at GTT entry: 7fdf0
[ 8.254426] [drm:i915_gem_context_init [i915]] HW context support initialized
[ 8.254651] [drm:intel_init_ring_buffer [i915]] render ring hws offset: 0x0040b000
[ 8.254702] [drm:intel_engine_create_scratch [i915]] render ring pipe control offset: 0x7fffe000
[ 8.257157] [drm:intel_init_ring_buffer [i915]] blitter ring hws offset: 0x0042e000
[ 8.257277] [drm:intel_init_ring_buffer [i915]] bsd ring hws offset: 0x00451000
[ 8.257366] [drm:intel_guc_setup [i915]] GuC fw status: path (null), fetch NONE, load NONE
[ 8.257415] [drm:i915_gem_object_create_stolen_for_preallocated [i915]] creating preallocated stolen object: stolen_offset=3efa000, gtt_offset=ffffffff, size=6000
[ 8.257457] [drm:intel_init_gt_powersave [i915]] PCBR: 0x7eefa001
[ 8.257499] [drm:vlv_init_gpll_ref_freq [i915]] GPLL reference freq: 20833 kHz
[ 8.257540] [drm:intel_init_gt_powersave [i915]] DDR speed: 1333 MHz
[ 8.257582] [drm:intel_init_gt_powersave [i915]] max GPU freq: 792 MHz (221)
[ 8.257625] [drm:intel_init_gt_powersave [i915]] RPe GPU freq: 646 MHz (214)
[ 8.257666] [drm:intel_init_gt_powersave [i915]] RP1(Guar Freq) GPU freq: 312 MHz (198)
[ 8.257707] [drm:intel_init_gt_powersave [i915]] min GPU freq: 187 MHz (192)
[ 8.258544] [drm:intel_update_cdclk [i915]] Current CD clock rate: 333333 kHz
[ 8.258596] [drm:intel_fbdev_init [i915]] found possible fb from plane A
[ 8.258638] [drm:intel_fbdev_init [i915]] pipe B not active or no fb, skipping
[ 8.258680] [drm:intel_fbdev_init [i915]] checking plane A for BIOS fb
[ 8.258724] [drm:intel_fbdev_init [i915]] pipe A area: 1366x768, bpp: 32, size: 4227072
[ 8.258766] [drm:intel_fbdev_init [i915]] fb big enough for plane A (4227072 >= 4227072)
[ 8.258809] [drm:intel_fbdev_init [i915]] pipe B not active, skipping
[ 8.258851] [drm:intel_fbdev_init [i915]] using BIOS fb for initial console
[ 8.259185] [drm:intel_backlight_device_register [i915]] Connector eDP-1 backlight sysfs interface registered
[ 8.259233] [drm:intel_dp_connector_register [i915]] registering DPDDC-C bus for card0-eDP-1
[ 8.259677] [drm:intel_dp_connector_register [i915]] registering DPDDC-B bus for card0-DP-1
[ 8.259976] [drm:intel_opregion_register [i915]] 4 outputs detected
[ 8.261102] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 8.261512] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[ 8.261600] [drm:drm_setup_crtcs [drm_kms_helper]]
[ 8.261605] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1]
[ 8.261662] [drm:intel_dp_detect [i915]] [CONNECTOR:53:eDP-1]
[ 8.261708] [drm:intel_dp_detect [i915]] Display Port TPS3 support: source no, sink no
[ 8.261751] [drm:intel_dp_print_rates [i915]] source rates: 162000, 270000
[ 8.261793] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000
[ 8.261836] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000
[ 8.261856] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[ 8.262279] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 8.262573] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] status updated from unknown to connected
[ 8.262608] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 8.262617] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] probed modes :
[ 8.262627] [drm:drm_mode_debug_printmodeline [drm]] Modeline 54:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 8.262632] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1]
[ 8.262681] [drm:intel_crt_detect [i915]] [CONNECTOR:43:VGA-1] force=1
[ 8.262725] [drm:intel_crt_detect [i915]] trigger hotplug detect cycle: adpa=0xf40000
[ 8.268819] [drm:intel_crt_detect [i915]] valleyview hotplug adpa=0xf40000, result 0
[ 8.268865] [drm:intel_crt_detect [i915]] CRT not detected via hotplug
[ 8.323775] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 8.350409] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 8.350501] [drm:intel_crt_get_edid [i915]] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 8.350544] [drm:intel_gmbus_force_bit [i915]] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 8.360224] Bluetooth: Core ver 2.22
[ 8.360251] NET: Registered protocol family 31
[ 8.360253] Bluetooth: HCI device and connection manager initialized
[ 8.360258] Bluetooth: HCI socket layer initialized
[ 8.360262] Bluetooth: L2CAP socket layer initialized
[ 8.360277] Bluetooth: SCO socket layer initialized
[ 8.378711] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 8.378770] [drm:intel_gmbus_force_bit [i915]] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 8.378813] [drm:intel_crt_detect_ddc [i915]] CRT not detected via DDC:0x50 [no valid EDID found]
[ 8.378821] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] status updated from unknown to disconnected
[ 8.378833] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] disconnected
[ 8.378846] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1]
[ 8.378893] [drm:intel_dp_detect [i915]] [CONNECTOR:46:DP-1]
[ 8.378901] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] status updated from unknown to disconnected
[ 8.378905] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] disconnected
[ 8.378910] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1]
[ 8.378953] [drm:intel_hdmi_detect [i915]] [CONNECTOR:50:HDMI-A-1]
[ 8.380484] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 8.380527] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 8.382602] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 8.382617] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus dpb
[ 8.384772] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 8.384816] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 8.387074] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 8.387177] [drm:drm_dp_dual_mode_detect [drm_kms_helper]] DP dual mode HDMI ID: (err -6)
[ 8.387183] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] status updated from unknown to disconnected
[ 8.387188] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] disconnected
[ 8.387195] [drm:drm_setup_crtcs [drm_kms_helper]] connector 53 enabled? yes
[ 8.387199] [drm:drm_setup_crtcs [drm_kms_helper]] connector 43 enabled? no
[ 8.387203] [drm:drm_setup_crtcs [drm_kms_helper]] connector 46 enabled? no
[ 8.387206] [drm:drm_setup_crtcs [drm_kms_helper]] connector 50 enabled? no
[ 8.387259] [drm:intel_fb_initial_config [i915]] looking for cmdline mode on connector eDP-1
[ 8.387301] [drm:intel_fb_initial_config [i915]] looking for preferred mode on connector eDP-1 0
[ 8.387345] [drm:intel_fb_initial_config [i915]] connector eDP-1 on [CRTC:33:pipe A]: 1366x768
[ 8.387387] [drm:intel_fb_initial_config [i915]] connector VGA-1 not enabled, skipping
[ 8.387429] [drm:intel_fb_initial_config [i915]] connector DP-1 not enabled, skipping
[ 8.387471] [drm:intel_fb_initial_config [i915]] connector HDMI-A-1 not enabled, skipping
[ 8.387477] [drm:drm_setup_crtcs [drm_kms_helper]] desired mode 1366x768 set on crtc 33 (0,0)
[ 8.387522] [drm:intelfb_create [i915]] re-using BIOS fb
[ 8.387574] [drm:intelfb_create [i915]] allocated 1366x768 fb: 0x00000000
[ 8.387588] [drm:drm_fb_helper_hotplug_event [drm_kms_helper]]
[ 8.387592] [drm:drm_setup_crtcs [drm_kms_helper]]
[ 8.387596] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1]
[ 8.387639] [drm:intel_dp_detect [i915]] [CONNECTOR:53:eDP-1]
[ 8.387683] [drm:intel_dp_detect [i915]] Display Port TPS3 support: source no, sink no
[ 8.387726] [drm:intel_dp_print_rates [i915]] source rates: 162000, 270000
[ 8.387768] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000
[ 8.387811] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000
[ 8.388009] fbcon: inteldrmfb (fb0) is primary device
[ 8.388256] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 8.388630] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 8.388639] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] probed modes :
[ 8.388650] [drm:drm_mode_debug_printmodeline [drm]] Modeline 54:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 8.388655] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1]
[ 8.388710] [drm:intel_crt_detect [i915]] [CONNECTOR:43:VGA-1] force=1
[ 8.388757] [drm:intel_crt_detect [i915]] trigger hotplug detect cycle: adpa=0xf40000
[ 8.395861] [drm:intel_crt_detect [i915]] valleyview hotplug adpa=0xf40000, result 0
[ 8.395904] [drm:intel_crt_detect [i915]] CRT not detected via hotplug
[ 8.409443] Bluetooth: HCI UART driver ver 2.3
[ 8.409445] Bluetooth: HCI UART protocol H4 registered
[ 8.409446] Bluetooth: HCI UART protocol BCSP registered
[ 8.409446] Bluetooth: HCI UART protocol LL registered
[ 8.409447] Bluetooth: HCI UART protocol ATH3K registered
[ 8.409448] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 8.409499] Bluetooth: HCI UART protocol Intel registered
[ 8.409519] Bluetooth: HCI UART protocol Broadcom registered
[ 8.409520] Bluetooth: HCI UART protocol QCA registered
[ 8.409521] Bluetooth: HCI UART protocol AG6XX registered
[ 8.409522] Bluetooth: HCI UART protocol Marvell registered
[ 8.450475] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 8.483742] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 8.483799] [drm:intel_crt_get_edid [i915]] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 8.483843] [drm:intel_gmbus_force_bit [i915]] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 8.501491] ACPI: Battery Slot [BAT1] (battery present)
[ 8.517991] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 8.518054] [drm:intel_gmbus_force_bit [i915]] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 8.518097] [drm:intel_crt_detect_ddc [i915]] CRT not detected via DDC:0x50 [no valid EDID found]
[ 8.518104] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] disconnected
[ 8.518110] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1]
[ 8.518152] [drm:intel_dp_detect [i915]] [CONNECTOR:46:DP-1]
[ 8.518160] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] disconnected
[ 8.518164] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1]
[ 8.518206] [drm:intel_hdmi_detect [i915]] [CONNECTOR:50:HDMI-A-1]
[ 8.520285] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 8.520328] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 8.521668] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 8.522399] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 8.522412] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus dpb
[ 8.522697] thermal LNXTHERM:00: registered as thermal_zone1
[ 8.522699] ACPI: Thermal Zone [TZ01] (60 C)
[ 8.523789] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 8.523831] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 8.525911] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 8.525921] [drm:drm_dp_dual_mode_detect [drm_kms_helper]] DP dual mode HDMI ID: (err -6)
[ 8.525927] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] disconnected
[ 8.525934] [drm:drm_setup_crtcs [drm_kms_helper]] connector 53 enabled? yes
[ 8.525937] [drm:drm_setup_crtcs [drm_kms_helper]] connector 43 enabled? no
[ 8.525941] [drm:drm_setup_crtcs [drm_kms_helper]] connector 46 enabled? no
[ 8.525944] [drm:drm_setup_crtcs [drm_kms_helper]] connector 50 enabled? no
[ 8.525990] [drm:intel_fb_initial_config [i915]] looking for cmdline mode on connector eDP-1
[ 8.526032] [drm:intel_fb_initial_config [i915]] looking for preferred mode on connector eDP-1 0
[ 8.526075] [drm:intel_fb_initial_config [i915]] connector eDP-1 on [CRTC:33:pipe A]: 1366x768
[ 8.526117] [drm:intel_fb_initial_config [i915]] connector VGA-1 not enabled, skipping
[ 8.526159] [drm:intel_fb_initial_config [i915]] connector DP-1 not enabled, skipping
[ 8.526201] [drm:intel_fb_initial_config [i915]] connector HDMI-A-1 not enabled, skipping
[ 8.526207] [drm:drm_setup_crtcs [drm_kms_helper]] desired mode 1366x768 set on crtc 33 (0,0)
[ 8.526293] [drm:intel_atomic_check [i915]] [CONNECTOR:53:eDP-1] checking for sink bpp constrains
[ 8.526336] [drm:intel_atomic_check [i915]] clamping display bpp (was 30) to default limit of 24
[ 8.526380] [drm:intel_dp_compute_config [i915]] DP link computation with max lane count 1 max bw 270000 pixel clock 72300KHz
[ 8.526423] [drm:intel_dp_compute_config [i915]] clamping bpp for eDP panel to BIOS-provided 18
[ 8.526466] [drm:intel_dp_compute_config [i915]] DP link bw 0a rate select 00 lane count 1 clock 270000 bpp 18
[ 8.526507] [drm:intel_dp_compute_config [i915]] DP link bw required 130140 available 216000
[ 8.526552] [drm:intel_atomic_check [i915]] hw max bpp: 30, pipe bpp: 18, dithering: 1
[ 8.526595] [drm:intel_dump_pipe_config [i915]] [CRTC:33:pipe A][modeset]
[ 8.526638] [drm:intel_dump_pipe_config [i915]] cpu_transcoder: A, pipe bpp: 18, dithering: 1
[ 8.526681] [drm:intel_dump_pipe_config [i915]] dp m_n: lanes: 1; gmch_m: 2527068, gmch_n: 4194304, link_m: 140392, link_n: 524288, tu: 64
[ 8.526723] [drm:intel_dump_pipe_config [i915]] audio: 0, infoframes: 0
[ 8.526765] [drm:intel_dump_pipe_config [i915]] requested mode:
[ 8.526776] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 8.526818] [drm:intel_dump_pipe_config [i915]] adjusted mode:
[ 8.526828] [drm:drm_mode_debug_printmodeline [drm]] Modeline 0:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 8.526871] [drm:intel_dump_pipe_config [i915]] crtc timings: 72300 1366 1414 1446 1526 768 771 777 790, type: 0x48 flags: 0x9
[ 8.526914] [drm:intel_dump_pipe_config [i915]] port clock: 270000, pipe src size: 1366x768
[ 8.526956] [drm:intel_dump_pipe_config [i915]] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 8.526998] [drm:intel_dump_pipe_config [i915]] ips: 0, double wide: 0
[ 8.527041] [drm:intel_dump_pipe_config [i915]] dpll_hw_state: dpll: 0xf0002000, dpll_md: 0x3, fp0: 0x0, fp1: 0x0
[ 8.527102] [drm:intel_dump_pipe_config [i915]] planes on this crtc
[ 8.527146] [drm:intel_dump_pipe_config [i915]] [PLANE:25:primary A] FB:60, fb = 1366x768 format = XR24 little-endian (0x34325258)
[ 8.527188] [drm:intel_dump_pipe_config [i915]] [PLANE:27:sprite A] disabled, scaler_id = 0
[ 8.527230] [drm:intel_dump_pipe_config [i915]] [PLANE:29:sprite B] disabled, scaler_id = 0
[ 8.527272] [drm:intel_dump_pipe_config [i915]] [PLANE:31:cursor A] disabled, scaler_id = 0
[ 8.527318] [drm:intel_atomic_check [i915]] New cdclk calculated to be atomic 266667, actual 266667
[ 8.527377] [drm:intel_set_memory_cxsr [i915]] memory self-refresh is disabled
[ 8.542047] [drm:intel_edp_backlight_off.part.25 [i915]]
[ 8.593514] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 8.703553] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 8.747106] [drm:intel_panel_actually_set_backlight [i915]] set backlight PWM = 0
[ 8.747321] [drm:edp_panel_off [i915]] Turn eDP port C panel power off
[ 8.747364] [drm:edp_panel_off [i915]] Wait for panel power off time
[ 8.747410] [drm:wait_panel_status [i915]] mask b0000000 value 00000000 status e0000003 control abcd0000
[ 8.779178] [drm:wait_panel_status [i915]] Wait complete
[ 8.779234] [drm:intel_disable_pipe [i915]] disabling pipe A
[ 8.792464] [drm:intel_dp_link_down [i915]]
[ 8.849143] [drm:intel_update_cdclk [i915]] Current CD clock rate: 266667 kHz
[ 8.849188] [drm:intel_atomic_commit_tail [i915]] [ENCODER:44:CRT]
[ 8.849233] [drm:intel_atomic_commit_tail [i915]] [ENCODER:45:DP B]
[ 8.849277] [drm:intel_atomic_commit_tail [i915]] [ENCODER:49:HDMI B]
[ 8.849321] [drm:intel_atomic_commit_tail [i915]] [ENCODER:52:DP C]
[ 8.849563] [drm:intel_dp_program_link_training_pattern [i915]] Using DP training pattern TPS1
[ 8.849607] [drm:edp_panel_vdd_on [i915]] Turning eDP port C VDD on
[ 8.849649] [drm:wait_panel_power_cycle [i915]] Wait for panel power cycle
[ 8.945573] usbcore: registered new interface driver btusb
[ 8.954096] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[ 8.954098] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_config.bin
[ 9.077665] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 9.077682] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 9.078384] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc900003cd000, 00:e0:4c:68:01:d9, XID 0c900800 IRQ 91
[ 9.078386] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 9.257400] iTCO_vendor_support: vendor-support=0
[ 9.363853] [drm:wait_panel_status [i915]] mask b800000f value 00000000 status 00000000 control abcd0000
[ 9.363942] [drm:intel_print_rc6_info [i915]] Enabling RC6 states: RC6 on
[ 9.364034] [drm:wait_panel_status [i915]] Wait complete
[ 9.364120] [drm:intel_enable_gt_powersave [i915]] GPLL enabled? yes
[ 9.364212] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0x00000000 PP_CONTROL: 0xabcd0008
[ 9.364298] [drm:intel_enable_gt_powersave [i915]] GPU status: 0x0000c6d0
[ 9.364390] [drm:edp_panel_vdd_on [i915]] eDP port C panel power wasn't enabled
[ 9.368059] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x254f00)
[ 9.382015] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 9.396149] psmouse serio1: elantech: Elan sample query result 00, 6e, 64
[ 9.461103] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 9.461204] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[ 9.461526] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 9.570446] [drm:edp_panel_on [i915]] Turn eDP port C panel power on
[ 9.570489] [drm:wait_panel_power_cycle [i915]] Wait for panel power cycle
[ 9.570536] [drm:wait_panel_status [i915]] mask b800000f value 00000000 status 00000000 control abcd0008
[ 9.570579] [drm:wait_panel_status [i915]] Wait complete
[ 9.570620] [drm:edp_panel_on [i915]] Wait for panel power on
[ 9.570665] [drm:wait_panel_status [i915]] mask b000000f value 80000008 status 0000000a control abcd000b
[ 9.722466] [drm:wait_panel_status [i915]] Wait complete
[ 9.722511] [drm:edp_panel_vdd_off_sync [i915]] Turning eDP port C VDD off
[ 9.722555] [drm:edp_panel_vdd_off_sync [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0003
[ 9.722607] [drm:edp_panel_vdd_on [i915]] Turning eDP port C VDD on
[ 9.722651] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000b
[ 9.723186] [drm:intel_dp_set_signal_levels [i915]] Using vswing level 0
[ 9.723227] [drm:intel_dp_set_signal_levels [i915]] Using pre-emphasis level 0
[ 9.723269] [drm:intel_dp_program_link_training_pattern [i915]] Using DP training pattern TPS1
[ 9.723902] [drm:intel_dp_start_link_train [i915]] clock recovery OK
[ 9.723944] [drm:intel_dp_program_link_training_pattern [i915]] Using DP training pattern TPS2
[ 9.724868] [drm:intel_dp_start_link_train [i915]] Channel EQ done. DP Training successful
[ 9.725097] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 9.725139] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=63, sprite0=0, sprite1=0, SR: plane=0, cursor=0 level=0 cxsr=0
[ 9.725182] [drm:intel_enable_pipe [i915]] enabling pipe A
[ 9.725232] [drm:intel_edp_backlight_on.part.24 [i915]]
[ 9.725273] [drm:intel_panel_enable_backlight [i915]] pipe A
[ 9.725315] [drm:intel_panel_actually_set_backlight [i915]] set backlight PWM = 2450
[ 9.730469] [drm:intel_psr_enable [i915]] PSR not supported by this panel
[ 9.741984] [drm:verify_connector_state.isra.52 [i915]] [CONNECTOR:53:eDP-1]
[ 9.742042] [drm:intel_atomic_commit_tail [i915]] [CRTC:33:pipe A]
[ 9.758644] Console: switching to colour frame buffer device 170x48
[ 9.758761] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.775301] [drm:drm_fb_helper_hotplug_event [drm_kms_helper]]
[ 9.775305] [drm:drm_setup_crtcs [drm_kms_helper]]
[ 9.775310] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1]
[ 9.775365] [drm:intel_dp_detect [i915]] [CONNECTOR:53:eDP-1]
[ 9.775415] [drm:intel_dp_detect [i915]] Display Port TPS3 support: source no, sink no
[ 9.775457] [drm:intel_dp_print_rates [i915]] source rates: 162000, 270000
[ 9.775499] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000
[ 9.775541] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000
[ 9.775964] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 9.776318] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 9.776326] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] probed modes :
[ 9.776337] [drm:drm_mode_debug_printmodeline [drm]] Modeline 54:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 9.776342] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1]
[ 9.776384] [drm:intel_crt_detect [i915]] [CONNECTOR:43:VGA-1] force=1
[ 9.776433] [drm:intel_crt_detect [i915]] trigger hotplug detect cycle: adpa=0xf40000
[ 9.782453] [drm:intel_crt_detect [i915]] valleyview hotplug adpa=0xf40000, result 0
[ 9.782495] [drm:intel_crt_detect [i915]] CRT not detected via hotplug
[ 9.791093] usb 1-4.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[ 9.791119] usbcore: registered new interface driver ath9k_htc
[ 9.832084] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin
[ 9.838494] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 9.863735] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 9.863794] [drm:intel_crt_get_edid [i915]] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 9.863836] [drm:intel_gmbus_force_bit [i915]] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 9.888205] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[ 9.888209] Bluetooth: hci0: Failed to load rtl_bt/rtl8723b_config.bin
[ 9.888210] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[ 9.890429] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 9.890484] [drm:intel_gmbus_force_bit [i915]] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 9.890525] [drm:intel_crt_detect_ddc [i915]] CRT not detected via DDC:0x50 [no valid EDID found]
[ 9.890533] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] disconnected
[ 9.890540] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1]
[ 9.890581] [drm:intel_dp_detect [i915]] [CONNECTOR:46:DP-1]
[ 9.890588] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] disconnected
[ 9.890593] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1]
[ 9.890634] [drm:intel_hdmi_detect [i915]] [CONNECTOR:50:HDMI-A-1]
[ 9.892692] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 9.892733] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 9.894798] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 9.894809] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus dpb
[ 9.896865] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 9.896906] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 9.898975] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 9.899023] [drm:drm_dp_dual_mode_detect [drm_kms_helper]] DP dual mode HDMI ID: (err -6)
[ 9.899030] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] disconnected
[ 9.899066] [drm:drm_setup_crtcs [drm_kms_helper]] connector 53 enabled? yes
[ 9.899071] [drm:drm_setup_crtcs [drm_kms_helper]] connector 43 enabled? no
[ 9.899075] [drm:drm_setup_crtcs [drm_kms_helper]] connector 46 enabled? no
[ 9.899080] [drm:drm_setup_crtcs [drm_kms_helper]] connector 50 enabled? no
[ 9.899140] [drm:intel_fb_initial_config [i915]] looking for cmdline mode on connector eDP-1
[ 9.899207] [drm:intel_fb_initial_config [i915]] looking for preferred mode on connector eDP-1 0
[ 9.899262] [drm:intel_fb_initial_config [i915]] connector eDP-1 on [CRTC:33:pipe A]: 1366x768
[ 9.899315] [drm:intel_fb_initial_config [i915]] connector VGA-1 not enabled, skipping
[ 9.899369] [drm:intel_fb_initial_config [i915]] connector DP-1 not enabled, skipping
[ 9.899422] [drm:intel_fb_initial_config [i915]] connector HDMI-A-1 not enabled, skipping
[ 9.899430] [drm:drm_setup_crtcs [drm_kms_helper]] desired mode 1366x768 set on crtc 33 (0,0)
[ 9.900482] Bluetooth: hci0: rom_version status=0 version=1
[ 9.900495] Bluetooth: cfg_sz 0, total size 22496
[ 9.918865] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 9.993102] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
[ 10.088996] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 10.089001] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.089005] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 10.089008] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 10.089011] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 10.089015] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 10.089019] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 10.099746] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 10.100141] rtlwifi: rtlwifi: wireless switch is on
[ 10.407989] usb 1-4.1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[ 10.487436] [drm:intel_backlight_device_update_status [i915]] updating intel_backlight, brightness=3123/7812
[ 10.487491] [drm:intel_panel_actually_set_backlight [i915]] set backlight PWM = 3123
[ 10.505453] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 10.506185] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 10.506288] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 10.506390] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 10.506488] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 10.591812] media: Linux media interface: v0.10
[ 10.659899] ath9k_htc 1-4.1:1.0: ath9k_htc: HTC initialized with 33 credits
[ 10.660020] Linux video capture interface: v2.00
[ 10.928755] ath9k_htc 1-4.1:1.0: ath9k_htc: FW Version: 1.4
[ 10.928761] ath9k_htc 1-4.1:1.0: FW RMW support: On
[ 10.928764] ath: EEPROM regdomain: 0x809c
[ 10.928766] ath: EEPROM indicates we should expect a country code
[ 10.928768] ath: doing EEPROM country->regdmn map search
[ 10.928770] ath: country maps to regdmn code: 0x52
[ 10.928772] ath: Country alpha2 being used: CN
[ 10.928774] ath: Regpair used: 0x52
[ 10.935659] ieee80211 phy1: Atheros AR9271 Rev:1
[ 10.944734] Adding 4194300k swap on /dev/sda3. Priority:-1 extents:1 across:4194300k FS
[ 11.219916] uvcvideo: Found UVC 1.00 device USB Video Device (090c:37c0)
[ 11.224532] uvcvideo 1-3:1.0: Entity type for entity Extension 2 was not initialized!
[ 11.224539] uvcvideo 1-3:1.0: Entity type for entity Processing 3 was not initialized!
[ 11.224543] uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
[ 11.224748] input: USB Video Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input14
[ 11.224929] usbcore: registered new interface driver uvcvideo
[ 11.224931] USB Video Class driver (1.1.1)
[ 11.289590] rtl8723be 0000:01:00.0 wlp1s0: renamed from wlan0
[ 11.301313] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 11.400539] mousedev: PS/2 mouse device common for all mice
[ 11.701659] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 11.701747] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 11.889362] ath9k_htc 1-4.1:1.0 wlp0s20u4u1: renamed from wlan1
[ 11.912376] intel_rapl: Found RAPL domain package
[ 11.912379] intel_rapl: Found RAPL domain core
[ 12.660842] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[ 12.857277] [drm:edp_panel_vdd_off_sync [i915]] Turning eDP port C VDD off
[ 12.857318] [drm:edp_panel_vdd_off_sync [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
[ 14.460010] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.460014] Bluetooth: BNEP filters: protocol multicast
[ 14.460022] Bluetooth: BNEP socket layer initialized
[ 16.620953] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 16.763227] r8169 0000:02:00.0 enp2s0: link down
[ 16.763318] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 16.790138] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 17.499708] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 18.086053] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 18.091980] IPv6: ADDRCONF(NETDEV_UP): wlp0s20u4u1: link is not ready
[ 18.293060] IPv6: ADDRCONF(NETDEV_UP): wlp0s20u4u1: link is not ready
[ 18.554582] IPv6: ADDRCONF(NETDEV_UP): wlp0s20u4u1: link is not ready
[ 19.497501] IPv6: ADDRCONF(NETDEV_UP): wlp0s20u4u1: link is not ready
[ 19.596439] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 21.320919] IPv6: ADDRCONF(NETDEV_UP): wlp0s20u4u1: link is not ready
[ 22.703571] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 22.708933] [drm:i915_gem_context_destroy_ioctl [i915]] HW context 1 destroyed
[ 22.709788] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 22.815420] wlp0s20u4u1: authenticate with dc:9f:db:a6:32:ef
[ 23.106624] wlp0s20u4u1: send auth to dc:9f:db:a6:32:ef (try 1/3)
[ 23.109773] wlp0s20u4u1: authenticated
[ 23.113723] ath9k_htc 1-4.1:1.0 wlp0s20u4u1: disabling HT as WMM/QoS is not supported by the AP
[ 23.113726] ath9k_htc 1-4.1:1.0 wlp0s20u4u1: disabling VHT as WMM/QoS is not supported by the AP
[ 23.120476] wlp0s20u4u1: associate with dc:9f:db:a6:32:ef (try 1/3)
[ 23.122824] wlp0s20u4u1: RX AssocResp from dc:9f:db:a6:32:ef (capab=0x21 status=0 aid=6)
[ 23.127757] wlp0s20u4u1: associated
[ 23.127804] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20u4u1: link becomes ready
[ 23.237134] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1]
[ 23.237163] [drm:intel_dp_detect [i915]] [CONNECTOR:53:eDP-1]
[ 23.237187] [drm:intel_dp_detect [i915]] Display Port TPS3 support: source no, sink no
[ 23.237208] [drm:intel_dp_print_rates [i915]] source rates: 162000, 270000
[ 23.237229] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000
[ 23.237250] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000
[ 23.237275] [drm:edp_panel_vdd_on [i915]] Turning eDP port C VDD on
[ 23.237298] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000f
[ 23.237702] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 23.238062] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 23.238070] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] probed modes :
[ 23.238081] [drm:drm_mode_debug_printmodeline [drm]] Modeline 54:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 23.238095] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1]
[ 23.238116] [drm:intel_crt_detect [i915]] [CONNECTOR:43:VGA-1] force=1
[ 23.238140] [drm:intel_crt_detect [i915]] trigger hotplug detect cycle: adpa=0xf40000
[ 23.243972] [drm:intel_crt_detect [i915]] valleyview hotplug adpa=0xf40000, result 0
[ 23.244016] [drm:intel_crt_detect [i915]] CRT not detected via hotplug
[ 23.302261] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 23.327072] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 23.327101] [drm:intel_crt_get_edid [i915]] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 23.327122] [drm:intel_gmbus_force_bit [i915]] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 23.353742] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 23.353771] [drm:intel_gmbus_force_bit [i915]] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 23.353792] [drm:intel_crt_detect_ddc [i915]] CRT not detected via DDC:0x50 [no valid EDID found]
[ 23.353800] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] disconnected
[ 23.353823] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1]
[ 23.353844] [drm:intel_dp_detect [i915]] [CONNECTOR:46:DP-1]
[ 23.353852] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] disconnected
[ 23.353863] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1]
[ 23.353883] [drm:intel_hdmi_detect [i915]] [CONNECTOR:50:HDMI-A-1]
[ 23.356074] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 23.356101] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 23.357236] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 23.357250] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus dpb
[ 23.359452] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 23.359474] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 23.360595] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 23.360604] [drm:drm_dp_dual_mode_detect [drm_kms_helper]] DP dual mode HDMI ID: (err -6)
[ 23.360610] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] disconnected
[ 23.939751] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 26.297081] [drm:edp_panel_vdd_off_sync [i915]] Turning eDP port C VDD off
[ 26.297106] [drm:edp_panel_vdd_off_sync [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
[ 27.758410] Bluetooth: RFCOMM TTY layer initialized
[ 27.758419] Bluetooth: RFCOMM socket layer initialized
[ 27.758428] Bluetooth: RFCOMM ver 1.11
[ 27.811556] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 27.811600] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=0, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
[ 27.811637] [drm:intel_set_memory_cxsr [i915]] memory self-refresh is enabled
[ 34.349541] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 34.349580] [drm:drm_mode_setcrtc [drm]] [CRTC:33:pipe A]
[ 34.349593] [drm:drm_mode_setcrtc [drm]] [CONNECTOR:53:eDP-1]
[ 34.362238] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 34.363027] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 34.725290] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 34.851307] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 34.867133] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 34.883598] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 34.899606] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 34.917265] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 34.932758] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 34.959196] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 34.983556] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.001354] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.035714] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.075273] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.105133] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.140887] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.170319] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.206898] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.271937] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.332336] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.353710] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.370964] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.384202] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.404742] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.416647] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.437909] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.449920] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.470042] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.485855] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.500236] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.517959] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.536971] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.550872] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.568271] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.584310] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.604532] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.617300] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.634675] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.651719] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.668568] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.683690] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.702917] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.717715] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 35.734176] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 35.753378] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 36.663299] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 36.774158] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 36.803470] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 36.818628] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 36.835426] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 36.857767] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 36.887575] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 36.903894] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 36.918381] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 36.936002] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.002454] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.026882] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.036237] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.053886] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.077152] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.085579] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.108005] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.119682] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.141201] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.152886] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.175393] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 37.186759] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 37.753304] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 38.012539] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 38.273591] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 38.526092] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 38.894212] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 39.146873] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 39.373412] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 39.574515] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 40.482630] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 40.509336] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 40.531348] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 40.552849] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.024680] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.040460] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.058819] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.073283] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.089987] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.106680] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.124405] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.142453] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.159636] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.174877] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.192390] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.206603] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 41.223317] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 41.237625] [drm:drm_mode_addfb2 [drm]] [FB:56]
[ 42.065771] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 42.066246] [drm:drm_internal_framebuffer_create [drm]] could not create framebuffer
[ 42.066260] [drm:drm_internal_framebuffer_create [drm]] could not create framebuffer
[ 42.066290] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 42.066569] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 42.066599] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=63, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
[ 42.164975] [drm:drm_mode_addfb2 [drm]] [FB:59]
[ 42.453401] [drm:drm_mode_setcrtc [drm]] [CRTC:33:pipe A]
[ 42.453416] [drm:drm_mode_setcrtc [drm]] [CONNECTOR:53:eDP-1]
[ 43.201020] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 43.215470] [drm:i915_gem_context_destroy_ioctl [i915]] HW context 1 destroyed
[ 43.703771] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1]
[ 43.703800] [drm:intel_dp_detect [i915]] [CONNECTOR:53:eDP-1]
[ 43.703824] [drm:intel_dp_detect [i915]] Display Port TPS3 support: source no, sink no
[ 43.703846] [drm:intel_dp_print_rates [i915]] source rates: 162000, 270000
[ 43.703867] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000
[ 43.703888] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000
[ 43.703912] [drm:edp_panel_vdd_on [i915]] Turning eDP port C VDD on
[ 43.703936] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000f
[ 43.704337] [drm:intel_dp_read_desc [i915]] DP sink: OUI 00-1c-f8 dev-ID D2SLV5 HW-rev 0.0 SW-rev 1.5
[ 43.704693] [drm:drm_edid_to_eld [drm]] ELD: no CEA Extension found
[ 43.704701] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:53:eDP-1] probed modes :
[ 43.704711] [drm:drm_mode_debug_printmodeline [drm]] Modeline 54:"1366x768" 60 72300 1366 1414 1446 1526 768 771 777 790 0x48 0x9
[ 43.706126] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1]
[ 43.706155] [drm:intel_dp_detect [i915]] [CONNECTOR:46:DP-1]
[ 43.706164] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:46:DP-1] disconnected
[ 43.706180] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1]
[ 43.706201] [drm:intel_hdmi_detect [i915]] [CONNECTOR:50:HDMI-A-1]
[ 43.708247] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 43.708267] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 43.710299] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 43.710310] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus dpb
[ 43.712581] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 43.712601] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 43.713753] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[ 43.713762] [drm:drm_dp_dual_mode_detect [drm_kms_helper]] DP dual mode HDMI ID: (err -6)
[ 43.713769] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:50:HDMI-A-1] disconnected
[ 43.713801] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1]
[ 43.713827] [drm:intel_crt_detect [i915]] [CONNECTOR:43:VGA-1] force=1
[ 43.713855] [drm:intel_crt_detect [i915]] trigger hotplug detect cycle: adpa=0xf40000
[ 43.721106] [drm:intel_crt_detect [i915]] valleyview hotplug adpa=0xf40000, result 0
[ 43.721154] [drm:intel_crt_detect [i915]] CRT not detected via hotplug
[ 43.777745] [drm:gmbus_xfer [i915]] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 43.803723] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 43.803752] [drm:intel_crt_get_edid [i915]] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 43.803773] [drm:intel_gmbus_force_bit [i915]] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 43.830387] [drm:drm_do_probe_ddc_edid [drm]] drm: skipping non-existent adapter i915 gmbus vga
[ 43.830417] [drm:intel_gmbus_force_bit [i915]] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 43.830438] [drm:intel_crt_detect_ddc [i915]] CRT not detected via DDC:0x50 [no valid EDID found]
[ 43.830445] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:43:VGA-1] disconnected
[ 43.853591] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 43.863857] [drm:i915_gem_context_destroy_ioctl [i915]] HW context 1 destroyed
[ 43.865039] [drm:i915_gem_context_create_ioctl [i915]] HW context 1 created
[ 44.513238] fuse init (API version 7.26)
[ 45.678037] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 45.678063] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=0, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
[ 46.777099] [drm:edp_panel_vdd_off_sync [i915]] Turning eDP port C VDD off
[ 46.777124] [drm:edp_panel_vdd_off_sync [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
[ 52.620415] [drm:drm_mode_addfb2 [drm]] [FB:64]
[ 52.696301] [drm:drm_mode_addfb2 [drm]] [FB:62]
[ 52.894247] [drm:drm_mode_addfb2 [drm]] [FB:67]
[ 67.738066] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 67.738091] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=63, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
[ 73.760160] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511
[ 73.760216] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=0, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
[ 144.720805] [drm:vlv_pipe_set_fifo_size.isra.11 [i915]] Pipe A FIFO split 511 / 511 / 511

[ 144.720922] [drm:vlv_update_wm [i915]] Setting FIFO watermarks - A: plane=425, cursor=63, sprite0=0, sprite1=0, SR: plane=937, cursor=0 level=0 cxsr=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170417/4741add5/attachment-0001.html>


More information about the dri-devel mailing list