<?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: how to make multiple-buffer effect immediately</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429202#M65232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should upgrade the bsp to 3.14.28 this bsp includes the vivante drv, while 3.0.35 you have to pass it by module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 17:03:25 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2015-07-23T17:03:25Z</dc:date>
    <item>
      <title>how to make multiple-buffer effect immediately</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429199#M65229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;bsp:linux3.0.35 cpu:imx6q. My lcd resolution is 800*600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;To use multiple-buffer rendering, I set 'export FB_MULTI_BUFFER=2'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And then I print the resolution of fb0:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;xres = 800&lt;/P&gt;&lt;P&gt;yres = 600&lt;/P&gt;&lt;P&gt;var.xres_virtual = 800&lt;/P&gt;&lt;P&gt;var.yres_virtual = 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I download the gpu_sdk_v1.00.gz, and execute the GLES example in the file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And then I print the resolution of fb0:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;xres = 800&lt;/P&gt;&lt;P&gt;yres = 600&lt;/P&gt;&lt;P&gt;var.xres_virtual = 800&lt;/P&gt;&lt;P&gt;var.yres_virtual = 1200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why multiple-buffer no effect immediately after I set &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; 'export FB_MULTI_BUFFER=2'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 09:07:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429199#M65229</guid>
      <dc:creator>jiejia</dc:creator>
      <dc:date>2015-07-21T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to make multiple-buffer effect immediately</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429200#M65230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSP 3.0.35 includes vivante driver 4.6.9 p12v and this version has some bugs regarding FB_MULTIBUFFER, I strongly recommend to update vivante 5.0.11p6 included in BSP 3.14.28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429200#M65230</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2015-07-22T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to make multiple-buffer effect immediately</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429201#M65231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bio_TICFSL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I update the vivante_drv.c and vivante_drv.h?&amp;nbsp; Or,I have to update the kernel to 3.14.28?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429201#M65231</guid>
      <dc:creator>jiejia</dc:creator>
      <dc:date>2015-07-23T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to make multiple-buffer effect immediately</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429202#M65232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should upgrade the bsp to 3.14.28 this bsp includes the vivante drv, while 3.0.35 you have to pass it by module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-make-multiple-buffer-effect-immediately/m-p/429202#M65232</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2015-07-23T17:03:25Z</dc:date>
    </item>
  </channel>
</rss>

