<?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>T-Seriesのトピックalloc DMA memory in SDK 2.0</title>
    <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518043#M1001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am creating a driver for a FPGA connecting by PCI. I want to alloc a dma memory using dma_alloc_coherent and pci_alloc_consistent. However I got the next error:&lt;/P&gt;&lt;PRE style="margin-bottom: 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #242729; background-color: #eff0f1;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt; pci 0002:01:00.0:&amp;nbsp; dma_direct_alloc_coherent: No suitable zone for pfn 0x7f000 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am using kernel 4.1 (SDK 2.0). In the previous version worked properly. Any idea how to solve it?&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 12:01:27 GMT</pubDate>
    <dc:creator>manoloruiz</dc:creator>
    <dc:date>2016-06-10T12:01:27Z</dc:date>
    <item>
      <title>alloc DMA memory in SDK 2.0</title>
      <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518043#M1001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am creating a driver for a FPGA connecting by PCI. I want to alloc a dma memory using dma_alloc_coherent and pci_alloc_consistent. However I got the next error:&lt;/P&gt;&lt;PRE style="margin-bottom: 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #242729; background-color: #eff0f1;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt; pci 0002:01:00.0:&amp;nbsp; dma_direct_alloc_coherent: No suitable zone for pfn 0x7f000 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am using kernel 4.1 (SDK 2.0). In the previous version worked properly. Any idea how to solve it?&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:01:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518043#M1001</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-06-10T12:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: alloc DMA memory in SDK 2.0</title>
      <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518044#M1002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I boot up the system, I can see the following logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found FSL PCI host bridge at 0x0000000ffe270000. Firmware bus number: 0-&amp;gt;1&lt;/P&gt;&lt;P&gt;PCI host bridge /pcie@ffe270000&amp;nbsp; ranges:&lt;/P&gt;&lt;P&gt; MEM 0x0000000c80000000..0x0000000cffffffff -&amp;gt; 0x0000000080000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; IO 0x0000000ff8030000..0x0000000ff803ffff -&amp;gt; 0x0000000000000000&lt;/P&gt;&lt;P&gt;/pcie@ffe270000: PCICSRBAR @ 0x7f000007&lt;/P&gt;&lt;P&gt;setup_pci_atmu: end of DRAM 100000000&lt;/P&gt;&lt;P&gt;/pcie@ffe270000: Setup 64-bit PCI DMA window&lt;/P&gt;&lt;P&gt;/pcie@ffe270000: &lt;STRONG style="text-decoration: underline;"&gt;DMA window size is 0x7f000007&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anything to do with the error I have got in my driver?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 06:53:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518044#M1002</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-06-13T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: alloc DMA memory in SDK 2.0</title>
      <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518045#M1003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea how to solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518045#M1003</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-06-16T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: alloc DMA memory in SDK 2.0</title>
      <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518046#M1004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="259205" data-username="manoloruiz" href="https://community.nxp.com/people/manoloruiz" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;manolo ruiz&lt;/A&gt;，&lt;/P&gt;&lt;P&gt;Have you solved this problem?&lt;/P&gt;&lt;P&gt;I have the same problem when I use the kernel linux-4.1.15_2.0.0ga .When use this kernel, I just able to request 256KB dma memery by dma API&amp;nbsp;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;pci_alloc_consistent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;Could you shared your solution if you have solved this isuue?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518046#M1004</guid>
      <dc:creator>jimmyzhu</dc:creator>
      <dc:date>2017-06-15T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: alloc DMA memory in SDK 2.0</title>
      <link>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518047#M1005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;Look at the following pages about DMA for PCI bus using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Flwn.net%2F2001%2F0712%2Fa%2Fdma-interface.php3" rel="nofollow" target="_blank"&gt;http://lwn.net/2001/0712/a/dma-interface.php3&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 20 Jun 2017 01:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/alloc-DMA-memory-in-SDK-2-0/m-p/518047#M1005</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-06-20T01:20:32Z</dc:date>
    </item>
  </channel>
</rss>

