Bug 94338 - Kernel DRM/i915 init sends eDP panel into self-test loop
Summary: Kernel DRM/i915 init sends eDP panel into self-test loop
Status: CLOSED NOTOURBUG
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: Other All
: medium major
Assignee: Clinton Taylor
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard: ReadyForDev
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 17:58 UTC by Gerben Meijer
Modified: 2018-12-31 10:00 UTC (History)
2 users (show)

See Also:
i915 platform: KBL, SKL
i915 features: display/eDP


Attachments
dmesg (115.55 KB, text/plain)
2016-02-29 17:58 UTC, Gerben Meijer
no flags Details
intel_reg dump (26.34 KB, text/plain)
2016-02-29 17:58 UTC, Gerben Meijer
no flags Details
vbios dump (64.00 KB, application/octet-stream)
2016-02-29 17:59 UTC, Gerben Meijer
no flags Details
vbt dump (6.00 KB, application/octet-stream)
2016-02-29 17:59 UTC, Gerben Meijer
no flags Details
[PATCH] hack: force panel_type=0 (758 bytes, patch)
2016-03-01 11:22 UTC, Ville Syrjala
no flags Details | Splinter Review
dmesg with force panel_type=0 (115.85 KB, text/plain)
2016-03-01 14:01 UTC, Gerben Meijer
no flags Details
[PATCH v2] hack: force panel_type=0 (1.44 KB, patch)
2016-03-01 14:13 UTC, Ville Syrjala
no flags Details | Splinter Review
dmesg with patch v2 (117.00 KB, text/plain)
2016-03-01 15:25 UTC, Gerben Meijer
no flags Details
xrandr with patch v2 (5.22 KB, text/plain)
2016-03-01 15:26 UTC, Gerben Meijer
no flags Details

Description Gerben Meijer 2016-02-29 17:58:32 UTC
Created attachment 122029 [details]
dmesg

On a Skylake i3-6100T (HP ProOne 400 G2 All-in-One) and todays' linus master and drm-intel-nightly, the display enters a self-test mode immediately after booting the kernel, presumably when i915/drm driver gets loaded. It goes into a full-screen cycle of 2 seconds red, then green, then blue, and loops infinitely.

Xorg reports it gets initialised, but stays in 1024x768 whereas the panel is native 1600x900. It boots fine from EFI and grub has no issues displaying graphics. The panel can be toggled off and on with xrandr but the self-test remains active.

On 4.3 kernels the panel goes black instead of the red/green/blue self test cycle.

On 3.16 the panel works in VESA framebuffer mode without issue, in 1024x768.

System info:
- x86_64, 4.5.0-rc5+ with both linus master (29a9faa641857425af76e44f2fab22db53032401) and drm-intel-nightly (e511a05b4b3bb4d1dbca99b00af6d0dc0a65d295)
- Debian Jessie (tried 3.16 kernel as well as jessie-backports 4.3 kernel before using upstream)
- HP ProOne 400 G2 20-in Touch AiO
- eDP connector for built-in panel


Tried with no effect: http://paste.debian.net/410285/

Relevant data attached.
Comment 1 Gerben Meijer 2016-02-29 17:58:55 UTC
Created attachment 122030 [details]
intel_reg dump
Comment 2 Gerben Meijer 2016-02-29 17:59:12 UTC
Created attachment 122031 [details]
vbios dump
Comment 3 Gerben Meijer 2016-02-29 17:59:34 UTC
Created attachment 122032 [details]
vbt dump
Comment 4 Nobody 2016-02-29 19:50:42 UTC
added i915 platform = SKL
Comment 5 Ville Syrjala 2016-03-01 10:26:41 UTC
Some things I gathered from the logs/dumps:
- EDID read is nacked, DPCD works
- VBT block 40 says no EDID present, block 2 doesn't say that
- panel_type==2 based on block 40
- panel_type==2 has a 1024x768 mode which isn't what we want
- panel_type==0 would have the mode the BIOS used
Comment 6 Ville Syrjala 2016-03-01 11:22:38 UTC
Created attachment 122054 [details] [review]
[PATCH] hack: force panel_type=0

Can you try this hack? It'll just to confirm whether it would be enough to use the mode from VBT for panel_type==0.
Comment 7 Gerben Meijer 2016-03-01 12:14:52 UTC
Without "[PATCH] drm: Don't send i2c start via bare address packet" applied and on drm-intel-nightly, no result. 

Not sure what data you need but: dmesg|egrep -i 'panel|modeline|edid|vbt|dpcd'


[    5.567684] [drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion (Mailbox #4)
[    5.568386] [drm:init_vbt_defaults] Set default to SSC at 120000 kHz
[    5.568388] [drm:intel_bios_init] VBT signature "$VBT SKYLAKE        ", BDB version 196
[    5.568397] [drm:parse_lfp_panel_data] DRRS supported mode is static
[    5.568401] [drm:parse_lfp_panel_data] Found panel mode in BIOS VBT tables:
[    5.568405] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    5.568407] [drm:parse_lfp_panel_data] VBT initial LVDS value 300
[    5.568410] [drm:parse_lfp_backlight] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255
[    5.568419] [drm:parse_ddi_port] Port A VBT info: DP:1 HDMI:0 DVI:0 EDP:1 CRT:0
[    5.568421] [drm:parse_ddi_port] VBT HDMI level shift for port A: 0
[    5.568424] [drm:parse_ddi_port] Port B VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[    5.568426] [drm:parse_ddi_port] VBT HDMI level shift for port B: 3
[    5.572174] [drm:intel_dp_init_panel_power_sequencer] cur t1_t3 0 t8 0 t9 0 t10 500 t11_t12 6000
[    5.572177] [drm:intel_dp_init_panel_power_sequencer] vbt t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 5000
[    5.572179] [drm:intel_dp_init_panel_power_sequencer] panel power up delay 200, power down delay 50, power cycle delay 600
[    5.572181] [drm:intel_dp_init_panel_power_sequencer] backlight on delay 1, off delay 200
[    5.572388] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
[    5.572441] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000f
[    5.573443] [drm:intel_dp_get_dpcd] DPCD: 11 0a 82 01 00 00 01 80 02 00 00 00 00 01 00
[    5.574314] [drm:intel_dp_get_dpcd] Display Port TPS3 support: source yes, sink no
[    5.574385] [drm:intel_dp_init_panel_power_sequencer_registers] panel power sequencer register settings: PP_ON 0x7d00001, PP_OFF 0x1f40001, PP_DIV 0x4af06
[    5.576066] [drm:intel_panel_setup_backlight] Connector eDP-1 backlight initialized, enabled, brightness 937/937
[    5.576600] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
[    5.576610] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
[    5.576710] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    5.576719] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    5.583233] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    5.708915] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    5.708922] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    5.911928] [drm:intel_panel_actually_set_backlight] set backlight PWM = 0
[    5.919041] [drm:edp_panel_off] Turn eDP port A panel power off
[    5.919065] [drm:wait_panel_off] Wait for panel power off time
[    5.919083] [drm:wait_panel_status] mask b0000000 value 00000000 status 80000008 control abcd0000
[    5.979779] [drm:wait_panel_status] Wait complete
[    5.979834] [drm:edp_panel_on] Turn eDP port A panel power on
[    5.979842] [drm:wait_panel_power_cycle] Wait for panel power cycle
[    6.523931] [drm:wait_panel_status] mask b800000f value 00000000 status 08000001 control abcd0000
[    6.564384] [drm:wait_panel_status] Wait complete
[    6.564410] [drm:wait_panel_on] Wait for panel power on
[    6.564427] [drm:wait_panel_status] mask b000000f value 80000008 status 0000000a control abcd0003
[    6.766666] [drm:wait_panel_status] Wait complete
[    6.766686] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
[    6.766734] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000b
[    6.772351] [drm:intel_panel_enable_backlight] pipe A
[    6.772389] [drm:intel_panel_actually_set_backlight] set backlight PWM = 937
[    6.772428] [drm:intel_psr_enable] PSR not supported by this panel
[    6.772428] [drm:intel_edp_drrs_enable] Panel doesn't support DRRS
[    6.792150] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    9.799795] [drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
[    9.799844] [drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
[   12.297289] [drm:intel_panel_actually_set_backlight] set backlight PWM = 937
[   22.532755] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
[   22.532804] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd000f
[   22.535912] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[   25.536183] [drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
[   25.536226] [drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008 PP_CONTROL: 0xabcd0007
Comment 8 Ville Syrjala 2016-03-01 13:19:37 UTC
(In reply to infernix from comment #7)
> Without "[PATCH] drm: Don't send i2c start via bare address packet" applied
> and on drm-intel-nightly, no result. 
> 
> Not sure what data you need but: dmesg|egrep -i
> 'panel|modeline|edid|vbt|dpcd'
> 
> 
> [    5.567684] [drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion
> (Mailbox #4)
> [    5.568386] [drm:init_vbt_defaults] Set default to SSC at 120000 kHz
> [    5.568388] [drm:intel_bios_init] VBT signature "$VBT SKYLAKE        ",
> BDB version 196
> [    5.568397] [drm:parse_lfp_panel_data] DRRS supported mode is static
> [    5.568401] [drm:parse_lfp_panel_data] Found panel mode in BIOS VBT
> tables:
> [    5.568405] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    5.568407] [drm:parse_lfp_panel_data] VBT initial LVDS value 300
> [    5.568410] [drm:parse_lfp_backlight] VBT backlight PWM modulation
> frequency 200 Hz, active high, min brightness 0, level 255
> [    5.568419] [drm:parse_ddi_port] Port A VBT info: DP:1 HDMI:0 DVI:0 EDP:1
> CRT:0
> [    5.568421] [drm:parse_ddi_port] VBT HDMI level shift for port A: 0
> [    5.568424] [drm:parse_ddi_port] Port B VBT info: DP:1 HDMI:1 DVI:1 EDP:0
> CRT:0
> [    5.568426] [drm:parse_ddi_port] VBT HDMI level shift for port B: 3
> [    5.572174] [drm:intel_dp_init_panel_power_sequencer] cur t1_t3 0 t8 0 t9
> 0 t10 500 t11_t12 6000
> [    5.572177] [drm:intel_dp_init_panel_power_sequencer] vbt t1_t3 2000 t8
> 10 t9 2000 t10 500 t11_t12 5000
> [    5.572179] [drm:intel_dp_init_panel_power_sequencer] panel power up
> delay 200, power down delay 50, power cycle delay 600
> [    5.572181] [drm:intel_dp_init_panel_power_sequencer] backlight on delay
> 1, off delay 200
> [    5.572388] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
> [    5.572441] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL:
> 0xabcd000f
> [    5.573443] [drm:intel_dp_get_dpcd] DPCD: 11 0a 82 01 00 00 01 80 02 00
> 00 00 00 01 00
> [    5.574314] [drm:intel_dp_get_dpcd] Display Port TPS3 support: source
> yes, sink no
> [    5.574385] [drm:intel_dp_init_panel_power_sequencer_registers] panel
> power sequencer register settings: PP_ON 0x7d00001, PP_OFF 0x1f40001, PP_DIV
> 0x4af06
> [    5.576066] [drm:intel_panel_setup_backlight] Connector eDP-1 backlight
> initialized, enabled, brightness 937/937
> [    5.576600] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60
> 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
> [    5.576610] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60
> 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
> [    5.576710] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0
> 0 0 0 0 0x0 0x0
> [    5.576719] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0
> 0 0 0 0 0x0 0x0
> [    5.583233] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    5.708915] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 60
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    5.708922] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    5.911928] [drm:intel_panel_actually_set_backlight] set backlight PWM = 0
> [    5.919041] [drm:edp_panel_off] Turn eDP port A panel power off
> [    5.919065] [drm:wait_panel_off] Wait for panel power off time
> [    5.919083] [drm:wait_panel_status] mask b0000000 value 00000000 status
> 80000008 control abcd0000
> [    5.979779] [drm:wait_panel_status] Wait complete
> [    5.979834] [drm:edp_panel_on] Turn eDP port A panel power on
> [    5.979842] [drm:wait_panel_power_cycle] Wait for panel power cycle
> [    6.523931] [drm:wait_panel_status] mask b800000f value 00000000 status
> 08000001 control abcd0000
> [    6.564384] [drm:wait_panel_status] Wait complete
> [    6.564410] [drm:wait_panel_on] Wait for panel power on
> [    6.564427] [drm:wait_panel_status] mask b000000f value 80000008 status
> 0000000a control abcd0003
> [    6.766666] [drm:wait_panel_status] Wait complete
> [    6.766686] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
> [    6.766734] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL:
> 0xabcd000b
> [    6.772351] [drm:intel_panel_enable_backlight] pipe A
> [    6.772389] [drm:intel_panel_actually_set_backlight] set backlight PWM =
> 937
> [    6.772428] [drm:intel_psr_enable] PSR not supported by this panel
> [    6.772428] [drm:intel_edp_drrs_enable] Panel doesn't support DRRS
> [    6.792150] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [    9.799795] [drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
> [    9.799844] [drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008
> PP_CONTROL: 0xabcd0007
> [   12.297289] [drm:intel_panel_actually_set_backlight] set backlight PWM =
> 937
> [   22.532755] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
> [   22.532804] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL:
> 0xabcd000f
> [   22.535912] [drm:drm_mode_debug_printmodeline] Modeline 42:"1024x768" 60
> 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
> [   25.536183] [drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
> [   25.536226] [drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008
> PP_CONTROL: 0xabcd0007

Full dmesg please, I need to see the modeset to make sure it picked the right mode.
Comment 9 Gerben Meijer 2016-03-01 14:01:26 UTC
Created attachment 122058 [details]
dmesg with force panel_type=0
Comment 10 Ville Syrjala 2016-03-01 14:13:55 UTC
Created attachment 122059 [details] [review]
[PATCH v2] hack: force panel_type=0

v1 hack didn't work, let's try that again
Comment 11 Gerben Meijer 2016-03-01 15:25:23 UTC
Created attachment 122060 [details]
dmesg with patch v2

This worked, as in I have a working display during boot and Xorg renders at 1600x900. Will attach an xrandr --verbose as well.
Comment 12 Gerben Meijer 2016-03-01 15:26:03 UTC
Created attachment 122061 [details]
xrandr with patch v2
Comment 13 Ville Syrjala 2016-03-01 15:30:50 UTC
OK. So now the question becomes is the EDID failure expected, and if so how are we actually supposed to fine the timings for the panel in the VBT. At least the panel type in block 40 seems bogus.

The spec says:

"Panel Type
This field specifies the LFP panel index for the LFP panel present in the platform.
Note: This field is deprecated and to be obsoleted. It is recommended to use the Panel Type from the Display Device data structure of the corresponding LFP display."

but there is no panel type in the aforementioned structure in block 2.

Jani, did we ever find out what this note really means?
Comment 14 Ville Syrjala 2016-03-01 15:59:56 UTC
Just for posterity, here's the tried and failed bare address hack I proposed

(In reply to infernix from comment #0)
> Tried with no effect: http://paste.debian.net/410285/

--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -688,22 +688,7 @@ static int drm_dp_i2c_xfer(struct i2c_adapter *adapter, struct i2c_msg *msgs,
 	for (i = 0; i < num; i++) {
 		msg.address = msgs[i].addr;
 		drm_dp_i2c_msg_set_request(&msg, &msgs[i]);
-		/* Send a bare address packet to start the transaction.
-		 * Zero sized messages specify an address only (bare
-		 * address) transaction.
-		 */
-		msg.buffer = NULL;
-		msg.size = 0;
-		err = drm_dp_i2c_do_msg(aux, &msg);
 
-		/*
-		 * Reset msg.request in case in case it got
-		 * changed into a WRITE_STATUS_UPDATE.
-		 */
-		drm_dp_i2c_msg_set_request(&msg, &msgs[i]);
-
-		if (err < 0)
-			break;
 		/* We want each transaction to be as large as possible, but
 		 * we'll go to smaller sizes if the hardware gives us a
 		 * short reply.
Comment 15 Gerben Meijer 2016-03-02 23:32:16 UTC
I did a git bisect on linus' master tree and found this commit to be the cause of the selftest: 

> commit 4b7ab5fca1976a53d59ef1558ddb06ba69fab356
> Author: Animesh Manna <animesh.manna@intel.com>
> Date:   Wed Aug 26 01:36:05 2015 +0530
>
>    drm/i915/skl: Added a check for the hardware status of csr fw before loading.

Before this commit, the panel goes black/blank/off at kernel boot + i915/drm init; after it, the panel enters the red/green/blue selftest loop.

> <vsyrjala> infernix: weird. can you remove all dmc firmware files from /lib/firmware/i915 and try again with nightly?

With patch v2 reverted and on current drm nightly (a838d7e77d17a65bc949f59d32d87ba5b9770816) with *only* the following in /lib/firmware/i915:

-rw-r--r--  1 root root 109636 Feb 24 09:58 skl_guc_ver1_1059.bin
lrwxrwxrwx  1 root root     21 Feb 24 09:58 skl_guc_ver1.bin -> skl_guc_ver1_1059.bin
-rw-r--r--  1 root root 128320 Feb 24 09:58 skl_guc_ver4_3.bin
lrwxrwxrwx  1 root root     18 Feb 24 09:58 skl_guc_ver4.bin -> skl_guc_ver4_3.bin

I still get the self-test pattern, despite this:

[    5.245675] i915 0000:00:02.0: Direct firmware load for i915/skl_dmc_ver1.bin failed with error -2
[    5.245679] i915 0000:00:02.0: Failed to load DMC firmware [https://01.org/linuxgraphics/intel-linux-graphics-firmwares], disabling runtime power management.
Comment 16 Ville Syrjala 2016-04-12 18:25:24 UTC
(In reply to Ville Syrjala from comment #13)
> OK. So now the question becomes is the EDID failure expected, and if so how
> are we actually supposed to fine the timings for the panel in the VBT. At
> least the panel type in block 40 seems bogus.
> 
> The spec says:
> 
> "Panel Type
> This field specifies the LFP panel index for the LFP panel present in the
> platform.
> Note: This field is deprecated and to be obsoleted. It is recommended to use
> the Panel Type from the Display Device data structure of the corresponding
> LFP display."
> 
> but there is no panel type in the aforementioned structure in block 2.
> 
> Jani, did we ever find out what this note really means?

Just to answer myself here, I found something nice in Opregion that might help. If there's a chance of retesting with this particular machine, I'd rather like to know the results with this included:

commit a05628195a0d9f3173dd9aa76f482aef692e46ee
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date:   Mon Apr 11 10:23:51 2016 +0300

    drm/i915: Get panel_type from OpRegion panel details
Comment 17 Gerben Meijer 2016-04-12 19:28:48 UTC
Unfortunately I don't have this hardware anymore; we'll have to wait for 
someone else to find this bug and test it.
Comment 18 Jani Nikula 2016-04-13 08:20:28 UTC
(In reply to infernix from comment #17)
> Unfortunately I don't have this hardware anymore; we'll have to wait for 
> someone else to find this bug and test it.

Based on that and the candidate fix Ville found, I'm tempted to just close this one.
Comment 19 Ville Syrjala 2016-05-10 15:25:38 UTC
(In reply to Jani Nikula from comment #18)
> (In reply to infernix from comment #17)
> > Unfortunately I don't have this hardware anymore; we'll have to wait for 
> > someone else to find this bug and test it.
> 
> Based on that and the candidate fix Ville found, I'm tempted to just close
> this one.

Yeah, let's just close this. Someone will re-open/file a new bug if it's still an issue.

Presumed to be fixed by:
commit a05628195a0d9f3173dd9aa76f482aef692e46ee
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date:   Mon Apr 11 10:23:51 2016 +0300

    drm/i915: Get panel_type from OpRegion panel details
Comment 20 freedesktop 2016-09-05 12:57:42 UTC
Hi,

Reopening: I've run into this same issue on a HP ProOne 400 G1, and I've not been able to fix or workaround with the info in this thread. 

What I have tried:

- Default install Ubuntu 16.04: halfway kernel boot console text disappears, display goes into flashing color test pattern. Adding 'nomodeswitch' to kernel parameters allows console to be usable.

- Tried the workaround from http://paste.debian.net/410285/, no changes

- Built 4.8.0-rc4 from scratch, still the same issue.

Let me know what info would be helpful here for further debugging. Can provide SSH access to anyone who might be interested in examining the system.

Thank you,
Comment 21 Ville Syrjala 2016-09-15 16:13:45 UTC
Please test
git://github.com/vsyrjala/linux.git favor_opregion_panel_type_hack

and report back how it goes. If it helps, then I'll need to see 'lspci -vnn -s 0:2.0' and 'dmidecode' output from the machine in question so that I can expand the quirk list.
Comment 22 freedesktop 2016-09-15 21:16:51 UTC
(In reply to Ville Syrjala from comment #21)
> Please test
> git://github.com/vsyrjala/linux.git favor_opregion_panel_type_hack
> 
> and report back how it goes. If it helps, then I'll need to see 'lspci -vnn
> -s 0:2.0' and 'dmidecode' output from the machine in question so that I can
> expand the quirk list.

Unfortunately no difference. Still sending the lspci and dmidecode output, for what its worth.

Thanks,



02:00.0 Network controller [0280]: Broadcom Corporation BCM43228 802.11a/b/g/n [14e4:4359]
	Subsystem: Hewlett-Packard Company BCM43228 802.11a/b/g/n [103c:8088]
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at d1100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [58] Vendor Specific Information: Len=78 <?>
	Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [d0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel
	Capabilities: [160] Device Serial Number 00-00-bf-ff-ff-a5-74-df
	Capabilities: [16c] Power Budgeting <?>
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma
Comment 23 freedesktop 2016-09-15 21:18:20 UTC
> Unfortunately no difference. Still sending the lspci and dmidecode output,
> for what its worth.

http://pastebin.com/raw/nxTwSLt5
Comment 24 Jani Nikula 2016-09-16 07:39:41 UTC
(In reply to freedesktop from comment #23)
> > Unfortunately no difference. Still sending the lspci and dmidecode output,
> > for what its worth.
> 
> http://pastebin.com/raw/nxTwSLt5

Please always attach logs etc. to the bug, not external sites.
Comment 25 freedesktop 2016-09-16 08:15:51 UTC
> Please always attach logs etc. to the bug, not external sites.

No problem:

# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
58 structures occupying 2850 bytes.
Table at 0xB9A22000.

Handle 0x0000, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L1 Cache
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 64 kB
	Maximum Size: 64 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Parity
	System Type: Data
	Associativity: 8-way Set-associative

Handle 0x0001, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L1 Cache
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 64 kB
	Maximum Size: 64 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Parity
	System Type: Instruction
	Associativity: 8-way Set-associative

Handle 0x0002, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L2 Cache
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 512 kB
	Maximum Size: 512 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 4-way Set-associative

Handle 0x0003, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L3 Cache
	Configuration: Enabled, Not Socketed, Level 3
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 3072 kB
	Maximum Size: 3072 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Multi-bit ECC
	System Type: Unified
	Associativity: 12-way Set-associative

Handle 0x0004, DMI type 4, 48 bytes
Processor Information
	Socket Designation: U3E1
	Type: Central Processor
	Family: Core i3
	Manufacturer: Intel(R) Corporation
	ID: E3 06 05 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 94, Stepping 3
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Core(TM) i3-6100T CPU @ 3.20GHz
	Voltage: 1.0 V
	External Clock: 100 MHz
	Max Speed: 3200 MHz
	Current Speed: 3100 MHz
	Status: Populated, Enabled
	Upgrade: Other
	L1 Cache Handle: 0x0001
	L2 Cache Handle: 0x0002
	L3 Cache Handle: 0x0003
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Part Number: To Be Filled By O.E.M.
	Core Count: 2
	Core Enabled: 2
	Thread Count: 4
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

Handle 0x0005, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 64 GB
	Error Information Handle: Not Provided
	Number Of Devices: 2

Handle 0x000A, DMI type 19, 31 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x000FFFFFFFF
	Range Size: 4 GB
	Physical Array Handle: 0x0005
	Partition Width: 1

Handle 0x000B, DMI type 0, 24 bytes
BIOS Information
	Vendor: HP
	Version: N13 Ver. 02.07
	Release Date: 06/07/2016
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 16384 kB
	Characteristics:
		PCI is supported
		PC Card (PCMCIA) is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 2.7
	Firmware Revision: 5.38

Handle 0x000C, DMI type 1, 27 bytes
System Information
	Manufacturer: HP
	Product Name: HP ProOne 400 G2 20-in Touch AiO
	Version:  
	Serial Number: CZC622886F
	UUID: 04AFEBEF-2803-11E6-9C43-BC0000740000
	Wake-up Type: Power Switch
	SKU Number: T4R04EA#ABH
	Family: 103C_53307F G=D

Handle 0x000D, DMI type 2, 17 bytes
Base Board Information
	Manufacturer: HP
	Product Name: 8063
	Version: KBC Version 05.26
	Serial Number: PEURN0CWB104XW
	Asset Tag:  
	Features:
		Board is a hosting board
	Location In Chassis:  
	Chassis Handle: 0x0000
	Type: Motherboard
	Contained Object Handles: 0

Handle 0x000E, DMI type 3, 24 bytes
Chassis Information
	Manufacturer: HP
	Type: All In One
	Lock: Not Present
	Version:  
	Serial Number: CZC622886F
	Asset Tag:  
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000
	Height: Unspecified
	Number Of Power Cords: Unspecified
	Contained Elements: 0
	SKU Number: Not Specified

Handle 0x000F, DMI type 11, 5 bytes
OEM Strings
	String 1: FBYTE#2U3E3X475K6J6S6b727H7M7R7S7W7m7saBapaqaub7bhbmdUdpdq.TQ;
	String 2: BUILDID#15WWT2DT601#SABH#DABH;
	String 3: EDK2_1

Handle 0x0010, DMI type 13, 22 bytes
BIOS Language Information
	Language Description Format: Abbreviated
	Installable Languages: 14
		enUS
		daDK
		nlNL
		fiFI
		frFR
		deDE
		itIT
		jaJP
		noNO
		ptPT
		esES
		svSE
		zhCN
		zhTW
	Currently Installed Language: enUS

Handle 0x0011, DMI type 10, 6 bytes
On Board Device Information
	Type: Video
	Status: Enabled
	Description: 32 MB

Handle 0x0012, DMI type 207, 9 bytes
OEM-specific Type
	Header and Data:
		CF 09 12 00 FF 00 00 00 42

Handle 0x0013, DMI type 27, 15 bytes
Cooling Device
	Type: Cabinet Fan
	Status: OK
	OEM-specific Information: 0x00000000
	Nominal Speed: Unknown Or Non-rotating
	Description: Rear Chassis Fan

Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: PS2
	Internal Connector Type: None
	External Reference Designator: PS2Keyboard
	External Connector Type: PS/2
	Port Type: Keyboard Port

Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: PS2
	Internal Connector Type: None
	External Reference Designator: PS2Mouse
	External Connector Type: PS/2
	Port Type: Mouse Port

Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: COMA
	Internal Connector Type: Proprietary
	External Reference Designator: COMA
	External Connector Type: DB-9 male
	Port Type: Serial Port 16550A Compatible

Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: DisplayPort
	Internal Connector Type: None
	External Reference Designator: DisplayPort 1
	External Connector Type: Other
	Port Type: Video Port

Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: RJ45
	Internal Connector Type: None
	External Reference Designator: LAN
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: IN/OUT
	Internal Connector Type: None
	External Reference Designator: Rear line out
	External Connector Type: Mini DIN
	Port Type: Audio Port

Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: MIC
	Internal Connector Type: None
	External Reference Designator: Left mic in
	External Connector Type: Mini DIN
	Port Type: Audio Port

Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: HDPH
	Internal Connector Type: None
	External Reference Designator: Side headphone/line out
	External Connector Type: Mini DIN
	Port Type: Audio Port

Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SPKR
	Internal Connector Type: Other
	External Reference Designator: Speaker
	External Connector Type: None
	Port Type: Audio Port

Handle 0x001D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SIDE USB 3.0
	Internal Connector Type: None
	External Reference Designator: Side USB 3.0 Port 1
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x001E, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: USB
	Internal Connector Type: None
	External Reference Designator: Side USB 3.0 Port 2
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: USB
	Internal Connector Type: None
	External Reference Designator: Rear USB Port 1
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0020, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: USB
	Internal Connector Type: None
	External Reference Designator: Rear USB Port 2
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0021, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: USB
	Internal Connector Type: None
	External Reference Designator: Rear USB 3.0 Port 1
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0022, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: USB
	Internal Connector Type: None
	External Reference Designator: Rear USB 3.0 Port 2
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0023, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: WEBCAM
	Internal Connector Type: Proprietary
	External Reference Designator: Webcam
	External Connector Type: None
	Port Type: USB

Handle 0x0024, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SATA0
	Internal Connector Type: SAS/SATA Plug Receptacle
	External Reference Designator: SATA port
	External Connector Type: None
	Port Type: SATA

Handle 0x0025, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SATA1
	Internal Connector Type: SAS/SATA Plug Receptacle
	External Reference Designator: SATA port
	External Connector Type: None
	Port Type: SATA

Handle 0x0026, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: PWR
	Internal Connector Type: Other
	External Reference Designator: Main power
	External Connector Type: None
	Port Type: Other

Handle 0x0027, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SATAPWR0
	Internal Connector Type: Other
	External Reference Designator: SATA power
	External Connector Type: None
	Port Type: Other

Handle 0x0028, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: CHFAN
	Internal Connector Type: Other
	External Reference Designator: Rear chassis fan
	External Connector Type: None
	Port Type: Other

Handle 0x0029, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: PB/LED
	Internal Connector Type: Proprietary
	External Reference Designator: Power Button and Side LED
	External Connector Type: None
	Port Type: Other

Handle 0x002A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: LVDS
	Internal Connector Type: Proprietary
	External Reference Designator: LED panel
	External Connector Type: None
	Port Type: Other

Handle 0x002B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: DPCONV
	Internal Connector Type: Proprietary
	External Reference Designator: DPCONV
	External Connector Type: None
	Port Type: Other

Handle 0x002C, DMI type 9, 17 bytes
System Slot Information
	Designation: Slot1 / X1PCIEXP1
	Type: x1 PCI Express 2 x1
	Current Usage: In Use
	Length: Other
	ID: 1
	Characteristics:
		3.3 V is provided
		PME signal is supported
		SMBus signal is supported
	Bus Address: 0000:00:1c.5

Handle 0x002D, DMI type 39, 22 bytes
System Power Supply
	Location: NULL
	Name: NULL
	Manufacturer: NULL
	Serial Number: NULL
	Asset Tag: NULL
	Model Part Number: Standard Efficiency
	Revision: NULL
	Max Power Capacity: Unknown
	Status: Present, Unknown
	Type: Unknown
	Input Voltage Range Switching: Unknown
	Plugged: Yes
	Hot Replaceable: No

Handle 0x002E, DMI type 41, 11 bytes
Onboard Device
	Reference Designation: Onboard IGD
	Type: Video
	Status: Enabled
	Type Instance: 1
	Bus Address: 0000:00:02.0

Handle 0x002F, DMI type 41, 11 bytes
Onboard Device
	Reference Designation: Onboard Lan
	Type: Ethernet
	Status: Enabled
	Type Instance: 1
	Bus Address: 0000:00:1f.6

Handle 0x0030, DMI type 130, 20 bytes
OEM-specific Type
	Header and Data:
		82 14 30 00 24 41 4D 54 00 00 00 00 00 A5 BF 02
		C0 00 00 00

Handle 0x0031, DMI type 131, 64 bytes
OEM-specific Type
	Header and Data:
		83 40 31 00 10 00 00 00 0B 00 00 00 00 00 05 00
		F8 00 43 A1 00 00 00 00 01 00 00 00 00 00 0B 00
		B5 04 00 00 00 00 00 00 FE 00 FF FF 00 00 00 00
		00 00 00 00 22 00 00 00 76 50 72 6F 00 00 00 00

Handle 0x0032, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0005
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM1
	Bank Locator: ChannelB DIMM1
	Type: DDR4
	Type Detail: Synchronous Unbuffered (Unregistered)
	Speed: 2133 MHz
	Manufacturer: Samsung
	Serial Number: 92271E67
	Asset Tag:  
	Part Number: M471A5143DB0-CPB    
	Rank: 1
	Configured Clock Speed: 2133 MHz
	Minimum Voltage: Unknown
	Maximum Voltage: Unknown
	Configured Voltage: 1.2 V

Handle 0x0008, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0005
	Error Information Handle: Not Provided
	Total Width: Unknown
	Data Width: Unknown
	Size: No Module Installed
	Form Factor: Other
	Set: None
	Locator: DIMM3
	Bank Locator: ChannelA DIMM1
	Type: Unknown
	Type Detail: None
	Speed: Unknown
	Manufacturer: Not Specified
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Rank: Unknown
	Configured Clock Speed: Unknown
	Minimum Voltage: Unknown
	Maximum Voltage: Unknown
	Configured Voltage: Unknown

Handle 0x0006, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x000FFFFFFFF
	Range Size: 4 GB
	Physical Device Handle: 0x0032
	Memory Array Mapped Address Handle: 0x000A
	Partition Row Position: 1

Handle 0x0007, DMI type 24, 5 bytes
Hardware Security
	Power-On Password Status: Disabled
	Keyboard Password Status: Disabled
	Administrator Password Status: Disabled
	Front Panel Reset Status: Disabled

Handle 0x0009, DMI type 32, 11 bytes
System Boot Information
	Status: No errors detected

Handle 0x0033, DMI type 221, 26 bytes
HP BIOS iSCSI NIC PCI and MAC Information
	NIC 1: PCI device 01:00.3, MAC address 00:01:09:00:00:00
	NIC 2: PCI device 00:00.2, MAC address 00:00:00:8A:00:03

Handle 0x0034, DMI type 221, 26 bytes
HP BIOS iSCSI NIC PCI and MAC Information
	NIC 1: PCI device 01:00.3, MAC address 00:01:09:00:00:00
	NIC 2: PCI device 00:00.2, MAC address 0B:00:00:05:00:03

Handle 0x0035, DMI type 221, 68 bytes
HP BIOS iSCSI NIC PCI and MAC Information
	NIC 1: PCI device 01:01.1, MAC address 00:01:09:00:00:00
	NIC 2: PCI device 03:00.2, MAC address FF:FF:FF:FF:FF:04
	NIC 3: PCI device ff:00.0, MAC address FF:FF:31:00:05:00
	NIC 4: Not Installed
	NIC 5: Not Installed
	NIC 6: Disabled
	NIC 7: Disabled
	NIC 8: PCI device 0a:00.0, MAC address 00:34:00:00:00:00

Handle 0x0036, DMI type 221, 54 bytes
HP BIOS iSCSI NIC PCI and MAC Information
	NIC 1: PCI device 01:00.7, MAC address 00:01:09:00:00:00
	NIC 2: PCI device 00:00.2, MAC address 01:09:00:00:00:03
	NIC 3: PCI device 01:00.0, MAC address 09:00:00:00:04:05
	NIC 4: Not Installed
	NIC 5: Not Installed
	NIC 6: PCI device 07:1f.7, MAC address 00:08:00:FF:FF:FF

Handle 0x0037, DMI type 14, 8 bytes
Group Associations
	Name: $MEI
	Items: 1
		0x0000 (<OUT OF SPEC>)

Handle 0x0038, DMI type 219, 81 bytes
HP ProLiant Information
	Power Features: 0x45010301
	Omega Features: 0x06900002
	Misc. Features: 0x00000002
		iCRU: No
		UEFI: No

Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table



corno@corno:~/linux-stable(favor_opregion_panel_type_hack)$ sudo lspci -vnn -s 0:2:0
02:00.0 Network controller [0280]: Broadcom Corporation BCM43228 802.11a/b/g/n [14e4:4359]
	Subsystem: Hewlett-Packard Company BCM43228 802.11a/b/g/n [103c:8088]
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at d1100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [58] Vendor Specific Information: Len=78 <?>
	Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [d0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel
	Capabilities: [160] Device Serial Number 00-00-bf-ff-ff-a5-74-df
	Capabilities: [16c] Power Budgeting <?>
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma

corno@corno:~/linux-stable(favor_opregion_panel_type_hack)$
Comment 26 Ville Syrjala 2016-09-16 11:16:47 UTC
(In reply to freedesktop from comment #22)
> (In reply to Ville Syrjala from comment #21)
> > Please test
> > git://github.com/vsyrjala/linux.git favor_opregion_panel_type_hack
> > 
> > and report back how it goes. If it helps, then I'll need to see 'lspci -vnn
> > -s 0:2.0' and 'dmidecode' output from the machine in question so that I can
> > expand the quirk list.
> 
> Unfortunately no difference. Still sending the lspci and dmidecode output,
> for what its worth.

Also attach a full dmesg w/ drm.debug=0xe please.
Comment 27 freedesktop 2016-09-16 12:33:25 UTC
Full log with debugging enabled. Cut in 2 parts because of 64K limit for uploads


[    0.000000] Linux version 4.8.0-rc5 (corno@corno) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) ) #2 SMP Thu Sep 15 22:45:59 CEST 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-rc5 root=UUID=09f4d437-4c2b-4db1-b926-909d05b000dd ro drm.debug=0xe
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b90fafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b90fb000-0x00000000b9c7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9c7f000-0x00000000b9e7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9e7f000-0x00000000b9efefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b9eff000-0x00000000b9efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9f00000-0x00000000be7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedb0000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001407fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: HP HP ProOne 400 G2 20-in Touch AiO/8063, BIOS N13 Ver. 02.07 06/07/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00BC000000 mask 7FFC000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xb9f00 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff892f80097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3b24a000, 0x3b24afff] PGTABLE
[    0.000000] BRK [0x3b24b000, 0x3b24bfff] PGTABLE
[    0.000000] BRK [0x3b24c000, 0x3b24cfff] PGTABLE
[    0.000000] BRK [0x3b24d000, 0x3b24dfff] PGTABLE
[    0.000000] BRK [0x3b24e000, 0x3b24efff] PGTABLE
[    0.000000] BRK [0x3b24f000, 0x3b24ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x122a2000-0x25148fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FBE30 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000B9EFD0E8 0000B4 (v01 HPQOEM SLIC-BPC 00000000      01000013)
[    0.000000] ACPI: FACP 0x00000000B9EF0000 0000F4 (v05 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.000000] ACPI: DSDT 0x00000000B9ECE000 01E1CE (v02 HPQOEM 8063     00000000 INTL 20121018)
[    0.000000] ACPI: FACS 0x00000000B9E6B000 000040
[    0.000000] ACPI: SSDT 0x00000000B9EFC000 000108 (v02 HP     ShmTable 00000001 INTL 20121018)
[    0.000000] ACPI: TCPA 0x00000000B9EFB000 000032 (v02 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x00000000B9EFA000 0003B8 (v02 HPQOEM TcgTable 00001000 INTL 20121018)
[    0.000000] ACPI: UEFI 0x00000000B9E7A000 000042 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x00000000B9EF4000 0051FA (v02 SaSsdt SaSsdt   00003000 INTL 20121018)
[    0.000000] ACPI: SSDT 0x00000000B9EF3000 0005B1 (v01 Intel  PerfTune 00001000 INTL 20121018)
[    0.000000] ACPI: MSDM 0x00000000B9EF2000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.000000] ACPI: SLIC 0x00000000B9EF1000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.000000] ACPI: HPET 0x00000000B9EEF000 000038 (v01 HPQOEM 8063     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x00000000B9EEE000 0000BC (v01 HPQOEM 8063     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x00000000B9EED000 00003C (v01 HPQOEM 8063     00000001 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000B9ECD000 00019A (v02 HPQOEM Sata0Ide 00001000 INTL 20121018)
[    0.000000] ACPI: SSDT 0x00000000B9ECC000 000729 (v01 HPQOEM PtidDevc 00001000 INTL 20121018)
[    0.000000] ACPI: SSDT 0x00000000B9ECB000 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20121018)
[    0.000000] ACPI: SSDT 0x00000000B9ECA000 000278 (v01 HP     INTELAIO 00001000 INTL 20121018)
[    0.000000] ACPI: FPDT 0x00000000B9EC9000 000044 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: BGRT 0x00000000B9EC8000 000038 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001407fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1407f9000-0x1407fdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001407fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b90fafff]
[    0.000000]   node   0: [mem 0x00000000b9eff000-0x00000000b9efffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000001407fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001407fffff]
[    0.000000] On node 0 totalpages: 1022104
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11780 pages used for memmap
[    0.000000]   DMA32 zone: 753916 pages, LIFO batch:31
[    0.000000]   Normal zone: 4128 pages used for memmap
[    0.000000]   Normal zone: 264192 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bc800000-0x00000000be7fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb90fb000-0xb9c7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9c7f000-0xb9e7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9e7f000-0xb9efefff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9f00000-0xbe7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed85000-0xfedaffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedb0000-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff6fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff700000-0xffffffff]
[    0.000000] e820: [mem 0xbe800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff8930c0400000 s107544 r8192 d31720 u262144
[    0.000000] pcpu-alloc: s107544 r8192 d31720 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1006111
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-rc5 root=UUID=09f4d437-4c2b-4db1-b926-909d05b000dd ro drm.debug=0xe
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3624572K/4088416K available (8587K kernel code, 1419K rwdata, 3784K rodata, 1536K init, 1392K bss, 463844K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:2048 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3200.000 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.00 BogoMIPS (lpj=12768000)
[    0.000023] pid_max: default: 32768 minimum: 301
[    0.000029] ACPI: Core revision 20160422
[    0.024179] ACPI: 9 ACPI AML tables successfully acquired and loaded

[    0.024199] Security Framework initialized
[    0.024201] Yama: becoming mindful.
[    0.024208] AppArmor: AppArmor initialized
[    0.024367] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.025030] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.025330] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.025334] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.025506] CPU: Physical Processor ID: 0
[    0.025509] CPU: Processor Core ID: 0
[    0.025514] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.025516] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.025521] mce: CPU supports 8 MCE banks
[    0.025529] CPU0: Thermal monitoring enabled (TM1)
[    0.025542] process: using mwait in idle threads
[    0.025546] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.025548] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.025833] Freeing SMP alternatives memory: 32K (ffffffff8c0e4000 - ffffffff8c0ec000)
[    0.027199] ftrace: allocating 32751 entries in 128 pages
[    0.037468] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.037471] smpboot: Max logical packages: 4
[    0.038694] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.043075] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.082765] TSC deadline timer enabled
[    0.082770] smpboot: CPU0: Intel(R) Core(TM) i3-6100T CPU @ 3.20GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.082776] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.082803] ... version:                4
[    0.082805] ... bit width:              48
[    0.082807] ... generic registers:      4
[    0.082809] ... value mask:             0000ffffffffffff
[    0.082811] ... max period:             0000ffffffffffff
[    0.082812] ... fixed-purpose events:   3
[    0.082814] ... event mask:             000000070000000f
[    0.083381] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.083431] x86: Booting SMP configuration:
[    0.083433] .... node  #0, CPUs:      #1 #2 #3
[    0.324873] x86: Booted up 1 node, 4 CPUs
[    0.324879] smpboot: Total of 4 processors activated (25539.26 BogoMIPS)
[    0.327911] devtmpfs: initialized
[    0.327954] x86/mm: Memory block size: 128MB
[    0.329283] evm: security.selinux
[    0.329285] evm: security.SMACK64
[    0.329286] evm: security.SMACK64EXEC
[    0.329288] evm: security.SMACK64TRANSMUTE
[    0.329290] evm: security.SMACK64MMAP
[    0.329292] evm: security.ima
[    0.329294] evm: security.capability
[    0.329324] PM: Registering ACPI NVS region [mem 0xb9c7f000-0xb9e7efff] (2097152 bytes)
[    0.329377] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.329419] pinctrl core: initialized pinctrl subsystem
[    0.329562] RTC time: 12:29:28, date: 09/16/16
[    0.330386] NET: Registered protocol family 16
[    0.339719] cpuidle: using governor ladder
[    0.355729] cpuidle: using governor menu
[    0.355737] PCCT header not found.
[    0.355804] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.355808] ACPI: bus type PCI registered
[    0.355810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.355857] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.355861] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.355866] PCI: Using configuration type 1 for base access
[    0.371860] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.371864] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.372003] ACPI: Added _OSI(Module Device)
[    0.372006] ACPI: Added _OSI(Processor Device)
[    0.372008] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.372010] ACPI: Added _OSI(Processor Aggregator Device)
[    0.372359] ACPI: Executed 4 blocks of module-level executable AML code
[    0.378603] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.380538] ACPI: Dynamic OEM Table Load:
[    0.380557] ACPI: SSDT 0xFFFF8930BADFA000 0006A2 (v02 PmRef  Cpu0Ist  00003000 INTL 20121018)
[    0.381147] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.381727] ACPI: Dynamic OEM Table Load:
[    0.381734] ACPI: SSDT 0xFFFF8930BAFD9000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20121018)
[    0.382643] ACPI: Dynamic OEM Table Load:
[    0.382649] ACPI: SSDT 0xFFFF8930BADFA800 0005AA (v02 PmRef  ApIst    00003000 INTL 20121018)
[    0.383410] ACPI: Dynamic OEM Table Load:
[    0.383416] ACPI: SSDT 0xFFFF8930BAFCA200 000119 (v02 PmRef  ApCst    00003000 INTL 20121018)
[    0.384792] ACPI : EC: EC started
[    0.384809] ACPI: Interpreter enabled
[    0.384840] ACPI: (supports S0 S3 S4 S5)
[    0.384842] ACPI: Using IOAPIC for interrupt routing
[    0.384869] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.385650] ACPI: Power Resource [PG01] (on)
[    0.385915] ACPI: Power Resource [PG02] (on)
[    0.386187] ACPI: Power Resource [PG00] (on)
[    0.390115] ACPI: Power Resource [WRST] (on)
[    0.390383] ACPI: Power Resource [WRST] (on)
[    0.390649] ACPI: Power Resource [WRST] (on)
[    0.390914] ACPI: Power Resource [WRST] (on)
[    0.391182] ACPI: Power Resource [WRST] (on)
[    0.391478] ACPI: Power Resource [WRST] (on)
[    0.391749] ACPI: Power Resource [WRST] (on)
[    0.392017] ACPI: Power Resource [WRST] (on)
[    0.392283] ACPI: Power Resource [WRST] (on)
[    0.392547] ACPI: Power Resource [WRST] (on)
[    0.392811] ACPI: Power Resource [WRST] (on)
[    0.393078] ACPI: Power Resource [WRST] (on)
[    0.393343] ACPI: Power Resource [WRST] (on)
[    0.393607] ACPI: Power Resource [WRST] (on)
[    0.393873] ACPI: Power Resource [WRST] (on)
[    0.394137] ACPI: Power Resource [WRST] (on)
[    0.394402] ACPI: Power Resource [WRST] (on)
[    0.394670] ACPI: Power Resource [WRST] (on)
[    0.394937] ACPI: Power Resource [WRST] (on)
[    0.395202] ACPI: Power Resource [WRST] (on)
[    0.397243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.397249] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.399321] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.399325] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.400654] PCI host bridge to bus 0000:00
[    0.400657] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.400660] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.400663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.400666] pci_bus 0000:00: root bus resource [mem 0xbe800000-0xf7ffffff window]
[    0.400669] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.400673] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.400680] pci 0000:00:00.0: [8086:190f] type 00 class 0x060000
[    0.401213] pci 0000:00:02.0: [8086:1912] type 00 class 0x030000
[    0.401219] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[    0.401224] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.401226] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.401815] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.401832] pci 0000:00:14.0: reg 0x10: [mem 0xd1300000-0xd130ffff 64bit]
[    0.401893] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.402437] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.402468] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.402484] pci 0000:00:14.2: reg 0x10: [mem 0xd132a000-0xd132afff 64bit]
[    0.403064] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.403084] pci 0000:00:16.0: reg 0x10: [mem 0xd132b000-0xd132bfff 64bit]
[    0.403145] pci 0000:00:16.0: PME# supported from D3hot
[    0.403696] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.403709] pci 0000:00:17.0: reg 0x10: [mem 0xd1328000-0xd1329fff]
[    0.403715] pci 0000:00:17.0: reg 0x14: [mem 0xd132e000-0xd132e0ff]
[    0.403722] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    0.403728] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    0.403735] pci 0000:00:17.0: reg 0x20: [io  0x4040-0x405f]
[    0.403741] pci 0000:00:17.0: reg 0x24: [mem 0xd132c000-0xd132c7ff]
[    0.403777] pci 0000:00:17.0: PME# supported from D3hot
[    0.404316] pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400
[    0.404371] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.404897] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.404939] pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
[    0.404994] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.405520] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.405550] pci 0000:00:1c.7: [8086:a117] type 01 class 0x060400
[    0.405604] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.406128] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.406157] pci 0000:00:1f.0: [8086:a143] type 00 class 0x060100
[    0.406748] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.406758] pci 0000:00:1f.2: reg 0x10: [mem 0xd1320000-0xd1323fff]
[    0.407336] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.407357] pci 0000:00:1f.3: reg 0x10: [mem 0xd1324000-0xd1327fff 64bit]
[    0.407388] pci 0000:00:1f.3: reg 0x20: [mem 0xd1310000-0xd131ffff 64bit]
[    0.407435] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.407966] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.407998] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.408045] pci 0000:00:1f.4: reg 0x10: [mem 0xd132d000-0xd132d0ff 64bit]
[    0.408116] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.408759] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.408776] pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.408801] pci 0000:01:00.0: reg 0x18: [mem 0xd1004000-0xd1004fff 64bit]
[    0.408816] pci 0000:01:00.0: reg 0x20: [mem 0xd1000000-0xd1003fff 64bit]
[    0.408901] pci 0000:01:00.0: supports D1 D2
[    0.408902] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.408972] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.420949] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.420976] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.420979] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.421062] pci 0000:02:00.0: [14e4:4359] type 00 class 0x028000
[    0.421086] pci 0000:02:00.0: reg 0x10: [mem 0xd1100000-0xd1103fff 64bit]
[    0.421212] pci 0000:02:00.0: supports D1 D2
[    0.421213] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.421279] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.432993] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.432998] pci 0000:00:1c.5:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.433051] pci 0000:03:00.0: [10ec:5229] type 00 class 0xff0000
[    0.433068] pci 0000:03:00.0: reg 0x10: [mem 0xd1200000-0xd1200fff]
[    0.433187] pci 0000:03:00.0: supports D1 D2
[    0.433188] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[    0.433246] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.444969] pci 0000:00:1c.7: PCI bridge to [bus 03]
[    0.444994] pci 0000:00:1c.7:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.445758] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.445797] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.445836] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.445873] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.445910] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.445947] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.445984] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.446021] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.446167] ACPI: Enabled 3 GPEs in block 00 to 7F
[    0.446189] ACPI : EC: EC stopped
[    0.446198] ACPI : EC: GPE = 0x6e, I/O: command/status = 0x66, data = 0x62
[    0.446200] ACPI : EC: EC started
[    0.446274] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.446277] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.446281] vgaarb: loaded
[    0.446283] vgaarb: bridge control possible 0000:00:02.0
[    0.446385] SCSI subsystem initialized
[    0.446410] libata version 3.00 loaded.
[    0.446421] ACPI: bus type USB registered
[    0.446432] usbcore: registered new interface driver usbfs
[    0.446439] usbcore: registered new interface driver hub
[    0.446450] usbcore: registered new device driver usb
[    0.446514] PCI: Using ACPI for IRQ routing
[    0.453391] PCI: pci_cache_line_size set to 64 bytes
[    0.453461] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    0.453462] e820: reserve RAM buffer [mem 0xb90fb000-0xbbffffff]
[    0.453463] e820: reserve RAM buffer [mem 0xb9f00000-0xbbffffff]
[    0.453463] e820: reserve RAM buffer [mem 0x140800000-0x143ffffff]
[    0.453523] NetLabel: Initializing
[    0.453525] NetLabel:  domain hash size = 128
[    0.453527] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.453537] NetLabel:  unlabeled traffic allowed by default
[    0.453622] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.453627] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.455672] clocksource: Switched to clocksource hpet
[    0.459660] VFS: Disk quotas dquot_6.6.0
[    0.459672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.459750] AppArmor: AppArmor Filesystem Enabled
[    0.459778] pnp: PnP ACPI init
[    0.459876] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.459879] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.459881] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.459884] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.459886] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.459890] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460086] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.460089] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460181] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.460183] system 00:02: [io  0xffff] has been reserved
[    0.460186] system 00:02: [io  0xffff] has been reserved
[    0.460188] system 00:02: [io  0xffff] has been reserved
[    0.460190] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.460193] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.460196] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460253] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.460256] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460271] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.460294] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.460297] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.460314] pnp 00:06: Plug and Play ACPI device, IDs HPQ8002 PNP0303 (active)
[    0.460330] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 SYN0100 SYN0002 (active)
[    0.460428] system 00:08: [io  0x0200-0x023f] has been reserved
[    0.460431] system 00:08: [mem 0xfedb0000-0xfedbffff] has been reserved
[    0.460434] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460646] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.460649] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.460652] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.460654] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.460657] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.460659] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.460662] system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.460665] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.460667] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.460670] system 00:09: [mem 0xbe800000-0xbe81ffff] has been reserved
[    0.460673] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460816] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.460848] pnp: PnP ACPI: found 11 devices
[    0.468834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.468856] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.468859] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.468864] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.468871] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.468875] pci 0000:00:1c.5:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.468882] pci 0000:00:1c.7: PCI bridge to [bus 03]
[    0.468886] pci 0000:00:1c.7:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.468894] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.468895] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.468895] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.468896] pci_bus 0000:00: resource 7 [mem 0xbe800000-0xf7ffffff window]
[    0.468897] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.468897] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.468898] pci_bus 0000:01: resource 1 [mem 0xd1000000-0xd10fffff]
[    0.468899] pci_bus 0000:02: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.468900] pci_bus 0000:03: resource 1 [mem 0xd1200000-0xd12fffff]
[    0.468916] NET: Registered protocol family 2
[    0.469006] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.469050] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.469120] TCP: Hash tables configured (established 32768 bind 32768)
[    0.469137] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.469151] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.469182] NET: Registered protocol family 1
[    0.469191] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.568084] PCI: CLS 0 bytes, default 64
[    0.568110] Trying to unpack rootfs image as initramfs...
[    4.153254] Freeing initrd memory: 309916K (ffff892f922a2000 - ffff892fa5149000)
[    4.153263] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.153267] software IO TLB [mem 0xb50fb000-0xb90fb000] (64MB) mapped at [ffff8930350fb000-ffff8930390fafff]
[    4.153436] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    4.153440] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.153442] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.153444] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.153446] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.153448] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.153841] Scanning for low memory corruption every 60 seconds
[    4.154171] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    4.154199] audit: initializing netlink subsys (disabled)
[    4.154210] audit: type=2000 audit(1474028972.148:1): initialized
[    4.154517] Initialise system trusted keyrings
[    4.154672] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    4.155740] zbud: loaded
[    4.155978] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.156165] fuse init (API version 7.25)
[    4.156275] Key type big_key registered
[    4.157387] Key type asymmetric registered
[    4.157390] Asymmetric key parser 'x509' registered
[    4.157411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    4.157492] io scheduler noop registered
[    4.157494] io scheduler deadline registered (default)
[    4.157500] io scheduler cfq registered
[    4.157979] aer 0000:00:1c.0:pcie002: service driver aer loaded
[    4.157999] aer 0000:00:1c.5:pcie002: service driver aer loaded
[    4.158018] aer 0000:00:1c.7:pcie002: service driver aer loaded
[    4.158027] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    4.158030] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    4.158034] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[    4.158039] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    4.158041] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    4.158045] pcie_pme 0000:00:1c.5:pcie001: service driver pcie_pme loaded
[    4.158050] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[    4.158053] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    4.158056] pcie_pme 0000:00:1c.7:pcie001: service driver pcie_pme loaded
[    4.158059] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.158064] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.158080] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    4.158082] vesafb: scrolling: redraw
[    4.158084] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    4.158093] vesafb: framebuffer at 0xc0000000, mapped to 0xffffbfb9c0800000, using 1216k, total 1216k
[    4.178827] Console: switching to colour frame buffer device 80x30
[    4.200091] fb0: VESA VGA frame buffer device
[    4.200528] intel_idle: MWAIT substates: 0x142120
[    4.200529] intel_idle: v0.4.1 model 0x5E
[    4.200643] intel_idle: lapic_timer_reliable_states 0xffffffff
[    4.200701] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    4.201520] ACPI: Sleep Button [SLPB]
[    4.201900] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.228981] ACPI: Power Button [PWRB]
[    4.242482] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.270515] ACPI: Power Button [PWRF]
[    4.285066] GHES: HEST is not enabled!
[    4.299071] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.315280] Linux agpgart interface v0.103
[    4.375775] tpm_tis 00:0a: 1.2 TPM (device-id 0x1B, rev-id 16)
[    4.755828] tpm tpm0: TPM is disabled/deactivated (0x7)
[    4.773827] brd: module loaded
[    4.789164] loop: module loaded
[    4.803134] libphy: Fixed MDIO Bus: probed
[    4.816879] tun: Universal TUN/TAP device driver, 1.6
[    4.830637] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.844551] PPP generic driver version 2.4.2
[    4.858303] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.872276] ehci-pci: EHCI PCI platform driver
[    4.886032] ehci-platform: EHCI generic platform driver
[    4.899710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.913547] ohci-pci: OHCI PCI platform driver
[    4.927335] ohci-platform: OHCI generic platform driver
[    4.941048] uhci_hcd: USB Universal Host Controller Interface driver
[    4.954828] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.968278] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    4.995728] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    5.022366] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    5.022431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.036159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.062734] usb usb1: Product: xHCI Host Controller
[    5.076082] usb usb1: Manufacturer: Linux 4.8.0-rc5 xhci-hcd
[    5.089242] usb usb1: SerialNumber: 0000:00:14.0
[    5.102411] hub 1-0:1.0: USB hub found
[    5.115491] hub 1-0:1.0: 10 ports detected
[    5.133278] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.146090] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.155743] tsc: Refined TSC clocksource calibration: 3191.998 MHz
[    5.155750] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e02c314322, max_idle_ns: 440795292111 ns
[    5.211659] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    5.225809] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.253397] usb usb2: Product: xHCI Host Controller
[    5.267231] usb usb2: Manufacturer: Linux 4.8.0-rc5 xhci-hcd
[    5.281029] usb usb2: SerialNumber: 0000:00:14.0
[    5.294814] hub 2-0:1.0: USB hub found
[    5.308301] hub 2-0:1.0: 4 ports detected
[    5.323662] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    5.354265] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.367971] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.381537] mousedev: PS/2 mouse device common for all mice
[    5.395071] rtc_cmos 00:04: RTC can wake from S4
[    5.408569] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    5.421985] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.447377] i2c /dev entries driver
[    5.459891] device-mapper: uevent: version 1.0.3
[    5.472484] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    5.475730] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[    5.511235] intel_pstate: Intel P-state driver initializing
[    5.525032] intel_pstate: HWP enabled
[    5.538212] ledtrig-cpu: registered to indicate activity on CPUs
[    5.552223] NET: Registered protocol family 10
[    5.565391] NET: Registered protocol family 17
[    5.577935] Key type dns_resolver registered
[    5.590409] microcode: sig=0x506e3, pf=0x2, revision=0x8a
[    5.602710] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    5.624386] usb 1-6: not running at top speed; connect to a high speed hub
[    5.637521] usb 1-6: New USB device found, idVendor=0457, idProduct=1118
[    5.637522] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.637522] usb 1-6: Product: SiS HID Touch Controller
[    5.637523] usb 1-6: Manufacturer: USBest Technology
[    5.689748] registered taskstats version 1
[    5.702322] Loading compiled-in X.509 certificates
[    5.716707] Loaded X.509 cert 'Build time autogenerated kernel key: f7280bda2c1764697585b9b9f1e802d68311b75c'
[    5.741697] zswap: loaded using pool lzo/zbud
[    5.756993] Key type trusted registered
[    5.771881] Key type encrypted registered
[    5.784386] AppArmor: AppArmor sha1 policy hashing enabled
[    5.812006] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    5.848016] tpm tpm0: A TPM error (7) occurred attempting to read a pcr value
[    5.860959] ima: No TPM chip found, activating TPM-bypass!
[    5.874016] evm: HMAC attrs: 0x1
[    5.887661]   Magic number: 0:419:481
[    5.900609] rtc_cmos 00:04: setting system clock to 2016-09-16 12:29:34 UTC (1474028974)
[    5.926073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    5.938937] EDD information not available.
[    5.951800] PM: Hibernation image not present or could not be loaded.
[    5.952596] Freeing unused kernel memory: 1536K (ffffffff8bf64000 - ffffffff8c0e4000)
[    5.966377] usb 1-7: New USB device found, idVendor=0a5c, idProduct=640b
[    5.966378] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.966379] usb 1-7: Product: BCM20702A0
[    5.966380] usb 1-7: Manufacturer: Broadcom Corp
[    5.966380] usb 1-7: SerialNumber: 74DFBF2E85FA
[    6.046406] Write protecting the kernel read-only data: 14336k
[    6.059809] Freeing unused kernel memory: 1636K (ffff892fba867000 - ffff892fbaa00000)
[    6.083755] usb 1-9: new low-speed USB device number 4 using xhci_hcd
[    6.099888] Freeing unused kernel memory: 312K (ffff892fbadb2000 - ffff892fbae00000)
[    6.162715] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    6.163155] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.163172] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.163936] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.163965] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.164223] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.164248] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.164272] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.164295] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.164320] random: udevadm: uninitialized urandom read (16 bytes read)
[    6.286388] clocksource: Switched to clocksource tsc
[    6.309600] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    6.349186] usb 1-9: New USB device found, idVendor=03f0, idProduct=304a
[    6.360118] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.370913] usb 1-9: Product: HP Business Slim Keyboard
[    6.381463] usb 1-9: Manufacturer: Chicony
[    6.392286] [drm:drm_core_init] Initialized drm 1.1.0 20060810
[    6.426278] wmi: Mapper loaded
[    6.441312] ahci 0000:00:17.0: version 3.0
[    6.441612] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    6.453099] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 125
[    6.462983] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    6.462985] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
[    6.511681] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[    6.530413] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.530581] scsi host0: ahci
[    6.535691] scsi host1: ahci
[    6.535757] scsi host2: ahci
[    6.535799] scsi host3: ahci
[    6.535829] ata1: SATA max UDMA/133 abar m2048@0xd132c000 port 0xd132c100 irq 124
[    6.535831] ata2: SATA max UDMA/133 abar m2048@0xd132c000 port 0xd132c180 irq 124
[    6.535832] ata3: SATA max UDMA/133 abar m2048@0xd132c000 port 0xd132c200 irq 124
[    6.535833] ata4: SATA max UDMA/133 abar m2048@0xd132c000 port 0xd132c280 irq 124
[    6.687420] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.716562] [drm:intel_detect_pch] Found SunrisePoint PCH
[    6.716565] [drm:get_allowed_dc_mask] Allowed DC state mask 03
[    6.716608] [drm:intel_device_info_dump] i915 device info: gen=9, pciid=0x1912 rev=0x06 flags=is_skylake,has_fbc,has_psr,has_runtime_pm,has_csr,has_resource_streamer,has_rc6,has_dp_mst,has_gmbus_irq,has_hw_contexts,has_logical_ring_contexts,has_guc,has_hotplug,has_llc,has_ddi,has_fpga_dbg,
[    6.716917] [drm:intel_device_info_runtime_init] slice mask: 0001
[    6.716918] [drm:intel_device_info_runtime_init] slice total: 1
[    6.716918] [drm:intel_device_info_runtime_init] subslice total: 3
[    6.716919] [drm:intel_device_info_runtime_init] subslice mask 0007
[    6.716919] [drm:intel_device_info_runtime_init] subslice per slice: 3
[    6.716919] [drm:intel_device_info_runtime_init] EU total: 23
[    6.716920] [drm:intel_device_info_runtime_init] EU per subslice: 8
[    6.716920] [drm:intel_device_info_runtime_init] has slice power gating: n
[    6.716921] [drm:intel_device_info_runtime_init] has subslice power gating: n
[    6.716921] [drm:intel_device_info_runtime_init] has EU power gating: y
[    6.716922] [drm:intel_sanitize_options] ppgtt mode: 3
[    6.716923] [drm:intel_sanitize_options] use GPU sempahores? no
[    6.716928] [drm:i915_ggtt_probe_hw] Memory usable by graphics device = 4096M
[    6.728813] r8169 0000:01:00.0 eth0: RTL8168h/8111h at 0xffffbfb9c07d6000, 00:25:ab:8a:b6:0e, XID 14100800 IRQ 126
[    6.728814] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.770903] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    6.806762] [drm:i915_ggtt_probe_hw] GMADR size = 256M
[    6.806764] [drm:i915_ggtt_probe_hw] GTT stolen size = 32M
[    6.806769] checking generic (c0000000 130000) vs hw (c0000000 10000000)
[    6.806770] fb: switching to inteldrmfb from VESA VGA
[    6.821944] Console: switching to colour dummy device 80x25
[    6.822041] [drm:i915_kick_out_vgacon] Replacing VGA console driver
[    6.822067] [drm:i915_gem_init_stolen] Memory reserved for graphics device: 32768K, usable: 31744K
[    6.822371] [drm:intel_opregion_setup] graphic opregion physical addr: 0xb9e71018
[    6.822381] [drm:intel_opregion_setup] Public ACPI methods supported
[    6.822382] [drm:intel_opregion_setup] SWSCI supported
[    6.822408] usb 1-10: New USB device found, idVendor=05c8, idProduct=037e
[    6.822412] usb 1-10: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    6.822416] usb 1-10: Product: HP High Definition 1MP Webcam
[    6.822418] usb 1-10: Manufacturer: Sonix Technology Co., Ltd.
[    6.840282] hidraw: raw HID events driver (C) Jiri Kosina
[    6.857046] usbcore: registered new interface driver usbhid
[    6.857051] usbhid: USB HID core driver
[    6.859871] input: Chicony HP Business Slim Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:03F0:304A.0002/input/input6
[    6.881513] [drm:swsci] SWSCI request timed out
[    6.881514] [drm:swsci] SWSCI request already in progress
[    6.881515] [drm:swsci_setup] SWSCI GBDA callbacks 00000001, SBCB callbacks 00000001
[    6.881516] [drm:intel_opregion_setup] ASLE supported
[    6.881516] [drm:intel_opregion_setup] ASLE extension supported
[    6.881517] [drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion (Mailbox #4)
[    6.881553] [drm:drm_vblank_init] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.881558] [drm:drm_vblank_init] Driver supports precise vblank timestamp query.
[    6.881562] [drm:init_vbt_defaults] Set default to SSC at 120000 kHz
[    6.881562] [drm:intel_bios_init] VBT signature "$VBT SKYLAKE        ", BDB version 200
[    6.881563] [drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 0 lvds_use_ssc 0 lvds_ssc_freq 120000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    6.881564] [drm:parse_general_definitions] crt_ddc_bus_pin: 2
[    6.881565] [drm:intel_opregion_get_panel_type] Failed to get panel details from OpRegion (-22)
[    6.881565] [drm:parse_lfp_panel_data] Panel type: 2 (VBT)
[    6.881566] [drm:parse_lfp_panel_data] DRRS supported mode is static
[    6.881567] [drm:parse_lfp_panel_data] Found panel mode in BIOS VBT tables:
[    6.881568] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    6.881569] [drm:parse_lfp_panel_data] VBT initial LVDS value 300
[    6.881570] [drm:parse_lfp_backlight] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255
[    6.881570] [drm:parse_sdvo_device_mapping] Unsupported child device size for SDVO mapping.
[    6.881571] [drm:parse_device_mapping] Expected child device config size for VBT version 200 not known; assuming 38
[    6.881572] [drm:parse_driver_features] DRRS State Enabled:1
[    6.881573] [drm:parse_ddi_port] Port A VBT info: DP:1 HDMI:0 DVI:0 EDP:1 CRT:0
[    6.881574] [drm:parse_ddi_port] VBT HDMI level shift for port A: 0
[    6.881574] [drm:parse_ddi_port] Port B VBT info: DP:1 HDMI:1 DVI:1 EDP:0 CRT:0
[    6.881575] [drm:parse_ddi_port] VBT HDMI level shift for port B: 3
[    6.881601] [drm:intel_dsm_pci_probe] no _DSM method for intel device
[    6.881610] [drm:intel_update_rawclk] rawclk rate: 24000 kHz
[    6.881611] [drm:gen9_set_dc_state] Setting DC state from 00 to 00
[    6.881613] [drm:intel_power_well_enable] enabling power well 1
[    6.881616] [drm:intel_power_well_enable] enabling MISC IO power well
[    6.881618] [drm:intel_update_cdclk] Current CD clock rate: 675000 kHz, VCO: 8100000 kHz, ref: 24000 kHz
Comment 28 freedesktop 2016-09-16 12:33:38 UTC
part 2:

[    6.881619] [drm:intel_update_max_cdclk] Max CD clock rate: 675000 kHz
[    6.881620] [drm:intel_update_max_cdclk] Max dotclock rate: 675000 kHz
[    6.881631] [drm:intel_power_well_enable] enabling always-on
[    6.881632] [drm:intel_power_well_enable] enabling DC off
[    6.881633] [drm:gen9_set_dc_state] Setting DC state from 00 to 00
[    6.881635] [drm:intel_power_well_enable] enabling power well 2
[    6.881636] [drm:intel_power_well_enable] enabling DDI A/E power well
[    6.881637] [drm:intel_power_well_enable] enabling DDI B power well
[    6.881638] [drm:skl_set_power_well] Enabling DDI B power well
[    6.881639] [drm:intel_power_well_enable] enabling DDI C power well
[    6.881639] [drm:skl_set_power_well] Enabling DDI C power well
[    6.881640] [drm:intel_power_well_enable] enabling DDI D power well
[    6.881641] [drm:skl_set_power_well] Enabling DDI D power well
[    6.881642] [drm:gen9_set_dc_state] Setting DC state from 00 to 00
[    6.881648] [drm:intel_csr_ucode_init] Loading i915/skl_dmc_ver1_26.bin
[    6.881962] [drm:csr_load_work_fn] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
[    6.882521] [drm:intel_fbc_init] Sanitized enable_fbc value: 0
[    6.882526] [drm:intel_print_wm_latency] Gen9 Plane WM0 latency 2 (2.0 usec)
[    6.882527] [drm:intel_print_wm_latency] Gen9 Plane WM1 latency 19 (19.0 usec)
[    6.882527] [drm:intel_print_wm_latency] Gen9 Plane WM2 latency 28 (28.0 usec)
[    6.882528] [drm:intel_print_wm_latency] Gen9 Plane WM3 latency 32 (32.0 usec)
[    6.882528] [drm:intel_print_wm_latency] Gen9 Plane WM4 latency 63 (63.0 usec)
[    6.882529] [drm:intel_print_wm_latency] Gen9 Plane WM5 latency 77 (77.0 usec)
[    6.882529] [drm:intel_print_wm_latency] Gen9 Plane WM6 latency 83 (83.0 usec)
[    6.882530] [drm:intel_print_wm_latency] Gen9 Plane WM7 latency 99 (99.0 usec)
[    6.882531] [drm:intel_modeset_init] 2 display pipes available.
[    6.882538] [drm:intel_update_cdclk] Current CD clock rate: 675000 kHz, VCO: 8100000 kHz, ref: 24000 kHz
[    6.882541] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.882847] [drm:intel_dp_init_connector] Adding eDP connector on port A
[    6.882895] [drm:intel_pps_dump_state] cur t1_t3 0 t8 0 t9 0 t10 500 t11_t12 6000
[    6.882896] [drm:intel_pps_dump_state] vbt t1_t3 2000 t8 10 t9 2000 t10 500 t11_t12 5000
[    6.882896] [drm:intel_dp_init_panel_power_sequencer] panel power up delay 200, power down delay 50, power cycle delay 600
[    6.882897] [drm:intel_dp_init_panel_power_sequencer] backlight on delay 1, off delay 200
[    6.882943] [drm:intel_dp_init_panel_power_sequencer_registers] panel power sequencer register settings: PP_ON 0x7d00001, PP_OFF 0x1f40001, PP_DIV 0x4af06
[    6.882958] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
[    6.883004] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0x0000000f
[    6.883965] [drm:intel_dp_read_dpcd] DPCD: 11 0a 82 01 00 00 01 80 02 00 00 00 00 01 00
[    6.884972] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885129] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885286] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885443] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885600] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885756] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.885912] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.886068] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.886224] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.886379] [drm:drm_dp_i2c_do_msg] I2C nack (result=0, size=0
[    6.886403] [drm:intel_panel_setup_backlight] Connector eDP-1 backlight initialized, enabled, brightness 937/937
[    6.886415] [drm:intel_dp_init_connector] Adding DP connector on port B
[    6.886422] [drm:intel_hdmi_init_connector] Adding HDMI connector on port B
[    6.886432] [drm:intel_modeset_readout_hw_state] [CRTC:26:pipe A] hw state readout: enabled
[    6.886433] [drm:intel_modeset_readout_hw_state] [CRTC:30:pipe B] hw state readout: disabled
[    6.886435] [drm:intel_modeset_readout_hw_state] DPLL 0 hw state readout: crtc_mask 0x00000000, on 1
[    6.886436] [drm:intel_modeset_readout_hw_state] DPLL 1 hw state readout: crtc_mask 0x00000001, on 1
[    6.886436] [drm:intel_modeset_readout_hw_state] DPLL 2 hw state readout: crtc_mask 0x00000000, on 0
[    6.886437] [drm:intel_modeset_readout_hw_state] DPLL 3 hw state readout: crtc_mask 0x00000000, on 0
[    6.886441] [drm:intel_modeset_readout_hw_state] [ENCODER:32:DDI A] hw state readout: enabled, pipe A
[    6.886442] [drm:intel_modeset_readout_hw_state] [ENCODER:38:DDI B] hw state readout: disabled, pipe A
[    6.886442] [drm:intel_modeset_readout_hw_state] [ENCODER:40:DP-MST A] hw state readout: disabled, pipe A
[    6.886443] [drm:intel_modeset_readout_hw_state] [ENCODER:41:DP-MST B] hw state readout: disabled, pipe B
[    6.886443] [drm:intel_modeset_readout_hw_state] [ENCODER:42:DP-MST C] hw state readout: disabled, pipe C
[    6.886445] [drm:intel_modeset_readout_hw_state] [CONNECTOR:33:eDP-1] hw state readout: enabled
[    6.886446] [drm:intel_modeset_readout_hw_state] [CONNECTOR:39:DP-1] hw state readout: disabled
[    6.886447] [drm:intel_modeset_readout_hw_state] [CONNECTOR:43:HDMI-A-1] hw state readout: disabled
[    6.886454] [drm:intel_dump_pipe_config] [CRTC:26:pipe A][setup_hw_state] config ffff892fa4ec6800 for pipe A
[    6.886455] [drm:intel_dump_pipe_config] cpu_transcoder: EDP
[    6.886456] [drm:intel_dump_pipe_config] pipe bpp: 18, dithering: 0
[    6.886456] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    6.886457] [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 4147292, gmch_n: 8388608, link_m: 230405, link_n: 524288, tu: 64
[    6.886458] [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[    6.886459] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[    6.886459] [drm:intel_dump_pipe_config] requested mode:
[    6.886460] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
[    6.886461] [drm:intel_dump_pipe_config] adjusted mode:
[    6.886462] [drm:drm_mode_debug_printmodeline] Modeline 0:"1600x900" 60 118654 1600 1624 1704 2112 900 901 904 934 0x40 0x9
[    6.886463] [drm:intel_dump_crtc_timings] crtc timings: 118654 1600 1624 1704 2112 900 901 904 934, type: 0x40 flags: 0x9
[    6.886463] [drm:intel_dump_pipe_config] port clock: 270000
[    6.886464] [drm:intel_dump_pipe_config] pipe src size: 640x480
[    6.886464] [drm:intel_dump_pipe_config] num_scalers: 2, scaler_users: 0x80000000, scaler_id: 0
[    6.886465] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    6.886466] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x06400384, enabled
[    6.886466] [drm:intel_dump_pipe_config] ips: 0
[    6.886466] [drm:intel_dump_pipe_config] double wide: 0
[    6.886467] [drm:intel_dump_pipe_config] dpll_hw_state: ctrl1: 0x13, cfgcr1: 0x0, cfgcr2: 0x0
[    6.886467] [drm:intel_dump_pipe_config] planes on this crtc
[    6.886468] [drm:intel_dump_pipe_config] [PLANE:23:plane 1A] disabled, scaler_id = -1
[    6.886468] [drm:intel_dump_pipe_config] [PLANE:25:cursor A] disabled, scaler_id = -1
[    6.886469] [drm:intel_dump_pipe_config] [PLANE:27:plane 2A] disabled, scaler_id = -1
[    6.886470] [drm:intel_dump_pipe_config] [CRTC:30:pipe B][setup_hw_state] config ffff892fa4ec3000 for pipe B
[    6.886470] [drm:intel_dump_pipe_config] cpu_transcoder: B
[    6.886471] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[    6.886472] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    6.886472] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    6.886473] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[    6.886473] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[    6.886474] [drm:intel_dump_pipe_config] requested mode:
[    6.886475] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    6.886475] [drm:intel_dump_pipe_config] adjusted mode:
[    6.886476] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    6.886477] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[    6.886477] [drm:intel_dump_pipe_config] port clock: 0
[    6.886478] [drm:intel_dump_pipe_config] pipe src size: 0x0
[    6.886478] [drm:intel_dump_pipe_config] num_scalers: 2, scaler_users: 0x0, scaler_id: 0
[    6.886479] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    6.886479] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    6.886480] [drm:intel_dump_pipe_config] ips: 0
[    6.886480] [drm:intel_dump_pipe_config] double wide: 0
[    6.886481] [drm:intel_dump_pipe_config] dpll_hw_state: ctrl1: 0x0, cfgcr1: 0x0, cfgcr2: 0x0
[    6.886481] [drm:intel_dump_pipe_config] planes on this crtc
[    6.886482] [drm:intel_dump_pipe_config] [PLANE:28:plane 1B] disabled, scaler_id = -1
[    6.886482] [drm:intel_dump_pipe_config] [PLANE:29:cursor B] disabled, scaler_id = -1
[    6.886483] [drm:intel_dump_pipe_config] [PLANE:31:plane 2B] disabled, scaler_id = -1
[    6.886484] [drm:intel_modeset_setup_hw_state] DPLL 0 enabled but not in use, disabling
[    6.886495] [drm:intel_power_well_disable] disabling DDI D power well
[    6.886496] [drm:skl_set_power_well] Disabling DDI D power well
[    6.886497] [drm:intel_power_well_disable] disabling DDI C power well
[    6.886498] [drm:skl_set_power_well] Disabling DDI C power well
[    6.886499] [drm:intel_power_well_disable] disabling DDI B power well
[    6.886500] [drm:skl_set_power_well] Disabling DDI B power well
[    6.886501] [drm:intel_power_well_disable] disabling power well 2
[    6.886504] [drm:skl_set_power_well] Disabling power well 2
[    6.886508] [drm:skylake_get_initial_plane_config] pipe A with fb: size=640x480@32, offset=0, pitch 2560, size 0x12c000
[    6.886509] [drm:i915_gem_object_create_stolen_for_preallocated] creating preallocated stolen object: stolen_offset=0, gtt_offset=0, size=12c000
[    6.886511] [drm:i915_pages_create_for_stolen] offset=0x0, size=1228800
[    6.886513] [drm:intel_alloc_initial_plane_obj] initial plane fb obj ffff892fa4974000
[    6.886817] [drm:i915_gem_init_ggtt] clearing unused GTT space: [12c000, fffff000]
[    6.886825] [drm:i915_gem_context_init] LR context support initialized
[    6.886827] [drm:i915_gem_object_create_stolen] creating stolen object: size=1000
[    6.886828] [drm:i915_pages_create_for_stolen] offset=0x12c000, size=4096
[    6.886830] [drm:intel_engine_create_scratch] render ring pipe control offset: 0xffffe000
[    6.886858] [drm:i915_gem_object_create_stolen] creating stolen object: size=4000
[    6.886859] [drm:i915_pages_create_for_stolen] offset=0x12d000, size=16384
[    6.886891] [drm:i915_gem_object_create_stolen] creating stolen object: size=4000
[    6.886892] [drm:i915_pages_create_for_stolen] offset=0x131000, size=16384
[    6.886908] [drm:i915_gem_object_create_stolen] creating stolen object: size=4000
[    6.886909] [drm:i915_pages_create_for_stolen] offset=0x135000, size=16384
[    6.886921] [drm:i915_gem_object_create_stolen] creating stolen object: size=4000
[    6.886922] [drm:i915_pages_create_for_stolen] offset=0x139000, size=16384
[    6.886965] [drm:gen8_init_common_ring] Execlists enabled for render ring
[    6.887014] [drm:gen8_init_common_ring] Execlists enabled for blitter ring
[    6.887052] [drm:gen8_init_common_ring] Execlists enabled for bsd ring
[    6.887089] [drm:gen8_init_common_ring] Execlists enabled for video enhancement ring
[    6.887123] [drm:intel_guc_setup] GuC fw status: path i915/skl_guc_ver6_1.bin, fetch NONE, load NONE
[    6.887129] [drm:intel_guc_setup] GuC firmware load skipped
[    6.887136] [drm:intel_update_cdclk] Current CD clock rate: 675000 kHz, VCO: 8100000 kHz, ref: 24000 kHz
[    6.887141] [drm:intel_fbdev_init_bios] found possible fb from plane A
[    6.887141] [drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping
[    6.887142] [drm:intel_fbdev_init_bios] checking plane A for BIOS fb
[    6.887142] [drm:intel_fbdev_init_bios] fb not wide enough for plane A (6400 vs 2560)
[    6.887143] [drm:intel_fbdev_init_bios] BIOS fb not suitable for all pipes, not using
[    6.887200] [drm:intel_dp_detect] [CONNECTOR:33:eDP-1]
[    6.887201] [drm:intel_dp_long_pulse] Display Port TPS3 support: source yes, sink no
[    6.887202] [drm:intel_dp_print_rates] source rates: 162000, 216000, 270000, 324000, 432000, 540000
[    6.887203] [drm:intel_dp_print_rates] sink rates: 162000, 270000
[    6.887203] [drm:intel_dp_print_rates] common rates: 162000, 270000
[    6.888059] [drm:intel_dp_probe_oui] Sink OUI: 00e04c
[    6.888916] [drm:intel_dp_probe_oui] Branch OUI: 00e04c
[    6.889756] [drm:drm_helper_hpd_irq_event] [CONNECTOR:33:eDP-1] status updated from unknown to connected
[    6.889756] [drm:intel_dp_detect] [CONNECTOR:39:DP-1]
[    6.889757] [drm:intel_power_well_enable] enabling power well 2
[    6.889758] [drm:skl_set_power_well] Enabling power well 2
[    6.889772] [drm:intel_power_well_disable] disabling power well 2
[    6.889775] [drm:skl_set_power_well] Disabling power well 2
[    6.889776] [drm:drm_helper_hpd_irq_event] [CONNECTOR:39:DP-1] status updated from unknown to disconnected
[    6.889776] [drm:intel_hdmi_detect] [CONNECTOR:43:HDMI-A-1]
[    6.890122] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[    6.890122] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[    6.890475] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[    6.890476] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb
[    6.890829] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[    6.890829] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[    6.891138] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[    6.891139] [drm:drm_helper_hpd_irq_event] [CONNECTOR:43:HDMI-A-1] status updated from unknown to disconnected
[    6.891360] [drm:intel_backlight_device_register] Connector eDP-1 backlight sysfs interface registered
[    6.891363] [drm:intel_dp_connector_register] registering DPDDC-A bus for card0-eDP-1
[    6.891431] [drm:intel_dp_connector_register] registering DPDDC-B bus for card0-DP-1
[    6.892187] [drm:intel_didl_outputs] More than 15 outputs detected via ACPI
[    6.894225] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.894413] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    6.920162] hid-generic 0003:03F0:304A.0002: input,hidraw0: USB HID v1.10 Keyboard [Chicony HP Business Slim Keyboard] on usb-0000:00:14.0-9/input0
[    6.920210] [drm:i915_driver_load] Initialized i915 1.6.0 20160902 for 0000:00:02.0 on minor 0
[    6.920212] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:eDP-1]
[    6.920213] [drm:intel_dp_detect] [CONNECTOR:33:eDP-1]
[    6.920216] [drm:intel_dp_long_pulse] Display Port TPS3 support: source yes, sink no
[    6.920219] [drm:intel_dp_print_rates] source rates: 162000, 216000, 270000, 324000, 432000, 540000
[    6.920220] [drm:intel_dp_print_rates] sink rates: 162000, 270000
[    6.920221] [drm:intel_dp_print_rates] common rates: 162000, 270000
[    6.921106] [drm:intel_dp_probe_oui] Sink OUI: 00e04c
[    6.921698] input: Chicony HP Business Slim Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:03F0:304A.0003/input/input8
[    6.921965] [drm:intel_dp_probe_oui] Branch OUI: 00e04c
[    6.922849] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:eDP-1] probed modes :
[    6.922850] [drm:drm_mode_debug_printmodeline] Modeline 47:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    6.922852] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1]
[    6.922852] [drm:intel_dp_detect] [CONNECTOR:39:DP-1]
[    6.922853] [drm:intel_power_well_enable] enabling power well 2
[    6.922855] [drm:skl_set_power_well] Enabling power well 2
[    6.922866] [drm:intel_power_well_disable] disabling power well 2
[    6.922868] [drm:skl_set_power_well] Disabling power well 2
[    6.922870] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:DP-1] disconnected
[    6.922871] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:43:HDMI-A-1]
[    6.922871] [drm:intel_hdmi_detect] [CONNECTOR:43:HDMI-A-1]
[    6.923197] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[    6.923198] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[    6.923419] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1)
[    6.923420] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb
[    6.923501] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.923642] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[    6.923642] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry
[    6.923964] [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1)
[    6.923966] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:43:HDMI-A-1] disconnected
[    6.923967] [drm:drm_setup_crtcs] 
[    6.923968] [drm:drm_enable_connectors] connector 33 enabled? yes
[    6.923968] [drm:drm_enable_connectors] connector 39 enabled? no
[    6.923969] [drm:drm_enable_connectors] connector 43 enabled? no
[    6.923970] [drm:intel_fb_initial_config] looking for cmdline mode on connector eDP-1
[    6.923971] [drm:intel_fb_initial_config] looking for preferred mode on connector eDP-1 0
[    6.923972] [drm:intel_fb_initial_config] connector eDP-1 on [CRTC:26:pipe A]: 1024x768
[    6.923972] [drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[    6.923973] [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[    6.923974] [drm:drm_setup_crtcs] desired mode 1024x768 set on crtc 26 (0,0)
[    6.923975] [drm:intelfb_create] no BIOS fb, allocating a new one
[    6.923976] [drm:i915_gem_object_create_stolen] creating stolen object: size=300000
[    6.923979] [drm:i915_pages_create_for_stolen] offset=0x13d000, size=3145728
[    6.924202] [drm:intelfb_create] allocated 1024x768 fb: 0x00180000
[    6.924241] fbcon: inteldrmfb (fb0) is primary device
[    6.924281] [drm:connected_sink_compute_bpp] [CONNECTOR:33:eDP-1] checking for sink bpp constrains
[    6.924281] [drm:connected_sink_compute_bpp] clamping display bpp (was 36) to default limit of 24
[    6.924283] [drm:skl_update_scaler_crtc] Updating scaler for [CRTC:26:pipe A] scaler_user index 0.31
[    6.924284] [drm:skl_update_scaler] scaler_user index 0.31: Staged freeing scaler id 0 scaler_users = 0x0
[    6.924285] [drm:intel_dp_compute_config] DP link computation with max lane count 2 max bw 270000 pixel clock 65000KHz
[    6.924286] [drm:intel_dp_compute_config] clamping bpp for eDP panel to BIOS-provided 18
[    6.924287] [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 2 clock 270000 bpp 18
[    6.924287] [drm:intel_dp_compute_config] DP link bw required 117000 available 432000
[    6.924288] [drm:intel_modeset_pipe_config] hw max bpp: 36, pipe bpp: 18, dithering: 1
[    6.924289] [drm:intel_dump_pipe_config] [CRTC:26:pipe A][modeset] config ffff892fa46bb000 for pipe A
[    6.924289] [drm:intel_dump_pipe_config] cpu_transcoder: EDP
[    6.924290] [drm:intel_dump_pipe_config] pipe bpp: 18, dithering: 1
[    6.924290] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    6.924291] [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 2271914, gmch_n: 8388608, link_m: 126217, link_n: 524288, tu: 64
[    6.924292] [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[    6.924292] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[    6.924293] [drm:intel_dump_pipe_config] requested mode:
[    6.924294] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    6.924294] [drm:intel_dump_pipe_config] adjusted mode:
[    6.924295] [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    6.924296] [drm:intel_dump_crtc_timings] crtc timings: 65000 1024 1048 1184 1344 768 771 777 806, type: 0x8 flags: 0xa
[    6.924296] [drm:intel_dump_pipe_config] port clock: 270000
[    6.924297] [drm:intel_dump_pipe_config] pipe src size: 1024x768
[    6.924297] [drm:intel_dump_pipe_config] num_scalers: 2, scaler_users: 0x0, scaler_id: -1
[    6.924298] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    6.924298] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[    6.924299] [drm:intel_dump_pipe_config] ips: 0
[    6.924299] [drm:intel_dump_pipe_config] double wide: 0
[    6.924300] [drm:intel_dump_pipe_config] dpll_hw_state: ctrl1: 0x13, cfgcr1: 0x0, cfgcr2: 0x0
[    6.924300] [drm:intel_dump_pipe_config] planes on this crtc
[    6.924302] [drm:intel_dump_pipe_config] [PLANE:23:plane 1A] enabled
[    6.924302] [drm:intel_dump_pipe_config] 	FB:46, fb = 640x480 format = XR24 little-endian (0x34325258)
[    6.924303] [drm:intel_dump_pipe_config] 	scaler:-1 src 0x0+640+480 dst 0x0+640+480
[    6.924303] [drm:intel_dump_pipe_config] [PLANE:25:cursor A] disabled, scaler_id = -1
[    6.924303] [drm:intel_dump_pipe_config] [PLANE:27:plane 2A] disabled, scaler_id = -1
[    6.924305] [drm:intel_modeset_checks] New cdclk calculated to be atomic 337500, actual 337500
[    6.924307] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
[    6.924309] [drm:intel_find_shared_dpll] [CRTC:26:pipe A] allocated DPLL 0
[    6.924309] [drm:intel_reference_shared_dpll] using DPLL 0 for pipe A
[    6.924310] [drm:skl_update_scaler_crtc] Updating scaler for [CRTC:26:pipe A] scaler_user index 0.31
[    6.924319] [drm:intel_edp_backlight_off] 
[    6.924728] ata1.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[    6.924730] ata1.00: ACPI cmd b1/c1:00:00:00:00:e0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.924884] ata1.00: ATA-9: HGST HTS725050A7E630, GS2OA3C0, max UDMA/133
[    6.924885] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.926450] ata1.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[    6.926451] ata1.00: ACPI cmd b1/c1:00:00:00:00:e0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.926675] ata1.00: configured for UDMA/133
[    6.926901] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS725050A7 A3C0 PQ: 0 ANSI: 5
[    6.972078] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    6.972080] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.972100] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.972108] sd 0:0:0:0: [sda] Write Protect is off
[    6.972109] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.972121] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.980254] hid-generic 0003:03F0:304A.0003: input,hiddev0,hidraw1: USB HID v1.10 Device [Chicony HP Business Slim Keyboard] on usb-0000:00:14.0-9/input1
[    7.009599]  sda: sda1 sda2 < sda5 >
[    7.009792] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.131942] [drm:intel_panel_actually_set_backlight] set backlight PWM = 0
[    7.131958] [drm:lpt_disable_backlight] cpu backlight was enabled, disabling
[    7.131977] [drm:intel_disable_pipe] disabling pipe A
[    7.136929] [drm:edp_panel_off] Turn eDP port A panel power off
[    7.136952] [drm:wait_panel_off] Wait for panel power off time
[    7.137006] [drm:wait_panel_status] mask b0000000 value 00000000 status a0000003 control 00000000
[    7.188905] [drm:wait_panel_status] Wait complete
[    7.188911] [drm:intel_disable_shared_dpll] disable DPLL 1 (active 1, on? 1) for crtc 26
[    7.188913] [drm:intel_disable_shared_dpll] disabling DPLL 1
[    7.188916] [drm:skl_set_cdclk] Changing CDCLK to 337500 kHz (VCO 8100000 kHz)
[    7.188921] [drm:intel_update_cdclk] Current CD clock rate: 337500 kHz, VCO: 8100000 kHz, ref: 24000 kHz
[    7.188922] [drm:verify_encoder_state] [ENCODER:32:DDI A]
[    7.188922] [drm:verify_encoder_state] [ENCODER:38:DDI B]
[    7.188923] [drm:verify_encoder_state] [ENCODER:40:DP-MST A]
[    7.188924] [drm:verify_encoder_state] [ENCODER:41:DP-MST B]
[    7.188924] [drm:verify_encoder_state] [ENCODER:42:DP-MST C]
[    7.188925] [drm:intel_connector_verify_state] [CONNECTOR:39:DP-1]
[    7.188926] [drm:intel_connector_verify_state] [CONNECTOR:43:HDMI-A-1]
[    7.188926] [drm:verify_single_dpll_state] DPLL 0
[    7.188927] [drm:verify_single_dpll_state] DPLL 1
[    7.188928] [drm:verify_single_dpll_state] DPLL 2
[    7.188929] [drm:verify_single_dpll_state] DPLL 3
[    7.188930] [drm:intel_enable_shared_dpll] enable DPLL 0 (active 1, on? 0) for crtc 26
[    7.188931] [drm:intel_enable_shared_dpll] enabling DPLL 0
[    7.188938] [drm:edp_panel_on] Turn eDP port A panel power on
[    7.188945] [drm:wait_panel_power_cycle] Wait for panel power cycle
[    7.285991] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    7.288892] ata2.00: ATAPI: hp HLDS  DVDRW  GUD0N, SD03, max UDMA/100
[    7.293722] ata2.00: configured for UDMA/100
[    7.299223] scsi 1:0:0:0: CD-ROM            hp HLDS  DVDRW  GUD0N     SD03 PQ: 0 ANSI: 5
[    7.327685] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    7.327687] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.327833] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    7.327913] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    7.642149] ata3: SATA link down (SStatus 4 SControl 300)
[    7.747795] [drm:wait_panel_status] mask b800000f value 00000000 status 08000001 control 00000000
[    7.768371] [drm:wait_panel_status] Wait complete
[    7.768396] [drm:wait_panel_on] Wait for panel power on
[    7.768462] [drm:wait_panel_status] mask b000000f value 80000008 status 0000000a control 00000003
[    7.954816] ata4: SATA link down (SStatus 4 SControl 300)
[    7.968783] [drm:wait_panel_status] Wait complete
[    7.968798] [drm:edp_panel_vdd_on] Turning eDP port A VDD on
[    7.968844] [drm:edp_panel_vdd_on] PP_STATUS: 0x80000008 PP_CONTROL: 0x0000000b
[    7.970721] [drm:intel_dp_set_signal_levels] Using signal levels 00000000
[    7.970722] [drm:intel_dp_set_signal_levels] Using vswing level 0
[    7.970722] [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0
[    7.970723] [drm:_intel_dp_set_link_train] Using DP training pattern TPS1
[    7.972140] [drm:intel_dp_link_training_clock_recovery] clock recovery OK
[    7.972141] [drm:_intel_dp_set_link_train] Using DP training pattern TPS2
[    7.973854] [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful
[    7.974276] [drm:skylake_pfit_enable] for crtc_state = ffff892fa46bb000
[    7.974461] [drm:intel_enable_pipe] enabling pipe A
[    7.974465] [drm:intel_edp_backlight_on] 
[    7.974466] [drm:intel_panel_enable_backlight] pipe A
[    7.974504] [drm:intel_panel_actually_set_backlight] set backlight PWM = 937
[    7.979793] [drm:intel_psr_enable] PSR not supported by this panel
[    7.979794] [drm:intel_edp_drrs_enable] Panel doesn't support DRRS
[    8.007932] [drm:intel_connector_verify_state] [CONNECTOR:33:eDP-1]
[    8.007936] [drm:verify_crtc_state] [CRTC:26:pipe A]
[    8.007944] [drm:verify_single_dpll_state] DPLL 0
[    8.007946] [drm:skl_enable_sagv] Enabling the SAGV
[    8.007960] Console: switching to colour frame buffer device 128x48
[    8.007978] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
[    8.029380] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    8.537029] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.563574] random: fast init done
[    8.836261] [drm:gen9_enable_rc6] RC6 on
[    9.481227] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    9.482548] systemd[1]: Detected architecture x86-64.
[    9.508892] systemd[1]: Set hostname to <corno>.
[    9.953229] random: crng init done
[   10.439843] systemd[1]: Created slice User and Session Slice.
[   10.441328] systemd[1]: Reached target User and Group Name Lookups.
[   10.442760] systemd[1]: Reached target Encrypted Volumes.
[   10.444204] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.445654] systemd[1]: Listening on udev Control Socket.
[   10.447102] systemd[1]: Listening on fsck to fsckd communication Socket.
[   10.448555] systemd[1]: Created slice System Slice.
[   10.979703] [drm:edp_panel_vdd_off_sync] Turning eDP port A VDD off
[   10.979756] [drm:edp_panel_vdd_off_sync] PP_STATUS: 0x80000008 PP_CONTROL: 0x00000007
[   10.979758] [drm:intel_power_well_disable] disabling DC off
[   10.979759] [drm:skl_enable_dc6] Enabling DC6
[   10.979760] [drm:gen9_set_dc_state] Setting DC state from 00 to 02
[   12.762969] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   12.815425] RPC: Registered named UNIX socket transport module.
[   12.815426] RPC: Registered udp transport module.
[   12.815426] RPC: Registered tcp transport module.
[   12.815426] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.890805] systemd-journald[929]: Received request to flush runtime journal from PID 1
[   13.607737] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.917773] input: USBest Technology SiS HID Touch Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:0457:1118.0001/input/input9
[   13.917870] hid-multitouch 0003:0457:1118.0001: input,hiddev0,hidraw2: USB HID v1.11 Device [USBest Technology SiS HID Touch Controller] on usb-0000:00:14.0-6/input0
[   13.918661] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   14.020103] media: Linux media interface: v0.10
[   14.314128] bcma: bus0: Found chip with id 43228, rev 0x00 and package 0x08
[   14.314150] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[   14.314167] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[   14.314202] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
[   14.314220] bcma: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
[   14.325839] bcma: bus0: Bus registered
[   14.375282] Linux video capture interface: v2.00
[   15.083181] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
[   15.091998] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
[   15.108804] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
[   15.276422] ppdev: user-space parallel port driver
[   15.425254] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff893080f23288 (20160422/exresop-593)
[   15.425258] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20160422/dswexec-460)
[   15.425260] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPO] (Node ffff8930bb8abb90), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.425263] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node ffff8930bb8abbe0), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.425783] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff893080f235e8 (20160422/exresop-593)
[   15.425785] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20160422/dswexec-460)
[   15.425787] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPO] (Node ffff8930bb8abb90), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.425790] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node ffff8930bb8abbe0), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.426278] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff893080f23318 (20160422/exresop-593)
[   15.426279] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20160422/dswexec-460)
[   15.426281] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPO] (Node ffff8930bb8abb90), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.426284] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node ffff8930bb8abbe0), AE_AML_OPERAND_TYPE (20160422/psparse-542)
[   15.426322] input: HP WMI hotkeys as /devices/virtual/input/input11
[   15.427808] hp_wmi: query 0x5 returned error 0x3
[   15.427863] ACPI Error: Attempt to CreateField of length zero (20160422/dsopcode-168)
[   15.427865] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPI] (Node ffff8930bb8abb40), AE_AML_OPERAND_VALUE (20160422/psparse-542)
[   15.427869] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node ffff8930bb8abbe0), AE_AML_OPERAND_VALUE (20160422/psparse-542)
[   16.032819] [drm:intel_backlight_device_update_status] updating intel_backlight, brightness=937/937
[   16.032820] [drm:intel_panel_actually_set_backlight] set backlight PWM = 937
[   16.032836] [drm:intel_power_well_enable] enabling DC off
[   16.032837] [drm:gen9_set_dc_state] Setting DC state from 02 to 00
[   16.032847] [drm:intel_power_well_disable] disabling DC off
[   16.032848] [drm:skl_enable_dc6] Enabling DC6
[   16.032849] [drm:gen9_set_dc_state] Setting DC state from 00 to 02
[   16.220952] uvcvideo: Found UVC 1.00 device HP High Definition 1MP Webcam (05c8:037e)
[   16.246470] uvcvideo 1-10:1.0: Entity type for entity Extension 3 was not initialized!
[   16.246472] uvcvideo 1-10:1.0: Entity type for entity Processing 2 was not initialized!
[   16.246473] uvcvideo 1-10:1.0: Entity type for entity Camera 1 was not initialized!
[   16.246521] input: HP High Definition 1MP Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input12
[   16.246558] usbcore: registered new interface driver uvcvideo
[   16.246558] USB Video Class driver (1.1.1)
[   16.411201] AVX2 version of gcm_enc/dec engaged.
[   16.411201] AES CTR mode by8 optimization enabled
[   16.674330] Bluetooth: Core ver 2.21
[   16.674340] NET: Registered protocol family 31
[   16.674341] Bluetooth: HCI device and connection manager initialized
[   16.674343] Bluetooth: HCI socket layer initialized
[   16.674344] Bluetooth: L2CAP socket layer initialized
[   16.674347] Bluetooth: SCO socket layer initialized
[   16.779761] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   17.047555] [drm:intel_power_well_enable] enabling DC off
[   17.047557] [drm:gen9_set_dc_state] Setting DC state from 02 to 00
[   17.047560] [drm:intel_power_well_enable] enabling power well 2
[   17.047561] [drm:skl_set_power_well] Enabling power well 2
[   17.063717] usbcore: registered new interface driver btusb
[   17.068531] Bluetooth: hci0: BCM: chip id 63
[   17.084556] Bluetooth: hci0: BCM20702A
[   17.085545] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[   17.230674] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0a5c-640b.hcd failed with error -2
[   17.230676] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-640b.hcd not found
[   17.542068] Adding 4086780k swap on /dev/sda5.  Priority:-1 extents:1 across:4086780k FS
[   17.722722] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3228: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:line
[   17.722723] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   17.722724] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   17.722725] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   17.722725] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   17.722726] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   17.722727] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   18.161984] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   18.162044] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   18.162112] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   18.162172] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   18.162232] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   18.162280] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   18.236838] [drm:intel_power_well_disable] disabling power well 2
[   18.236843] [drm:skl_set_power_well] Disabling power well 2
[   18.236845] [drm:intel_power_well_disable] disabling DC off
[   18.236846] [drm:skl_enable_dc6] Enabling DC6
[   18.236848] [drm:gen9_set_dc_state] Setting DC state from 00 to 02
[   18.955006] kvm: disabled by bios
[   18.956384] audit: type=1400 audit(1474028987.553:2): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=2298 comm="apparmor_parser"
[   18.962281] audit: type=1400 audit(1474028987.557:3): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=2296 comm="apparmor_parser"
[   18.962287] audit: type=1400 audit(1474028987.557:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=2296 comm="apparmor_parser"
[   18.962289] audit: type=1400 audit(1474028987.557:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=2296 comm="apparmor_parser"
[   18.962291] audit: type=1400 audit(1474028987.557:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=2296 comm="apparmor_parser"
[   18.992547] kvm: disabled by bios
[   19.044474] kvm: disabled by bios
[   19.428251] intel_rapl: Found RAPL domain package
[   19.428252] intel_rapl: Found RAPL domain core
[   19.428252] intel_rapl: Found RAPL domain uncore
[   19.428253] intel_rapl: Found RAPL domain dram
[   20.598741] r8169 0000:01:00.0 enp1s0: link down
[   20.598742] r8169 0000:01:00.0 enp1s0: link down
[   20.598820] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   21.480840] b43-phy0: Broadcom 43228 WLAN found (core revision 30)
[   21.481244] b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 16
[   21.481251] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 9, Version 1
[   21.481672] b43 bcma0:1: Direct firmware load for b43/ucode30_mimo.fw failed with error -2
[   21.481677] b43 bcma0:1: Direct firmware load for b43/ucode30_mimo.fw failed with error -2
[   21.481683] b43 bcma0:1: Direct firmware load for b43-open/ucode30_mimo.fw failed with error -2
[   21.481687] b43 bcma0:1: Direct firmware load for b43-open/ucode30_mimo.fw failed with error -2
[   21.481687] b43-phy0 ERROR: Firmware file "b43/ucode30_mimo.fw" not found
[   21.482136] b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found
[   21.482578] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[   21.483540] Broadcom 43xx driver loaded [ Features: PNL ]
[   23.755678] r8169 0000:01:00.0 enp1s0: link up
[   23.755684] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[   24.475788] [drm:skl_update_scaler_plane] Updating scaler for [PLANE:23:plane 1A] scaler_user index 0.0
Comment 29 Ville Syrjala 2016-09-20 13:35:23 UTC
(In reply to freedesktop from comment #27)
> Full log with debugging enabled. Cut in 2 parts because of 64K limit for
> uploads

Attachment would have been preferred. But let's keep going...

> [    6.881565] [drm:intel_opregion_get_panel_type] Failed to get panel
> details from OpRegion (-22)
> [    6.881565] [drm:parse_lfp_panel_data] Panel type: 2 (VBT)

Hmm. So it looks OpRegion refuses to give us the goods. Unfortunately that means I'm out of ideas for now :(
Comment 30 tuxlover 2016-12-13 17:54:23 UTC
I had the same issue on HP ProOne 400 G2 All-in-One with Intel® Core™ i5-6500T CPU. Kernel version 4.8.0-1-amd64.

"[PATCH v2] hack: force panel_type=0" works excellent! Thank you so much!
Comment 31 Jari Tahvanainen 2017-03-27 09:56:40 UTC
freedesktop@zevv.nl - I'm sorry about this silence until now. Is this problem still valid for you with the latest kernel from drm-tip?
Comment 32 juridan 2017-04-24 11:13:13 UTC
Hi,

I have the same problem on my machine: HP ProOne G2 Non-Touch AiO/8063

The panel goes into self test loop. 
Since I am totally new in this side of linux (applying patches)
I would like to try patch v2, but don't know how do to apply patch.

Any help?

p.s. I tried previously with fresh ubuntu install and linux graphics drivers, but,... it is always the same.
If I set nomodeset in grub, then it boots "normally" and with external monitor attached, it displays (eDP) in 1600x900 resolution
Comment 33 juridan 2017-04-25 09:12:48 UTC
(In reply to Jari Tahvanainen from comment #31)
> freedesktop@zevv.nl - I'm sorry about this silence until now. Is this
> problem still valid for you with the latest kernel from drm-tip?

Hi,

I have the same problem on my machine: HP ProOne G2 Non-Touch AiO/8063

The panel goes into self test loop. 
Since I am totally new in this side of linux (applying patches)
I would like to try patch v2, but don't know how do to apply patch.

Any help?

p.s. I tried previously with fresh ubuntu install and linux graphics drivers, but,... it is always the same.
If I set nomodeset in grub, then it boots "normally" and with external monitor attached, it displays (eDP) in 1600x900 resolution
Comment 34 Ricardo 2017-05-09 17:41:21 UTC
Adding tag into "Whiteboard" field - ReadyForDev
The bug still active
*Status is correct
*Platform is included
*Feature is included
*Priority and Severity correctly set
*Logs included
Comment 35 Jari Tahvanainen 2017-05-24 10:56:57 UTC
Juridan - let's start to work on this. Sorry about this delay again.

As a first step please provide full dmesg from the boot to the problem.
To obtain a dmesg with debug information, add drm.debug=0xe to your kernel command line (on grub assumable on your case). Attach the log here "add an attachment" ...
See instructions on https://01.org/linuxgraphics/documentation/how-report-bugs 

After dmesg then try to reproduce the problem with the latest kernel from drm-tip. See build guide https://01.org/linuxgraphics/documentation/build-guide-0 for instructions how to get and compile drm-tip.
Comment 36 juridan 2017-06-13 06:10:06 UTC
Hi,...

Sorry for my late response too. At the moment I am not able to send you dmesg because my two PCs are dislocated.

But,... I accidentally managed to get display working!

I had to start install using nomodeset parameter. And after install, I changed bios (uefi) settings for Legacy Support to DISABLE and Secure boot DISABLE and now display works like it should. Strange.

Still, grub resolution is low (it was full before UEFI settings) but later resolution and display is as it should be and everything is working flawlessly.

I also noticed (when checking driver file) that the patched file is the same as my installed driver, except for line "panel_type=0". So,... my installed driver file is missing panel_type=0 line.

When I get back my PCs, I will try to send you all the data you need.

Thank you for help.
Comment 37 Ricardo 2017-07-07 18:44:42 UTC
Juridan its been almost a month, I will close this bug, but if you encounter the same problem with the latest kernel or drm-tip open a new bug and will follow
Comment 38 Francesco Simula 2018-08-27 12:51:46 UTC
I wanted to point that the same exact problem (full-screen cycle of 2 seconds red, then green, then blue, and loops infinitely the moment the i915/drm driver gets loaded or activated, unless 'nomodeset' is selected, in which case the desktop is unable to go to resolutions higher than 1024x768) still appears on a machine similar to that of the original poster (mine is an HP ProOne 400 G3 All-in-One with Kaby Lake i3-7100T with built-in connected via eDP, as reported by the Intel utility once Windows is booted), either with a 4.16.3 kernel on a USB-booted rescue system and with a 4.17.4 kernel on a USB-booted Fedora 28 live image.

As reported by juridan - whom I must thank for giving me a way to at least bypass the problem which made installing Linux on this machine pointless - setting both legacy support and Secure boot to DISABLE in the BIOS overcomes the problem (the USB-boot rescue system gets to 1600x900 desktop correctly; I didn't try the Fedora live image but I'm sure it would behave the same).

I'd like to help in diagnosing and fixing this; I must add that the machine is at my parents' and is currently running Windows (I was not able to install an OS on it and make it operational otherwise) which can make any trial quite awkward - every time I tinker with the Secure boot options in the BIOS, the Windows boot needs fixing...
Comment 39 Lakshmi 2018-09-03 09:07:58 UTC
James, can you
Comment 40 Lakshmi 2018-09-03 09:12:15 UTC
(In reply to Lakshmi from comment #39)
> James, can you comment on this bug?
Comment 41 Lakshmi 2018-09-08 22:08:48 UTC
Priority set to Medium.
Comment 42 Clinton Taylor 2018-09-10 22:21:49 UTC
The correct solution for this issue is to set panel_type=0 from comment #21 or the attached patch. The BIOS is giving the driver the incorrect information and you will need to force the driver to use panel_type 0.
Comment 43 Francesco Simula 2018-09-11 16:51:50 UTC
(In reply to Clinton Taylor from comment #42)
> The correct solution for this issue is to set panel_type=0 from comment #21
> or the attached patch. The BIOS is giving the driver the incorrect
> information and you will need to force the driver to use panel_type 0.

Is there a way to set this "panel_type=0" by adding to the GRUB kernel line some option for the i915 module? I see that here (Fedora 28, kernel 4.17.19-200) the i915 module has "panel" in the following options:

- panel_ignore_lid:Override lid status (0=autodetect, 1=autodetect disabled [default], -1=force lid closed, -2=force lid open) (int)

- panel_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] (default: auto from VBT) (int)

- vbt_sdvo_panel_type:Override/Ignore selection of SDVO panel mode in the VBT (-2=ignore, -1=auto [default], index in VBT BIOS table) (int)

Is "panel_type" one of these?
Comment 44 Clinton Taylor 2018-09-11 18:25:48 UTC
> 
> Is "panel_type" one of these?

Unfortunately no. sdvo panel_type is different from lvds panel_type.
Comment 45 Jani Nikula 2018-12-31 10:00:57 UTC
Stumbled upon an old bug. Please be sure to use UEFI boot, not legacy boot.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.