<?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>i.MX ProcessorsのトピックRe: i.MX6 IPU RGB interface refresh issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-RGB-interface-refresh-issue/m-p/725524#M112827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &amp;nbsp;KAAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to use double buffering to prevent tearing effects,&lt;/P&gt;&lt;P&gt;sect.37.4.2.7 i.MX6DQ Reference Manual shows address&lt;/P&gt;&lt;P&gt;calculation according to parameters stored in the CPMEM.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Freference-manual%2FIMX6DQRM.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 09:31:36 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-03-22T09:31:36Z</dc:date>
    <item>
      <title>i.MX6 IPU RGB interface refresh issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-RGB-interface-refresh-issue/m-p/725523#M112826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use i.MX6 Solo and 7" TFT LCD (480*800) via RGB888 interface.&lt;/P&gt;&lt;P&gt;I developed IPU driver based on SDK,, and finally it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here is my problem, when I change the data in my software buffer, the LCD display screen refreshing is not working properly. When I call the code below, the display screen is like attached image. It updates some of pixels over time. But when I call the code consecutive below , (at least 5-6 times) dipslay is filled with the color. But this time, I can see color/pixel transition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea for the dipslay to work properly and faster?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; case BLUE_COLOR:&lt;BR /&gt; &lt;BR /&gt; for( i=0; i&amp;lt; (IPU_DISP_BUFFER_SIZE * FRAME_BPP ); i++ )&lt;BR /&gt; {&lt;BR /&gt;if( i%3 == 0 )display_buff[i] = 0x00;&lt;BR /&gt; if( i%3 == 1 )display_buff[i] = 0x00;&lt;BR /&gt; if( i%3 == 2 )display_buff[i] = 0xFF; &lt;BR /&gt; }&lt;BR /&gt; &lt;BR /&gt; break;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 07:25:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-RGB-interface-refresh-issue/m-p/725523#M112826</guid>
      <dc:creator>kaangencay</dc:creator>
      <dc:date>2018-03-22T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 IPU RGB interface refresh issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-RGB-interface-refresh-issue/m-p/725524#M112827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &amp;nbsp;KAAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to use double buffering to prevent tearing effects,&lt;/P&gt;&lt;P&gt;sect.37.4.2.7 i.MX6DQ Reference Manual shows address&lt;/P&gt;&lt;P&gt;calculation according to parameters stored in the CPMEM.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Freference-manual%2FIMX6DQRM.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 09:31:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-RGB-interface-refresh-issue/m-p/725524#M112827</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-03-22T09:31:36Z</dc:date>
    </item>
  </channel>
</rss>

