<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello all,<div><br></div><div>I think i have found why there is a problem with my Onkyo AV when the TV/AV are in standby mode.</div><div><br></div><div>I run the following test.</div><div><br></div><div>Boot PC with AV/TV in standby and dump intel registers to a file TEST1</div><div>Boot PC with AV/TV on and dump intel register to file TEST2</div><div>Using the diff to find the difference between both files i found the following:</div><div><br></div><div><div>root@SERVER:~# diff test1 test2</div><div>14c14</div><div><                      PIPEACONF: 0xc0200000 (enabled, active, 8bpc)</div><div>---</div><div>>                      PIPEACONF: 0xc0000000 (enabled, active, 8bpc)</div><div>21c21</div><div><                   VSYNCSHIFT_A: 0x0000038c</div><div>---</div><div>>                   VSYNCSHIFT_A: 0x00000000</div><div>125c125</div><div><                     TRANSACONF: 0xc0600000 (enable, active)</div><div>---</div><div>>                     TRANSACONF: 0xc0000000 (enable, active)</div></div><div><br></div><div>So register <font size="2">PIPEACONF, VSYNCSHIFT_A and TRANSACONF are different. By checking intel documentation i found that this registers are </font>responsibly<font size="2"> for setting up the progressive/interleave mode. As so im thinking that this registers are not being reinitialize or cleaned. </font></div><div><font size="2"><br></font></div><div><font size="2">Is this possible? </font></div><div><font size="2"><br></font></div><div><font size="2">Since im up for one more test i used intel_reg_read/write to modified the registers and correct the values, to my surprise after writing to all the register the AV shows my desktop correctly.</font></div><div><font size="2"><br></font></div><div><font size="2">My other question is if they need to be reinitialized where in the code shall this be done? I'm up for writing a small patch to fix this issue, just need some one to point me on the right direction.</font></div><div><font size="2"><br></font></div><div><font size="2">Thanks</font></div><div><font size="2">--Paulo Louro</font></div><div><br></div><div><br></div><div><br></div><div><div><div dir="ltr"><div><div dir="ltr"><div><div><div><div dir="ltr"><div><div><br></div></div>                                       </div></div></div></div>                                        </div></div>                                        </div></div></div>                                    </div></body>
</html>