We are developing a Linux solution. Our platform is using Intel SandyBridge and its VGA <br>(kernel 2.6.35.8, 915 KMS driver).<br><br>We found system will show garbage at the moment VGA is hand over to OS after BIOS POST.  <br>

The symptom doesn’t happen in WIN 7. <br>After checking with EE, the LCD_VDD_EN pin is pull low again when boot to Win 7. <br>However, this pin is not pull low when boot to Linux.<br><br>After BIOS POST, there’s a power reset during driver loading for resolution pattern sending.<br>

It’s why driver needs to control PCH "L_VDD_EN" for power reset, and the panel spec suggests to <br>have VDD power off  for >=500ms.<br><br>Please refer to the VDD power monitoring image:<br><a href="http://imageshack.us/photo/my-images/827/auoi.jpg/" target="_blank">http://imageshack.us/photo/my-images/827/auoi.jpg/</a><br>

<br>Need help to fix the issue in driver.<br>