* Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
[not found] ` <20160430155154.597829ca@kant>
@ 2016-05-05 17:45 ` Stefan Richter
2016-05-05 18:50 ` Zanoni, Paulo R
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Stefan Richter @ 2016-05-05 17:45 UTC (permalink / raw)
To: Paulo Zanoni
Cc: Daniel Vetter, Dave Airlie, intel-gfx, dri-devel, linux-kernel
On Apr 30 Stefan Richter wrote:
> On Apr 29 Stefan Richter wrote:
> > On Apr 26 Stefan Richter wrote:
> > > v4.6-rc solidly hangs after a short while after boot, login to X11, and
> > > doing nothing much remarkable on the just brought up X desktop.
> > >
> > > Hardware: x86-64, E3-1245 v3 (Haswell),
> > > mainboard Supermicro X10SAE,
> > > using integrated Intel graphics (HD P4600, i915 driver),
> > > C226 PCH's AHCI and USB 2/3, ASMedia ASM1062 AHCI,
> > > Intel LAN (i217, igb driver),
> > > several IEEE 1394 controllers, some of them behind
> > > PCIe bridges (IDT, PLX) or PCIe-to-PCI bridges (TI, Tundra)
> > > and one PCI-to-CardBus bridge (Ricoh)
> > >
> > > kernel.org kernel, Gentoo Linux userland
> > >
> > > 1. known good: v4.5-rc5 (gcc 4.9.3)
> > > known bad: v4.6-rc2 (gcc 4.9.3), only tried one time
> > >
> > > 2. known good: v4.5.2 (gcc 5.2.0)
> > > known bad: v4.6-rc5 (gcc 5.2.0), only tried one time
> > >
> > > I will send my linux-4.6-rc5/.config in a follow-up message.
>
> .config: http://www.spinics.net/lists/kernel/msg2243444.html
> lspci: http://www.spinics.net/lists/kernel/msg2243447.html
>
> Some userland package versions, in case these have any bearing:
> x11-base/xorg-drivers-1.17
> x11-base/xorg-server-1.17.4
> x11-bas/xorg-x11-7.4-r2
Furthermore, there is a single display hooked up via DisplayPort.
> > After it proved impossible to capture an oops through netconsole, I
> > started git bisect. This will apparently take almost a week, as git
> > estimated 13 bisection steps and I will be allowing about 12 hours of
> > uptime as a sign for a good kernel. (In my four or five tests of bad
> > kernels before I started bisection, they hung after 3 minutes...5.5 hours
> > uptime, with no discernible difference in workload. Maybe 12 h cutoff is
> > even too short...)
I took at least 18 hours uptime (usually 24 hours) as a sign for good
kernels. During the bisection, bad kernels hung after 3 h, 2 h, 9 min,
45 min, and 4 min uptime. Thus I arrived at a98ee79317b4 "drm/i915/fbc:
enable FBC by default on HSW and BDW" as the point where the hangs are
introduced.
Quoting the changelog of the commit:
Oh, and in case you - the person reading this commit message - found
this commit through git bisect, please do the following:
- Check your dmesg and see if there are error messages mentioning
underruns around the time your problem started happening.
Well, I always had the followings lines in dmesg:
[drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
[drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
I always got these when I switch on the DisplayPort attached monitor.
Recently I changed userland from kdm to sddm and noticed that I
apparently get these when sddm shuts down. I am not aware of whether
or not this also already happened with kdm.
However, "around the time your problem started happening" there is
nothing in dmesg, because "your problem" is a complete hang without
possibility of disk IO and without netconsole output.
- Download intel-gpu-tools, compile it, and run:
$ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*' 2>&1 | tee fbc.txt
Then send us the fbc.txt file, especially if you get a failure.
This will really maximize your chances of getting the bug fixed
quickly.
Do you need this while FBC is enabled, or can I run it while FBC is
disabled?
- Try to find a reliable way to reproduce the problem, and tell us.
The reliable way is to just wait for the kernel to hang after about
3 minutes to 5.5 hours. I have not identified any special activity
which would trigger the hang.
- Boot with drm.debug=0xe, reproduce the problem, then send us the
dmesg file.
I can try this, but I am skeptical about getting any useful kernel
messages from before the hang.
PS:
I am mentioning the following just in case that it has any relationship
with the FBC related kernel freezes. Maybe it doesn't... There is
another recent regression on this PC, but I have not yet figured out
whether it was introduced by any particular kernel version. The
regression is: When switching from X11 to text console by [Ctrl][Alt][Fx]
or by shutting down sddm, I often only get a blank screen. I suspect
that this regression was introduced when I replaced kdm by sddm, but
I am not sure about that.
--
Stefan Richter
-======----- -=-= --=-=
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 17:45 ` Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter
@ 2016-05-05 18:50 ` Zanoni, Paulo R
2016-05-05 19:59 ` Daniel Vetter
` (2 more replies)
2016-05-05 19:54 ` Stefan Richter
2016-05-05 20:45 ` Stefan Richter
2 siblings, 3 replies; 13+ messages in thread
From: Zanoni, Paulo R @ 2016-05-05 18:50 UTC (permalink / raw)
To: stefanr@s5r6.in-berlin.de
Cc: airlied@redhat.com, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Vetter, Daniel
Em Qui, 2016-05-05 às 19:45 +0200, Stefan Richter escreveu:
> On Apr 30 Stefan Richter wrote:
> >
> > On Apr 29 Stefan Richter wrote:
> > >
> > > On Apr 26 Stefan Richter wrote:
> > > >
> > > > v4.6-rc solidly hangs after a short while after boot, login to
> > > > X11, and
> > > > doing nothing much remarkable on the just brought up X desktop.
> > > >
> > > > Hardware: x86-64, E3-1245 v3 (Haswell),
> > > > mainboard Supermicro X10SAE,
> > > > using integrated Intel graphics (HD P4600, i915
> > > > driver),
> > > > C226 PCH's AHCI and USB 2/3, ASMedia ASM1062 AHCI,
> > > > Intel LAN (i217, igb driver),
> > > > several IEEE 1394 controllers, some of them behind
> > > > PCIe bridges (IDT, PLX) or PCIe-to-PCI bridges (TI,
> > > > Tundra)
> > > > and one PCI-to-CardBus bridge (Ricoh)
> > > >
> > > > kernel.org kernel, Gentoo Linux userland
> > > >
> > > > 1. known good: v4.5-rc5 (gcc 4.9.3)
> > > > known bad: v4.6-rc2 (gcc 4.9.3), only tried one time
> > > >
> > > > 2. known good: v4.5.2 (gcc 5.2.0)
> > > > known bad: v4.6-rc5 (gcc 5.2.0), only tried one time
> > > >
> > > > I will send my linux-4.6-rc5/.config in a follow-up message.
> > .config: http://www.spinics.net/lists/kernel/msg2243444.html
> > lspci: http://www.spinics.net/lists/kernel/msg2243447.html
> >
> > Some userland package versions, in case these have any bearing:
> > x11-base/xorg-drivers-1.17
> > x11-base/xorg-server-1.17.4
> > x11-bas/xorg-x11-7.4-r2
> Furthermore, there is a single display hooked up via DisplayPort.
>
> >
> > >
> > > After it proved impossible to capture an oops through netconsole,
> > > I
> > > started git bisect. This will apparently take almost a week, as
> > > git
> > > estimated 13 bisection steps and I will be allowing about 12
> > > hours of
> > > uptime as a sign for a good kernel. (In my four or five tests of
> > > bad
> > > kernels before I started bisection, they hung after 3
> > > minutes...5.5 hours
> > > uptime, with no discernible difference in workload. Maybe 12 h
> > > cutoff is
> > > even too short...)
> I took at least 18 hours uptime (usually 24 hours) as a sign for good
> kernels. During the bisection, bad kernels hung after 3 h, 2 h, 9
> min,
> 45 min, and 4 min uptime. Thus I arrived at a98ee79317b4
> "drm/i915/fbc:
> enable FBC by default on HSW and BDW" as the point where the hangs
> are
> introduced.
>
> Quoting the changelog of the commit:
Thanks for following the instructions on the commit message! :)
>
> Oh, and in case you - the person reading this commit message -
> found
> this commit through git bisect, please do the following:
> - Check your dmesg and see if there are error messages
> mentioning
> underruns around the time your problem started happening.
>
> Well, I always had the followings lines in dmesg:
> [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo
> underrun on pipe A
> [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO
> underrun
Oh, well... I had a patch that would just disable FBC in case we saw a
FIFO underrun, but it was rejected. Maybe this is the time to think
about it again? Otherwise, I can't think of much besides disabling FBC
on HSW until all the underruns and watermarks regressions are fixed
forever.
>
> I always got these when I switch on the DisplayPort attached monitor.
> Recently I changed userland from kdm to sddm and noticed that I
> apparently get these when sddm shuts down. I am not aware of whether
> or not this also already happened with kdm.
>
> However, "around the time your problem started happening" there is
> nothing in dmesg, because "your problem" is a complete hang without
> possibility of disk IO and without netconsole output.
>
> - Download intel-gpu-tools, compile it, and run:
> $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*'
> 2>&1 | tee fbc.txt
> Then send us the fbc.txt file, especially if you get a
> failure.
> This will really maximize your chances of getting the bug
> fixed
> quickly.
>
> Do you need this while FBC is enabled, or can I run it while FBC is
> disabled?
FBC enabled. Considering your description, my hope is that maybe some
specific subtest will be able to hang your machine, so testing this
again will require only running the specific subtest instead of waiting
18 hours.
>
> - Try to find a reliable way to reproduce the problem, and tell
> us.
>
> The reliable way is to just wait for the kernel to hang after about
> 3 minutes to 5.5 hours. I have not identified any special activity
> which would trigger the hang.
>
> - Boot with drm.debug=0xe, reproduce the problem, then send us
> the
> dmesg file.
>
> I can try this, but I am skeptical about getting any useful kernel
> messages from before the hang.
Agree.
>
> PS:
> I am mentioning the following just in case that it has any
> relationship
> with the FBC related kernel freezes. Maybe it doesn't... There is
> another recent regression on this PC, but I have not yet figured out
> whether it was introduced by any particular kernel version. The
> regression is: When switching from X11 to text console by
> [Ctrl][Alt][Fx]
> or by shutting down sddm, I often only get a blank screen. I suspect
> that this regression was introduced when I replaced kdm by sddm, but
> I am not sure about that.
Maybe there is some relationship, since this operation involves a mode
change. You can also try checking dmesg to see if there are underruns
right when you do the change.
If you don't want to keep carrying a manual revert, you can just boot
with i915.enable_fbc=0 for now (or write a /etc/modprobe.d file). Also,
it would be good to know in case you still somehow see the machine
hangs even with FBC disabled.
Thanks,
Paulo
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 17:45 ` Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter
2016-05-05 18:50 ` Zanoni, Paulo R
@ 2016-05-05 19:54 ` Stefan Richter
2016-05-05 20:45 ` Stefan Richter
2 siblings, 0 replies; 13+ messages in thread
From: Stefan Richter @ 2016-05-05 19:54 UTC (permalink / raw)
To: Paulo Zanoni
Cc: Daniel Vetter, intel-gfx, linux-kernel, dri-devel, Dave Airlie
On May 05 Stefan Richter wrote:
> Quoting the changelog of the commit:
[...]
> - Boot with drm.debug=0xe, reproduce the problem, then send us the
> dmesg file.
>
> I can try this, but I am skeptical about getting any useful kernel
> messages from before the hang.
I booted 4.6-rc5 with drm.debug=0xe. It hung after about 80 minutes
uptime, and just like at all previous hangs, netconsole did not capture
anything at the time when it froze.
Here is "dmesg | grep -e 0000:00:02.0 -e i915 -e drm" from that session.
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.6.0-rc5 root=/dev/sda4 ro rootflags=subvol=@ drm.debug=0xe
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.6.0-rc5 root=/dev/sda4 ro rootflags=subvol=@ drm.debug=0xe
[ 0.673659] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000
[ 0.673666] pci 0000:00:02.0: reg 0x10: [mem 0xf5800000-0xf5bfffff 64bit]
[ 0.673670] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.673673] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.705036] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.705113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.705300] vgaarb: bridge control possible 0000:00:02.0
[ 0.727542] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.766034] [drm] Initialized drm 1.1.0 20060810
[ 0.766222] [drm:i915_dump_device_info] i915 device info: gen=7, pciid=0x041a rev=0x06 flags=need_gfx_hws,is_haswell,has_fbc,has_hotplug,has_llc,has_ddi,has_fpga_dbg,
[ 0.766229] [drm:intel_detect_pch] Found LynxPoint PCH
[ 0.766320] [drm:i915_gem_init_stolen] Memory reserved for graphics device: 32768K, usable: 31744K
[ 0.766321] [drm] Memory usable by graphics device = 2048M
[ 0.766398] [drm:i915_gem_gtt_init] GMADR size = 256M
[ 0.766399] [drm:i915_gem_gtt_init] GTT stolen size = 32M
[ 0.766399] [drm:i915_gem_gtt_init] ppgtt mode: 1
[ 0.766400] [drm] Replacing VGA console driver
[ 0.767158] [drm:intel_opregion_setup] graphic opregion physical addr: 0xd9509018
[ 0.767161] [drm:intel_opregion_setup] Public ACPI methods supported
[ 0.767162] [drm:intel_opregion_setup] SWSCI supported
[ 0.772643] [drm:swsci_setup] SWSCI GBDA callbacks 00000cb3, SBCB callbacks 00300483
[ 0.772646] [drm:intel_opregion_setup] ASLE supported
[ 0.772646] [drm:intel_opregion_setup] ASLE extension supported
[ 0.772648] [drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion (Mailbox #4)
[ 0.772717] [drm:intel_device_info_runtime_init] slice total: 0
[ 0.772717] [drm:intel_device_info_runtime_init] subslice total: 0
[ 0.772718] [drm:intel_device_info_runtime_init] subslice per slice: 0
[ 0.772719] [drm:intel_device_info_runtime_init] EU total: 0
[ 0.772720] [drm:intel_device_info_runtime_init] EU per subslice: 0
[ 0.772720] [drm:intel_device_info_runtime_init] has slice power gating: n
[ 0.772721] [drm:intel_device_info_runtime_init] has subslice power gating: n
[ 0.772722] [drm:intel_device_info_runtime_init] has EU power gating: n
[ 0.772722] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.772725] [drm] Driver supports precise vblank timestamp query.
[ 0.772727] [drm:init_vbt_defaults] Set default to SSC at 120000 kHz
[ 0.772728] [drm:intel_bios_init] VBT signature "$VBT HASWELL ", BDB version 170
[ 0.772730] [drm:parse_general_features] 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
[ 0.772731] [drm:parse_general_definitions] crt_ddc_bus_pin: 2
[ 0.772732] [drm:parse_lfp_panel_data] DRRS supported mode is static
[ 0.772734] [drm:parse_lfp_panel_data] Found panel mode in BIOS VBT tables:
[ 0.772735] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[ 0.772736] [drm:parse_lfp_panel_data] VBT initial LVDS value 300
[ 0.772738] [drm:parse_lfp_backlight] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255
[ 0.772739] [drm:parse_sdvo_panel_data] Found SDVO panel mode in BIOS VBT tables:
[ 0.772740] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[ 0.772741] [drm:parse_sdvo_device_mapping] No SDVO device info is found in VBT
[ 0.772742] [drm:parse_driver_features] DRRS State Enabled:1
[ 0.772743] [drm:parse_ddi_port] Port B VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[ 0.772745] [drm:parse_ddi_port] VBT HDMI level shift for port B: 6
[ 0.772745] [drm:parse_ddi_port] Port C VBT info: DP:0 HDMI:1 DVI:1 EDP:0 CRT:0
[ 0.772746] [drm:parse_ddi_port] VBT HDMI level shift for port C: 6
[ 0.772747] [drm:parse_ddi_port] Port D VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[ 0.772748] [drm:parse_ddi_port] VBT HDMI level shift for port D: 6
[ 0.772756] [drm:intel_dsm_pci_probe] no _DSM method for intel device
[ 0.772761] [drm:intel_power_well_enable] enabling always-on
[ 0.772762] [drm:intel_power_well_enable] enabling display
[ 0.772900] [drm:intel_print_wm_latency] Primary WM0 latency 20 (2.0 usec)
[ 0.772901] [drm:intel_print_wm_latency] Primary WM1 latency 4 (2.0 usec)
[ 0.772901] [drm:intel_print_wm_latency] Primary WM2 latency 36 (18.0 usec)
[ 0.772902] [drm:intel_print_wm_latency] Primary WM3 latency 90 (45.0 usec)
[ 0.772903] [drm:intel_print_wm_latency] Primary WM4 latency 160 (80.0 usec)
[ 0.772904] [drm:intel_print_wm_latency] Sprite WM0 latency 20 (2.0 usec)
[ 0.772905] [drm:intel_print_wm_latency] Sprite WM1 latency 4 (2.0 usec)
[ 0.772905] [drm:intel_print_wm_latency] Sprite WM2 latency 36 (18.0 usec)
[ 0.772906] [drm:intel_print_wm_latency] Sprite WM3 latency 90 (45.0 usec)
[ 0.772907] [drm:intel_print_wm_latency] Sprite WM4 latency 160 (80.0 usec)
[ 0.772907] [drm:intel_print_wm_latency] Cursor WM0 latency 20 (2.0 usec)
[ 0.772908] [drm:intel_print_wm_latency] Cursor WM1 latency 4 (2.0 usec)
[ 0.772909] [drm:intel_print_wm_latency] Cursor WM2 latency 36 (18.0 usec)
[ 0.772910] [drm:intel_print_wm_latency] Cursor WM3 latency 90 (45.0 usec)
[ 0.772910] [drm:intel_print_wm_latency] Cursor WM4 latency 160 (80.0 usec)
[ 0.772912] [drm:intel_modeset_init] 3 display pipes available.
[ 0.772921] [drm:intel_update_cdclk] Current CD clock rate: 540000 kHz
[ 0.772921] [drm:intel_update_max_cdclk] Max CD clock rate: 540000 kHz
[ 0.772922] [drm:intel_update_max_cdclk] Max dotclock rate: 540000 kHz
[ 0.772924] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.773256] [drm:intel_crt_reset] crt adpa set to 0xf40000
[ 0.773260] [drm:intel_dp_init_connector] Adding DP connector on port B
[ 0.773273] [drm:intel_dp_aux_init] registering DPDDC-B bus for card0-DP-1
[ 0.773308] [drm:intel_dp_init_connector] Adding DP connector on port D
[ 0.773318] [drm:intel_dp_aux_init] registering DPDDC-D bus for card0-DP-2
[ 0.853567] [drm:intel_modeset_readout_hw_state] [CRTC:26] hw state readout: enabled
[ 0.853570] [drm:intel_modeset_readout_hw_state] [CRTC:30] hw state readout: disabled
[ 0.853572] [drm:intel_modeset_readout_hw_state] [CRTC:34] hw state readout: disabled
[ 0.853574] [drm:intel_modeset_readout_hw_state] WRPLL 1 hw state readout: crtc_mask 0x00000000, on 0
[ 0.853575] [drm:intel_modeset_readout_hw_state] WRPLL 2 hw state readout: crtc_mask 0x00000000, on 0
[ 0.853576] [drm:intel_modeset_readout_hw_state] SPLL hw state readout: crtc_mask 0x00000000, on 0
[ 0.853577] [drm:intel_modeset_readout_hw_state] [ENCODER:37:DAC-37] hw state readout: disabled, pipe A
[ 0.853580] [drm:intel_modeset_readout_hw_state] [ENCODER:38:TMDS-38] hw state readout: enabled, pipe A
[ 0.853581] [drm:intel_modeset_readout_hw_state] [ENCODER:40:DP MST-40] hw state readout: disabled, pipe A
[ 0.853582] [drm:intel_modeset_readout_hw_state] [ENCODER:41:DP MST-41] hw state readout: disabled, pipe B
[ 0.853583] [drm:intel_modeset_readout_hw_state] [ENCODER:42:DP MST-42] hw state readout: disabled, pipe C
[ 0.853584] [drm:intel_modeset_readout_hw_state] [ENCODER:47:TMDS-47] hw state readout: disabled, pipe A
[ 0.853585] [drm:intel_modeset_readout_hw_state] [ENCODER:49:TMDS-49] hw state readout: disabled, pipe A
[ 0.853586] [drm:intel_modeset_readout_hw_state] [ENCODER:51:DP MST-51] hw state readout: disabled, pipe A
[ 0.853587] [drm:intel_modeset_readout_hw_state] [ENCODER:52:DP MST-52] hw state readout: disabled, pipe B
[ 0.853588] [drm:intel_modeset_readout_hw_state] [ENCODER:53:DP MST-53] hw state readout: disabled, pipe C
[ 0.853589] [drm:intel_modeset_readout_hw_state] [CONNECTOR:36:VGA-1] hw state readout: disabled
[ 0.853591] [drm:intel_modeset_readout_hw_state] [CONNECTOR:39:DP-1] hw state readout: enabled
[ 0.853592] [drm:intel_modeset_readout_hw_state] [CONNECTOR:45:HDMI-A-1] hw state readout: disabled
[ 0.853593] [drm:intel_modeset_readout_hw_state] [CONNECTOR:48:HDMI-A-2] hw state readout: disabled
[ 0.853595] [drm:intel_modeset_readout_hw_state] [CONNECTOR:50:DP-2] hw state readout: disabled
[ 0.853596] [drm:intel_modeset_readout_hw_state] [CONNECTOR:54:HDMI-A-3] hw state readout: disabled
[ 0.853605] [drm:intel_dump_pipe_config] [CRTC:26][setup_hw_state] config ffff8807fb780c00 for pipe A
[ 0.853606] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 0.853607] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 0.853608] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.853609] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 0.853610] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.853611] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.853612] [drm:intel_dump_pipe_config] requested mode:
[ 0.853613] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241499 2560 2608 2640 2720 1440 1443 1448 1481 0x40 0x5
[ 0.853614] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.853615] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241499 2560 2608 2640 2720 1440 1443 1448 1481 0x40 0x5
[ 0.853616] [drm:intel_dump_crtc_timings] crtc timings: 241499 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x40 flags: 0x5
[ 0.853617] [drm:intel_dump_pipe_config] port clock: 270000
[ 0.853618] [drm:intel_dump_pipe_config] pipe src size: 720x400
[ 0.853619] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 0.853620] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.853621] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x0a0005a0, enabled
[ 0.853621] [drm:intel_dump_pipe_config] ips: 0
[ 0.853622] [drm:intel_dump_pipe_config] double wide: 0
[ 0.853623] [drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 0.853624] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.853625] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 0.853626] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 0.853627] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 0.853628] [drm:intel_dump_pipe_config] [CRTC:30][setup_hw_state] config ffff8807fb781c00 for pipe B
[ 0.853629] [drm:intel_dump_pipe_config] cpu_transcoder: B
[ 0.853630] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.853630] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.853631] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.853632] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.853633] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.853633] [drm:intel_dump_pipe_config] requested mode:
[ 0.853635] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.853635] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.853636] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.853637] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[ 0.853638] [drm:intel_dump_pipe_config] port clock: 0
[ 0.853639] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.853639] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 0.853640] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.853641] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 0.853642] [drm:intel_dump_pipe_config] ips: 0
[ 0.853642] [drm:intel_dump_pipe_config] double wide: 0
[ 0.853643] [drm:intel_dump_pipe_config] ddi_pll_sel: 0; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 0.853643] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.853644] [drm:intel_dump_pipe_config] STANDARD PLANE:28 plane: 1.0 idx: 3 disabled, scaler_id = 0
[ 0.853645] [drm:intel_dump_pipe_config] CURSOR PLANE:29 plane: 1.2 idx: 4 disabled, scaler_id = 0
[ 0.853646] [drm:intel_dump_pipe_config] STANDARD PLANE:31 plane: 1.1 idx: 5 disabled, scaler_id = 0
[ 0.853647] [drm:intel_dump_pipe_config] [CRTC:34][setup_hw_state] config ffff8807fb782c00 for pipe C
[ 0.853648] [drm:intel_dump_pipe_config] cpu_transcoder: C
[ 0.853649] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.853649] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.853650] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.853651] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.853652] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.853652] [drm:intel_dump_pipe_config] requested mode:
[ 0.853653] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.853654] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.853655] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.853656] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[ 0.853657] [drm:intel_dump_pipe_config] port clock: 0
[ 0.853657] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.853658] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 0.853659] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.853660] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 0.853660] [drm:intel_dump_pipe_config] ips: 0
[ 0.853661] [drm:intel_dump_pipe_config] double wide: 0
[ 0.853661] [drm:intel_dump_pipe_config] ddi_pll_sel: 0; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 0.853662] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.853663] [drm:intel_dump_pipe_config] STANDARD PLANE:32 plane: 2.0 idx: 6 disabled, scaler_id = 0
[ 0.853664] [drm:intel_dump_pipe_config] CURSOR PLANE:33 plane: 2.3 idx: 7 disabled, scaler_id = 0
[ 0.853665] [drm:intel_dump_pipe_config] STANDARD PLANE:35 plane: 2.1 idx: 8 disabled, scaler_id = 0
[ 0.853745] [drm:i915_gem_setup_global_gtt] clearing unused GTT space: [0, 7ffff000]
[ 0.854725] [drm:gen6_ppgtt_init] Allocated pde space (2M) at GTT entry: 7fdf0
[ 0.855218] [drm:i915_gem_context_init] HW context support initialized
[ 0.855221] [drm:init_status_page] render ring hws offset: 0x00011000
[ 0.855245] [drm:intel_init_pipe_control] render ring pipe control offset: 0x00032000
[ 0.855248] [drm:init_status_page] bsd ring hws offset: 0x00033000
[ 0.855269] [drm:init_status_page] blitter ring hws offset: 0x00054000
[ 0.855290] [drm:init_status_page] video enhancement ring hws offset: 0x00075000
[ 0.857437] [drm:intel_update_cdclk] Current CD clock rate: 540000 kHz
[ 0.857449] [drm:intel_fbdev_init_bios] pipe A not active or no fb, skipping
[ 0.857450] [drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping
[ 0.857450] [drm:intel_fbdev_init_bios] pipe C not active or no fb, skipping
[ 0.857451] [drm:intel_fbdev_init_bios] no active fbs found, not using BIOS config
[ 0.857566] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:36:VGA-1]
[ 0.857568] [drm:intel_crt_detect] [CONNECTOR:36:VGA-1] force=1
[ 0.857571] [drm:intel_ironlake_crt_detect_hotplug] trigger hotplug detect cycle: adpa=0xf40000
[ 0.857899] [drm:intel_didl_outputs] More than 15 outputs detected via ACPI
[ 0.859595] [drm:asle_set_backlight] bclp = 0x800000ff
[ 0.859597] [drm:asle_set_backlight] updating opregion backlight 255/255
[ 0.859689] [drm] Initialized i915 1.6.0 20160229 for 0000:00:02.0 on minor 0
[ 0.867633] [drm:intel_ironlake_crt_detect_hotplug] ironlake hotplug adpa=0xf40000, result 0
[ 0.867634] [drm:intel_crt_detect] CRT not detected via hotplug
[ 0.867793] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK for addr: 0050 w(1)
[ 0.867794] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK on first message, retry
[ 0.867945] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK for addr: 0050 w(1)
[ 0.867946] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus vga
[ 0.867947] [drm:intel_crt_get_edid] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 0.867948] [drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 0.868685] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus vga
[ 0.868686] [drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 0.868687] [drm:intel_crt_detect_ddc] CRT not detected via DDC:0x50 [no valid EDID found]
[ 0.868688] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:36:VGA-1] status updated from unknown to disconnected
[ 0.868690] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:36:VGA-1] disconnected
[ 0.868691] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1]
[ 0.868691] [drm:intel_dp_detect] [CONNECTOR:39:DP-1]
[ 0.869118] [drm:intel_dp_get_dpcd] DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 0.869121] [drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[ 0.869123] [drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[ 0.869124] [drm:intel_dp_print_rates] sink rates: 162000, 270000
[ 0.869126] [drm:intel_dp_print_rates] common rates: 162000, 270000
[ 0.875559] [drm:drm_detect_monitor_audio] Monitor has basic audio support
[ 0.876034] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1] status updated from unknown to connected
[ 0.876088] [drm:drm_edid_to_eld] ELD monitor DELL U2711
[ 0.876089] [drm:drm_edid_to_eld] ELD size 36, SAD count 1
[ 0.876107] [drm:drm_mode_debug_printmodeline] Modeline 81:"720x480i" 0 13500 720 739 801 858 480 488 494 525 0x40 0x101a
[ 0.876108] [drm:drm_mode_prune_invalid] Not using 720x480i mode: H_ILLEGAL
[ 0.876109] [drm:drm_mode_debug_printmodeline] Modeline 82:"720x576i" 0 13500 720 732 795 864 576 580 586 625 0x40 0x101a
[ 0.876115] [drm:drm_mode_prune_invalid] Not using 720x576i mode: H_ILLEGAL
[ 0.876116] [drm:drm_mode_debug_printmodeline] Modeline 101:"720x480i" 60 13514 720 739 801 858 480 488 494 525 0x40 0x101a
[ 0.876117] [drm:drm_mode_prune_invalid] Not using 720x480i mode: H_ILLEGAL
[ 0.876120] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1] probed modes :
[ 0.876121] [drm:drm_mode_debug_printmodeline] Modeline 57:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 0.876123] [drm:drm_mode_debug_printmodeline] Modeline 64:"1920x1200" 60 193250 1920 2056 2256 2592 1200 1203 1209 1245 0x40 0x6
[ 0.876124] [drm:drm_mode_debug_printmodeline] Modeline 58:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1082 1087 1125 0x40 0x5
[ 0.876125] [drm:drm_mode_debug_printmodeline] Modeline 76:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5
[ 0.876126] [drm:drm_mode_debug_printmodeline] Modeline 96:"1920x1080" 60 148352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5
[ 0.876127] [drm:drm_mode_debug_printmodeline] Modeline 59:"1920x1080i" 60 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
[ 0.876128] [drm:drm_mode_debug_printmodeline] Modeline 92:"1920x1080i" 60 74176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
[ 0.876130] [drm:drm_mode_debug_printmodeline] Modeline 90:"1920x1080" 50 148500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5
[ 0.876131] [drm:drm_mode_debug_printmodeline] Modeline 89:"1920x1080i" 50 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 0.876132] [drm:drm_mode_debug_printmodeline] Modeline 91:"1920x1080" 24 74250 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5
[ 0.876133] [drm:drm_mode_debug_printmodeline] Modeline 104:"1920x1080" 24 74176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5
[ 0.876134] [drm:drm_mode_debug_printmodeline] Modeline 66:"1600x1200" 60 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x40 0x5
[ 0.876135] [drm:drm_mode_debug_printmodeline] Modeline 63:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x40 0x6
[ 0.876137] [drm:drm_mode_debug_printmodeline] Modeline 72:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 0.876138] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 0.876139] [drm:drm_mode_debug_printmodeline] Modeline 62:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x6
[ 0.876140] [drm:drm_mode_debug_printmodeline] Modeline 65:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 0.876141] [drm:drm_mode_debug_printmodeline] Modeline 60:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
[ 0.876142] [drm:drm_mode_debug_printmodeline] Modeline 93:"1280x720" 60 74176 1280 1390 1430 1650 720 725 730 750 0x40 0x5
[ 0.876144] [drm:drm_mode_debug_printmodeline] Modeline 88:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
[ 0.876145] [drm:drm_mode_debug_printmodeline] Modeline 73:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 0.876146] [drm:drm_mode_debug_printmodeline] Modeline 74:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 0.876147] [drm:drm_mode_debug_printmodeline] Modeline 75:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 0.876148] [drm:drm_mode_debug_printmodeline] Modeline 68:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 0.876149] [drm:drm_mode_debug_printmodeline] Modeline 85:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 0.876150] [drm:drm_mode_debug_printmodeline] Modeline 94:"720x480" 60 27027 720 736 798 858 480 489 495 525 0x40 0xa
[ 0.876152] [drm:drm_mode_debug_printmodeline] Modeline 61:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 0.876153] [drm:drm_mode_debug_printmodeline] Modeline 69:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 0.876154] [drm:drm_mode_debug_printmodeline] Modeline 95:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 0.876155] [drm:drm_mode_debug_printmodeline] Modeline 70:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 0.876156] [drm:drm_mode_debug_printmodeline] Modeline 71:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 0.876157] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:HDMI-A-1]
[ 0.876158] [drm:intel_hdmi_detect] [CONNECTOR:45:HDMI-A-1]
[ 0.876325] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 0.876326] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 0.876500] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 0.876501] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb
[ 0.876502] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:HDMI-A-1] status updated from unknown to disconnected
[ 0.876503] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:HDMI-A-1] disconnected
[ 0.876504] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:48:HDMI-A-2]
[ 0.876505] [drm:intel_hdmi_detect] [CONNECTOR:48:HDMI-A-2]
[ 0.963590] [drm:intel_hdmi_detect] Live status not up!
[ 0.963594] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:48:HDMI-A-2] status updated from unknown to disconnected
[ 0.963596] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:48:HDMI-A-2] disconnected
[ 0.963598] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:50:DP-2]
[ 0.963599] [drm:intel_dp_detect] [CONNECTOR:50:DP-2]
[ 0.963602] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:50:DP-2] status updated from unknown to disconnected
[ 0.963603] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:50:DP-2] disconnected
[ 0.963604] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:54:HDMI-A-3]
[ 0.963605] [drm:intel_hdmi_detect] [CONNECTOR:54:HDMI-A-3]
[ 1.051591] [drm:intel_hdmi_detect] Live status not up!
[ 1.051594] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:54:HDMI-A-3] status updated from unknown to disconnected
[ 1.051596] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:54:HDMI-A-3] disconnected
[ 1.051599] [drm:drm_setup_crtcs]
[ 1.051601] [drm:drm_enable_connectors] connector 36 enabled? no
[ 1.051602] [drm:drm_enable_connectors] connector 39 enabled? yes
[ 1.051602] [drm:drm_enable_connectors] connector 45 enabled? no
[ 1.051603] [drm:drm_enable_connectors] connector 48 enabled? no
[ 1.051604] [drm:drm_enable_connectors] connector 50 enabled? no
[ 1.051604] [drm:drm_enable_connectors] connector 54 enabled? no
[ 1.051606] [drm:intel_fb_initial_config] connector VGA-1 not enabled, skipping
[ 1.051607] [drm:intel_fb_initial_config] looking for cmdline mode on connector DP-1
[ 1.051607] [drm:intel_fb_initial_config] looking for preferred mode on connector DP-1 0
[ 1.051609] [drm:intel_fb_initial_config] connector DP-1 on pipe A [CRTC:26]: 2560x1440
[ 1.051610] [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[ 1.051611] [drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping
[ 1.051611] [drm:intel_fb_initial_config] connector DP-2 not enabled, skipping
[ 1.051612] [drm:intel_fb_initial_config] connector HDMI-A-3 not enabled, skipping
[ 1.051613] [drm:drm_setup_crtcs] desired mode 2560x1440 set on crtc 26 (0,0)
[ 1.051616] [drm:intelfb_create] no BIOS fb, allocating a new one
[ 1.051617] [drm:i915_gem_object_create_stolen] creating stolen object: size=e10000
[ 1.051621] [drm:i915_pages_create_for_stolen] offset=0x0, size=14745600
[ 1.052423] [drm:intelfb_create] allocated 2560x1440 fb: 0x00097000, bo ffff8807faed4000
[ 1.052565] fbcon: inteldrmfb (fb0) is primary device
[ 1.052649] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 1.052650] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 1.052652] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 1.052657] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 1.052657] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 1.052659] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 1.052661] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807faed9000 for pipe A
[ 1.052661] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 1.052662] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 1.052663] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 1.052664] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 1.052665] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 1.052666] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 1.052666] [drm:intel_dump_pipe_config] requested mode:
[ 1.052668] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.052669] [drm:intel_dump_pipe_config] adjusted mode:
[ 1.052670] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.052672] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 1.052672] [drm:intel_dump_pipe_config] port clock: 270000
[ 1.052673] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 1.052674] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 1.052675] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 1.052676] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 1.052676] [drm:intel_dump_pipe_config] ips: 0
[ 1.052677] [drm:intel_dump_pipe_config] double wide: 0
[ 1.052678] [drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 1.052678] [drm:intel_dump_pipe_config] planes on this crtc
[ 1.052679] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 1.052680] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 1.052681] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 1.052700] [drm:intel_disable_pipe] disabling pipe A
[ 1.066313] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 1.066314] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 1.066315] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 1.066949] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 1.069924] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 1.070128] [drm:intel_enable_pipe] enabling pipe A
[ 1.070134] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 1.070135] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 1.070139] [drm:intel_fbc_alloc_cfb] reserved 14745600 bytes of contiguous stolen space for FBC, threshold: 1
[ 1.070140] [drm:intel_fbc_enable] Enabling FBC on pipe A
[ 1.086892] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 1.086895] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 1.086896] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 1.086896] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 1.086897] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 1.086897] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 1.086898] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 1.086898] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 1.086899] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 1.086899] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 1.086900] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 1.086902] [drm:check_crtc_state] [CRTC:26]
[ 1.086909] [drm:check_shared_dpll_state] WRPLL 1
[ 1.086909] [drm:check_shared_dpll_state] WRPLL 2
[ 1.086910] [drm:check_shared_dpll_state] SPLL
[ 1.086916] [drm:drm_fb_helper_hotplug_event]
[ 1.086917] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:36:VGA-1]
[ 1.086918] [drm:intel_crt_detect] [CONNECTOR:36:VGA-1] force=1
[ 1.086921] [drm:intel_ironlake_crt_detect_hotplug] ironlake hotplug adpa=0xf40000, result 0
[ 1.086921] [drm:intel_crt_detect] CRT not detected via hotplug
[ 1.087125] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK for addr: 0050 w(1)
[ 1.087125] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK on first message, retry
[ 1.087327] [drm:do_gmbus_xfer] GMBUS [i915 gmbus vga] NAK for addr: 0050 w(1)
[ 1.087328] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus vga
[ 1.087328] [drm:intel_crt_get_edid] CRT GMBUS EDID read failed, retry using GPIO bit-banging
[ 1.087329] [drm:intel_gmbus_force_bit] enabling bit-banging on i915 gmbus vga. force bit now 1
[ 1.088068] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus vga
[ 1.088068] [drm:intel_gmbus_force_bit] disabling bit-banging on i915 gmbus vga. force bit now 0
[ 1.088069] [drm:intel_crt_detect_ddc] CRT not detected via DDC:0x50 [no valid EDID found]
[ 1.088069] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:36:VGA-1] disconnected
[ 1.088070] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1]
[ 1.088072] [drm:intel_dp_detect] [CONNECTOR:39:DP-1]
[ 1.088501] [drm:intel_dp_get_dpcd] DPCD: 11 0a 84 01 01 00 01 00 02 02 06 00 00 00 00
[ 1.088504] [drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[ 1.088507] [drm:intel_dp_print_rates] source rates: 162000, 270000, 540000
[ 1.088508] [drm:intel_dp_print_rates] sink rates: 162000, 270000
[ 1.088508] [drm:intel_dp_print_rates] common rates: 162000, 270000
[ 1.094851] [drm:drm_detect_monitor_audio] Monitor has basic audio support
[ 1.095370] [drm:drm_edid_to_eld] ELD monitor DELL U2711
[ 1.095370] [drm:drm_edid_to_eld] ELD size 36, SAD count 1
[ 1.095390] [drm:drm_mode_debug_printmodeline] Modeline 114:"720x480i" 0 13500 720 739 801 858 480 488 494 525 0x40 0x101a
[ 1.095390] [drm:drm_mode_prune_invalid] Not using 720x480i mode: H_ILLEGAL
[ 1.095391] [drm:drm_mode_debug_printmodeline] Modeline 115:"720x576i" 0 13500 720 732 795 864 576 580 586 625 0x40 0x101a
[ 1.095391] [drm:drm_mode_prune_invalid] Not using 720x576i mode: H_ILLEGAL
[ 1.095392] [drm:drm_mode_debug_printmodeline] Modeline 134:"720x480i" 60 13514 720 739 801 858 480 488 494 525 0x40 0x101a
[ 1.095392] [drm:drm_mode_prune_invalid] Not using 720x480i mode: H_ILLEGAL
[ 1.095394] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1] probed modes :
[ 1.095395] [drm:drm_mode_debug_printmodeline] Modeline 57:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 1.095396] [drm:drm_mode_debug_printmodeline] Modeline 64:"1920x1200" 60 193250 1920 2056 2256 2592 1200 1203 1209 1245 0x40 0x6
[ 1.095397] [drm:drm_mode_debug_printmodeline] Modeline 58:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1082 1087 1125 0x40 0x5
[ 1.095398] [drm:drm_mode_debug_printmodeline] Modeline 76:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5
[ 1.095398] [drm:drm_mode_debug_printmodeline] Modeline 96:"1920x1080" 60 148352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5
[ 1.095399] [drm:drm_mode_debug_printmodeline] Modeline 59:"1920x1080i" 60 74250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
[ 1.095400] [drm:drm_mode_debug_printmodeline] Modeline 92:"1920x1080i" 60 74176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15
[ 1.095400] [drm:drm_mode_debug_printmodeline] Modeline 90:"1920x1080" 50 148500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5
[ 1.095401] [drm:drm_mode_debug_printmodeline] Modeline 89:"1920x1080i" 50 74250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15
[ 1.095402] [drm:drm_mode_debug_printmodeline] Modeline 91:"1920x1080" 24 74250 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5
[ 1.095403] [drm:drm_mode_debug_printmodeline] Modeline 104:"1920x1080" 24 74176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5
[ 1.095403] [drm:drm_mode_debug_printmodeline] Modeline 66:"1600x1200" 60 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x40 0x5
[ 1.095404] [drm:drm_mode_debug_printmodeline] Modeline 63:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x40 0x6
[ 1.095405] [drm:drm_mode_debug_printmodeline] Modeline 72:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 1.095406] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 1.095406] [drm:drm_mode_debug_printmodeline] Modeline 62:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x6
[ 1.095407] [drm:drm_mode_debug_printmodeline] Modeline 65:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[ 1.095408] [drm:drm_mode_debug_printmodeline] Modeline 60:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5
[ 1.095409] [drm:drm_mode_debug_printmodeline] Modeline 93:"1280x720" 60 74176 1280 1390 1430 1650 720 725 730 750 0x40 0x5
[ 1.095409] [drm:drm_mode_debug_printmodeline] Modeline 88:"1280x720" 50 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x5
[ 1.095410] [drm:drm_mode_debug_printmodeline] Modeline 73:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 1.095411] [drm:drm_mode_debug_printmodeline] Modeline 74:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 1.095412] [drm:drm_mode_debug_printmodeline] Modeline 75:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 1.095412] [drm:drm_mode_debug_printmodeline] Modeline 68:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 1.095413] [drm:drm_mode_debug_printmodeline] Modeline 85:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa
[ 1.095414] [drm:drm_mode_debug_printmodeline] Modeline 94:"720x480" 60 27027 720 736 798 858 480 489 495 525 0x40 0xa
[ 1.095414] [drm:drm_mode_debug_printmodeline] Modeline 61:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa
[ 1.095415] [drm:drm_mode_debug_printmodeline] Modeline 69:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 1.095416] [drm:drm_mode_debug_printmodeline] Modeline 95:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[ 1.095416] [drm:drm_mode_debug_printmodeline] Modeline 70:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 1.095417] [drm:drm_mode_debug_printmodeline] Modeline 71:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 1.095418] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:HDMI-A-1]
[ 1.095418] [drm:intel_hdmi_detect] [CONNECTOR:45:HDMI-A-1]
[ 1.095597] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 1.095597] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[ 1.095798] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[ 1.095799] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb
[ 1.095800] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:45:HDMI-A-1] disconnected
[ 1.095801] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:48:HDMI-A-2]
[ 1.095802] [drm:intel_hdmi_detect] [CONNECTOR:48:HDMI-A-2]
[ 1.183593] [drm:intel_hdmi_detect] Live status not up!
[ 1.183594] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:48:HDMI-A-2] disconnected
[ 1.183595] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:50:DP-2]
[ 1.183595] [drm:intel_dp_detect] [CONNECTOR:50:DP-2]
[ 1.183598] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:50:DP-2] disconnected
[ 1.183598] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:54:HDMI-A-3]
[ 1.183598] [drm:intel_hdmi_detect] [CONNECTOR:54:HDMI-A-3]
[ 1.271591] [drm:intel_hdmi_detect] Live status not up!
[ 1.271591] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:54:HDMI-A-3] disconnected
[ 1.271594] [drm:drm_setup_crtcs]
[ 1.271595] [drm:drm_enable_connectors] connector 36 enabled? no
[ 1.271595] [drm:drm_enable_connectors] connector 39 enabled? yes
[ 1.271596] [drm:drm_enable_connectors] connector 45 enabled? no
[ 1.271596] [drm:drm_enable_connectors] connector 48 enabled? no
[ 1.271597] [drm:drm_enable_connectors] connector 50 enabled? no
[ 1.271597] [drm:drm_enable_connectors] connector 54 enabled? no
[ 1.271598] [drm:intel_fb_initial_config] connector VGA-1 not enabled, skipping
[ 1.271599] [drm:intel_fb_initial_config] looking for cmdline mode on connector DP-1
[ 1.271599] [drm:intel_fb_initial_config] looking for preferred mode on connector DP-1 0
[ 1.271601] [drm:intel_fb_initial_config] connector DP-1 on pipe A [CRTC:26]: 2560x1440
[ 1.271601] [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[ 1.271601] [drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping
[ 1.271602] [drm:intel_fb_initial_config] connector DP-2 not enabled, skipping
[ 1.271602] [drm:intel_fb_initial_config] connector HDMI-A-3 not enabled, skipping
[ 1.271603] [drm:drm_setup_crtcs] desired mode 2560x1440 set on crtc 26 (0,0)
[ 1.280742] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.722661] [drm:intel_print_rc6_info] Enabling RC6 states: RC6 on
[ 2.726656] [drm:gen6_enable_rps] Overclocking supported. Max: 1200MHz, Overclock max: 1200MHz
[ 30.940286] [drm:i915_gem_open]
[ 30.977865] [drm:i915_gem_open]
[ 30.977875] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978133] [drm:i915_gem_open]
[ 30.978138] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978139] [drm:drm_mode_getresources] [CRTC:26:crtc-0]
[ 30.978140] [drm:drm_mode_getresources] [CRTC:30:crtc-1]
[ 30.978140] [drm:drm_mode_getresources] [CRTC:34:crtc-2]
[ 30.978141] [drm:drm_mode_getresources] [ENCODER:37:DAC-37]
[ 30.978142] [drm:drm_mode_getresources] [ENCODER:38:TMDS-38]
[ 30.978142] [drm:drm_mode_getresources] [ENCODER:40:DP MST-40]
[ 30.978143] [drm:drm_mode_getresources] [ENCODER:41:DP MST-41]
[ 30.978143] [drm:drm_mode_getresources] [ENCODER:42:DP MST-42]
[ 30.978144] [drm:drm_mode_getresources] [ENCODER:47:TMDS-47]
[ 30.978145] [drm:drm_mode_getresources] [ENCODER:49:TMDS-49]
[ 30.978145] [drm:drm_mode_getresources] [ENCODER:51:DP MST-51]
[ 30.978146] [drm:drm_mode_getresources] [ENCODER:52:DP MST-52]
[ 30.978147] [drm:drm_mode_getresources] [ENCODER:53:DP MST-53]
[ 30.978147] [drm:drm_mode_getresources] [CONNECTOR:36:VGA-1]
[ 30.978148] [drm:drm_mode_getresources] [CONNECTOR:39:DP-1]
[ 30.978148] [drm:drm_mode_getresources] [CONNECTOR:45:HDMI-A-1]
[ 30.978149] [drm:drm_mode_getresources] [CONNECTOR:48:HDMI-A-2]
[ 30.978150] [drm:drm_mode_getresources] [CONNECTOR:50:DP-2]
[ 30.978150] [drm:drm_mode_getresources] [CONNECTOR:54:HDMI-A-3]
[ 30.978151] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978276] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978280] [drm:drm_mode_addfb2] [FB:79]
[ 30.978333] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978334] [drm:drm_mode_getresources] [CRTC:26:crtc-0]
[ 30.978335] [drm:drm_mode_getresources] [CRTC:30:crtc-1]
[ 30.978335] [drm:drm_mode_getresources] [CRTC:34:crtc-2]
[ 30.978336] [drm:drm_mode_getresources] [ENCODER:37:DAC-37]
[ 30.978337] [drm:drm_mode_getresources] [ENCODER:38:TMDS-38]
[ 30.978337] [drm:drm_mode_getresources] [ENCODER:40:DP MST-40]
[ 30.978338] [drm:drm_mode_getresources] [ENCODER:41:DP MST-41]
[ 30.978338] [drm:drm_mode_getresources] [ENCODER:42:DP MST-42]
[ 30.978339] [drm:drm_mode_getresources] [ENCODER:47:TMDS-47]
[ 30.978340] [drm:drm_mode_getresources] [ENCODER:49:TMDS-49]
[ 30.978340] [drm:drm_mode_getresources] [ENCODER:51:DP MST-51]
[ 30.978341] [drm:drm_mode_getresources] [ENCODER:52:DP MST-52]
[ 30.978341] [drm:drm_mode_getresources] [ENCODER:53:DP MST-53]
[ 30.978342] [drm:drm_mode_getresources] [CONNECTOR:36:VGA-1]
[ 30.978342] [drm:drm_mode_getresources] [CONNECTOR:39:DP-1]
[ 30.978343] [drm:drm_mode_getresources] [CONNECTOR:45:HDMI-A-1]
[ 30.978344] [drm:drm_mode_getresources] [CONNECTOR:48:HDMI-A-2]
[ 30.978344] [drm:drm_mode_getresources] [CONNECTOR:50:DP-2]
[ 30.978345] [drm:drm_mode_getresources] [CONNECTOR:54:HDMI-A-3]
[ 30.978345] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 30.978391] [drm:drm_mode_getconnector] [CONNECTOR:36:?]
[ 30.978395] [drm:drm_mode_getconnector] [CONNECTOR:36:?]
[ 30.978413] [drm:drm_mode_getconnector] [CONNECTOR:39:?]
[ 30.978416] [drm:drm_mode_getconnector] [CONNECTOR:39:?]
[ 30.978431] [drm:drm_mode_getconnector] [CONNECTOR:45:?]
[ 30.978433] [drm:drm_mode_getconnector] [CONNECTOR:45:?]
[ 30.978449] [drm:drm_mode_getconnector] [CONNECTOR:48:?]
[ 30.978450] [drm:drm_mode_getconnector] [CONNECTOR:48:?]
[ 30.978466] [drm:drm_mode_getconnector] [CONNECTOR:50:?]
[ 30.978468] [drm:drm_mode_getconnector] [CONNECTOR:50:?]
[ 30.978483] [drm:drm_mode_getconnector] [CONNECTOR:54:?]
[ 30.978484] [drm:drm_mode_getconnector] [CONNECTOR:54:?]
[ 31.001955] [drm:drm_mode_addfb2] [FB:79]
[ 31.002132] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 31.002135] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 31.013022] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 31.013036] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 40.613765] [drm:i915_gem_open]
--
Stefan Richter
-======----- -=-= --=-=
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 18:50 ` Zanoni, Paulo R
@ 2016-05-05 19:59 ` Daniel Vetter
2016-05-05 22:56 ` [Intel-gfx] " Stefan Richter
2016-05-05 22:54 ` Stefan Richter
2016-05-08 10:18 ` Stefan Richter
2 siblings, 1 reply; 13+ messages in thread
From: Daniel Vetter @ 2016-05-05 19:59 UTC (permalink / raw)
To: Zanoni, Paulo R
Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, stefanr@s5r6.in-berlin.de,
Vetter, Daniel, airlied@redhat.com
On Thu, May 05, 2016 at 06:50:14PM +0000, Zanoni, Paulo R wrote:
> Em Qui, 2016-05-05 às 19:45 +0200, Stefan Richter escreveu:
> > On Apr 30 Stefan Richter wrote:
> > >
> > > On Apr 29 Stefan Richter wrote:
> > > >
> > > > On Apr 26 Stefan Richter wrote:
> > > > >
> > > > > v4.6-rc solidly hangs after a short while after boot, login to
> > > > > X11, and
> > > > > doing nothing much remarkable on the just brought up X desktop.
> > > > >
> > > > > Hardware: x86-64, E3-1245 v3 (Haswell),
> > > > > mainboard Supermicro X10SAE,
> > > > > using integrated Intel graphics (HD P4600, i915
> > > > > driver),
> > > > > C226 PCH's AHCI and USB 2/3, ASMedia ASM1062 AHCI,
> > > > > Intel LAN (i217, igb driver),
> > > > > several IEEE 1394 controllers, some of them behind
> > > > > PCIe bridges (IDT, PLX) or PCIe-to-PCI bridges (TI,
> > > > > Tundra)
> > > > > and one PCI-to-CardBus bridge (Ricoh)
> > > > >
> > > > > kernel.org kernel, Gentoo Linux userland
> > > > >
> > > > > 1. known good: v4.5-rc5 (gcc 4.9.3)
> > > > > known bad: v4.6-rc2 (gcc 4.9.3), only tried one time
> > > > >
> > > > > 2. known good: v4.5.2 (gcc 5.2.0)
> > > > > known bad: v4.6-rc5 (gcc 5.2.0), only tried one time
> > > > >
> > > > > I will send my linux-4.6-rc5/.config in a follow-up message.
> > > .config: http://www.spinics.net/lists/kernel/msg2243444.html
> > > lspci: http://www.spinics.net/lists/kernel/msg2243447.html
> > >
> > > Some userland package versions, in case these have any bearing:
> > > x11-base/xorg-drivers-1.17
> > > x11-base/xorg-server-1.17.4
> > > x11-bas/xorg-x11-7.4-r2
> > Furthermore, there is a single display hooked up via DisplayPort.
> >
> > >
> > > >
> > > > After it proved impossible to capture an oops through netconsole,
> > > > I
> > > > started git bisect. This will apparently take almost a week, as
> > > > git
> > > > estimated 13 bisection steps and I will be allowing about 12
> > > > hours of
> > > > uptime as a sign for a good kernel. (In my four or five tests of
> > > > bad
> > > > kernels before I started bisection, they hung after 3
> > > > minutes...5.5 hours
> > > > uptime, with no discernible difference in workload. Maybe 12 h
> > > > cutoff is
> > > > even too short...)
> > I took at least 18 hours uptime (usually 24 hours) as a sign for good
> > kernels. During the bisection, bad kernels hung after 3 h, 2 h, 9
> > min,
> > 45 min, and 4 min uptime. Thus I arrived at a98ee79317b4
> > "drm/i915/fbc:
> > enable FBC by default on HSW and BDW" as the point where the hangs
> > are
> > introduced.
> >
> > Quoting the changelog of the commit:
>
> Thanks for following the instructions on the commit message! :)
>
> >
> > Oh, and in case you - the person reading this commit message -
> > found
> > this commit through git bisect, please do the following:
> > - Check your dmesg and see if there are error messages
> > mentioning
> > underruns around the time your problem started happening.
> >
> > Well, I always had the followings lines in dmesg:
> > [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo
> > underrun on pipe A
> > [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO
> > underrun
>
> Oh, well... I had a patch that would just disable FBC in case we saw a
> FIFO underrun, but it was rejected. Maybe this is the time to think
> about it again? Otherwise, I can't think of much besides disabling FBC
> on HSW until all the underruns and watermarks regressions are fixed
> forever.
Hm, if it's watermarks then testing with latest drm-intel-nightly would be
interesting. We finally managed to land atomic watermark updates (should
all be there in 4.7 too):
https://cgit.freedesktop.org/drm-intel
Cheers, Daniel
>
> >
> > I always got these when I switch on the DisplayPort attached monitor.
> > Recently I changed userland from kdm to sddm and noticed that I
> > apparently get these when sddm shuts down. I am not aware of whether
> > or not this also already happened with kdm.
> >
> > However, "around the time your problem started happening" there is
> > nothing in dmesg, because "your problem" is a complete hang without
> > possibility of disk IO and without netconsole output.
> >
> > - Download intel-gpu-tools, compile it, and run:
> > $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*'
> > 2>&1 | tee fbc.txt
> > Then send us the fbc.txt file, especially if you get a
> > failure.
> > This will really maximize your chances of getting the bug
> > fixed
> > quickly.
> >
> > Do you need this while FBC is enabled, or can I run it while FBC is
> > disabled?
>
> FBC enabled. Considering your description, my hope is that maybe some
> specific subtest will be able to hang your machine, so testing this
> again will require only running the specific subtest instead of waiting
> 18 hours.
>
> >
> > - Try to find a reliable way to reproduce the problem, and tell
> > us.
> >
> > The reliable way is to just wait for the kernel to hang after about
> > 3 minutes to 5.5 hours. I have not identified any special activity
> > which would trigger the hang.
> >
> > - Boot with drm.debug=0xe, reproduce the problem, then send us
> > the
> > dmesg file.
> >
> > I can try this, but I am skeptical about getting any useful kernel
> > messages from before the hang.
>
> Agree.
>
> >
> > PS:
> > I am mentioning the following just in case that it has any
> > relationship
> > with the FBC related kernel freezes. Maybe it doesn't... There is
> > another recent regression on this PC, but I have not yet figured out
> > whether it was introduced by any particular kernel version. The
> > regression is: When switching from X11 to text console by
> > [Ctrl][Alt][Fx]
> > or by shutting down sddm, I often only get a blank screen. I suspect
> > that this regression was introduced when I replaced kdm by sddm, but
> > I am not sure about that.
>
> Maybe there is some relationship, since this operation involves a mode
> change. You can also try checking dmesg to see if there are underruns
> right when you do the change.
>
>
> If you don't want to keep carrying a manual revert, you can just boot
> with i915.enable_fbc=0 for now (or write a /etc/modprobe.d file). Also,
> it would be good to know in case you still somehow see the machine
> hangs even with FBC disabled.
>
> Thanks,
> Paulo
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 17:45 ` Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter
2016-05-05 18:50 ` Zanoni, Paulo R
2016-05-05 19:54 ` Stefan Richter
@ 2016-05-05 20:45 ` Stefan Richter
2016-05-06 6:37 ` Daniel Vetter
2 siblings, 1 reply; 13+ messages in thread
From: Stefan Richter @ 2016-05-05 20:45 UTC (permalink / raw)
To: Paulo Zanoni
Cc: Daniel Vetter, intel-gfx, linux-kernel, dri-devel, Dave Airlie
[-- Attachment #1: Type: text/plain, Size: 528 bytes --]
On May 05 Stefan Richter wrote:
> Quoting the changelog of the commit:
[...]
> - Download intel-gpu-tools, compile it, and run:
> $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*' 2>&1 | tee fbc.txt
> Then send us the fbc.txt file, especially if you get a failure.
Attached are results of kms_frontbuffer_tracking from current
intel-gpu-tools.git (intel-gpu-tools-1.14-273-gb4b2ac346c92), taken on
kernel v4.5.2 and on v4.6-rc5.
--
Stefan Richter
-======----- -=-= --=-=
http://arcgraph.de/sr/
[-- Attachment #2: kms_frontbuffer_tracking-4.5.2.txt --]
[-- Type: text/plain, Size: 28000 bytes --]
IGT-Version: 1.14-g99e61ed66f65 (x86_64) (Linux: 4.5.2 x86_64)
Primary screen: DP 2560x1440, crtc 21
FBC last action not supported
Can't test PSR: no usable eDP screen.
Sink CRC not supported: primary screen is not eDP
Subtest fbc-1p-rte: SUCCESS (2.754s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-rte: SKIP (0.000s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-cpu: SUCCESS (1.468s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: SUCCESS (0.787s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-wc: SUCCESS (0.774s)
Subtest fbc-1p-primscrn-pri-indfb-draw-pwrite: SUCCESS (0.958s)
Subtest fbc-1p-primscrn-pri-indfb-draw-blt: SUCCESS (0.990s)
Subtest fbc-1p-primscrn-pri-indfb-draw-render: SUCCESS (0.984s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu: SUCCESS (0.948s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt: SUCCESS (0.793s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: SUCCESS (0.836s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-pwrite: SUCCESS (1.171s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-blt: SUCCESS (0.995s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-render: SUCCESS (0.977s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-cpu: SUCCESS (1.403s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-gtt: SUCCESS (0.964s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-wc: SUCCESS (0.939s)
Subtest fbc-1p-primscrn-cur-indfb-draw-pwrite: SUCCESS (0.965s)
Subtest fbc-1p-primscrn-cur-indfb-draw-blt: SUCCESS (0.939s)
Subtest fbc-1p-primscrn-cur-indfb-draw-render: SUCCESS (0.941s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-cpu: SUCCESS (1.010s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: SUCCESS (0.971s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-wc: SUCCESS (0.961s)
Subtest fbc-1p-primscrn-spr-indfb-draw-pwrite: SUCCESS (1.010s)
Subtest fbc-1p-primscrn-spr-indfb-draw-blt: SUCCESS (0.956s)
Subtest fbc-1p-primscrn-spr-indfb-draw-render: SUCCESS (1.010s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-cpu: SUCCESS (0.502s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-gtt: SUCCESS (0.500s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-wc: SUCCESS (0.493s)
Subtest fbc-1p-offscren-pri-indfb-draw-pwrite: SUCCESS (0.507s)
Subtest fbc-1p-offscren-pri-indfb-draw-blt: SUCCESS (0.498s)
Subtest fbc-1p-offscren-pri-indfb-draw-render: SUCCESS (0.486s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-cpu: SUCCESS (0.578s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-gtt: SUCCESS (0.459s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-wc: SUCCESS (0.530s)
Subtest fbc-1p-offscren-pri-shrfb-draw-pwrite: SUCCESS (1.096s)
Subtest fbc-1p-offscren-pri-shrfb-draw-blt: SUCCESS (0.660s)
Subtest fbc-1p-offscren-pri-shrfb-draw-render: SUCCESS (0.661s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-render: SKIP (0.000s)
Subtest fbc-1p-primscrn-indfb-pgflip-blt: SUCCESS (0.970s)
Subtest fbc-1p-primscrn-indfb-evflip-blt: SUCCESS (0.973s)
Subtest fbc-1p-primscrn-indfb-msflip-blt: SUCCESS (0.907s)
Subtest fbc-1p-primscrn-indfb-plflip-blt: SUCCESS (0.921s)
Subtest fbc-1p-primscrn-shrfb-pgflip-blt: SUCCESS (1.053s)
Subtest fbc-1p-primscrn-shrfb-evflip-blt: SUCCESS (1.096s)
Subtest fbc-1p-primscrn-shrfb-msflip-blt: SUCCESS (0.946s)
Subtest fbc-1p-primscrn-shrfb-plflip-blt: SUCCESS (0.946s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-plflip-blt: SKIP (0.000s)
Subtest fbc-1p-indfb-fliptrack: SUCCESS (1.523s)
Subtest fbc-1p-shrfb-fliptrack: SUCCESS (1.533s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-indfb-fliptrack: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-shrfb-fliptrack: SKIP (0.000s)
Subtest fbc-1p-primscrn-cur-indfb-move: SUCCESS (2.014s)
Subtest fbc-1p-primscrn-cur-indfb-onoff: SUCCESS (1.222s)
Subtest fbc-1p-primscrn-spr-indfb-move: SUCCESS (1.390s)
Subtest fbc-1p-primscrn-spr-indfb-onoff: SUCCESS (1.306s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-onoff: SKIP (0.000s)
Subtest fbc-1p-primscrn-spr-indfb-fullscreen failed.
**** DEBUG ****
(kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: fbc.can_test
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
(kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2266) DEBUG: Rect 0 CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2266) igt-core-INFO: Timed out: CRC reading
**** END ****
Timed out: CRC reading
Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.876s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-fullscreen: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-fullscreen: SKIP (0.000s)
Subtest fbc-1p-pri-indfb-multidraw: SUCCESS (12.924s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-pri-indfb-multidraw: SKIP (0.000s)
Subtest fbc-farfromfence: SUCCESS (0.991s)
Subtest fbc-rgb565-draw-mmap-cpu: SUCCESS (1.614s)
Subtest fbc-rgb101010-draw-mmap-cpu: SUCCESS (2.385s)
Subtest fbc-rgb565-draw-mmap-gtt: SUCCESS (0.772s)
Subtest fbc-rgb101010-draw-mmap-gtt: SUCCESS (2.209s)
Subtest fbc-rgb565-draw-mmap-wc: SUCCESS (0.772s)
Subtest fbc-rgb101010-draw-mmap-wc: SUCCESS (2.206s)
Subtest fbc-rgb565-draw-pwrite: SUCCESS (0.985s)
Subtest fbc-rgb101010-draw-pwrite: SUCCESS (2.249s)
Subtest fbc-rgb565-draw-blt: SUCCESS (0.985s)
Subtest fbc-rgb101010-draw-blt: SUCCESS (2.207s)
Test requirement not met in function draw_rect_render, file igt_draw.c:484:
Test requirement: !(rect->x % (32 / buf->bpp) != 0 || rect->y % (32 / buf->bpp) != 0 || rect->w % (32 / buf->bpp) != 0 || rect->h % (32 / buf->bpp) != 0)
Subtest fbc-rgb565-draw-render: SKIP (0.618s)
Subtest fbc-rgb101010-draw-render: SUCCESS (2.209s)
Test requirement not met in function scaledprimary_subtest, file kms_frontbuffer_tracking.c:2701:
Test requirement: intel_gen(intel_get_drm_devid(drm.fd)) >= 9
Can't test primary plane scaling before gen 9
Subtest fbc-indfb-scaledprimary: SKIP (0.000s)
Test requirement not met in function scaledprimary_subtest, file kms_frontbuffer_tracking.c:2701:
Test requirement: intel_gen(intel_get_drm_devid(drm.fd)) >= 9
Can't test primary plane scaling before gen 9
Subtest fbc-shrfb-scaledprimary: SKIP (0.000s)
Subtest fbc-modesetfrombusy: SUCCESS (5.178s)
Subtest fbc-badstride: SUCCESS (6.324s)
Subtest fbc-stridechange: SUCCESS (1.005s)
Subtest fbc-tilingchange: SUCCESS (9.481s)
Test requirement not met in function igt_system_suspend_autoresume, file igt_aux.c:681:
Test requirement: system("rtcwake -n -s 15 -m mem" SQUELCH) == 0
Subtest fbc-suspend: SKIP (5.240s)
[-- Attachment #3: kms_frontbuffer_tracking-4.6.0-rc5.txt --]
[-- Type: text/plain, Size: 28004 bytes --]
IGT-Version: 1.14-g99e61ed66f65 (x86_64) (Linux: 4.6.0-rc5 x86_64)
Primary screen: DP 2560x1440, crtc 26
FBC last action not supported
Can't test PSR: no usable eDP screen.
Sink CRC not supported: primary screen is not eDP
Subtest fbc-1p-rte: SUCCESS (2.610s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-rte: SKIP (0.000s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-cpu: SUCCESS (1.495s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: SUCCESS (0.785s)
Subtest fbc-1p-primscrn-pri-indfb-draw-mmap-wc: SUCCESS (0.785s)
Subtest fbc-1p-primscrn-pri-indfb-draw-pwrite: SUCCESS (0.937s)
Subtest fbc-1p-primscrn-pri-indfb-draw-blt: SUCCESS (0.852s)
Subtest fbc-1p-primscrn-pri-indfb-draw-render: SUCCESS (0.848s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu: SUCCESS (0.848s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt: SUCCESS (0.773s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: SUCCESS (0.761s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-pwrite: SUCCESS (1.196s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-blt: SUCCESS (0.861s)
Subtest fbc-1p-primscrn-pri-shrfb-draw-render: SUCCESS (0.832s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-cpu: SUCCESS (1.296s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-gtt: SUCCESS (0.919s)
Subtest fbc-1p-primscrn-cur-indfb-draw-mmap-wc: SUCCESS (0.919s)
Subtest fbc-1p-primscrn-cur-indfb-draw-pwrite: SUCCESS (0.936s)
Subtest fbc-1p-primscrn-cur-indfb-draw-blt: SUCCESS (0.918s)
Subtest fbc-1p-primscrn-cur-indfb-draw-render: SUCCESS (0.907s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-cpu: SUCCESS (0.927s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: SUCCESS (0.936s)
Subtest fbc-1p-primscrn-spr-indfb-draw-mmap-wc: SUCCESS (0.934s)
Subtest fbc-1p-primscrn-spr-indfb-draw-pwrite: SUCCESS (0.935s)
Subtest fbc-1p-primscrn-spr-indfb-draw-blt: SUCCESS (0.927s)
Subtest fbc-1p-primscrn-spr-indfb-draw-render: SUCCESS (0.935s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-cpu: SUCCESS (0.466s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-gtt: SUCCESS (0.454s)
Subtest fbc-1p-offscren-pri-indfb-draw-mmap-wc: SUCCESS (0.465s)
Subtest fbc-1p-offscren-pri-indfb-draw-pwrite: SUCCESS (0.472s)
Subtest fbc-1p-offscren-pri-indfb-draw-blt: SUCCESS (0.451s)
Subtest fbc-1p-offscren-pri-indfb-draw-render: SUCCESS (0.465s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-cpu: SUCCESS (0.609s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-gtt: SUCCESS (0.565s)
Subtest fbc-1p-offscren-pri-shrfb-draw-mmap-wc: SUCCESS (0.582s)
Subtest fbc-1p-offscren-pri-shrfb-draw-pwrite: SUCCESS (1.199s)
Subtest fbc-1p-offscren-pri-shrfb-draw-blt: SUCCESS (0.678s)
Subtest fbc-1p-offscren-pri-shrfb-draw-render: SUCCESS (0.527s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-pri-shrfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-pri-shrfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-draw-render: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-cpu: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-pwrite: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-draw-render: SKIP (0.000s)
Subtest fbc-1p-primscrn-indfb-pgflip-blt: SUCCESS (0.803s)
Subtest fbc-1p-primscrn-indfb-evflip-blt: SUCCESS (0.803s)
Subtest fbc-1p-primscrn-indfb-msflip-blt: SUCCESS (0.803s)
Subtest fbc-1p-primscrn-indfb-plflip-blt: SUCCESS (0.870s)
Subtest fbc-1p-primscrn-shrfb-pgflip-blt: SUCCESS (0.825s)
Subtest fbc-1p-primscrn-shrfb-evflip-blt: SUCCESS (0.874s)
Subtest fbc-1p-primscrn-shrfb-msflip-blt: SUCCESS (0.865s)
Subtest fbc-1p-primscrn-shrfb-plflip-blt: SUCCESS (0.913s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-indfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-shrfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-indfb-plflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-pgflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-evflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-msflip-blt: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-shrfb-plflip-blt: SKIP (0.000s)
Subtest fbc-1p-indfb-fliptrack: SUCCESS (1.425s)
Subtest fbc-1p-shrfb-fliptrack: SUCCESS (1.415s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-indfb-fliptrack: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-shrfb-fliptrack: SKIP (0.000s)
Subtest fbc-1p-primscrn-cur-indfb-move: SUCCESS (1.796s)
Subtest fbc-1p-primscrn-cur-indfb-onoff: SUCCESS (1.044s)
Subtest fbc-1p-primscrn-spr-indfb-move: SUCCESS (1.187s)
Subtest fbc-1p-primscrn-spr-indfb-onoff: SUCCESS (1.115s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-cur-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-cur-indfb-onoff: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-move: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-onoff: SKIP (0.000s)
Subtest fbc-1p-primscrn-spr-indfb-fullscreen failed.
**** DEBUG ****
(kms_frontbuffer_tracking:2180) DEBUG: Test requirement passed: fbc.can_test
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
(kms_frontbuffer_tracking:2180) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2180) DEBUG: Rect 0 CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:2180) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:2180) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:2180) igt-core-INFO: Timed out: CRC reading
**** END ****
Timed out: CRC reading
Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.831s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-primscrn-spr-indfb-fullscreen: SKIP (0.000s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-scndscrn-spr-indfb-fullscreen: SKIP (0.000s)
Subtest fbc-1p-pri-indfb-multidraw: SUCCESS (12.340s)
Test requirement not met in function check_test_requirements, file kms_frontbuffer_tracking.c:1816:
Test requirement: scnd_mode_params.connector_id
Can't test dual pipes with the current outputs
Subtest fbc-2p-pri-indfb-multidraw: SKIP (0.000s)
Subtest fbc-farfromfence: SUCCESS (1.054s)
Subtest fbc-rgb565-draw-mmap-cpu: SUCCESS (1.592s)
Subtest fbc-rgb101010-draw-mmap-cpu: SUCCESS (2.382s)
Subtest fbc-rgb565-draw-mmap-gtt: SUCCESS (0.745s)
Subtest fbc-rgb101010-draw-mmap-gtt: SUCCESS (2.228s)
Subtest fbc-rgb565-draw-mmap-wc: SUCCESS (0.791s)
Subtest fbc-rgb101010-draw-mmap-wc: SUCCESS (2.215s)
Subtest fbc-rgb565-draw-pwrite: SUCCESS (0.900s)
Subtest fbc-rgb101010-draw-pwrite: SUCCESS (2.221s)
Subtest fbc-rgb565-draw-blt: SUCCESS (0.834s)
Subtest fbc-rgb101010-draw-blt: SUCCESS (2.205s)
Test requirement not met in function draw_rect_render, file igt_draw.c:484:
Test requirement: !(rect->x % (32 / buf->bpp) != 0 || rect->y % (32 / buf->bpp) != 0 || rect->w % (32 / buf->bpp) != 0 || rect->h % (32 / buf->bpp) != 0)
Subtest fbc-rgb565-draw-render: SKIP (0.572s)
Subtest fbc-rgb101010-draw-render: SUCCESS (2.202s)
Test requirement not met in function scaledprimary_subtest, file kms_frontbuffer_tracking.c:2701:
Test requirement: intel_gen(intel_get_drm_devid(drm.fd)) >= 9
Can't test primary plane scaling before gen 9
Subtest fbc-indfb-scaledprimary: SKIP (0.000s)
Test requirement not met in function scaledprimary_subtest, file kms_frontbuffer_tracking.c:2701:
Test requirement: intel_gen(intel_get_drm_devid(drm.fd)) >= 9
Can't test primary plane scaling before gen 9
Subtest fbc-shrfb-scaledprimary: SKIP (0.000s)
Subtest fbc-modesetfrombusy: SUCCESS (6.060s)
Subtest fbc-badstride: SUCCESS (6.258s)
Subtest fbc-stridechange: SUCCESS (0.937s)
Subtest fbc-tilingchange: SUCCESS (9.442s)
Test requirement not met in function igt_system_suspend_autoresume, file igt_aux.c:681:
Test requirement: system("rtcwake -n -s 15 -m mem" SQUELCH) == 0
Subtest fbc-suspend: SKIP (5.256s)
[-- Attachment #4: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 18:50 ` Zanoni, Paulo R
2016-05-05 19:59 ` Daniel Vetter
@ 2016-05-05 22:54 ` Stefan Richter
2016-05-05 23:55 ` Zanoni, Paulo R
2016-05-08 10:18 ` Stefan Richter
2 siblings, 1 reply; 13+ messages in thread
From: Stefan Richter @ 2016-05-05 22:54 UTC (permalink / raw)
To: Zanoni, Paulo R
Cc: airlied@redhat.com, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Vetter, Daniel
On May 05 Zanoni, Paulo R wrote:
> Em Qui, 2016-05-05 às 19:45 +0200, Stefan Richter escreveu:
> > Oh, and in case you - the person reading this commit message - found
> > this commit through git bisect, please do the following:
> > - Check your dmesg and see if there are error messages mentioning
> > underruns around the time your problem started happening.
> >
> > Well, I always had the followings lines in dmesg:
> > [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
> > [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
>
> Oh, well... I had a patch that would just disable FBC in case we saw a
> FIFO underrun, but it was rejected. Maybe this is the time to think
> about it again? Otherwise, I can't think of much besides disabling FBC
> on HSW until all the underruns and watermarks regressions are fixed
> forever.
Just to be clear though, I know that these messages are emitted when the
monitor is switched on, and when sddm is being shut down --- but I do not
know whether there is any sort of underrun when I get the FBC related
freeze (since I just don't get any kernel messages at that point).
Is there a chance that a serial console would fare better than
netconsole? This board and another PC in its vicinity have got onboard
serial ports but I don't have cables at the moment.
> > - Download intel-gpu-tools, compile it, and run:
> > $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*' 2>&1 | tee fbc.txt
> > Then send us the fbc.txt file, especially if you get a failure.
> > This will really maximize your chances of getting the bug fixed
> > quickly.
> >
> > Do you need this while FBC is enabled, or can I run it while FBC is
> > disabled?
>
> FBC enabled. Considering your description, my hope is that maybe some
> specific subtest will be able to hang your machine, so testing this
> again will require only running the specific subtest instead of waiting
> 18 hours.
The kms_frontbuffer_tracking runs from which I posted output two hours
ago did not trigger a lockup.
(I ran them while X11 was shut down because otherwise
kms_frontbuffer_tracking would skip all tests with "Can't become DRM
master, please check if no other DRM client is running.")
> > PS:
> > I am mentioning the following just in case that it has any relationship
> > with the FBC related kernel freezes. Maybe it doesn't... There is
> > another recent regression on this PC, but I have not yet figured out
> > whether it was introduced by any particular kernel version. The
> > regression is: When switching from X11 to text console by [Ctrl][Alt][Fx]
> > or by shutting down sddm, I often only get a blank screen. I suspect
> > that this regression was introduced when I replaced kdm by sddm, but
> > I am not sure about that.
>
> Maybe there is some relationship, since this operation involves a mode
> change. You can also try checking dmesg to see if there are underruns
> right when you do the change.
Yes, this is accompanied by
[drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
[drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
--
Stefan Richter
-======----- -=-= --=-=
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Intel-gfx] Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 19:59 ` Daniel Vetter
@ 2016-05-05 22:56 ` Stefan Richter
0 siblings, 0 replies; 13+ messages in thread
From: Stefan Richter @ 2016-05-05 22:56 UTC (permalink / raw)
To: Daniel Vetter
Cc: Zanoni, Paulo R, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
airlied@redhat.com, Vetter, Daniel
On May 05 Daniel Vetter wrote:
> Hm, if it's watermarks then testing with latest drm-intel-nightly would be
> interesting. We finally managed to land atomic watermark updates (should
> all be there in 4.7 too):
>
> https://cgit.freedesktop.org/drm-intel
I will see if I can test this sometime soon.
--
Stefan Richter
-======----- -=-= --==-
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 22:54 ` Stefan Richter
@ 2016-05-05 23:55 ` Zanoni, Paulo R
0 siblings, 0 replies; 13+ messages in thread
From: Zanoni, Paulo R @ 2016-05-05 23:55 UTC (permalink / raw)
To: stefanr@s5r6.in-berlin.de
Cc: airlied@redhat.com, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Vetter, Daniel
Em Sex, 2016-05-06 às 00:54 +0200, Stefan Richter escreveu:
> On May 05 Zanoni, Paulo R wrote:
> >
> > Em Qui, 2016-05-05 às 19:45 +0200, Stefan Richter escreveu:
> > >
> > > Oh, and in case you - the person reading this commit message
> > > - found
> > > this commit through git bisect, please do the following:
> > > - Check your dmesg and see if there are error messages
> > > mentioning
> > > underruns around the time your problem started happening.
> > >
> > > Well, I always had the followings lines in dmesg:
> > > [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared
> > > fifo underrun on pipe A
> > > [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO
> > > underrun
> > Oh, well... I had a patch that would just disable FBC in case we
> > saw a
> > FIFO underrun, but it was rejected. Maybe this is the time to think
> > about it again? Otherwise, I can't think of much besides disabling
> > FBC
> > on HSW until all the underruns and watermarks regressions are fixed
> > forever.
> Just to be clear though, I know that these messages are emitted when
> the
> monitor is switched on, and when sddm is being shut down --- but I do
> not
> know whether there is any sort of underrun when I get the FBC related
> freeze (since I just don't get any kernel messages at that point).
The fact that underruns have occurred earlier is enough to know that
something is wrong (most probably, bad watermarks): we stop reporting
underruns once we get the first one. In addition, we already know that
FBC has the tendency to amplify apparently-harmless FIFO underruns into
black screens, and I wouldn't be surprised to learn that it could also
cause full machine lockups.
>
> Is there a chance that a serial console would fare better than
> netconsole? This board and another PC in its vicinity have got
> onboard
> serial ports but I don't have cables at the moment.
In the past, for some specific cases not related to FBC, I had more
luck with serial console than with netconsole. But if this is really
caused by FBC and watermarks, I don't think you'll be able to grab any
specific message at the time of the machine hang. OTOH, if something
actually shows up, it could help invalidate our current assumption of
the relationship between the problem and FBC and underruns.
>
> >
> > >
> > > - Download intel-gpu-tools, compile it, and run:
> > > $ sudo ./tests/kms_frontbuffer_tracking --run-subtest
> > > '*fbc-*' 2>&1 | tee fbc.txt
> > > Then send us the fbc.txt file, especially if you get a
> > > failure.
> > > This will really maximize your chances of getting the bug
> > > fixed
> > > quickly.
> > >
> > > Do you need this while FBC is enabled, or can I run it while FBC
> > > is
> > > disabled?
> > FBC enabled. Considering your description, my hope is that maybe
> > some
> > specific subtest will be able to hang your machine, so testing this
> > again will require only running the specific subtest instead of
> > waiting
> > 18 hours.
> The kms_frontbuffer_tracking runs from which I posted output two
> hours
> ago did not trigger a lockup.
>
> (I ran them while X11 was shut down because otherwise
> kms_frontbuffer_tracking would skip all tests with "Can't become DRM
> master, please check if no other DRM client is running.")
Yes, this is the correct way.
>
> >
> > >
> > > PS:
> > > I am mentioning the following just in case that it has any
> > > relationship
> > > with the FBC related kernel freezes. Maybe it doesn't... There
> > > is
> > > another recent regression on this PC, but I have not yet figured
> > > out
> > > whether it was introduced by any particular kernel version. The
> > > regression is: When switching from X11 to text console by
> > > [Ctrl][Alt][Fx]
> > > or by shutting down sddm, I often only get a blank screen. I
> > > suspect
> > > that this regression was introduced when I replaced kdm by sddm,
> > > but
> > > I am not sure about that.
> > Maybe there is some relationship, since this operation involves a
> > mode
> > change. You can also try checking dmesg to see if there are
> > underruns
> > right when you do the change.
> Yes, this is accompanied by
> [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo
> underrun on pipe A
> [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO
> underrun
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 20:45 ` Stefan Richter
@ 2016-05-06 6:37 ` Daniel Vetter
2016-05-08 11:44 ` Stefan Richter
0 siblings, 1 reply; 13+ messages in thread
From: Daniel Vetter @ 2016-05-06 6:37 UTC (permalink / raw)
To: Stefan Richter
Cc: Paulo Zanoni, intel-gfx, linux-kernel, dri-devel, Dave Airlie,
Daniel Vetter
On Thu, May 05, 2016 at 10:45:31PM +0200, Stefan Richter wrote:
> On May 05 Stefan Richter wrote:
> > Quoting the changelog of the commit:
> [...]
> > - Download intel-gpu-tools, compile it, and run:
> > $ sudo ./tests/kms_frontbuffer_tracking --run-subtest '*fbc-*' 2>&1 | tee fbc.txt
> > Then send us the fbc.txt file, especially if you get a failure.
>
> Attached are results of kms_frontbuffer_tracking from current
> intel-gpu-tools.git (intel-gpu-tools-1.14-273-gb4b2ac346c92), taken on
> kernel v4.5.2 and on v4.6-rc5.
> Subtest fbc-1p-primscrn-spr-indfb-fullscreen failed.
> **** DEBUG ****
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: fbc.can_test
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Rect 0 CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
> (kms_frontbuffer_tracking:2266) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=7, pitch=10240)
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
> (kms_frontbuffer_tracking:2266) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
> (kms_frontbuffer_tracking:2266) igt-core-INFO: Timed out: CRC reading
> **** END ****
> Timed out: CRC reading
> Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.876s)
This one failed in both runs. Can you please retest with just that using
# kms_frontbuffer_tracking --run-subtest fbc-1p-primscrn-spr-indfb-fullscreen
Also please boot with drm.debug=0xe and grab the full dmesg of just that
single subtest. There's definitely something going wrong here.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-05 18:50 ` Zanoni, Paulo R
2016-05-05 19:59 ` Daniel Vetter
2016-05-05 22:54 ` Stefan Richter
@ 2016-05-08 10:18 ` Stefan Richter
2016-05-08 11:20 ` Stefan Richter
2 siblings, 1 reply; 13+ messages in thread
From: Stefan Richter @ 2016-05-08 10:18 UTC (permalink / raw)
To: Zanoni, Paulo R
Cc: airlied@redhat.com, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Vetter, Daniel
On May 05 Zanoni, Paulo R wrote:
> If you don't want to keep carrying a manual revert, you can just boot
> with i915.enable_fbc=0 for now (or write a /etc/modprobe.d file). Also,
> it would be good to know in case you still somehow see the machine
> hangs even with FBC disabled.
As expected, i915.enable_fbc=0 works fine.
No freeze within 2.5 days uptime; tested on v4.6-rc6.
--
Stefan Richter
-======----- -=-= -=---
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-08 10:18 ` Stefan Richter
@ 2016-05-08 11:20 ` Stefan Richter
0 siblings, 0 replies; 13+ messages in thread
From: Stefan Richter @ 2016-05-08 11:20 UTC (permalink / raw)
To: Zanoni, Paulo R
Cc: airlied@redhat.com, intel-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Vetter, Daniel
On May 08 Stefan Richter wrote:
> On May 05 Zanoni, Paulo R wrote:
> > If you don't want to keep carrying a manual revert, you can just boot
> > with i915.enable_fbc=0 for now (or write a /etc/modprobe.d file). Also,
> > it would be good to know in case you still somehow see the machine
> > hangs even with FBC disabled.
>
> As expected, i915.enable_fbc=0 works fine.
> No freeze within 2.5 days uptime; tested on v4.6-rc6.
Furthermore, I checked out drm-intel.git (v4.6-rc6-962-g91567024d358
"drm-intel-nightly: 2016y-05m-06d-14h-29m-58s UTC integration manifest")
and applied "git diff v4.6-rc6..." on top of v4.6-rc6.
I booted the result once with default i915.enable_fbc, i.e. FBC enabled,
performed the test which Daniel asked for (I will post the results in
another message), then started X11.
- The good news: I was able to switch back and forth between the sddm
greeter screen on tty7, the text consoles at tty1...6, and the logger
at tty12 --- without getting any FIFO underrun messages and without
getting stuck with a blank screen.
- The bad news: Less than a minute after login into sddm, just after
having started openbox + lxpanel + konsole, the kernel froze again
without netconsole output.
I am now on 4.6.0-rc6+intel-drm-nightly with i915.enable_fbc=0. This is
running fine so far. (uptime is just 30 minutes now though, so that
doesn't say a lot.) Again, switching between ttys works without FIFO
underruns, unlike plain v4.6-rc6. Not sure if it is coincidence or if
this is because somebody fixed something.
Like v4.6-rc6 and older,4.6.0-rc6+intel-drm-nightly still exhibits the
following behaviour: If I switch the displayport connected monitor off
and on again, the following messages are logged when the monitor comes on:
[drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
[drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
Other than these messages, there is nothing extraordinary going on.
--
Stefan Richter
-======----- -=-= -=---
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-06 6:37 ` Daniel Vetter
@ 2016-05-08 11:44 ` Stefan Richter
2016-05-08 11:49 ` Stefan Richter
0 siblings, 1 reply; 13+ messages in thread
From: Stefan Richter @ 2016-05-08 11:44 UTC (permalink / raw)
To: Daniel Vetter
Cc: Paulo Zanoni, intel-gfx, linux-kernel, dri-devel, Dave Airlie,
Daniel Vetter
On May 06 Daniel Vetter wrote:
> On Thu, May 05, 2016 at 10:45:31PM +0200, Stefan Richter wrote:
[...]
> > Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.876s)
>
> This one failed in both runs. Can you please retest with just that using
>
> # kms_frontbuffer_tracking --run-subtest fbc-1p-primscrn-spr-indfb-fullscreen
>
> Also please boot with drm.debug=0xe and grab the full dmesg of just that
> single subtest. There's definitely something going wrong here.
I performed this test with
- plain v4.6-rc6,
- v4.6-rc6 patched with drm-intel-nightly (2016y-05m-06d-14h-29m-58s).
On v4.6-rc6, the test failed thus:
-------- 8< --------
Subtest fbc-1p-primscrn-spr-indfb-fullscreen failed.
**** DEBUG ****
(kms_frontbuffer_tracking:1914) DEBUG: Test requirement passed: fbc.can_test
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=6, pitch=10240)
(kms_frontbuffer_tracking:1914) DEBUG: Blue CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=6, pitch=10240)
(kms_frontbuffer_tracking:1914) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:1914) DEBUG: Rect 0 CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) igt-draw-DEBUG: Test requirement passed: intel_gen(intel_get_drm_devid(fd)) >= 5
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[2ca73d01 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(width=2560, height=1440, format=0x34325258, tiling=0x100000000000001, size=14745600)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) drmtest-DEBUG: Test requirement passed: is_i915_device(fd) && has_known_intel_chipset(fd)
(kms_frontbuffer_tracking:1914) igt-fb-DEBUG: igt_create_fb_with_bo_size(handle=6, pitch=10240)
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) DEBUG: Test requirement passed: !fbc_not_enough_stolen()
(kms_frontbuffer_tracking:1914) DEBUG: Calculated CRC: pipe:[febb8b20 00000000 00000000 00000000 00000000] sink:[unsupported!]
(kms_frontbuffer_tracking:1914) igt-core-INFO: Timed out: CRC reading
**** END ****
IGT-Version: 1.14-gc03a8ae6bf2f (x86_64) (Linux: 4.6.0-rc6 x86_64)
Primary screen: DP 2560x1440, crtc 26
FBC last action not supported
Can't test PSR: no usable eDP screen.
Sink CRC not supported: primary screen is not eDP
Timed out: CRC reading
Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.806s)
-------- >8 --------
On v4.6-rc6 plus drm-intel-nightly, the test apparently passed:
-------- 8< --------
IGT-Version: 1.14-gc03a8ae6bf2f (x86_64) (Linux: 4.6.0-rc6+intel-drm-nightly x86_64)
Primary screen: DP 2560x1440, crtc 26
FBC last action not supported
Can't test PSR: no usable eDP screen.
Sink CRC not supported: primary screen is not eDP
Subtest fbc-1p-primscrn-spr-indfb-fullscreen: SUCCESS (1.018s)
-------- >8 --------
I will send the kernel messages from each of these two tests in a reply to
intel-gfx@lists.freedesktop.org only.
--
Stefan Richter
-======----- -=-= -=---
http://arcgraph.de/sr/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
2016-05-08 11:44 ` Stefan Richter
@ 2016-05-08 11:49 ` Stefan Richter
0 siblings, 0 replies; 13+ messages in thread
From: Stefan Richter @ 2016-05-08 11:49 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Paulo Zanoni, Dave Airlie
[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]
On May 08 Stefan Richter wrote:
> On May 06 Daniel Vetter wrote:
> > On Thu, May 05, 2016 at 10:45:31PM +0200, Stefan Richter wrote:
> [...]
> > > Subtest fbc-1p-primscrn-spr-indfb-fullscreen: FAIL (5.876s)
> >
> > This one failed in both runs. Can you please retest with just that using
> >
> > # kms_frontbuffer_tracking --run-subtest fbc-1p-primscrn-spr-indfb-fullscreen
> >
> > Also please boot with drm.debug=0xe and grab the full dmesg of just that
> > single subtest. There's definitely something going wrong here.
>
> I performed this test with
> - plain v4.6-rc6,
> - v4.6-rc6 patched with drm-intel-nightly (2016y-05m-06d-14h-29m-58s).
>
> On v4.6-rc6, the test failed thus:
[...]
> On v4.6-rc6 plus drm-intel-nightly, the test apparently passed:
[...]
> I will send the kernel messages from each of these two tests in a reply to
> intel-gfx@lists.freedesktop.org only.
Attached are the kernel logs from the two test runs.
Do you need to see the kernel messages from before the test started too?
--
Stefan Richter
-======----- -=-= -=---
http://arcgraph.de/sr/
[-- Attachment #2: dmesg-4.6.0-rc6.txt --]
[-- Type: text/plain, Size: 26770 bytes --]
[ 0.000000] Linux version 4.6.0-rc6 (stefan@kant) (gcc version 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5) ) #2 SMP PREEMPT Fri May 6 00:25:46 CEST 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.6.0-rc6 root=/dev/sda4 ro rootflags=subvol=@ drm.debug=0xe
# ...
[ 358.434393] kms_frontbuffer_tracking: executing
[ 358.436374] [drm:i915_gem_open]
[ 358.436656] [drm:i915_gem_open]
[ 358.436669] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 358.436672] [drm:drm_mode_getresources] [CRTC:26:crtc-0]
[ 358.436673] [drm:drm_mode_getresources] [CRTC:30:crtc-1]
[ 358.436674] [drm:drm_mode_getresources] [CRTC:34:crtc-2]
[ 358.436675] [drm:drm_mode_getresources] [ENCODER:37:DAC-37]
[ 358.436676] [drm:drm_mode_getresources] [ENCODER:38:TMDS-38]
[ 358.436677] [drm:drm_mode_getresources] [ENCODER:40:DP MST-40]
[ 358.436678] [drm:drm_mode_getresources] [ENCODER:41:DP MST-41]
[ 358.436678] [drm:drm_mode_getresources] [ENCODER:42:DP MST-42]
[ 358.436679] [drm:drm_mode_getresources] [ENCODER:47:TMDS-47]
[ 358.436680] [drm:drm_mode_getresources] [ENCODER:49:TMDS-49]
[ 358.436681] [drm:drm_mode_getresources] [ENCODER:51:DP MST-51]
[ 358.436682] [drm:drm_mode_getresources] [ENCODER:52:DP MST-52]
[ 358.436682] [drm:drm_mode_getresources] [ENCODER:53:DP MST-53]
[ 358.436683] [drm:drm_mode_getresources] [CONNECTOR:36:VGA-1]
[ 358.436684] [drm:drm_mode_getresources] [CONNECTOR:39:DP-1]
[ 358.436685] [drm:drm_mode_getresources] [CONNECTOR:45:HDMI-A-1]
[ 358.436686] [drm:drm_mode_getresources] [CONNECTOR:48:HDMI-A-2]
[ 358.436687] [drm:drm_mode_getresources] [CONNECTOR:50:DP-2]
[ 358.436687] [drm:drm_mode_getresources] [CONNECTOR:54:HDMI-A-3]
[ 358.436688] [drm:drm_mode_getresources] CRTC[3] CONNECTORS[6] ENCODERS[10]
[ 358.436693] [drm:drm_mode_getconnector] [CONNECTOR:36:?]
[ 358.436695] [drm:drm_mode_getconnector] [CONNECTOR:36:?]
[ 358.436697] [drm:drm_mode_getconnector] [CONNECTOR:39:?]
[ 358.436701] [drm:drm_mode_getconnector] [CONNECTOR:39:?]
[ 358.436709] [drm:drm_mode_getconnector] [CONNECTOR:45:?]
[ 358.436710] [drm:drm_mode_getconnector] [CONNECTOR:45:?]
[ 358.436712] [drm:drm_mode_getconnector] [CONNECTOR:48:?]
[ 358.436713] [drm:drm_mode_getconnector] [CONNECTOR:48:?]
[ 358.436715] [drm:drm_mode_getconnector] [CONNECTOR:50:?]
[ 358.436716] [drm:drm_mode_getconnector] [CONNECTOR:50:?]
[ 358.436718] [drm:drm_mode_getconnector] [CONNECTOR:54:?]
[ 358.436719] [drm:drm_mode_getconnector] [CONNECTOR:54:?]
[ 358.436821] [drm:drm_mode_addfb2] [FB:79]
[ 358.436829] [drm:drm_mode_addfb2] [FB:80]
[ 358.436840] [drm:drm_mode_addfb2] [FB:81]
[ 358.436851] [drm:drm_mode_addfb2] [FB:82]
[ 358.436863] [drm:drm_mode_addfb2] [FB:83]
[ 358.437186] kms_frontbuffer_tracking: starting subtest fbc-1p-primscrn-spr-indfb-fullscreen
[ 358.437214] Setting dangerous option i915.enable_fbc - tainting kernel
[ 358.437223] Setting dangerous option i915.enable_psr - tainting kernel
[ 358.437228] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.437245] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 358.437249] [drm:intel_disable_pipe] disabling pipe A
[ 358.451607] [drm:__intel_fbc_disable] Disabling FBC on pipe A
[ 358.451617] [drm:intel_power_well_disable] disabling always-on
[ 358.451618] [drm:intel_power_well_disable] disabling display
[ 358.451620] [drm:hsw_set_power_well] Requesting to disable the power well
[ 358.451624] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.451625] [drm:intel_power_well_enable] enabling always-on
[ 358.451626] [drm:intel_power_well_disable] disabling always-on
[ 358.451628] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.451629] [drm:intel_power_well_enable] enabling always-on
[ 358.451630] [drm:intel_power_well_disable] disabling always-on
[ 358.451631] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.451632] [drm:intel_power_well_enable] enabling always-on
[ 358.451633] [drm:intel_power_well_disable] disabling always-on
[ 358.451634] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.451635] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.451635] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.451636] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.451637] [drm:intel_power_well_enable] enabling always-on
[ 358.451638] [drm:intel_power_well_disable] disabling always-on
[ 358.451639] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.451640] [drm:intel_power_well_enable] enabling always-on
[ 358.451641] [drm:intel_power_well_disable] disabling always-on
[ 358.451642] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.451642] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.451643] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.451646] [drm:check_crtc_state] [CRTC:26]
[ 358.451647] [drm:intel_power_well_enable] enabling always-on
[ 358.451648] [drm:intel_power_well_disable] disabling always-on
[ 358.451650] [drm:check_shared_dpll_state] WRPLL 1
[ 358.451651] [drm:intel_power_well_enable] enabling always-on
[ 358.451652] [drm:intel_power_well_disable] disabling always-on
[ 358.451653] [drm:check_shared_dpll_state] WRPLL 2
[ 358.451653] [drm:intel_power_well_enable] enabling always-on
[ 358.451654] [drm:intel_power_well_disable] disabling always-on
[ 358.451655] [drm:check_shared_dpll_state] SPLL
[ 358.451656] [drm:intel_power_well_enable] enabling always-on
[ 358.451657] [drm:intel_power_well_disable] disabling always-on
[ 358.451674] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 358.451687] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 358.451744] [drm:drm_mode_addfb2] [FB:77]
[ 358.457158] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.457162] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 358.457170] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 358.457171] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 358.457172] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 358.457175] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 358.457176] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 358.457177] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 358.457178] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f9067800 for pipe A
[ 358.457179] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 358.457180] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 358.457180] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 358.457181] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 358.457182] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 358.457183] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 358.457183] [drm:intel_dump_pipe_config] requested mode:
[ 358.457185] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.457185] [drm:intel_dump_pipe_config] adjusted mode:
[ 358.457187] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.457188] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 358.457188] [drm:intel_dump_pipe_config] port clock: 270000
[ 358.457189] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 358.457190] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 358.457190] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 358.457191] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 358.457192] [drm:intel_dump_pipe_config] ips: 0
[ 358.457192] [drm:intel_dump_pipe_config] double wide: 0
[ 358.457193] [drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 358.457194] [drm:intel_dump_pipe_config] planes on this crtc
[ 358.457195] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 358.457196] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 358.457196] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 358.460788] [drm:intel_power_well_enable] enabling display
[ 358.460789] [drm:hsw_set_power_well] Enabling power well
[ 358.462163] [drm:intel_power_well_enable] enabling always-on
[ 358.463235] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 358.463236] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 358.463237] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 358.463851] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 358.466161] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 358.466343] [drm:intel_enable_pipe] enabling pipe A
[ 358.466374] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 358.466375] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 358.483163] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.483167] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.483169] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.483170] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.483171] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.483172] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.483172] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.483173] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.483174] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.483175] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.483176] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.483177] [drm:check_crtc_state] [CRTC:26]
[ 358.483184] [drm:check_shared_dpll_state] WRPLL 1
[ 358.483186] [drm:check_shared_dpll_state] WRPLL 2
[ 358.483187] [drm:check_shared_dpll_state] SPLL
[ 358.483218] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 358.533233] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 358.549904] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.549916] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 358.549919] [drm:intel_disable_pipe] disabling pipe A
[ 358.567724] [drm:intel_power_well_disable] disabling always-on
[ 358.567726] [drm:intel_power_well_disable] disabling display
[ 358.567728] [drm:hsw_set_power_well] Requesting to disable the power well
[ 358.567731] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.567732] [drm:intel_power_well_enable] enabling always-on
[ 358.567733] [drm:intel_power_well_disable] disabling always-on
[ 358.567734] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.567735] [drm:intel_power_well_enable] enabling always-on
[ 358.567736] [drm:intel_power_well_disable] disabling always-on
[ 358.567737] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.567737] [drm:intel_power_well_enable] enabling always-on
[ 358.567738] [drm:intel_power_well_disable] disabling always-on
[ 358.567739] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.567740] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.567740] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.567741] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.567742] [drm:intel_power_well_enable] enabling always-on
[ 358.567742] [drm:intel_power_well_disable] disabling always-on
[ 358.567743] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.567744] [drm:intel_power_well_enable] enabling always-on
[ 358.567745] [drm:intel_power_well_disable] disabling always-on
[ 358.567745] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.567746] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.567747] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.567749] [drm:check_crtc_state] [CRTC:26]
[ 358.567749] [drm:intel_power_well_enable] enabling always-on
[ 358.567750] [drm:intel_power_well_disable] disabling always-on
[ 358.567751] [drm:check_shared_dpll_state] WRPLL 1
[ 358.567752] [drm:intel_power_well_enable] enabling always-on
[ 358.567753] [drm:intel_power_well_disable] disabling always-on
[ 358.567753] [drm:check_shared_dpll_state] WRPLL 2
[ 358.567754] [drm:intel_power_well_enable] enabling always-on
[ 358.567755] [drm:intel_power_well_disable] disabling always-on
[ 358.567756] [drm:check_shared_dpll_state] SPLL
[ 358.567756] [drm:intel_power_well_enable] enabling always-on
[ 358.567757] [drm:intel_power_well_disable] disabling always-on
[ 358.567769] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 358.567779] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 358.568588] [drm:drm_mode_addfb2] [FB:77]
[ 358.624974] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.624979] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 358.624988] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 358.624989] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 358.624991] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 358.624994] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 358.624995] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 358.624996] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 358.624998] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f9065c00 for pipe A
[ 358.624998] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 358.624999] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 358.625000] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 358.625001] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 358.625001] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 358.625002] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 358.625003] [drm:intel_dump_pipe_config] requested mode:
[ 358.625004] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.625005] [drm:intel_dump_pipe_config] adjusted mode:
[ 358.625006] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.625007] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 358.625007] [drm:intel_dump_pipe_config] port clock: 270000
[ 358.625008] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 358.625009] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 358.625009] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 358.625010] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 358.625011] [drm:intel_dump_pipe_config] ips: 0
[ 358.625011] [drm:intel_dump_pipe_config] double wide: 0
[ 358.625012] [drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 358.625013] [drm:intel_dump_pipe_config] planes on this crtc
[ 358.625014] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 358.625015] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 358.625016] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 358.631280] [drm:intel_power_well_enable] enabling display
[ 358.631281] [drm:hsw_set_power_well] Enabling power well
[ 358.633155] [drm:intel_power_well_enable] enabling always-on
[ 358.634241] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 358.634243] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 358.634243] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 358.634857] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 358.637805] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 358.637989] [drm:intel_enable_pipe] enabling pipe A
[ 358.638019] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 358.638020] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 358.654763] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.654768] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.654770] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.654771] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.654772] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.654772] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.654773] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.654774] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.654775] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.654776] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.654776] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.654777] [drm:check_crtc_state] [CRTC:26]
[ 358.654785] [drm:check_shared_dpll_state] WRPLL 1
[ 358.654786] [drm:check_shared_dpll_state] WRPLL 2
[ 358.654787] [drm:check_shared_dpll_state] SPLL
[ 358.654820] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 358.704860] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 358.721517] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.721529] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 358.721532] [drm:intel_disable_pipe] disabling pipe A
[ 358.739721] [drm:intel_power_well_disable] disabling always-on
[ 358.739723] [drm:intel_power_well_disable] disabling display
[ 358.739725] [drm:hsw_set_power_well] Requesting to disable the power well
[ 358.739728] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.739729] [drm:intel_power_well_enable] enabling always-on
[ 358.739730] [drm:intel_power_well_disable] disabling always-on
[ 358.739731] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.739732] [drm:intel_power_well_enable] enabling always-on
[ 358.739733] [drm:intel_power_well_disable] disabling always-on
[ 358.739734] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.739734] [drm:intel_power_well_enable] enabling always-on
[ 358.739735] [drm:intel_power_well_disable] disabling always-on
[ 358.739736] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.739737] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.739737] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.739738] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.739739] [drm:intel_power_well_enable] enabling always-on
[ 358.739739] [drm:intel_power_well_disable] disabling always-on
[ 358.739740] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.739741] [drm:intel_power_well_enable] enabling always-on
[ 358.739741] [drm:intel_power_well_disable] disabling always-on
[ 358.739742] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.739743] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.739743] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.739745] [drm:check_crtc_state] [CRTC:26]
[ 358.739746] [drm:intel_power_well_enable] enabling always-on
[ 358.739747] [drm:intel_power_well_disable] disabling always-on
[ 358.739748] [drm:check_shared_dpll_state] WRPLL 1
[ 358.739749] [drm:intel_power_well_enable] enabling always-on
[ 358.739750] [drm:intel_power_well_disable] disabling always-on
[ 358.739750] [drm:check_shared_dpll_state] WRPLL 2
[ 358.739751] [drm:intel_power_well_enable] enabling always-on
[ 358.739752] [drm:intel_power_well_disable] disabling always-on
[ 358.739752] [drm:check_shared_dpll_state] SPLL
[ 358.739753] [drm:intel_power_well_enable] enabling always-on
[ 358.739754] [drm:intel_power_well_disable] disabling always-on
[ 358.739766] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 358.739776] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 358.740569] Setting dangerous option i915.enable_fbc - tainting kernel
[ 358.764181] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 358.764186] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 358.764194] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 358.764195] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 358.764197] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 358.764200] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 358.764201] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 358.764202] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 358.764203] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f909b000 for pipe A
[ 358.764204] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 358.764205] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 358.764206] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 358.764207] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 358.764207] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 358.764208] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 358.764209] [drm:intel_dump_pipe_config] requested mode:
[ 358.764210] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.764211] [drm:intel_dump_pipe_config] adjusted mode:
[ 358.764212] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 358.764213] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 358.764213] [drm:intel_dump_pipe_config] port clock: 270000
[ 358.764214] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 358.764215] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 358.764216] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 358.764216] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 358.764217] [drm:intel_dump_pipe_config] ips: 0
[ 358.764217] [drm:intel_dump_pipe_config] double wide: 0
[ 358.764218] [drm:intel_dump_pipe_config] ddi_pll_sel: 536870912; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 358.764219] [drm:intel_dump_pipe_config] planes on this crtc
[ 358.764220] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 358.764221] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 358.764222] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 358.769735] [drm:intel_power_well_enable] enabling display
[ 358.769736] [drm:hsw_set_power_well] Enabling power well
[ 358.771139] [drm:intel_power_well_enable] enabling always-on
[ 358.772213] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 358.772215] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 358.772216] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 358.772829] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 358.775135] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 358.775315] [drm:intel_enable_pipe] enabling pipe A
[ 358.775322] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 358.775323] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 358.775328] [drm:intel_fbc_alloc_cfb] reserved 14745600 bytes of contiguous stolen space for FBC, threshold: 1
[ 358.775328] [drm:intel_fbc_enable] Enabling FBC on pipe A
[ 358.792080] [drm:intel_connector_check_state] [CONNECTOR:39:DP-1]
[ 358.792085] [drm:check_encoder_state] [ENCODER:37:DAC-37]
[ 358.792087] [drm:check_encoder_state] [ENCODER:38:TMDS-38]
[ 358.792087] [drm:check_encoder_state] [ENCODER:40:DP MST-40]
[ 358.792088] [drm:check_encoder_state] [ENCODER:41:DP MST-41]
[ 358.792089] [drm:check_encoder_state] [ENCODER:42:DP MST-42]
[ 358.792090] [drm:check_encoder_state] [ENCODER:47:TMDS-47]
[ 358.792091] [drm:check_encoder_state] [ENCODER:49:TMDS-49]
[ 358.792092] [drm:check_encoder_state] [ENCODER:51:DP MST-51]
[ 358.792092] [drm:check_encoder_state] [ENCODER:52:DP MST-52]
[ 358.792093] [drm:check_encoder_state] [ENCODER:53:DP MST-53]
[ 358.792094] [drm:check_crtc_state] [CRTC:26]
[ 358.792113] [drm:check_shared_dpll_state] WRPLL 1
[ 358.792114] [drm:check_shared_dpll_state] WRPLL 2
[ 358.792115] [drm:check_shared_dpll_state] SPLL
[ 358.792148] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 358.842151] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 358.858896] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 358.908888] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 358.942217] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 358.992280] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 359.008994] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 359.058998] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 359.075678] [drm:drm_mode_addfb2] [FB:77]
[ 359.092328] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 359.142379] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 359.159124] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 359.209097] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 359.226242] [drm:intel_set_cpu_fifo_underrun_reporting] *ERROR* uncleared fifo underrun on pipe A
[ 359.226253] [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
[ 359.242445] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 364.246039] kms_frontbuffer_tracking: exiting, ret=99
[ 364.246131] Setting dangerous option i915.enable_psr - tainting kernel
[ 364.246148] Setting dangerous option i915.enable_fbc - tainting kernel
[ 364.246175] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[-- Attachment #3: dmesg-4.6.0-rc6+intel-drm-nightly.txt --]
[-- Type: text/plain, Size: 33399 bytes --]
[ 0.000000] Linux version 4.6.0-rc6+intel-drm-nightly (stefan@kant) (gcc version 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5) ) #3 SMP PREEMPT Sun May 8 12:36:26 CEST 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.6.0-rc6+intel-drm-nightly root=/dev/sda4 ro rootflags=subvol=@ drm.debug=0xe
# ...
[ 82.259722] kms_frontbuffer_tracking: executing
[ 82.262264] [drm:i915_gem_open]
[ 82.262743] [drm:i915_gem_open]
[ 82.262940] [drm:drm_mode_addfb2] [FB:79]
[ 82.262953] [drm:drm_mode_addfb2] [FB:80]
[ 82.262969] [drm:drm_mode_addfb2] [FB:81]
[ 82.262984] [drm:drm_mode_addfb2] [FB:82]
[ 82.263007] [drm:drm_mode_addfb2] [FB:83]
[ 82.263449] kms_frontbuffer_tracking: starting subtest fbc-1p-primscrn-spr-indfb-fullscreen
[ 82.263488] Setting dangerous option i915.enable_fbc - tainting kernel
[ 82.263504] Setting dangerous option i915.enable_psr - tainting kernel
[ 82.263577] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.271459] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 82.271467] [drm:intel_disable_pipe] disabling pipe A
[ 82.289945] [drm:__intel_fbc_disable] Disabling FBC on pipe A
[ 82.289949] [drm:intel_disable_shared_dpll] disable LCPLL 1350 (active 1, on? 1) for crtc 26
[ 82.289950] [drm:intel_disable_shared_dpll] disabling LCPLL 1350
[ 82.289954] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.289956] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.289957] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.289958] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.289959] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.289960] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.289961] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.289962] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.289962] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.289963] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.289964] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.289965] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.289966] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.289967] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.289968] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.289969] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.289971] [drm:verify_single_dpll_state] WRPLL 1
[ 82.289972] [drm:verify_single_dpll_state] WRPLL 2
[ 82.289973] [drm:verify_single_dpll_state] SPLL
[ 82.289974] [drm:verify_single_dpll_state] LCPLL 810
[ 82.289975] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.289975] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.289979] [drm:intel_power_well_disable] disabling display
[ 82.289980] [drm:hsw_set_power_well] Requesting to disable the power well
[ 82.289983] [drm:verify_crtc_state] [CRTC:26]
[ 82.289985] [drm:intel_power_well_disable] disabling always-on
[ 82.290002] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 82.290014] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 82.290062] [drm:drm_mode_addfb2] [FB:77]
[ 82.295511] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.295515] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 82.295523] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 82.295524] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 82.295526] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 82.295529] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 82.295529] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 82.295530] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 82.295532] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f6729000 for pipe A
[ 82.295533] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 82.295533] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 82.295534] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 82.295535] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 82.295536] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 82.295536] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 82.295537] [drm:intel_dump_pipe_config] requested mode:
[ 82.295538] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.295539] [drm:intel_dump_pipe_config] adjusted mode:
[ 82.295540] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.295541] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 82.295542] [drm:intel_dump_pipe_config] port clock: 270000
[ 82.295542] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 82.295543] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 82.295544] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 82.295544] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 82.295545] [drm:intel_dump_pipe_config] ips: 0
[ 82.295545] [drm:intel_dump_pipe_config] double wide: 0
[ 82.295546] [drm:intel_dump_pipe_config] ddi_pll_sel: 0x20000000; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 82.295547] [drm:intel_dump_pipe_config] planes on this crtc
[ 82.295548] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 82.295549] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 82.295550] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 82.295553] [drm:intel_reference_shared_dpll] using LCPLL 1350 for pipe A
[ 82.299058] [drm:intel_power_well_enable] enabling always-on
[ 82.299060] [drm:intel_power_well_enable] enabling display
[ 82.299061] [drm:hsw_set_power_well] Enabling power well
[ 82.301100] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.301103] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.301104] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.301105] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.301105] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.301106] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.301107] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.301108] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.301108] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.301109] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.301110] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.301111] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.301112] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.301113] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.301114] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.301115] [drm:verify_single_dpll_state] WRPLL 1
[ 82.301116] [drm:verify_single_dpll_state] WRPLL 2
[ 82.301117] [drm:verify_single_dpll_state] SPLL
[ 82.301118] [drm:verify_single_dpll_state] LCPLL 810
[ 82.301119] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.301119] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.301121] [drm:intel_enable_shared_dpll] enable LCPLL 1350 (active 1, on? 0) for crtc 26
[ 82.301121] [drm:intel_enable_shared_dpll] enabling LCPLL 1350
[ 82.302194] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 82.302196] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 82.302196] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 82.302822] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 82.305771] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 82.305952] [drm:intel_enable_pipe] enabling pipe A
[ 82.305987] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 82.305988] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 82.322737] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.322742] [drm:verify_crtc_state] [CRTC:26]
[ 82.322750] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.322779] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.372829] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.389486] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.406126] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 82.406132] [drm:intel_disable_pipe] disabling pipe A
[ 82.423956] [drm:intel_disable_shared_dpll] disable LCPLL 1350 (active 1, on? 1) for crtc 26
[ 82.423958] [drm:intel_disable_shared_dpll] disabling LCPLL 1350
[ 82.423961] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.423964] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.423965] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.423965] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.423966] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.423967] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.423968] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.423969] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.423969] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.423970] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.423971] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.423972] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.423973] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.423974] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.423975] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.423976] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.423977] [drm:verify_single_dpll_state] WRPLL 1
[ 82.423978] [drm:verify_single_dpll_state] WRPLL 2
[ 82.423979] [drm:verify_single_dpll_state] SPLL
[ 82.423980] [drm:verify_single_dpll_state] LCPLL 810
[ 82.423981] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.423982] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.423985] [drm:intel_power_well_disable] disabling display
[ 82.423986] [drm:hsw_set_power_well] Requesting to disable the power well
[ 82.423989] [drm:verify_crtc_state] [CRTC:26]
[ 82.423990] [drm:intel_power_well_disable] disabling always-on
[ 82.424004] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 82.424014] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 82.425073] [drm:drm_mode_addfb2] [FB:77]
[ 82.481237] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.481242] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 82.481250] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 82.481251] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 82.481253] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 82.481256] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 82.481257] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 82.481258] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 82.481259] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f6728000 for pipe A
[ 82.481260] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 82.481261] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 82.481262] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 82.481263] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 82.481263] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 82.481264] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 82.481265] [drm:intel_dump_pipe_config] requested mode:
[ 82.481266] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.481267] [drm:intel_dump_pipe_config] adjusted mode:
[ 82.481268] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.481269] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 82.481269] [drm:intel_dump_pipe_config] port clock: 270000
[ 82.481270] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 82.481271] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 82.481271] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 82.481272] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 82.481273] [drm:intel_dump_pipe_config] ips: 0
[ 82.481273] [drm:intel_dump_pipe_config] double wide: 0
[ 82.481274] [drm:intel_dump_pipe_config] ddi_pll_sel: 0x20000000; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 82.481275] [drm:intel_dump_pipe_config] planes on this crtc
[ 82.481275] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 82.481276] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 82.481277] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 82.481282] [drm:intel_reference_shared_dpll] using LCPLL 1350 for pipe A
[ 82.487311] [drm:intel_power_well_enable] enabling always-on
[ 82.487313] [drm:intel_power_well_enable] enabling display
[ 82.487314] [drm:hsw_set_power_well] Enabling power well
[ 82.488383] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.488385] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.488386] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.488387] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.488388] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.488388] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.488389] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.488390] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.488391] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.488392] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.488393] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.488394] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.488395] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.488396] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.488397] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.488398] [drm:verify_single_dpll_state] WRPLL 1
[ 82.488399] [drm:verify_single_dpll_state] WRPLL 2
[ 82.488400] [drm:verify_single_dpll_state] SPLL
[ 82.488401] [drm:verify_single_dpll_state] LCPLL 810
[ 82.488401] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.488402] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.488403] [drm:intel_enable_shared_dpll] enable LCPLL 1350 (active 1, on? 0) for crtc 26
[ 82.488404] [drm:intel_enable_shared_dpll] enabling LCPLL 1350
[ 82.489480] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 82.489481] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 82.489481] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 82.490098] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 82.492379] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 82.492561] [drm:intel_enable_pipe] enabling pipe A
[ 82.492589] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 82.492591] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 82.509336] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.509341] [drm:verify_crtc_state] [CRTC:26]
[ 82.509361] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.509390] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.559436] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.576086] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.592732] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 82.592738] [drm:intel_disable_pipe] disabling pipe A
[ 82.610935] [drm:intel_disable_shared_dpll] disable LCPLL 1350 (active 1, on? 1) for crtc 26
[ 82.610938] [drm:intel_disable_shared_dpll] disabling LCPLL 1350
[ 82.610942] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.610944] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.610945] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.610946] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.610946] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.610947] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.610948] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.610949] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.610950] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.610950] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.610951] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.610952] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.610953] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.610954] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.610955] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.610957] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.610958] [drm:verify_single_dpll_state] WRPLL 1
[ 82.610959] [drm:verify_single_dpll_state] WRPLL 2
[ 82.610960] [drm:verify_single_dpll_state] SPLL
[ 82.610961] [drm:verify_single_dpll_state] LCPLL 810
[ 82.610961] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.610962] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.610965] [drm:intel_power_well_disable] disabling display
[ 82.610967] [drm:hsw_set_power_well] Requesting to disable the power well
[ 82.610969] [drm:verify_crtc_state] [CRTC:26]
[ 82.610971] [drm:intel_power_well_disable] disabling always-on
[ 82.610985] [drm:drm_mode_setcrtc] [CRTC:30:crtc-1]
[ 82.610995] [drm:drm_mode_setcrtc] [CRTC:34:crtc-2]
[ 82.611902] Setting dangerous option i915.enable_fbc - tainting kernel
[ 82.635598] [drm:drm_mode_setcrtc] [CRTC:26:crtc-0]
[ 82.635602] [drm:drm_mode_setcrtc] [CONNECTOR:39:DP-1]
[ 82.635612] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 82.635612] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 82.635614] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 82.635618] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 82.635618] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 82.635619] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 82.635621] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f672b000 for pipe A
[ 82.635621] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 82.635622] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 82.635623] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 82.635624] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 82.635625] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 82.635625] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 82.635626] [drm:intel_dump_pipe_config] requested mode:
[ 82.635627] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.635628] [drm:intel_dump_pipe_config] adjusted mode:
[ 82.635629] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 82.635630] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 82.635631] [drm:intel_dump_pipe_config] port clock: 270000
[ 82.635631] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 82.635632] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 82.635633] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 82.635633] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 82.635634] [drm:intel_dump_pipe_config] ips: 0
[ 82.635634] [drm:intel_dump_pipe_config] double wide: 0
[ 82.635635] [drm:intel_dump_pipe_config] ddi_pll_sel: 0x20000000; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 82.635636] [drm:intel_dump_pipe_config] planes on this crtc
[ 82.635637] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 82.635638] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 82.635639] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 82.635643] [drm:intel_reference_shared_dpll] using LCPLL 1350 for pipe A
[ 82.641161] [drm:intel_power_well_enable] enabling always-on
[ 82.641163] [drm:intel_power_well_enable] enabling display
[ 82.641164] [drm:hsw_set_power_well] Enabling power well
[ 82.642380] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 82.642383] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 82.642384] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 82.642385] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 82.642385] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 82.642386] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 82.642387] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 82.642388] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 82.642388] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 82.642389] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 82.642390] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 82.642391] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 82.642392] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 82.642393] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 82.642394] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 82.642396] [drm:verify_single_dpll_state] WRPLL 1
[ 82.642396] [drm:verify_single_dpll_state] WRPLL 2
[ 82.642397] [drm:verify_single_dpll_state] SPLL
[ 82.642398] [drm:verify_single_dpll_state] LCPLL 810
[ 82.642399] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.642399] [drm:verify_single_dpll_state] LCPLL 2700
[ 82.642401] [drm:intel_enable_shared_dpll] enable LCPLL 1350 (active 1, on? 0) for crtc 26
[ 82.642402] [drm:intel_enable_shared_dpll] enabling LCPLL 1350
[ 82.643477] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 82.643477] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 82.643478] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 82.644094] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 82.646379] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 82.646560] [drm:intel_enable_pipe] enabling pipe A
[ 82.646586] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 82.646587] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 82.646591] [drm:intel_fbc_alloc_cfb] reserved 14745600 bytes of contiguous stolen space for FBC, threshold: 1
[ 82.646592] [drm:intel_fbc_enable] Enabling FBC on pipe A
[ 82.663339] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 82.663352] [drm:verify_crtc_state] [CRTC:26]
[ 82.663360] [drm:verify_single_dpll_state] LCPLL 1350
[ 82.663390] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.713428] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.730166] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.780157] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.830157] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.880235] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.896946] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 82.946957] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 82.963628] [drm:drm_mode_addfb2] [FB:77]
[ 82.980281] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 83.030345] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 83.047065] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 83.097060] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 83.147083] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 83.197163] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 83.213873] [drm:pipe_crc_set_source] collecting CRCs for pipe A, pf
[ 83.263884] [drm:pipe_crc_set_source] stopping CRCs for pipe A
[ 83.297177] [drm:hsw_audio_codec_disable] Disable audio codec on pipe A
[ 83.297183] [drm:intel_disable_pipe] disabling pipe A
[ 83.314929] [drm:__intel_fbc_disable] Disabling FBC on pipe A
[ 83.314933] [drm:intel_disable_shared_dpll] disable LCPLL 1350 (active 1, on? 1) for crtc 26
[ 83.314934] [drm:intel_disable_shared_dpll] disabling LCPLL 1350
[ 83.314937] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 83.314940] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 83.314941] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 83.314941] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 83.314942] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 83.314943] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 83.314944] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 83.314945] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 83.314945] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 83.314946] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 83.314947] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 83.314948] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 83.314949] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 83.314950] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 83.314951] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 83.314952] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 83.314953] [drm:verify_single_dpll_state] WRPLL 1
[ 83.314954] [drm:verify_single_dpll_state] WRPLL 2
[ 83.314955] [drm:verify_single_dpll_state] SPLL
[ 83.314956] [drm:verify_single_dpll_state] LCPLL 810
[ 83.314957] [drm:verify_single_dpll_state] LCPLL 1350
[ 83.314958] [drm:verify_single_dpll_state] LCPLL 2700
[ 83.314961] [drm:intel_power_well_disable] disabling display
[ 83.314963] [drm:hsw_set_power_well] Requesting to disable the power well
[ 83.314965] [drm:verify_crtc_state] [CRTC:26]
[ 83.314966] [drm:intel_power_well_disable] disabling always-on
[ 83.315917] kms_frontbuffer_tracking: exiting, ret=0
[ 83.315942] Setting dangerous option i915.enable_psr - tainting kernel
[ 83.315945] Setting dangerous option i915.enable_fbc - tainting kernel
[ 83.315984] [drm:connected_sink_compute_bpp] [CONNECTOR:39:DP-1] checking for sink bpp constrains
[ 83.315985] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to EDID reported max of 30
[ 83.315986] [drm:intel_dp_compute_config] DP link computation with max lane count 4 max bw 270000 pixel clock 241500KHz
[ 83.315989] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 4 clock 270000 bpp 30
[ 83.315990] [drm:intel_dp_compute_config] DP link bw required 724500 available 864000
[ 83.315991] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 30, dithering: 0
[ 83.315992] [drm:intel_dump_pipe_config] [CRTC:26][modeset] config ffff8807f45ce800 for pipe A
[ 83.315992] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 83.315993] [drm:intel_dump_pipe_config] pipe bpp: 30, dithering: 0
[ 83.315993] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 83.315994] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m: 7034197, gmch_n: 8388608, link_m: 468946, link_n: 524288, tu: 64
[ 83.315995] [drm:intel_dump_pipe_config] dp: 1, lanes: 4, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 83.315995] [drm:intel_dump_pipe_config] audio: 1, infoframes: 0
[ 83.315996] [drm:intel_dump_pipe_config] requested mode:
[ 83.315997] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 83.315997] [drm:intel_dump_pipe_config] adjusted mode:
[ 83.315998] [drm:drm_mode_debug_printmodeline] Modeline 0:"2560x1440" 60 241500 2560 2608 2640 2720 1440 1443 1448 1481 0x48 0x9
[ 83.315999] [drm:intel_dump_crtc_timings] crtc timings: 241500 2560 2608 2640 2720 1440 1443 1448 1481, type: 0x48 flags: 0x9
[ 83.316000] [drm:intel_dump_pipe_config] port clock: 270000
[ 83.316000] [drm:intel_dump_pipe_config] pipe src size: 2560x1440
[ 83.316000] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 83.316001] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 83.316002] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 83.316002] [drm:intel_dump_pipe_config] ips: 0
[ 83.316002] [drm:intel_dump_pipe_config] double wide: 0
[ 83.316003] [drm:intel_dump_pipe_config] ddi_pll_sel: 0x20000000; dpll_hw_state: wrpll: 0x0 spll: 0x0
[ 83.316003] [drm:intel_dump_pipe_config] planes on this crtc
[ 83.316004] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 83.316004] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 83.316005] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 83.316008] [drm:intel_reference_shared_dpll] using LCPLL 1350 for pipe A
[ 83.316014] [drm:intel_power_well_enable] enabling always-on
[ 83.316015] [drm:intel_power_well_enable] enabling display
[ 83.316016] [drm:hsw_set_power_well] Enabling power well
[ 83.317357] [drm:verify_encoder_state] [ENCODER:37:DAC-37]
[ 83.317358] [drm:verify_encoder_state] [ENCODER:38:TMDS-38]
[ 83.317359] [drm:verify_encoder_state] [ENCODER:40:DP MST-40]
[ 83.317359] [drm:verify_encoder_state] [ENCODER:41:DP MST-41]
[ 83.317360] [drm:verify_encoder_state] [ENCODER:42:DP MST-42]
[ 83.317360] [drm:verify_encoder_state] [ENCODER:47:TMDS-47]
[ 83.317360] [drm:verify_encoder_state] [ENCODER:49:TMDS-49]
[ 83.317361] [drm:verify_encoder_state] [ENCODER:51:DP MST-51]
[ 83.317361] [drm:verify_encoder_state] [ENCODER:52:DP MST-52]
[ 83.317362] [drm:verify_encoder_state] [ENCODER:53:DP MST-53]
[ 83.317362] [drm:intel_connector_verify_state] [CONNECTOR:36:VGA-1]
[ 83.317363] [drm:intel_connector_verify_state] [CONNECTOR:45:HDMI-A-1]
[ 83.317363] [drm:intel_connector_verify_state] [CONNECTOR:48:HDMI-A-2]
[ 83.317364] [drm:intel_connector_verify_state] [CONNECTOR:50:DP-2]
[ 83.317365] [drm:intel_connector_verify_state] [CONNECTOR:54:HDMI-A-3]
[ 83.317365] [drm:verify_single_dpll_state] WRPLL 1
[ 83.317366] [drm:verify_single_dpll_state] WRPLL 2
[ 83.317366] [drm:verify_single_dpll_state] SPLL
[ 83.317367] [drm:verify_single_dpll_state] LCPLL 810
[ 83.317367] [drm:verify_single_dpll_state] LCPLL 1350
[ 83.317368] [drm:verify_single_dpll_state] LCPLL 2700
[ 83.317369] [drm:intel_enable_shared_dpll] enable LCPLL 1350 (active 1, on? 0) for crtc 26
[ 83.317369] [drm:intel_enable_shared_dpll] enabling LCPLL 1350
[ 83.318434] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[ 83.318434] [drm:intel_dp_set_signal_levels] Using vswing level 0
[ 83.318435] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[ 83.319047] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[ 83.321368] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[ 83.321548] [drm:intel_enable_pipe] enabling pipe A
[ 83.321570] [drm:intel_audio_codec_enable] ELD on [CONNECTOR:39:DP-1], [ENCODER:38:TMDS-38]
[ 83.321571] [drm:hsw_audio_codec_enable] Enable audio codec on pipe A, 36 bytes ELD
[ 83.321574] [drm:intel_fbc_alloc_cfb] reserved 14745600 bytes of contiguous stolen space for FBC, threshold: 1
[ 83.321575] [drm:intel_fbc_enable] Enabling FBC on pipe A
[ 83.338349] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[ 83.338353] [drm:verify_crtc_state] [CRTC:26]
[ 83.338360] [drm:verify_single_dpll_state] LCPLL 1350
[-- Attachment #4: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-05-08 11:49 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20160426210008.2f79fcdf@kant>
[not found] ` <20160429100741.6be95385@kant>
[not found] ` <20160430155154.597829ca@kant>
2016-05-05 17:45 ` Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW" Stefan Richter
2016-05-05 18:50 ` Zanoni, Paulo R
2016-05-05 19:59 ` Daniel Vetter
2016-05-05 22:56 ` [Intel-gfx] " Stefan Richter
2016-05-05 22:54 ` Stefan Richter
2016-05-05 23:55 ` Zanoni, Paulo R
2016-05-08 10:18 ` Stefan Richter
2016-05-08 11:20 ` Stefan Richter
2016-05-05 19:54 ` Stefan Richter
2016-05-05 20:45 ` Stefan Richter
2016-05-06 6:37 ` Daniel Vetter
2016-05-08 11:44 ` Stefan Richter
2016-05-08 11:49 ` Stefan Richter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox