Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 21:01:47 +0200 (CEST)
From:      "Jakob Alvermark" <jakob@alvermark.net>
To:        "Jakob Alvermark" <jakob@alvermark.net>
Cc:        "Matthew Macy" <mmacy@nextbsd.org>, "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org>
Subject:   Re: 4.6 DRM/i915 update CFT (Sandy   Bridge?)/IvyBridge/Haswell/Broadwell/SkyLake/KabyLake supported
Message-ID:  <63794.193.12.143.142.1464721307.squirrel@webmail.alvermark.net>
In-Reply-To: <32749.85.229.93.153.1463943167.squirrel@webmail.alvermark.net>
References:  <154d7562f75.116fac600120763.1508477402245154899@nextbsd.org> <32749.85.229.93.153.1463943167.squirrel@webmail.alvermark.net>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Hi again,

I noticed there was a new image today, cftdisk_2016052307.img.xz
Tried booting it on the Yoga 12. 'kldload i915kms' does not panic now, but
something is not right.
After the module is loaded, the screen only updates every 5 seconds or so.
Makes it very interesting to type.

Attached it the dmesg. If you need any more let me know.

Also tested this on my Acer Aspire E3-112, Pentium N3540 (Baytrail
M/Valleyview). Looks better, console stays fine and responsive after
loading the module. The image did not have X on it so I didn't test that.

Thanks,

Jakob

On Sun, May 22, 2016 20:52, Jakob Alvermark wrote:
> Hi,
>
>
> I tested the image disk_16052200.img.xz on my ThinPad Yoga 12 (Broadwell)
>  It panics when I try 'startx' or 'kldload i915kms'
>
>
> Attached core.txt.0
>
>
> Thanks for working on this!
>
>
> Jakob
>
>
> On Sun, May 22, 2016 09:20, Matthew Macy wrote:
>
>>
>
>> I'm happy to announce a call for testers for the 4.6 update of drm and
>> i915. The driver has been successfully tested on IvyBridge, Haswell,
>> Broadwell and Skylake. At least basic HW 3D acceleration should work,
>> VGA and DP out are known to work. Video decode has only been tried
>> once and that did not work.
>>
>> At this point I'm most interested in taking an inventory of what is
>> broken where. My priorities are common sense:
>>
>> a) stability b) fixing 2D artifacts c) fixing 3D problems d) video
> decode d)
>> output support e) other features
>>
>> At this time "prime" (needed for switching between GPUs, compute
>> APIs, and DRI3) is not yet supported. All the pieces are in place but
>> support existing functionality is a higher priority. Userptr (mapping
>> user memory in to the driver) requires VM changes. Support is planned,
>> but likely post-11.
>>
>>
>> A few caveats are in order:
>> - The only reported test on Sandy Bridge indicated severe artifacts.
>> - Arrandale (pre-Sandy Bridge) and earlier are not yet supported by
>> this update. The intel_i810 code has been heavily localized for FreeBSD
>> making it more difficult to integrate. Thus there are holes in the gmch
>> support. - This update is 64-bit only. There is no good reason to be
>> running in 32-bit mode on any of the hardware supported by this driver. -
>> Although it works fine for me on my Skylake the one other tester
>> I have reports from indicates that the driver isn't actually
>> attaching and creating aliases for the drm device nodes.
>>
>>
>> Please send issue/success reports to the freebsd-x11 mailing list.
>> I may be preoccupied with work matters for periods of time. Sending
>> it to the list makes sure that the messages don't get lost.
>>
>>
>> If you encounter problems with startx, please try loading the i915
>> kmod in isolation and make sure that it switches correctly to vt_fb. If
>> you're not running efifb you'll notice a change in resolution. If it
>> works but is slow or has artifacts you may try switching to UXA by
>> removing /etc/X11/xorg.conf.d/20-intel.conf (if you're using
>> the USB image). If you've built from source, try configuring SNA
>> instead. SNA is much better behaved for me.
>>
>>
>>
>> The usual rules apply for kernel debugging. There should be copious
>> information on that in the handbook and elsewhere. If that proves to be
>> problematic for people I will send out a follow up mail.
>>
>> A couple observations:
>>
>>
>>
>> - The FreeBSD PTB insist that a debugger be in tree but that it
>> pre-date GPL2, consequently kernels are, by default compiled with DWARF2
>> which is very poor at retain debug information in the presence of any
>> optimization. If this is a problem, either recompile everything with -O0
>> (add CFLAGS += -O0 in drm2 and
>> i915kms Makefiles, and pass COPTFLAGS=-O0 to buildkernel) or install a
>> newer kgdb from ports.
>>
>>
>> - The purpose of encrypted swap is that the data on disk be
>> unrecoverable. This is somewhat at cross purposes with savecore. So don't
>> do that.
>>
>>
>>
>> Now that this is out I will be switching gears to bringing up amdgpu
>> and radeon support. I have no hardware that uses the radeon driver so I
>> will have to rely on Jean for testing and support there.
>>
>>
>> Those of you wishing to try your hand at testing from source can
>> fetch our repo from github at:
>>
>>
>> https://github.com/iotamudelta/freebsd-base-graphics
>>
>>
>>
>> Make sure to check out the drm-next-4.6 branch.
>>
>>
>>
>>
>> If you'd rather just try it on a usb pen driver you can also
>> obtain a prebuilt memstick image with this branch installed along with
>> xorg and some commonly used ports at:
>>
>> http://www.bsddesktop.com/images/disk_YYMMDDHH.img.xz
>>
>>
>>
>> There is no root password and the user/pw is joeuser/joeuser.
>>
>>
>>
>>
>> If you're curious about what's on it, the script used to
>> create the image is here:
>>
>> http://www.bsddesktop.com/images/usbcreate.sh
>>
>>
>>
>>
>> If you'd like to help out with collecting data on what
>> laptops are supported please run Warren Block's notebookstats script:
>>
>> http://www.bsddesktop.com/images/notebookstats
>>
>>
>>
>> It's also installed under /usr/local/bin on the image.
>>
>>
>>
>> If I've missed anything please let me know and I will follow up.
>>
>>
>>
>> -M
>>
>>
>>
>>
>> _______________________________________________
>> freebsd-x11@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"
>>
>>
> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"

[-- Attachment #2 --]
Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.0-ALPHA1 #3 4b06fec(drm-next-4.6): Tue May 31 08:49:16 UTC 2016
    mmacy@bedlam:/usr/home/mmacy/devel/build/usr/home/mmacy/devel/freebsd-base-graphics/sys/GENERIC amd64
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
WARNING: WITNESS option enabled, expect reduced performance.
can't re-use a leaf (ixl_rx_miss_bufs)!
VT(efifb): resolution 1920x1080
CPU: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (2394.51-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x306d4  Family=0x6  Model=0x3d  Stepping=4
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x21c27ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,RDSEED,ADX,SMAP,PROCTRACE>
  XSAVE Features=0x1<XSAVEOPT>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 8589934592 (8192 MB)
avail memory = 8161529856 (7783 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <LENOVO TP-JE   >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 hardware threads
ioapic0 <Version 2.0> irqs 0-39 on motherboard
random: entropy device external interface
kbd1 at kbdmux0
netmap: loaded module
module_register_init: MOD_LOAD (vesa, 0xffffffff80f2db10, 0) error 19
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
cryptosoft0: <software crypto> on motherboard
acpi0: <LENOVO TP-JE> on motherboard
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 550
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
Event timer "HPET3" frequency 14318180 Hz quality 440
Event timer "HPET4" frequency 14318180 Hz quality 440
atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x27> port 0x62,0x66 on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: _OSC returned error 0x4
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x3000-0x303f mem 0xf0000000-0xf0ffffff,0xe0000000-0xefffffff at device 2.0 on pci0
vgapci0: Boot video device
hdac0: <Intel Broadwell HDA Controller> mem 0xf1210000-0xf1213fff at device 3.0 on pci0
xhci0: <Broadwell Integrated PCH-LP chipset USB 3.0 controller> mem 0xf1200000-0xf120ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Port routing mask set to 0xffffffff
usbus0 on xhci0
pci0: <simple comms> at device 22.0 (no driver attached)
hdac1: <Intel Broadwell HDA Controller> mem 0xf1214000-0xf1217fff at device 27.0 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 28.2 on pci0
pci2: <ACPI PCI bus> on pcib2
pci2: <network> at device 0.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> at device 28.3 on pci0
pci3: <ACPI PCI bus> on pcib3
pci3: <unknown> at device 0.0 (no driver attached)
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf121d000-0xf121d3ff at device 29.0 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci0
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <AHCI SATA controller> port 0x3088-0x308f,0x3094-0x3097,0x3080-0x3087,0x3090-0x3093,0x3060-0x307f mem 0xf121c000-0xf121c7ff at device 31.2 on pci0
ahci0: AHCI v1.30 with 4 6Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
acpi_button0: <Power Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
acpi_acad0: <AC Adapter> on acpi0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
battery0: <ACPI Control Method Battery> on acpi0
ppc0: cannot reserve I/O port range
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
est2: <Enhanced SpeedStep Frequency Control> on cpu2
est3: <Enhanced SpeedStep Frequency Control> on cpu3
usbus0: 5.0Gbps Super Speed USB v3.0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
hdacc0: <Intel Broadwell HDA CODEC> at cad 0 on hdac0
hdaa0: <Intel Broadwell Audio Function Group> at nid 1 on hdacc0
pcm0: <Intel Broadwell (HDMI/DP 8ch)> at nid 3 on hdaa0
hdacc1: <Conexant (0x510f) HDA CODEC> at cad 0 on hdac1
hdaa1: <Conexant (0x510f) Audio Function Group> at nid 1 on hdacc1
pcm1: <Conexant (0x510f) (Analog)> at nid 23 and 26 on hdaa1
pcm2: <Conexant (0x510f) (Left Analog)> at nid 22 and 25 on hdaa1
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <0x8086> at usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
uhub0: 15 ports with 15 removable, self powered
uhub1: 3 ports with 3 removable, self powered
ugen0.2: <LGE> at usbus0
ugen1.2: <vendor 0x8087> at usbus1
uhub2: <vendor 0x8087 product 0x8001, class 9/0, rev 2.00/0.03, addr 2> on usbus1
ugen0.3: <vendor 0x8087> at usbus0
uhub2: 8 ports with 8 removable, self powered
ugen0.4: <SYNAPTICS> at usbus0
hid_get_item: Number of items(256) truncated to 255
ugen1.3: <STMicroelectronics> at usbus1
ugen0.5: <Chicony Electronics Co.,Ltd.> at usbus0
ugen0.6: <Tablet> at usbus0
ugen0.7: <SanDisk> at usbus0
umass0: <SanDisk Ultra Fit, class 0/0, rev 3.00/1.00, addr 6> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0xc100
umass0:1:0: Attached to scbus1
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <SAMSUNG MZ7LN256HCHP-000L7 EMT03L6Q> ACS-2 ATA SATA 3.x device
ada0: Serial Number S20HNXAGA20767
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 244198MB (500118192 512 byte sectors)
ada0: quirks=0x3<4K,NCQ_TRIM_BROKEN>
da0 at umass-sim0 bus 0 scbus1 target 0 lun 0
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!
da0: <SanDisk Ultra Fit 1.00> Removable Direct Access SPC-4 SCSI device
da0: Serial Number 4C530001030121104040
da0: 400.000MB/s transfers
da0: 118464MB (242614272 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
Timecounter "TSC-low" frequency 1197253438 Hz quality 1000
WARNING: WITNESS option enabled, expect reduced performance.
Trying to mount root from zfs:zrootusb []...
GEOM: ada0p6: invalid disklabel.
GEOM: da0: the secondary GPT header is not in the last LBA.
GEOM: gpt/OpenBSD%20Area: invalid disklabel.
random: unblocking device.
ubt0: <vendor 0x8087 product 0x0a2a, class 224/1, rev 2.01/0.01, addr 2> on usbus0
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
uhid0: <SYNAPTICS Synaptics Touch Digitizer V04, class 0/0, rev 2.00/0.05, addr 3> on usbus0
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
uhid1: <STMicroelectronics STSENSORHUB, class 0/0, rev 2.00/0.35, addr 3> on usbus1
ums0: <Tablet ISD-V4, class 0/0, rev 2.00/1.35, addr 5> on usbus0
ums0: 2 buttons and [XY] coordinates ID=1
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
[drm] Initialized drm 1.1.0 20060810
[drm:drm_pci_init] 
drmn0: <drmn> on vgapci0
[drm:drm_get_pci_dev] 
can't re-use a leaf (debug)!
can't re-use a leaf (vblank_offdelay)!
can't re-use a leaf (timestamp_precision)!
can't re-use a leaf (name)!
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm:drm_minor_register] 
[drm:drm_minor_register] new minor registered 64
[drm:drm_minor_register] 
[drm:drm_minor_register] new minor registered 128
[drm:drm_minor_register] 
[drm:drm_minor_register] new minor registered 0
[drm:i915_dump_device_info] i915 device info: gen=8, pciid=0x1616 rev=0x00 flags=is_mobile,need_gfx_hws,has_fbc,has_hotplug,has_llc,has_ddi,has_fpga_dbg,[drm:intel_detect_pch] Found LynxPoint LP PCH
[drm:__intel_uncore_early_sanitize] unclaimed mmio detected on uncore init, clearing
WARN_ON(domain->wake_count == 0)
[drm:i915_gem_init_stolen] Memory reserved for graphics device: 32768K, usable: 31744K
[drm] Memory usable by graphics device = 4096M
[drm:i915_gem_gtt_init] GMADR size = 256M
[drm:i915_gem_gtt_init] GTT stolen size = 32M
[drm:i915_gem_gtt_init] ppgtt mode: 3
[drm:intel_opregion_setup] graphic opregion physical addr: 0xccd64018
[drm:intel_opregion_setup] Public ACPI methods supported
[drm:intel_opregion_setup] SWSCI supported
[drm:swsci_setup] SWSCI GBDA callbacks 00000483, SBCB callbacks 00700483
[drm:intel_opregion_setup] ASLE supported
[drm:intel_opregion_setup] ASLE extension supported
[drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion (Mailbox #4)
[drm:intel_device_info_runtime_init] slice total: 1
[drm:intel_device_info_runtime_init] subslice total: 3
[drm:intel_device_info_runtime_init] subslice per slice: 3
[drm:intel_device_info_runtime_init] EU total: 24
[drm:intel_device_info_runtime_init] EU per subslice: 8
[drm:intel_device_info_runtime_init] has slice power gating: n
[drm:intel_device_info_runtime_init] has subslice power gating: n
[drm:intel_device_info_runtime_init] has EU power gating: n
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm:init_vbt_defaults] Set default to SSC at 120000 kHz
[drm:intel_bios_init] VBT signature "$VBT HASWELL        ", BDB version 189
[drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 120000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[drm:parse_general_definitions] crt_ddc_bus_pin: 2
[drm:parse_lfp_panel_data] DRRS supported mode is seamless
[drm:parse_lfp_panel_data] Found panel mode in BIOS VBT tables:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[drm:parse_lfp_panel_data] VBT initial LVDS value 300
[drm:parse_lfp_backlight] VBT backlight PWM modulation frequency 220 Hz, active high, min brightness 3, level 255
[drm:parse_sdvo_panel_data] Found SDVO panel mode in BIOS VBT tables:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[drm:parse_sdvo_device_mapping] No SDVO device info is found in VBT
[drm:parse_driver_features] DRRS State Enabled:1
[drm:parse_ddi_port] Port A VBT info: DP:1 HDMI:0 DVI:0 EDP:1 CRT:0
[drm:parse_ddi_port] VBT HDMI level shift for port A: 0
[drm:parse_ddi_port] Port B VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[drm:parse_ddi_port] VBT HDMI level shift for port B: 6
[drm:parse_ddi_port] Port C VBT info: DP:0 HDMI:1 DVI:1 EDP:0 CRT:0
[drm:parse_ddi_port] VBT HDMI level shift for port C: 7
[drm:parse_ddi_port] Port D VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[drm:parse_ddi_port] VBT HDMI level shift for port D: 6
[drm:intel_power_well_enable] enabling always-on
[drm:intel_power_well_enable] enabling display
[drm:drm_irq_install] irq=255
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bf10
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0x29/frame 0xfffffe0233d0bf40
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bf60
drm_mode_config_init() at drm_mode_config_init+0x1ad/frame 0xfffffe0233d0bf90
intel_modeset_init() at intel_modeset_init+0x27/frame 0xfffffe0233d0c0a0
[drm:intel_print_wm_latency] Primary WM0 latency 20 (2.0 usec)
[drm:intel_print_wm_latency] Primary WM1 latency 50 (25.0 usec)
[drm:intel_print_wm_latency] Primary WM2 latency 90 (45.0 usec)
[drm:intel_print_wm_latency] Primary WM3 latency 130 (65.0 usec)
[drm:intel_print_wm_latency] Primary WM4 latency 160 (80.0 usec)
[drm:intel_print_wm_latency] Sprite WM0 latency 20 (2.0 usec)
[drm:intel_print_wm_latency] Sprite WM1 latency 50 (25.0 usec)
[drm:intel_print_wm_latency] Sprite WM2 latency 90 (45.0 usec)
[drm:intel_print_wm_latency] Sprite WM3 latency 130 (65.0 usec)
[drm:intel_print_wm_latency] Sprite WM4 latency 160 (80.0 usec)
[drm:intel_print_wm_latency] Cursor WM0 latency 20 (2.0 usec)
[drm:intel_print_wm_latency] Cursor WM1 latency 50 (25.0 usec)
[drm:intel_print_wm_latency] Cursor WM2 latency 90 (45.0 usec)
[drm:intel_print_wm_latency] Cursor WM3 latency 130 (65.0 usec)
[drm:intel_print_wm_latency] Cursor WM4 latency 160 (80.0 usec)
[drm:intel_modeset_init] 3 display pipes available.
[drm:intel_update_cdclk] Current CD clock rate: 675000 kHz
[drm:intel_update_max_cdclk] Max CD clock rate: 540000 kHz
[drm:intel_update_max_cdclk] Max dotclock rate: 540000 kHz
[drm:intel_dp_init_connector] Adding eDP connector on port A
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bdb0
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe0233d0bde0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0be00
drm_connector_init() at drm_connector_init+0x22/frame 0xfffffe0233d0be80
intel_dp_init_connector() at intel_dp_init_connector+0x22d/frame 0xfffffe0233d0bf40
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
[drm:drm_sysfs_connector_add] adding "eDP-1" to sysfs
[drm:drm_sysfs_hotplug_event] generating hotplug event
[drm:intel_dp_init_panel_power_sequencer] cur t1_t3 0 t8 0 t9 0 t10 500 t11_t12 6000
[drm:intel_dp_init_panel_power_sequencer] vbt t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 5000
[drm:intel_dp_init_panel_power_sequencer] panel power up delay 200, power down delay 50, power cycle delay 600
[drm:intel_dp_init_panel_power_sequencer] backlight on delay 1, off delay 200
[drm:intel_dp_aux_init] registering DPDDC-A bus for card0-eDP-1
[drm:edp_panel_vdd_on] Turning eDP port A VDD on
[drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000f
[drm:intel_dp_get_dpcd] DPCD: fffff80072472106h
[drm:intel_dp_get_dpcd] Detected EDP PSR Panel.
[drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[drm:intel_dp_print_rates] sink rates: 162000, 270000
[drm:intel_dp_print_rates] common rates: 162000, 270000
[drm:intel_dp_init_panel_power_sequencer_registers] panel power sequencer register settings: PP_ON 0x7d00001, PP_OFF 0x1f40001, PP_DIV 0x4af06
[drm:drm_add_display_info] eDP-1: Assigning EDID-1.4 digital sink color depth as 6 bpc.
[drm:drm_edid_to_eld] ELD: no CEA Extension found
[drm:intel_dp_drrs_init] Downclock mode is not found. DRRS not supported
[drm:intel_panel_setup_backlight] Connector eDP-1 backlight initialized, enabled, brightness 852/852
[drm:intel_dp_init_connector] Adding DP connector on port B
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bdb0
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0x29/frame 0xfffffe0233d0bde0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0be00
drm_connector_init() at drm_connector_init+0x22/frame 0xfffffe0233d0be80
intel_dp_init_connector() at intel_dp_init_connector+0x22d/frame 0xfffffe0233d0bf40
[drm] Connector DP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-1
[drm]   - kern.vt.fb.default_mode
[drm:drm_sysfs_connector_add] adding "DP-1" to sysfs
[drm:drm_sysfs_hotplug_event] generating hotplug event
[drm:intel_dp_aux_init] registering DPDDC-B bus for card0-DP-1
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bd40
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe0233d0bd70
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bd90
drm_encoder_init() at drm_encoder_init+0x2e/frame 0xfffffe0233d0be30
intel_dp_mst_encoder_init() at intel_dp_mst_encoder_init+0x7e/frame 0xfffffe0233d0be80
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bd40
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0x8d/frame 0xfffffe0233d0bd70
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bd90
drm_encoder_init() at drm_encoder_init+0x2e/frame 0xfffffe0233d0be30
intel_dp_mst_encoder_init() at intel_dp_mst_encoder_init+0x20f/frame 0xfffffe0233d0be80
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0be80
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe0233d0beb0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bed0
drm_connector_init() at drm_connector_init+0x22/frame 0xfffffe0233d0bf50
intel_hdmi_init_connector() at intel_hdmi_init_connector+0x4c/frame 0xfffffe0233d0bf90
[drm] Connector HDMI-A-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-1
[drm]   - kern.vt.fb.default_mode
[drm:drm_sysfs_connector_add] adding "HDMI-A-1" to sysfs
[drm:drm_sysfs_hotplug_event] generating hotplug event
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0be80
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0x8d/frame 0xfffffe0233d0beb0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bed0
drm_connector_init() at drm_connector_init+0x22/frame 0xfffffe0233d0bf50
intel_hdmi_init_connector() at intel_hdmi_init_connector+0x4c/frame 0xfffffe0233d0bf90
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
[drm:drm_sysfs_connector_add] adding "HDMI-A-2" to sysfs
[drm:drm_sysfs_hotplug_event] generating hotplug event
modeset_lock() at modeset_lock+0x144/frame 0xfffffe0233d0bf40
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe0233d0bf70
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe0233d0bf90
intel_modeset_init() at intel_modeset_init+0x117c/frame 0xfffffe0233d0c0a0
i915_driver_load() at i915_driver_load+0x1635/frame 0xfffffe0233d0c260
[drm:intel_modeset_readout_hw_state] [CRTC:26] hw state readout: enabled
[drm:intel_modeset_readout_hw_state] [CRTC:30] hw state readout: disabled
[drm:intel_modeset_readout_hw_state] [CRTC:34] hw state readout: disabled
[drm:intel_modeset_readout_hw_state] WRPLL 1 hw state readout: crtc_mask 0x00000000, on 0
[drm:intel_modeset_readout_hw_state] WRPLL 2 hw state readout: crtc_mask 0x00000000, on 0
[drm:intel_modeset_readout_hw_state] SPLL hw state readout: crtc_mask 0x00000001, on 1
[drm:intel_modeset_readout_hw_state] [ENCODER:36:TMDS-36] hw state readout: enabled, pipe A
[drm:intel_modeset_readout_hw_state] [ENCODER:44:TMDS-44] hw state readout: disabled, pipe A
[drm:intel_modeset_readout_hw_state] [ENCODER:46:DP MST-46] hw state readout: disabled, pipe A
[drm:intel_modeset_readout_hw_state] [ENCODER:47:DP MST-47] hw state readout: disabled, pipe B
[drm:intel_modeset_readout_hw_state] [ENCODER:48:DP MST-48] hw state readout: disabled, pipe C
[drm:intel_modeset_readout_hw_state] [ENCODER:51:TMDS-51] hw state readout: disabled, pipe A
[drm:intel_modeset_readout_hw_state] [CONNECTOR:37:eDP-1] hw state readout: enabled
[drm:intel_modeset_readout_hw_state] [CONNECTOR:45:DP-1] hw state readout: disabled
[drm:intel_modeset_readout_hw_state] [CONNECTOR:49:HDMI-A-1] hw state readout: disabled
[drm:intel_modeset_readout_hw_state] [CONNECTOR:52:HDMI-A-2] hw state readout: disabled
[drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state 0xfffff8007246f000
[drm:drm_calc_timestamping_constants] crtc 26: hwmode: htotal 2106, vtotal 1095, vdisplay 1080
[drm:drm_calc_timestamping_constants] crtc 26: clock 138805 kHz framedur 16613738 linedur 15172
[drm:drm_vblank_on] crtc 0, vblank enabled 0, inmodeset 1
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,936)@ 26.323558 -> 26.323558 [e 0 us, 0 rep]
[drm:intel_dump_pipe_config] [CRTC:26][setup_hw_state] config 0xfffff8007246f000 for pipe A
[drm:intel_dump_pipe_config] cpu_transcoder: D
[drm:intel_dump_pipe_config] pipe bpp: 18, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 4851624, gmch_n: 8388608, link_m: 269534, link_n: 524288, tu: 64
[drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 138805 1920 1968 2000 2106 1080 1083 1088 1095 0x40 0x9
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 138805 1920 1968 2000 2106 1080 1083 1088 1095 0x40 0x9
[drm:intel_dump_crtc_timings] crtc timings: 138805 1920 1968 2000 2106 1080 1083 1088 1095, type: 0x40 flags: 0x9
[drm:intel_dump_pipe_config] port clock: 270000
[drm:intel_dump_pipe_config] pipe src size: 1920x1080
[drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:intel_dump_pipe_config] ddi_pll_sel: 1610612736; dpll_hw_state: wrpll: 0x0 spll: 0x94000000
[drm:intel_dump_pipe_config] planes on this crtc
[drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] [CRTC:30][setup_hw_state] config 0xfffff8007246e000 for pipe B
[drm:intel_dump_pipe_config] cpu_transcoder: B
[drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[drm:intel_dump_pipe_config] port clock: 0
[drm:intel_dump_pipe_config] pipe src size: 0x0
[drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:intel_dump_pipe_config] ddi_pll_sel: 0; dpll_hw_state: wrpll: 0x0 spll: 0x0
[drm:intel_dump_pipe_config] planes on this crtc
[drm:intel_dump_pipe_config] STANDARD PLANE:28 plane: 1.0 idx: 3 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] CURSOR PLANE:29 plane: 1.2 idx: 4 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] STANDARD PLANE:31 plane: 1.1 idx: 5 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] [CRTC:34][setup_hw_state] config 0xfffff8007246d000 for pipe C
[drm:intel_dump_pipe_config] cpu_transcoder: C
[drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[drm:intel_dump_pipe_config] port clock: 0
[drm:intel_dump_pipe_config] pipe src size: 0x0
[drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 0
[drm:intel_dump_pipe_config] double wide: 0
[drm:intel_dump_pipe_config] ddi_pll_sel: 0; dpll_hw_state: wrpll: 0x0 spll: 0x0
[drm:intel_dump_pipe_config] planes on this crtc
[drm:intel_dump_pipe_config] STANDARD PLANE:32 plane: 2.0 idx: 6 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] CURSOR PLANE:33 plane: 2.3 idx: 7 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] STANDARD PLANE:35 plane: 2.1 idx: 8 disabled, scaler_id = 0
[drm:intel_power_well_disable] disabling display
[drm:hsw_set_power_well] Requesting to disable the power well
[drm:ironlake_get_initial_plane_config] pipe A with fb: size=1920x1080@32, offset=0, pitch 7680, size 0x7e9000
[drm:i915_gem_object_create_stolen_for_preallocated] creating preallocated stolen object: stolen_offset=0, gtt_offset=0, size=7e9000
[drm:i915_pages_create_for_stolen] offset=0x0, size=8294400
[drm:intel_alloc_initial_plane_obj] initial plane fb obj 0xfffff80072479b40
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (1)
[drm:drm_atomic_state_init] Allocated atomic state 0xfffff8000b606a00
[drm:drm_property_reference_blob] 0xfffff8000b9e9c00: blob ID: 53 (1)
[drm:drm_atomic_get_crtc_state] Added [CRTC:26:crtc-0] 0xfffff80072475c00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-1] 0xfffff80072475800 state to 0xfffff8000b606a00
[drm:drm_atomic_get_crtc_state] Added [CRTC:34:crtc-2] 0xfffff80072475400 state to 0xfffff8000b606a00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (2)
[drm:drm_atomic_get_plane_state] Added [PLANE:23:plane-0] 0xfffff8000bdef900 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:25:plane-1] 0xfffff8000bdefa00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:27:plane-2] 0xfffff8000bdefb00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-3] 0xfffff8000bdefc00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-4] 0xfffff8000bdefd00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-5] 0xfffff8000bdefe00 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-6] 0xfffff8000ba0c900 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:33:plane-7] 0xfffff8000b9e9700 state to 0xfffff8000b606a00
[drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-8] 0xfffff8000b9e3c00 state to 0xfffff8000b606a00
drm_atomic_helper_duplicate_state() at drm_atomic_helper_duplicate_state+0x131/frame 0xfffffe0233d0bf90
intel_modeset_init() at intel_modeset_init+0x171f/frame 0xfffffe0233d0c0a0
i915_driver_load() at i915_driver_load+0x1635/frame 0xfffffe0233d0c260
drm_dev_register() at drm_dev_register+0x65/frame 0xfffffe0233d0c290
drm_get_pci_dev() at drm_get_pci_dev+0x1d9/frame 0xfffffe0233d0c310
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:37] 0xfffff80072122180 state to 0xfffff8000b606a00
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:45] 0xfffff80072122160 state to 0xfffff8000b606a00
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:49] 0xfffff80072122140 state to 0xfffff8000b606a00
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:52] 0xfffff80072122120 state to 0xfffff8000b606a00
drm_atomic_helper_check_modeset() at drm_atomic_helper_check_modeset+0x239/frame 0xfffffe0233d0bc80
intel_atomic_check() at intel_atomic_check+0x3a/frame 0xfffffe0233d0bf90
intel_modeset_init() at intel_modeset_init+0x173a/frame 0xfffffe0233d0c0a0
i915_driver_load() at i915_driver_load+0x1635/frame 0xfffffe0233d0c260
drm_dev_register() at drm_dev_register+0x65/frame 0xfffffe0233d0c290
[drm:update_connector_routing] Updating routing for [CONNECTOR:37:eDP-1]
[drm:update_connector_routing] [CONNECTOR:37:eDP-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:26:crtc-0]
[drm:update_connector_routing] Updating routing for [CONNECTOR:45:DP-1]
[drm:update_connector_routing] Disabling [CONNECTOR:45:DP-1]
[drm:update_connector_routing] Updating routing for [CONNECTOR:49:HDMI-A-1]
[drm:update_connector_routing] Disabling [CONNECTOR:49:HDMI-A-1]
[drm:update_connector_routing] Updating routing for [CONNECTOR:52:HDMI-A-2]
[drm:update_connector_routing] Disabling [CONNECTOR:52:HDMI-A-2]
[drm:intel_plane_atomic_calc_changes] [CRTC:26] has [PLANE:23] with fb 54
[drm:intel_plane_atomic_calc_changes] [PLANE:23] visible 1 -> 1, off 0, on 0, ms 0
[drm:drm_atomic_state_default_clear] Clearing atomic state 0xfffff8000b606a00
[drm:drm_property_unreference_blob] 0xfffff8000b9e9c00: blob ID: 53 (2)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_state_free] Freeing atomic state 0xfffff8000b606a00
[drm:i915_gem_setup_global_gtt] reserving preallocated space: 0 + 7e9000
[drm:i915_gem_setup_global_gtt] clearing unused GTT space: [7e9000, fffff000]
[drm:i915_gem_context_init] LR context support initialized
[drm:intel_init_pipe_control] render ring pipe control offset: 0x007e9000
[drm:gen8_init_common_ring] Execlists enabled for render ring
[drm:gen8_init_common_ring] Execlists enabled for blitter ring
[drm:gen8_init_common_ring] Execlists enabled for bsd ring
[drm:gen8_init_common_ring] Execlists enabled for video enhancement ring
[drm:intel_update_cdclk] Current CD clock rate: 675000 kHz
[drm:intel_fbdev_init_bios] found possible fb from plane A
[drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping
[drm:intel_fbdev_init_bios] pipe C not active or no fb, skipping
[drm:intel_fbdev_init_bios] checking plane A for BIOS fb
[drm:intel_fbdev_init_bios] pipe A area: 1920x1080, bpp: 32, size: 8294400
[drm:intel_fbdev_init_bios] fb big enough for plane A (8294400 >= 8294400)
[drm:intel_fbdev_init_bios] pipe B not active, skipping
[drm:intel_fbdev_init_bios] pipe C not active, skipping
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (2)
[drm:intel_fbdev_init_bios] using BIOS fb for initial console
drm_fb_helper_single_add_all_connectors() at drm_fb_helper_single_add_all_connectors+0xd2/frame 0xfffffe0233d0c040
intel_fbdev_init() at intel_fbdev_init+0x4cb/frame 0xfffffe0233d0c0a0
i915_driver_load() at i915_driver_load+0x1676/frame 0xfffffe0233d0c260
drm_dev_register() at drm_dev_register+0x65/frame 0xfffffe0233d0c290
drm_get_pci_dev() at drm_get_pci_dev+0x1d9/frame 0xfffffe0233d0c310
drm_kms_helper_poll_enable_locked() at drm_kms_helper_poll_enable_locked+0xea/frame 0xfffffe0233d0c070
drm_kms_helper_poll_init() at drm_kms_helper_poll_init+0xa5/frame 0xfffffe0233d0c0a0
i915_driver_load() at i915_driver_load+0x18a3/frame 0xfffffe0233d0c260
drm_dev_register() at drm_dev_register+0x65/frame 0xfffffe0233d0c290
drm_get_pci_dev() at drm_get_pci_dev+0x1d9/frame 0xfffffe0233d0c310
[drm:drm_helper_probe_single_connector_modes] <6>[drm] Initialized i915 1.6.0 20160229 for drmn on minor 0
[CONNECTOR:37:eDP-1]
[drm:intel_dp_detect] [CONNECTOR:37:eDP-1]
[drm:intel_dp_probe_oui] Sink OUI: 001cf8
[drm:intel_dp_probe_oui] Branch OUI: 000000
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1] status updated from unknown to connected
[drm:drm_property_unreference_blob] 0xfffff80072016000: blob ID: 39 (1)
[drm:drm_add_display_info] eDP-1: Assigning EDID-1.4 digital sink color depth as 6 bpc.
[drm:drm_edid_to_eld] ELD: no CEA Extension found
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1] probed modes :
[drm:drm_mode_debug_printmodeline] Modeline 38:"1920x1080" 60 138460 1920 1968 2000 2106 1080 1083 1088 1095 0x48 0x9
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1]
[drm:intel_dp_detect] [CONNECTOR:45:DP-1]
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1] status updated from unknown to disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1] status updated from unknown to disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2] status updated from unknown to disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2] disconnected
[drm:drm_setup_crtcs] 
[drm:drm_enable_connectors] connector 37 enabled? yes
[drm:drm_enable_connectors] connector 45 enabled? no
[drm:drm_enable_connectors] connector 49 enabled? no
[drm:drm_enable_connectors] connector 52 enabled? no
[drm:intel_fb_initial_config] looking for cmdline mode on connector eDP-1
[drm:intel_fb_initial_config] looking for preferred mode on connector eDP-1 0
[drm:intel_fb_initial_config] connector eDP-1 on pipe A [CRTC:26]: 1920x1080
[drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping
[drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 26 (0,0)
[drm:intelfb_create] re-using BIOS fb
[drm:intelfb_create] allocated 1920x1080 fb: 0x00000000, bo 0xfffff80072479b40
output_poll_execute() at output_poll_execute+0xe4/frame 0xfffffe02295d4920
linux_work_fn() at VT: Replacing driver "efifb" with new "fb".
linux_work_fn+0xa4/frame 0xfffffe02295d49e0
taskqueue_run_locked() at taskqueue_run_locked+0x13c/frame 0xfffffe02295d4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0x88/frame 0xfffffe02295d4a70
fork_exit() at fork_exit+0x84/frame 0xfffffe02295d4ab0
start FB_INFO:
type=11 height=1080 width=1920 depth=32
cmsize=16 size=8294400
pbase=0xe0000000 vbase=0xffffffff82610000
name=drmn0 flags=0x0 stride=7680 bpp=32
cmap[0]=0 cmap[1]=7f0000 cmap[2]=7f00 cmap[3]=c4a000
end FB_INFO
drmn0: fb0: inteldrmfb frame buffer device
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe02295d4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
[drm:drm_sysfs_hotplug_event] generating hotplug event
[drm:drm_fb_helper_hotplug_event] 
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1]
[drm:intel_dp_detect] [CONNECTOR:37:eDP-1]
[drm:intel_dp_probe_oui] Sink OUI: 001cf8
[drm:intel_dp_probe_oui] Branch OUI: 000000
[drm:drm_property_unreference_blob] 0xfffff80072015300: blob ID: 55 (1)
[drm:drm_add_display_info] eDP-1: Assigning EDID-1.4 digital sink color depth as 6 bpc.
[drm:drm_edid_to_eld] ELD: no CEA Extension found
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1] probed modes :
[drm:drm_mode_debug_printmodeline] Modeline 38:"1920x1080" 60 138460 1920 1968 2000 2106 1080 1083 1088 1095 0x48 0x9
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1]
[drm:intel_dp_detect] [CONNECTOR:45:DP-1]
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2] disconnected
modeset_lock() at modeset_lock+0x144/frame 0xfffffe02295d4820
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0x8d/frame 0xfffffe02295d4850
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe02295d4870
drm_fb_helper_hotplug_event() at drm_fb_helper_hotplug_event+0x13a/frame 0xfffffe02295d48b0
output_poll_execute() at output_poll_execute+0x1f3/frame 0xfffffe02295d4920
[drm:drm_setup_crtcs] 
[drm:drm_enable_connectors] connector 37 enabled? yes
[drm:drm_enable_connectors] connector 45 enabled? no
[drm:drm_enable_connectors] connector 49 enabled? no
[drm:drm_enable_connectors] connector 52 enabled? no
[drm:intel_fb_initial_config] looking for cmdline mode on connector eDP-1
[drm:intel_fb_initial_config] looking for preferred mode on connector eDP-1 0
[drm:intel_fb_initial_config] connector eDP-1 on pipe A [CRTC:26]: 1920x1080
[drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping
[drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 26 (0,0)
modeset_lock() at modeset_lock+0x144/frame 0xfffffe02295d47b0
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe02295d47e0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe02295d4800
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x34/frame 0xfffffe02295d4870
drm_fb_helper_hotplug_event() at drm_fb_helper_hotplug_event+0x185/frame 0xfffffe02295d48b0
[drm:drm_atomic_state_init] Allocated atomic state 0xfffff8000b605a00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_get_plane_state] Added [PLANE:23:plane-0] 0xfffff8000bdefe00 state to 0xfffff8000b605a00
[drm:drm_property_reference_blob] 0xfffff8000b9e9c00: blob ID: 53 (1)
[drm:drm_atomic_get_crtc_state] Added [CRTC:26:crtc-0] 0xfffff80072475c00 state to 0xfffff8000b605a00
[drm:drm_atomic_get_plane_state] Added [PLANE:25:plane-1] 0xfffff8000bdefd00 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefd00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefd00
[drm:drm_atomic_get_plane_state] Added [PLANE:27:plane-2] 0xfffff8000bdefc00 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefc00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefc00
[drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-3] 0xfffff8000bdefb00 state to 0xfffff8000b605a00
[drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-4] 0xfffff8000bdefa00 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefa00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefa00
[drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-5] 0xfffff8000bdef900 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdef900 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdef900
[drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-6] 0xfffff8000b9e3b00 state to 0xfffff8000b605a00
[drm:drm_atomic_get_plane_state] Added [PLANE:33:plane-7] 0xfffff8000b9e3800 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3800 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000b9e3800
[drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-8] 0xfffff8000b9e3700 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3700 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000b9e3700
[drm:drm_property_unreference_blob] 0xfffff8000b9e9c00: blob ID: 53 (2)
[drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state 0xfffff80072475c00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefe00 to [CRTC:26:crtc-0]
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_set_fb_for_plane] Set [FB:54] for plane state 0xfffff8000bdefe00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:crtc-0] to 0xfffff8000b605a00
drm_atomic_add_affected_connectors() at drm_atomic_add_affected_connectors+0xce/frame 0xfffffe02295d47c0
__drm_atomic_helper_set_config() at __drm_atomic_helper_set_config+0x210/frame 0xfffffe02295d4800
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x153/frame 0xfffffe02295d4870
drm_fb_helper_hotplug_event() at drm_fb_helper_hotplug_event+0x185/frame 0xfffffe02295d48b0
output_poll_execute() at output_poll_execute+0x1f3/frame 0xfffffe02295d4920
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:37] 0xfffff8000be8bf20 state to 0xfffff8000b605a00
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000be8bf20 to [NOCRTC]
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000be8bf20 to [CRTC:26:crtc-0]
[drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-1] 0xfffff80072475000 state to 0xfffff8000b605a00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff80072475000
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefb00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefb00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-1] to 0xfffff8000b605a00
[drm:drm_atomic_get_crtc_state] Added [CRTC:34:crtc-2] 0xfffff80072474c00 state to 0xfffff8000b605a00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff80072474c00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3b00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000b9e3b00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:34:crtc-2] to 0xfffff8000b605a00
[drm:drm_atomic_check_only] checking 0xfffff8000b605a00
[drm:drm_atomic_helper_check_modeset] [CRTC:26:crtc-0] mode changed
[drm:update_connector_routing] Updating routing for [CONNECTOR:37:eDP-1]
[drm:update_connector_routing] [CONNECTOR:37:eDP-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:26:crtc-0]
[drm:drm_atomic_helper_check_modeset] [CRTC:26:crtc-0] needs all connectors, enable: y, active: y
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:crtc-0] to 0xfffff8000b605a00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:crtc-0] to 0xfffff8000b605a00
[drm:connected_sink_compute_bpp] [CONNECTOR:37:eDP-1] checking for sink bpp constrains
[drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 18
[drm:intel_dp_compute_config] DP link computation with max lane count 2 max bw 270000 pixel clock 138460KHz
[drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 2 clock 270000 bpp 18
[drm:intel_dp_compute_config] DP link bw required 249228 available 432000
[drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 18, dithering: 1
[drm:intel_dump_pipe_config] [CRTC:26][modeset] config 0xfffff80072475c00 for pipe A
[drm:intel_dump_pipe_config] cpu_transcoder: D
[drm:intel_dump_pipe_config] pipe bpp: 18, dithering: 1
[drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 4839527, gmch_n: 8388608, link_m: 268862, link_n: 524288, tu: 64
[drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[drm:intel_dump_pipe_config] requested mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 138460 1920 1968 2000 2106 1080 1083 1088 1095 0x48 0x9
[drm:intel_dump_pipe_config] adjusted mode:
[drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 138460 1920 1968 2000 2106 1080 1083 1088 1095 0x48 0x9
[drm:intel_dump_crtc_timings] crtc timings: 138460 1920 1968 2000 2106 1080 1083 1088 1095, type: 0x48 flags: 0x9
[drm:intel_dump_pipe_config] port clock: 270000
[drm:intel_dump_pipe_config] pipe src size: 1920x1080
[drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[drm:intel_dump_pipe_config] ips: 1
[drm:intel_dump_pipe_config] double wide: 0
[drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[drm:intel_dump_pipe_config] planes on this crtc
[drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 enabled[drm:intel_dump_pipe_config] 	FB:54, fb = 1920x1080 format = 0x34325258[drm:intel_dump_pipe_config] 	scaler:0 src (0, 0) 1920x1080 dst (0, 0) 1920x1080
[drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
intel_atomic_check() at intel_atomic_check+0xeae/frame 0xfffffe02295d4780
drm_atomic_check_only() at drm_atomic_check_only+0x252/frame 0xfffffe02295d47e0
drm_atomic_commit() at drm_atomic_commit+0x12/frame 0xfffffe02295d4800
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x16c/frame 0xfffffe02295d4870
drm_fb_helper_hotplug_event() at drm_fb_helper_hotplug_event+0x185/frame 0xfffffe02295d48b0
[drm:intel_modeset_checks] New cdclk calculated to be atomic 337500, actual 337500
[drm:intel_plane_atomic_calc_changes] [CRTC:26] has [PLANE:23] with fb 54
[drm:intel_plane_atomic_calc_changes] [PLANE:23] visible 1 -> 1, off 1, on 1, ms 1
[drm:drm_atomic_commit] commiting 0xfffff8000b605a00
[drm:intel_power_well_enable] enabling display
[drm:hsw_set_power_well] Enabling power well
[drm:intel_edp_backlight_off] 
ugen0.4: <SYNAPTICS> at usbus0 (disconnected)
uhid0: at uhub0, port 5, addr 3 (disconnected)
[drm:intel_panel_actually_set_backlight] set backlight PWM = 0
[drm:lpt_disable_backlight] cpu backlight was enabled, disabling
[drm:drm_vblank_off] crtc 0, vblank enabled 0, inmodeset 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,212)@ 26.919559 -> 26.919559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=1, diff=67, hw=4603 hw_last=4536
[drm:intel_disable_pipe] disabling pipe A
[drm:edp_panel_off] Turn eDP port A panel power off
[drm:wait_panel_off] Wait for panel power off time
[drm:wait_panel_status] mask b0000000 value 00000000 status 80000008 control abcd0000
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000012, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - long
[drm:intel_hpd_irq_storm_detect] Received HPD interrupt on PIN 4 - cnt: 0
[drm:intel_dp_hpd_pulse] ignoring long hpd on eDP port A
[drm:wait_panel_status] Wait complete
[drm:intel_disable_shared_dpll] disable SPLL (active 1, on? 1) for crtc 26
[drm:intel_disable_shared_dpll] disabling SPLL
[drm:drm_calc_timestamping_constants] crtc 26: hwmode: htotal 2106, vtotal 1095, vdisplay 1080
[drm:drm_calc_timestamping_constants] crtc 26: clock 138460 kHz framedur 16655135 linedur 15210
[drm:intel_update_cdclk] Current CD clock rate: 337500 kHz
[drm:edp_panel_on] Turn eDP port A panel power on
[drm:wait_panel_power_cycle] Wait for panel power cycle
[drm:wait_panel_status] mask b800000f value 00000000 status 00000000 control abcd0000
[drm:wait_panel_status] Wait complete
[drm:wait_panel_on] Wait for panel power on
[drm:wait_panel_status] mask b000000f value 80000008 status 0000000a control abcd0003
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000012, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - long
[drm:intel_hpd_irq_storm_detect] Received HPD interrupt on PIN 4 - cnt: 1
[drm:intel_dp_hpd_pulse] ignoring long hpd on eDP port A
[drm:wait_panel_status] Wait complete
[drm:edp_panel_vdd_on] Turning eDP port A VDD on
[drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000b
[drm:intel_dp_set_signal_levels] Using signal levels 00000000
[drm:intel_dp_set_signal_levels] Using vswing level 0
[drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[drm:intel_dp_set_signal_levels] Using signal levels 00000000
[drm:intel_dp_set_signal_levels] Using vswing level 0
[drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[drm:intel_dp_link_training_clock_recovery] clock recovery OK
[drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[drm:intel_enable_pipe] enabling pipe A
[drm:drm_vblank_on] crtc 0, vblank enabled 0, inmodeset 1
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-15)@ 27.752559 -> 27.752559 [e 0 us, 0 rep]
[drm:intel_edp_backlight_on] 
[drm:intel_panel_enable_backlight] pipe A
[drm:intel_panel_actually_set_backlight] set backlight PWM = 852
[drm:intel_edp_drrs_enable] Panel doesn't support DRRS
[drm:intel_fbc_alloc_cfb] reserved 16588800 bytes of contiguous stolen space for FBC, threshold: 1
[drm:intel_fbc_enable] Enabling FBC on pipe A
[drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,8)@ 27.752559 -> 27.752559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=69, diff=0, hw=4604 hw_last=4604
[drm:vblank_disable_fn] disabling vblank on crtc 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,12)@ 27.752559 -> 27.752559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=69, diff=0, hw=4604 hw_last=4604
[drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,17)@ 27.752559 -> 27.752559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=69, diff=0, hw=4604 hw_last=4604
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-15)@ 27.769559 -> 27.769559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=69, diff=1, hw=4605 hw_last=4604
[drm:vblank_disable_fn] disabling vblank on crtc 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-10)@ 27.769559 -> 27.769559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=70, diff=0, hw=4605 hw_last=4605
[drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-5)@ 27.769559 -> 27.769559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=70, diff=0, hw=4605 hw_last=4605
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-12)@ 27.785559 -> 27.785559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=70, diff=1, hw=4606 hw_last=4605
[drm:vblank_disable_fn] disabling vblank on crtc 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x7 p(0,-7)@ 27.785559 -> 27.785559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=71, diff=0, hw=4606 hw_last=4606
[drm:intel_power_well_disable] disabling display
[drm:hsw_set_power_well] Requesting to disable the power well
[drm:intel_connector_check_state] [CONNECTOR:37:eDP-1]
[drm:check_encoder_state] [ENCODER:36:TMDS-36]
[drm:check_encoder_state] [ENCODER:44:TMDS-44]
[drm:check_encoder_state] [ENCODER:46:DP MST-46]
[drm:check_encoder_state] [ENCODER:47:DP MST-47]
[drm:check_encoder_state] [ENCODER:48:DP MST-48]
[drm:check_encoder_state] [ENCODER:51:TMDS-51]
[drm:drm_property_unreference_blob] 0xfffff8000b9e9c00: blob ID: 53 (1)
[drm:check_crtc_state] [CRTC:26]
[drm:check_shared_dpll_state] WRPLL 1
[drm:check_shared_dpll_state] WRPLL 2
[drm:check_shared_dpll_state] SPLL
[drm:drm_atomic_state_default_clear] Clearing atomic state 0xfffff8000b605a00
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_atomic_state_free] Freeing atomic state 0xfffff8000b605a00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_sysfs_hotplug_event] generating hotplug event
[drm:drm_fb_helper_hotplug_event] 
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1]
[drm:intel_dp_detect] [CONNECTOR:37:eDP-1]
[drm:intel_dp_probe_oui] Sink OUI: 001cf8
[drm:intel_dp_probe_oui] Branch OUI: 000000
[drm:drm_property_unreference_blob] 0xfffff8000bf6f900: blob ID: 56 (1)
[drm:drm_add_display_info] eDP-1: Assigning EDID-1.4 digital sink color depth as 6 bpc.
[drm:drm_edid_to_eld] ELD: no CEA Extension found
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:eDP-1] probed modes :
[drm:drm_mode_debug_printmodeline] Modeline 38:"1920x1080" 60 138460 1920 1968 2000 2106 1080 1083 1088 1095 0x48 0x9
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1]
[drm:intel_dp_detect] [CONNECTOR:45:DP-1]
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:DP-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] [CONNECTOR:49:HDMI-A-1]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-1] disconnected
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] [CONNECTOR:52:HDMI-A-2]
[drm:intel_hdmi_detect] HDMI live status down
[drm:drm_helper_probe_single_connector_modes] [CONNECTOR:52:HDMI-A-2] disconnected
[drm:drm_setup_crtcs] 
[drm:drm_enable_connectors] connector 37 enabled? yes
[drm:drm_enable_connectors] connector 45 enabled? no
[drm:drm_enable_connectors] connector 49 enabled? no
[drm:drm_enable_connectors] connector 52 enabled? no
[drm:intel_fb_initial_config] looking for cmdline mode on connector eDP-1
[drm:intel_fb_initial_config] looking for preferred mode on connector eDP-1 0
[drm:intel_fb_initial_config] connector eDP-1 on pipe A [CRTC:26]: 1920x1080
[drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping
[drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 26 (0,0)
modeset_lock() at modeset_lock+0x144/frame 0xfffffe02295d47b0
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe02295d47e0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe02295d4800
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x34/frame 0xfffffe02295d4870
drm_fb_helper_hotplug_event() at drm_fb_helper_hotplug_event+0x185/frame 0xfffffe02295d48b0
[drm:drm_atomic_state_init] Allocated atomic state 0xfffff8000b24fa00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_get_plane_state] Added [PLANE:23:plane-0] 0xfffff8000bf6f900 state to 0xfffff8000b24fa00
[drm:drm_property_reference_blob] 0xfffff8000b9e3500: blob ID: 55 (1)
[drm:drm_atomic_get_crtc_state] Added [CRTC:26:crtc-0] 0xfffff8000b1a3800 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:25:plane-1] 0xfffff80072015200 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80072015200 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80072015200
[drm:drm_atomic_get_plane_state] Added [PLANE:27:plane-2] 0xfffff80072015100 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80072015100 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80072015100
[drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-3] 0xfffff80072015000 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-4] 0xfffff8000bf71e00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf71e00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bf71e00
[drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-5] 0xfffff8000bf71d00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf71d00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bf71d00
[drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-6] 0xfffff8000bf71c00 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:33:plane-7] 0xfffff8000bf71b00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf71b00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bf71b00
[drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-8] 0xfffff8000bf71a00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf71a00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bf71a00
[drm:drm_property_unreference_blob] 0xfffff8000b9e3500: blob ID: 55 (2)
[drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state 0xfffff8000b1a3800
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf6f900 to [CRTC:26:crtc-0]
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_set_fb_for_plane] Set [FB:54] for plane state 0xfffff8000bf6f900
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:crtc-0] to 0xfffff8000b24fa00
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:37] 0xfffff8000b05faa0 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000b05faa0 to [NOCRTC]
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000b05faa0 to [CRTC:26:crtc-0]
[drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-1] 0xfffff8000b1a5000 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff8000b1a5000
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80072015000 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80072015000
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-1] to 0xfffff8000b24fa00
[drm:drm_atomic_get_crtc_state] Added [CRTC:34:crtc-2] 0xfffff8000b5ea800 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff8000b5ea800
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bf71c00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bf71c00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:34:crtc-2] to 0xfffff8000b24fa00
[drm:drm_atomic_check_only] checking 0xfffff8000b24fa00
[drm:update_connector_routing] Updating routing for [CONNECTOR:37:eDP-1]
[drm:update_connector_routing] [CONNECTOR:37:eDP-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:26:crtc-0]
[drm:intel_plane_atomic_calc_changes] [CRTC:26] has [PLANE:23] with fb 54
[drm:intel_plane_atomic_calc_changes] [PLANE:23] visible 1 -> 1, off 0, on 0, ms 0
[drm:drm_atomic_commit] commiting 0xfffff8000b24fa00
[drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,232)@ 27.956559 -> 27.956559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=71, diff=10, hw=4616 hw_last=4606
[drm:vblank_disable_fn] disabling vblank on crtc 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,237)@ 27.956559 -> 27.956559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=81, diff=0, hw=4616 hw_last=4616
[drm:drm_atomic_state_default_clear] Clearing atomic state 0xfffff8000b24fa00
[drm:drm_property_unreference_blob] 0xfffff8000b9e3500: blob ID: 55 (1)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_atomic_state_free] Freeing atomic state 0xfffff8000b24fa00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
modeset_lock() at modeset_lock+0x144/frame 0xfffffe02295d4870
drm_modeset_lock_all_ctx() at drm_modeset_lock_all_ctx+0xff/frame 0xfffffe02295d48a0
drm_modeset_lock_all() at drm_modeset_lock_all+0xb3/frame 0xfffffe02295d48c0
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x34/frame 0xfffffe02295d4930
vt_restore_fbdev_mode() at vt_restore_fbdev_mode+0x31/frame 0xfffffe02295d49e0
[drm:drm_atomic_state_init] Allocated atomic state 0xfffff8000b24fa00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_get_plane_state] Added [PLANE:23:plane-0] 0xfffff8000b9e3700 state to 0xfffff8000b24fa00
[drm:drm_property_reference_blob] 0xfffff8000bf71900: blob ID: 56 (1)
[drm:drm_atomic_get_crtc_state] Added [CRTC:26:crtc-0] 0xfffff80072474c00 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:25:plane-1] 0xfffff8000b9e3800 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3800 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000b9e3800
[drm:drm_atomic_get_plane_state] Added [PLANE:27:plane-2] 0xfffff8000b9e3b00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3b00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000b9e3b00
[drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-3] 0xfffff8000bdef900 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-4] 0xfffff8000bdefa00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefa00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefa00
[drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-5] 0xfffff8000bdefb00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefb00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefb00
[drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-6] 0xfffff8000bdefc00 state to 0xfffff8000b24fa00
[drm:drm_atomic_get_plane_state] Added [PLANE:33:plane-7] 0xfffff8000bdefd00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefd00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefd00
[drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-8] 0xfffff8000bdefe00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefe00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefe00
[drm:drm_property_unreference_blob] 0xfffff8000bf71900: blob ID: 56 (2)
[drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state 0xfffff80072474c00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000b9e3700 to [CRTC:26:crtc-0]
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_atomic_set_fb_for_plane] Set [FB:54] for plane state 0xfffff8000b9e3700
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:crtc-0] to 0xfffff8000b24fa00
[drm:drm_atomic_get_connector_state] Added [CONNECTOR:37] 0xfffff8000be8bf20 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000be8bf20 to [NOCRTC]
[drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff8000be8bf20 to [CRTC:26:crtc-0]
[drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-1] 0xfffff80072475000 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff80072475000
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdef900 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdef900
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-1] to 0xfffff8000b24fa00
[drm:drm_atomic_get_crtc_state] Added [CRTC:34:crtc-2] 0xfffff80072475c00 state to 0xfffff8000b24fa00
[drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff80072475c00
[drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff8000bdefc00 to [NOCRTC]
[drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff8000bdefc00
[drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:34:crtc-2] to 0xfffff8000b24fa00
drm_atomic_add_affected_connectors() at drm_atomic_add_affected_connectors+0xce/frame 0xfffffe02295d4880
__drm_atomic_helper_set_config() at __drm_atomic_helper_set_config+0x210/frame 0xfffffe02295d48c0
drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x153/frame 0xfffffe02295d4930
vt_restore_fbdev_mode() at vt_restore_fbdev_mode+0x31/frame 0xfffffe02295d49e0
taskqueue_run_locked() at taskqueue_run_locked+0x13c/frame 0xfffffe02295d4a40
[drm:drm_atomic_check_only] checking 0xfffff8000b24fa00
[drm:update_connector_routing] Updating routing for [CONNECTOR:37:eDP-1]
[drm:update_connector_routing] [CONNECTOR:37:eDP-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:26:crtc-0]
[drm:intel_plane_atomic_calc_changes] [CRTC:26] has [PLANE:23] with fb 54
[drm:intel_plane_atomic_calc_changes] [PLANE:23] visible 1 -> 1, off 0, on 0, ms 0
[drm:drm_atomic_commit] commiting 0xfffff8000b24fa00
[drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,1065)@ 27.968559 -> 27.968559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=81, diff=0, hw=4616 hw_last=4616
[drm:vblank_disable_fn] disabling vblank on crtc 0
[drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 0 : v 0x5 p(0,1070)@ 27.968559 -> 27.968559 [e 0 us, 0 rep]
[drm:drm_update_vblank_count] updating vblank count on crtc 0: current=81, diff=0, hw=4616 hw_last=4616
[drm:drm_atomic_state_default_clear] Clearing atomic state 0xfffff8000b24fa00
[drm:drm_property_unreference_blob] 0xfffff8000bf71900: blob ID: 56 (1)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:drm_atomic_state_free] Freeing atomic state 0xfffff8000b24fa00
[drm:drm_framebuffer_reference] 0xfffff8000b9e9600: FB ID: 54 (3)
[drm:drm_framebuffer_unreference] 0xfffff8000b9e9600: FB ID: 54 (4)
[drm:intel_print_rc6_info] Enabling RC6 states: RC6 on
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000011, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - short
[drm:intel_dp_hpd_pulse] got hpd irq on port A - short
[drm:intel_dp_get_dpcd] DPCD: fffff80072472106h
[drm:intel_dp_get_dpcd] Detected EDP PSR Panel.
[drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[drm:intel_dp_print_rates] sink rates: 162000, 270000
[drm:intel_dp_print_rates] common rates: 162000, 270000
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000011, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - short
[drm:intel_dp_hpd_pulse] got hpd irq on port A - short
[drm:intel_dp_get_dpcd] DPCD: fffff80072472106h
[drm:intel_dp_get_dpcd] Detected EDP PSR Panel.
[drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[drm:intel_dp_print_rates] sink rates: 162000, 270000
[drm:intel_dp_print_rates] common rates: 162000, 270000
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000011, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - short
[drm:intel_dp_hpd_pulse] got hpd irq on port A - short
[drm:intel_dp_get_dpcd] DPCD: fffff80072472106h
[drm:intel_dp_get_dpcd] Detected EDP PSR Panel.
[drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[drm:intel_dp_print_rates] sink rates: 162000, 270000
[drm:intel_dp_print_rates] common rates: 162000, 270000
[drm:intel_get_hpd_pins] hotplug event received, stat 0x00000008, dig 0x00000011, pins 0x00000010
[drm:intel_hpd_irq_handler] digital hpd port A - short
[drm:intel_dp_hpd_pulse] got hpd irq on port A - short
[drm:intel_dp_get_dpcd] DPCD: fffff80072472106h
[drm:intel_dp_get_dpcd] Detected EDP PSR Panel.
[drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[drm:intel_dp_print_rates] sink rates: 162000, 270000
[drm:intel_dp_print_rates] common rates: 162000, 270000
ugen0.4: <SYNAPTICS> at usbus0
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
ums1: <SYNAPTICS Synaptics Touch Digitizer V04, class 0/0, rev 2.00/0.05, addr 7> on usbus0
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
ums1: 2 buttons and [XY] coordinates ID=2
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
hid_get_item: Number of items(256) truncated to 255
[drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
[drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?63794.193.12.143.142.1464721307.squirrel>