<?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: i.MX8QXP VPU reserved memory in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-VPU-reserved-memory/m-p/970314#M144549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kazuma,&lt;/P&gt;&lt;P&gt;I’m afraid that i.MX8QXP family is still on preproduction and no additional information/support could be provided yet. For further assistance, please contact with your DBM/Sales/FAE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2019 17:49:32 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2019-08-26T17:49:32Z</dc:date>
    <item>
      <title>i.MX8QXP VPU reserved memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-VPU-reserved-memory/m-p/970313#M144548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My customer is making a product with i.MX8QuadXPlus and Linux BSP L4.14.98_2.0.0_ga.&lt;/P&gt;&lt;P&gt;They would like to reduce a memory size from cost point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linux BSP&amp;nbsp;is allocating reserved-memory as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VPU is reserving a memory as&amp;nbsp;encoder_reserved. it is allocating 8MB.&lt;/P&gt;&lt;P&gt;We would like to reduce these size&amp;nbsp;based on our use cases.&lt;/P&gt;&lt;P&gt;How do we estimate enough memory size for VPU processing ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Copy from fsl-imx8dx.dtsi in Linux BSP L4.14.98_2.0.0_ga.&lt;/P&gt;&lt;P&gt;reserved-memory {&lt;BR /&gt; #address-cells = &amp;lt;2&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;2&amp;gt;;&lt;BR /&gt; ranges;&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt; * reserved-memory layout&lt;BR /&gt; * 0x8800_0000 ~ 0x8FFF_FFFF is reserved for M4&lt;BR /&gt; * Shouldn't be used at A core and Linux side.&lt;BR /&gt; *&lt;BR /&gt; */&lt;BR /&gt; /*&lt;BR /&gt; decoder_boot: decoder_boot@0x84000000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x84000000 0 0x2000000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; encoder_boot: encoder_boot@0x86000000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x86000000 0 0x200000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; rpmsg_reserved: rpmsg@0x90000000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x90000000 0 0x400000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; rpmsg_dma_reserved:rpmsg_dma@0x90400000 {&lt;BR /&gt; compatible = "shared-dma-pool";&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x90400000 0 0x1C00000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; decoder_rpc: decoder_rpc@0x92000000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x92000000 0 0x200000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; encoder_rpc: encoder_rpc@0x92200000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x92200000 0 0x200000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; dsp_reserved: dsp@0x92400000 {&lt;BR /&gt; no-map;&lt;BR /&gt; reg = &amp;lt;0 0x92400000 0 0x2000000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; &lt;STRONG&gt;encoder_reserved: encoder_reserved@0x94400000 {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; no-map;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; reg = &amp;lt;0 0x94400000 0 0x800000&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt; };&lt;BR /&gt; */&lt;BR /&gt; /* global autoconfigured region for contiguous allocations */&lt;BR /&gt; linux,cma {&lt;BR /&gt; compatible = "shared-dma-pool";&lt;BR /&gt; reusable;&lt;BR /&gt; size = &amp;lt;0 0x3c000000&amp;gt;;&lt;BR /&gt; alloc-ranges = &amp;lt;0 0x96000000 0 0x3c000000&amp;gt;;&lt;BR /&gt; linux,cma-default;&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kazuma Sasaki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 01:29:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-VPU-reserved-memory/m-p/970313#M144548</guid>
      <dc:creator>Kazuma_Sasaki</dc:creator>
      <dc:date>2019-08-26T01:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP VPU reserved memory</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-VPU-reserved-memory/m-p/970314#M144549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kazuma,&lt;/P&gt;&lt;P&gt;I’m afraid that i.MX8QXP family is still on preproduction and no additional information/support could be provided yet. For further assistance, please contact with your DBM/Sales/FAE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 17:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-VPU-reserved-memory/m-p/970314#M144549</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2019-08-26T17:49:32Z</dc:date>
    </item>
  </channel>
</rss>

