<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i.MX6 bt656 display interface in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234003#M18232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can get the BT656 output patch from the followed link, it was verified with adv7391 for both PAL and NTSC.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94019"&gt;https://community.freescale.com/docs/DOC-94019&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 02:26:06 GMT</pubDate>
    <dc:creator>qiang_li-mpu_se</dc:creator>
    <dc:date>2013-02-07T02:26:06Z</dc:date>
    <item>
      <title>i.MX6 bt656 display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234002#M18231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom board based on i.MX6 quad core. On this board I have TV encoder connected to DI through bt656 which working in PAL mode. I've wrote a small display driver, but the picture in TV is bad-scaled (i see several instances of the same frame, tile-style) and colors are wrong (the console background is green). As far as I understand, the problem is in data format provided by DI. Unfortunately I haven't found any information how to setup IPU for bt656 output in SoC spec, it only mentions that it's possible. Could anybody help me please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 20:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234002#M18231</guid>
      <dc:creator>alexandersmirno</dc:creator>
      <dc:date>2013-01-22T20:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 bt656 display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234003#M18232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can get the BT656 output patch from the followed link, it was verified with adv7391 for both PAL and NTSC.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94019"&gt;https://community.freescale.com/docs/DOC-94019&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234003#M18232</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-02-07T02:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 bt656 display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234004#M18233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qiang Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot for the patches, I've already tested them - everything works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Just one question.. I use TV encoder in PAL mode, I mapped console to the frame buffer, but I see some text flickering (I don't see this effect for Tux in screen corner and when playing video). Is it a console issue or there is some problem with FB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 05:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234004#M18233</guid>
      <dc:creator>alexandersmirno</dc:creator>
      <dc:date>2013-02-07T05:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 bt656 display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234005#M18234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, the frame buffer should be OK, I had read back them to verify. By the way, if you are using RGB frame buffer, maybe you can try the followed setting, in "ipu_disp.c", function __ipu_dp_csc_setup(), enable the line for "Y range 16-235, U/V range 16-240". For default code, Y,U,V data will be all 0~255. If it still failed, I think the issue should be caused during digital to analog converting, you need get help from the TV encoder vendor.&lt;/P&gt;&lt;P&gt; if (dp_csc_param.mode &amp;gt;= 0) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg = ipu_dp_read(ipu, DP_COM_CONF(dp));&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg &amp;amp;= ~DP_COM_CONF_CSC_DEF_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg |= dp_csc_param.mode;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; reg |= (1 &amp;lt;&amp;lt; 11);&amp;nbsp; /* Y range 16-235, U/V range 16-240. */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ipu_dp_write(ipu, reg, DP_COM_CONF(dp));&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 05:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-bt656-display-interface/m-p/234005#M18234</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-02-07T05:49:38Z</dc:date>
    </item>
  </channel>
</rss>

