<?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 Image flickering after running the application in S32V</title>
    <link>https://community.nxp.com/t5/S32V/Image-flickering-after-running-the-application/m-p/677746#M27</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. Below warnings are getting when inserted GPU module.&lt;/P&gt;&lt;P&gt;&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;I could not understand the problem in GPU driver and video driver.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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, when 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.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help on this, where to change to decrease the GPU usage(which file).&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>Thu, 29 Jun 2017 05:39:42 GMT</pubDate>
    <dc:creator>ramanjineyuluth</dc:creator>
    <dc:date>2017-06-29T05:39:42Z</dc:date>
    <item>
      <title>Image flickering after running the application</title>
      <link>https://community.nxp.com/t5/S32V/Image-flickering-after-running-the-application/m-p/677746#M27</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. Below warnings are getting when inserted GPU module.&lt;/P&gt;&lt;P&gt;&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;I could not understand the problem in GPU driver and video driver.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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, when 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.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help on this, where to change to decrease the GPU usage(which file).&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>Thu, 29 Jun 2017 05:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32V/Image-flickering-after-running-the-application/m-p/677746#M27</guid>
      <dc:creator>ramanjineyuluth</dc:creator>
      <dc:date>2017-06-29T05:39:42Z</dc:date>
    </item>
  </channel>
</rss>

