<?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のトピックRe: Dma interrupts</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694171#M107630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Igor. I have submitted subscription request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2017 14:52:31 GMT</pubDate>
    <dc:creator>garydommer</dc:creator>
    <dc:date>2017-09-28T14:52:31Z</dc:date>
    <item>
      <title>Dma interrupts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694169#M107628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pcie card mini adapter plugged into a Boundary Devices Nitrogen6 carrier board. the pcie device is&amp;nbsp;&lt;SPAN style="font-size: 10.0pt;"&gt;a Linear Systems Ttd. SDI Tx card. I got the driver to run however, after some dma buffer transfers the dma done indication as well as the completion interrupt stops. The driver then fills the dma ring and shuts down exiting the test application. At&amp;nbsp;this point the dma&amp;nbsp;will not&amp;nbsp; restarte unless I reboot the system.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694169#M107628</guid>
      <dc:creator>garydommer</dc:creator>
      <dc:date>2017-09-27T18:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dma interrupts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694170#M107629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basic pcie validation steps are described in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95014"&gt;i.MX6Q PCIe EP/RC Validation System&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check that for Nitrogen6 correct image configuration is used&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/boundarydevices/linux-imx6" title="https://github.com/boundarydevices/linux-imx6"&gt;GitHub - boundarydevices/linux-imx6: Boundary Devices Kernel tree for i.MX6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as this is third party board, issue may be posted on meta-fsl-arm mailing list, so that someone&lt;/P&gt;&lt;P&gt;familiar with it could try to assist you.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale" rel="nofollow" target="_blank"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Wed, 27 Sep 2017 23:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694170#M107629</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-27T23:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dma interrupts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694171#M107630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Igor. I have submitted subscription request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 14:52:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694171#M107630</guid>
      <dc:creator>garydommer</dc:creator>
      <dc:date>2017-09-28T14:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dma interrupts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694172#M107631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in imx-sdma.c, function&amp;nbsp;&lt;/P&gt;&lt;P&gt;static irqreturn_t sdma_int_handler(int irq, void *dev_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (sdmac-&amp;gt;flags &amp;amp; IMX_DMA_SG_LOOP)&lt;BR /&gt; sdma_update_channel_loop(sdmac);&lt;BR /&gt; else&lt;BR /&gt; tasklet_schedule(&amp;amp;sdmac-&amp;gt;tasklet);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if (sdmac-&amp;gt;flags &amp;amp; IMX_DMA_SG_LOOP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sdma_update_channel_loop(sdmac);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;mxc_sdma_handle_channel_normal((unsigned long)sdmac);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 13:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dma-interrupts/m-p/694172#M107631</guid>
      <dc:creator>wolfgang_muees</dc:creator>
      <dc:date>2017-10-16T13:12:36Z</dc:date>
    </item>
  </channel>
</rss>

