<?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: Custom CMA reserved memory on i.MX8MM mini in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989729#M146966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Victor. Can you explain me the alloc-range property. Is that &amp;lt;address, size, address size &amp;gt; like binding documentation tells? So why overlapping?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2020 06:40:22 GMT</pubDate>
    <dc:creator>matt67</dc:creator>
    <dc:date>2020-02-06T06:40:22Z</dc:date>
    <item>
      <title>Custom CMA reserved memory on i.MX8MM mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989727#M146964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom design with 1GB of RAM on i.MX8MM however the dtsi file is setting the shared-dma-pool with a quiet huge size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;  &lt;SPAN class="comment token"&gt;/* global autoconfigured region for contiguous allocations */&lt;/SPAN&gt;
  linux&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;cma &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   compatible &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"shared-dma-pool"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   reusable&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   size &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x28000000&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   alloc&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;ranges &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x40000000&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x60000000&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   linux&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;cma&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;default&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have video processing, how could I decrease it to its minimal value in a good way and with which values ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 17:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989727#M146964</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2020-02-05T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CMA reserved memory on i.MX8MM mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989728#M146965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is application dependent.&lt;BR /&gt;CMA is required for DMA operations.&lt;BR /&gt;So you need to estimate how many buffers is required for the interfacing (SD card, camera, LCD, etc).&lt;BR /&gt;Alctually we did not measure the minimum of CMA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 06:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989728#M146965</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-02-06T06:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CMA reserved memory on i.MX8MM mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989729#M146966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Victor. Can you explain me the alloc-range property. Is that &amp;lt;address, size, address size &amp;gt; like binding documentation tells? So why overlapping?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 06:40:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989729#M146966</guid>
      <dc:creator>matt67</dc:creator>
      <dc:date>2020-02-06T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CMA reserved memory on i.MX8MM mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989730#M146967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a documentation regardign to device tree usage:&lt;BR /&gt;&lt;A href="https://elinux.org/Device_Tree_Usage" target="test_blank"&gt;https://elinux.org/Device_Tree_Usage&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2020 03:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-CMA-reserved-memory-on-i-MX8MM-mini/m-p/989730#M146967</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-06-13T03:47:56Z</dc:date>
    </item>
  </channel>
</rss>

