Hi all, I performed some diff on the logs.<br>From the dmsg, I find that the failing log fails to enable transcoder. However, it appears to detect the panel more accurately (same LG TV is used for both case).<br>From the register dump, it appears that PFA / PFB controls are zero in the failing log and the TRANSA related config are disabled too.<br>
Could you comment on which causes the panel no signal syndrome?<br><br>Thanks,<br>Timothy<br><br>The dmsg diff, with timestamp stripped out:<br><br><span style="font-family:courier new,monospace">$ diff pass_lin3.2.31_nomsi_hvm_2.20/dmsg_notime fail_lin3.2.31_hvm_nomsi_2.20/dmsg_notime <br>
508a509<br>> [drm:intel_enable_transcoder] *ERROR* failed to enable transcoder 0<br>649,651c650,653<br>< HDMI: detected monitor at connection type HDMI<br>< HDMI: available speakers: FL/FR<br>< HDMI: supports coding type LPCM: channels = 2, rates = 32000 44100 48000, bits = 16<br>
---<br>> HDMI: detected monitor LG TV at connection type HDMI<br>> HDMI: available speakers: FL/FR LFE FC RL/RR RC FLC/FRC RLC/RRC FLW/FRW FLH/FRH TC FCH<br>> HDMI: supports coding type AC-3: channels = 6, rates = 32000 44100 48000, max bitrate = 640000<br>
> HDMI: supports coding type LPCM: channels = 2, rates = 32000 44100 48000 96000 192000, bits = 16 20 24<br>895d896<br>< [drm:intel_prepare_page_flip], preparing flip with no unpin work?<br>1158,1164d1158<br>< [drm:drm_mode_addfb], [FB:44]<br>
< [drm:intel_update_fbc], <br>< [drm:drm_mode_addfb], [FB:42]<br>< [drm:intel_update_fbc], <br>< [drm:drm_mode_addfb], [FB:44]<br>< [drm:drm_mode_addfb], [FB:42]</span><br><br>And here is the difference in register values:<br>
<br><span style="font-family:courier new,monospace">$ diff pass_lin3.2.31_nomsi_hvm_2.20/intel_reg_dumper.txt fail_lin3.2.31_hvm_nomsi_2.20/intel_reg_dumper.txt <br>34c34<br>< DSPASURF: 0x0084d008<br>
---<br>> DSPASURF: 0x010af008<br>59,61c59,61<br>< PFA_CTL_2: 0x00007de4 (vscale 0.983521)<br>< PFA_CTL_3: 0x00003ef2 (vscale initial phase 0.491760)<br>
< PFA_CTL_4: 0x00007c40 (hscale 0.970703)<br>---<br>> PFA_CTL_2: 0x00000000 (vscale 0.000000)<br>> PFA_CTL_3: 0x00000000 (vscale initial phase 0.000000)<br>
> PFA_CTL_4: 0x00000000 (hscale 0.000000)<br>65,67c65,67<br>< PFB_CTL_2: 0x00007de4 (vscale 0.983521)<br>< PFB_CTL_3: 0x00003ef2 (vscale initial phase 0.491760)<br>
< PFB_CTL_4: 0x00007c40 (hscale 0.970703)<br>---<br>> PFB_CTL_2: 0x00000000 (vscale 0.000000)<br>> PFB_CTL_3: 0x00000000 (vscale initial phase 0.000000)<br>
> PFB_CTL_4: 0x00000000 (hscale 0.000000)<br>75c75<br>< PCH_DPLL_SEL: 0x00000008 (TransA DPLL enable (DPLL A), TransB DPLL disable (DPLL (null)))<br>---<br>> PCH_DPLL_SEL: 0x00000000 (TransA DPLL disable (DPLL (null)), TransB DPLL disable (DPLL (null)))<br>
128c128<br>< TRANSACONF: 0xc0000000 (enable, active)<br>---<br>> TRANSACONF: 0x80000000 (enable, inactive)<br>174,175c174,175<br>< RC6_RESIDENCY_TIME: 0x00395d5a<br>
< RC6p_RESIDENCY_TIME: 0x2a023fc3<br>---<br>> RC6_RESIDENCY_TIME: 0x0b5edc2c<br>> RC6p_RESIDENCY_TIME: 0xbc9fc8dc</span><br><br><br><br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Dec 8, 2012 at 2:01 AM, G.R. <span dir="ltr"><<a href="mailto:firemeteor@users.sourceforge.net" target="_blank">firemeteor@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>I'm running IGD pass through on xen and only get partial success.<br>Basically PVHVM guest works while HVM guest (windows, linux without pvops compiled in) does not. <br>I'm trying to figure out what's the missing piece in xen and need help from you experts.<br>
I managed to capture some logs for both passing && failing system.<br><br>not working<br>reg dump: <a href="http://pastebin.com/7vyG0biu" target="_blank">http://pastebin.com/7vyG0biu</a><br>dmsg: <a href="http://pastebin.com/svWG0LdY" target="_blank">http://pastebin.com/svWG0LdY</a><br>
working<br>reg dump: <a href="http://pastebin.com/ELsabQEp" target="_blank">http://pastebin.com/ELsabQEp</a><br>dmsg: <a href="http://pastebin.com/CVrkh8S0" target="_blank">http://pastebin.com/CVrkh8S0</a><br><br>Both are linux 3.2.31 kernel with 2.20.14 display driver, running on i7 3770. drm.debug=0x6.<br>
I noticed some difference on register values and some failure on dmsg logs.<br>Could you help to identify the fatal ones so that I can dig into xen source?<br><br>Thanks,<br>Timothy<br>
</blockquote></div><br></div>