<?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のトピックIs the GPUMEM option deprecated?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088629#M159623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been led to believe that putting GPUMEM=320M in the kernel command line options will lead to 320 megabytes being reserved for contiguous memory allocations from GPU and VPU. However, I can't see any reference to the GPUMEM option in uboot-imx:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/varigit/uboot-imx/search?q=gpumem&amp;amp;unscoped_q=gpumem" title="https://github.com/varigit/uboot-imx/search?q=gpumem&amp;amp;unscoped_q=gpumem"&gt;Search · gpumem · GitHub&lt;/A&gt;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reference I can find is in a diff from buildroot:&amp;nbsp;&lt;A class="link-titled" href="https://patchwork.ozlabs.org/project/buildroot/patch/20180719103109.19887-5-gary.bisson@boundarydevices.com/" title="https://patchwork.ozlabs.org/project/buildroot/patch/20180719103109.19887-5-gary.bisson@boundarydevices.com/"&gt;[v2,4/7] board/boundarydevices: remove obsolete u-boot scripts - Patchwork&lt;/A&gt;&amp;nbsp;. This diff seems to remove the option, and it seems like it only served as an alias for galcore.contiguousSize anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the GPUMEM kernel command line option deprecated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, it would be helpful if someone could point me to where it is defined in the relevant source code, like in uboot or the kernel or wherever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2020 11:03:30 GMT</pubDate>
    <dc:creator>erlend_eriksen</dc:creator>
    <dc:date>2020-04-28T11:03:30Z</dc:date>
    <item>
      <title>Is the GPUMEM option deprecated?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088629#M159623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been led to believe that putting GPUMEM=320M in the kernel command line options will lead to 320 megabytes being reserved for contiguous memory allocations from GPU and VPU. However, I can't see any reference to the GPUMEM option in uboot-imx:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/varigit/uboot-imx/search?q=gpumem&amp;amp;unscoped_q=gpumem" title="https://github.com/varigit/uboot-imx/search?q=gpumem&amp;amp;unscoped_q=gpumem"&gt;Search · gpumem · GitHub&lt;/A&gt;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reference I can find is in a diff from buildroot:&amp;nbsp;&lt;A class="link-titled" href="https://patchwork.ozlabs.org/project/buildroot/patch/20180719103109.19887-5-gary.bisson@boundarydevices.com/" title="https://patchwork.ozlabs.org/project/buildroot/patch/20180719103109.19887-5-gary.bisson@boundarydevices.com/"&gt;[v2,4/7] board/boundarydevices: remove obsolete u-boot scripts - Patchwork&lt;/A&gt;&amp;nbsp;. This diff seems to remove the option, and it seems like it only served as an alias for galcore.contiguousSize anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the GPUMEM kernel command line option deprecated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, it would be helpful if someone could point me to where it is defined in the relevant source code, like in uboot or the kernel or wherever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 11:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088629#M159623</guid>
      <dc:creator>erlend_eriksen</dc:creator>
      <dc:date>2020-04-28T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is the GPUMEM option deprecated?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088630#M159624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erlend,&lt;/P&gt;&lt;P&gt;I believe you are right: "gpumem=" option specifies what amount of the CMA memory is reserved for the VPU and GPU and it would need to be lower than the "CONFIG_CMA_SIZE_MBYTES" .&lt;/P&gt;&lt;P&gt;Can you using set gpumem to higher value , default is 176MB, you can change to bigger. Such as 400MB to test.&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;Gpumem pool is managed in GPU driver provided by verisilicon, So there is no documentation for it "&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088630#M159624</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-04-28T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is the GPUMEM option deprecated?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088631#M159625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you but this is an answer similar to what I have been given before. In practice I have found that it doesn't matter at all what value I assign to GPUMEM. Even if I set it to zero, contiguous memory allocations from the VPU still work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I am wondering is if the option is indeed deprecated, or if it still matters in a way I haven't understood. Also, I don't understand why options given to the GPU driver would affect memory allocations made both by the VPU and GPU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 09:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-the-GPUMEM-option-deprecated/m-p/1088631#M159625</guid>
      <dc:creator>erlend_eriksen</dc:creator>
      <dc:date>2020-04-29T09:10:24Z</dc:date>
    </item>
  </channel>
</rss>

