<?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: Image flickering problem after running the application program in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674683#M104012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjineyulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not s32v234 expert and there was no mention in that&lt;/P&gt;&lt;P&gt;thread about it. Please create new thread and write topic name&lt;/P&gt;&lt;P&gt;name as s32v234 processor so expert for that processor could answer you.&lt;/P&gt;&lt;P&gt;I am sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2017 11:48:32 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-06-28T11:48:32Z</dc:date>
    <item>
      <title>Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674678#M104007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on image flickering problem. I am using "galcore" kernel module and running the application of triangle shape. When i have run the application the image starts flickering.&lt;/P&gt;&lt;P&gt;I could not understand the problem in GPU driver and video driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In application we can use sleep() function to avoid the flickering issue, but if we want to run multiple applications we could not use the sleep() function.&lt;/P&gt;&lt;P&gt;Issue: I suspect the issue with GPU usage is increase then video driver starts to flickering but in GPU driver where exactly i have to find the GPU usage is increasing or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help on this to change the GPU driver to avoid the flicking issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramanjineyulu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 06:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674678#M104007</guid>
      <dc:creator>ramanjineyuluth</dc:creator>
      <dc:date>2017-06-27T06:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674679#M104008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjineyulu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sleep() helps, seems application consumes too much memory/buses bandwidth&lt;/P&gt;&lt;P&gt;so no left for gpu. One can run profile tool below to estimate that&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/443828"&gt;About MMDC Profiling Tool for i.MX6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not possible change the GPU driver to avoid that, it is nesessary to allocate&lt;/P&gt;&lt;P&gt;resources between applications to allow gpu to function properly.&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>Tue, 27 Jun 2017 10:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674679#M104008</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-27T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674680#M104009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback.&lt;/P&gt;&lt;P&gt;I could not use sleep() function in application because what ever you said above is correct.&lt;/P&gt;&lt;P&gt;Please let me know, there is no changes in GPU driver side okay, what about DCU(2D-ACE) video drivers.&lt;/P&gt;&lt;P&gt;In Linux source code the driver files are "/drivers/video" folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any application code which flicking problem not exists. It's very helpful for us.&lt;/P&gt;&lt;P&gt;Could you please send working code it is helpful to avoid this issue, if not please send some links to understand in detail about the GPU driver and the application code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramanjineyulu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674680#M104009</guid>
      <dc:creator>ramanjineyuluth</dc:creator>
      <dc:date>2017-06-27T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674681#M104010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjineyulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is Vybrid, please note that nxp does not provide or support linux for it.&lt;/P&gt;&lt;P&gt;It is provided by timesys. In general one can try to increase QoS for gpu and memory&lt;/P&gt;&lt;P&gt;using AN4947 Understanding Vybrid Architecture&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/docs/en/application-note/AN4947.pdf" title="http://www.nxp.com/docs/en/application-note/AN4947.pdf"&gt;http://www.nxp.com/docs/en/application-note/AN4947.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 23:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674681#M104010</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-27T23:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674682#M104011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I am not using Vybrid controller. I am using s32v234 processor.&lt;/P&gt;&lt;P&gt;Could you please help on this processor DCU drivers and application.&lt;/P&gt;&lt;P&gt;GPU driver(galcore.ko) inserted successfuly when running the application it starts flickering.&lt;/P&gt;&lt;P&gt;There are some warnings it displays, Please see the below&lt;/P&gt;&lt;P&gt;insmod galcore.ko &lt;BR /&gt;[ 32.027606] Warning: No contiguous memory is reserverd for gpu.!&lt;BR /&gt;[ 32.027606] &lt;BR /&gt;[ 32.034871] Warning: Will use default value(134217728) for the reserved memory!&lt;BR /&gt;[ 32.034871] &lt;BR /&gt;[ 32.043732] Galcore version 5.0.11.41671&lt;BR /&gt;[ 32.059745] galcore 40020000.gpu: swiotlb buffer is full (sz: 134217728 bytes)&lt;BR /&gt;[ 32.067126] galcore 40020000.gpu: swiotlb buffer is full (sz: 130023424 bytes)&lt;BR /&gt;[ 32.074475] galcore 40020000.gpu: swiotlb buffer is full (sz: 125829120 bytes)&lt;BR /&gt;[ 32.081832] galcore 40020000.gpu: swiotlb buffer is full (sz: 121634816 bytes)&lt;BR /&gt;[ 32.089142] galcore 40020000.gpu: swiotlb buffer is full (sz: 117440512 bytes)&lt;BR /&gt;[ 32.096479] galcore 40020000.gpu: swiotlb buffer is full (sz: 113246208 bytes)&lt;BR /&gt;[ 32.103836] galcore 40020000.gpu: swiotlb buffer is full (sz: 109051904 bytes)&lt;BR /&gt;[ 32.111172] galcore 40020000.gpu: swiotlb buffer is full (sz: 104857600 bytes)&lt;BR /&gt;[ 32.118480] galcore 40020000.gpu: swiotlb buffer is full (sz: 100663296 bytes)&lt;BR /&gt;[ 32.125834] galcore 40020000.gpu: swiotlb buffer is full (sz: 96468992 bytes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to resolve it, may this swiotlb buffer is full that's why flickering is happen or any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramanjineyulu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 10:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674682#M104011</guid>
      <dc:creator>ramanjineyuluth</dc:creator>
      <dc:date>2017-06-28T10:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674683#M104012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjineyulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not s32v234 expert and there was no mention in that&lt;/P&gt;&lt;P&gt;thread about it. Please create new thread and write topic name&lt;/P&gt;&lt;P&gt;name as s32v234 processor so expert for that processor could answer you.&lt;/P&gt;&lt;P&gt;I am sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 11:48:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674683#M104012</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-28T11:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674684#M104013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Last one question, I would like to know in GPU driver, in which file the GPU usage is increasing.&lt;/P&gt;&lt;P&gt;Could you please help where i have to look for this in GPU driver.&lt;/P&gt;&lt;P&gt;Please help on this, I could not ask any more.&lt;/P&gt;&lt;P&gt;It is very helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramanjineyulu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674684#M104013</guid>
      <dc:creator>ramanjineyuluth</dc:creator>
      <dc:date>2017-06-28T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Image flickering problem after running the application program</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674685#M104014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjineyulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is special s32 community: community.nxp.com/community/s32/s32k&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/11492"&gt;S32K&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please post there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-flickering-problem-after-running-the-application-program/m-p/674685#M104014</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-28T14:55:00Z</dc:date>
    </item>
  </channel>
</rss>

