<div>The ASUS C201 comes with an 11.6inch EDP display. I was wondering if you could simply swap it for a 15'' EDP display. I tried it, but as expected it didn't work, however the backlight came on and I had the following logs:<br></div><div><br></div><div>----------------------------------------------------------------<br></div><div>Attempting to setup EDP display.<br></div><div>do not get hpd single, force hpd<br></div><div>Extracted contents:<br></div><div>header:          00 ff ff ff ff ff ff 00<br></div><div>serial number:   0d ae c4 15 00 00 00 00 28 17<br></div><div>version:         01 04<br></div><div>basic params:    95 22 13 78 02<br></div><div>chroma info:     ef 05 90 54 52 93 29 25 50 54<br></div><div>established:     00 00 00<br></div><div>standard:        01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01<br></div><div>descriptor 1:    5e 35 80 96 70 38 14 40 2c 1c 24 00 58 c1 10 00 00 18<br></div><div>descriptor 2:    00 00 00 fe 00 4e 31 35 36 48 47 45 2d 45 41 42 0a 20<br></div><div>descriptor 3:    00 00 00 fe 00 43 4d 4e 0a 20 20 20 20 20 20 20 20 20<br></div><div>descriptor 4:    00 00 00 fe 00 4e 31 35 36 48 47 45 2d 45 41 42 0a 20<br></div><div>extensions:      00<br></div><div>checksum:        1d<br></div><div><br></div><div>Manufacturer: CMN Model 15c4 Serial Number 0<br></div><div>Made week 40 of 2013<br></div><div>EDID version: 1.4<br></div><div>Digital display<br></div><div>6 bits per primary color channel<br></div><div>DisplayPort interface<br></div><div>Maximum image size: 34 cm x 19 cm<br></div><div>Gamma: 220%<br></div><div>Check DPMS levels<br></div><div>Supported color formats: RGB 4:4:4<br></div><div>First detailed timing is preferred timing<br></div><div>Established timings supported:<br></div><div>Standard timings supported:<br></div><div>Detailed timings<br></div><div>Hex of detail: 5e358096703814402c1c240058c110000018<br></div><div>Detailed mode (IN HEX): Clock 136620 KHz, 158 mm x c1 mm<br></div><div>               0780 07ac 07c8 0816 hborder 0<br></div><div>               0438 043a 043e 044c vborder 0<br></div><div>               -hsync -vsync<br></div><div>Did detailed timing<br></div><div>Hex of detail: 000000fe004e3135364847452d4541420a20<br></div><div>ASCII string: N156HGE-EAB<br></div><div>Hex of detail: 000000fe00434d4e0a202020202020202020<br></div><div>ASCII string: CMN<br></div><div>Hex of detail: 000000fe004e3135364847452d4541420a20<br></div><div>ASCII string: N156HGE-EAB<br></div><div>Checksum<br></div><div>Checksum: 0x1d (valid)<br></div><div>Configuring PLL at ff760040 with NF = 1346, NR = 59 and NO = 4 (VCO = 547525KHz, output = 136881KHz)<br></div><div>requested signal parameters: lane 0 voltage 0.6V pre_emph 0dB<br></div><div>requested signal parameters: lane 1 voltage 0.6V pre_emph 0dB<br></div><div>using signal parameters: voltage 0.6V pre_emph 0dB<br></div><div>requested signal parameters: lane 0 voltage 0.8V pre_emph 0dB<br></div><div>requested signal parameters: lane 1 voltage 0.8V pre_emph 0dB<br></div><div>using signal parameters: voltage 0.8V pre_emph 0dB<br></div><div>requested signal parameters: lane 0 voltage 1.2V pre_emph 0dB<br></div><div>requested signal parameters: lane 1 voltage 1.2V pre_emph 0dB<br></div><div>using signal parameters: voltage 1.2V pre_emph 0dB<br></div><div>clock recovery reached max voltage<br></div><div>clock recovery failed<br></div><div>link train failed!<br></div><div>edp enable err<br></div><div>----------------------------------------------------------------<br></div><div><br></div><div>It looks to me (as a complete noob) that the display (<a href="http://www.yslcd.com.tw/docs/product/N156HGE-EAB.pdf">http://www.yslcd.com.tw/docs/product/N156HGE-EAB.pdf</a>) needs around 3.3 volts.<br></div><div><br></div><div>Looking at the code, it seems the ./src/soc/rockchip/common/edp.c handles this part of the booting process. Line 38 seems to imply the maximum voltage is 1.2v.<br></div><div><br></div><div>----------------------------------------------------------------<br></div><div>static const char *voltage_names[] = {<br></div><div>"0.4V", "0.6V", "0.8V", "1.2V"<br></div><div>};<br></div><div>----------------------------------------------------------------<br></div><div><br></div><div>Is there a reason this is the maximum? Unfortunately there doesn't seem to be much information on the specifications of the C201, I guess as it's not really an open machine. Maybe the motherboard can only handle that voltage?<br></div><div><br></div><div>I'm extremely new to coreboot, and to be honest not even sure the C201 can even handle a 15'' display. Does anyone know if I'm on the right track, or if this is a pointless exercise?<br></div><div><br></div><div>Thank you and sorry if these are silly questions.<br></div><div><br></div><div>Mark<br></div>