<?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: Enabling VPU unit for imx6 processors in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424621#M64235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for the information. But I would still like to know how to enable support for VPU in kernel as this the task I received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mihaita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 10:48:08 GMT</pubDate>
    <dc:creator>mihaitaivascu</dc:creator>
    <dc:date>2015-08-10T10:48:08Z</dc:date>
    <item>
      <title>Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424619#M64233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know there a lot of discussions related to VPU for imx6 on the forum but it seems none answers my question entirely as I don't have past experience with video processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a task to estimate the effort of enabling VPU support for imx6 processors. I saw the VPU application guide from Freescale&lt;/P&gt;&lt;P&gt;and identified the API for VPU there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the kernel tree it seems that VPU and IPU are used interchangeabily. Is VPU the same as IPU and GPU ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also , I saw on the forum that a specific SDK needs to be used in order to develop code for VPU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But first of all I would like to know if enabling IPU support in kernel means the same thing as enabling VPU ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mihaita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 08:52:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424619#M64233</guid>
      <dc:creator>mihaitaivascu</dc:creator>
      <dc:date>2015-08-10T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424620#M64234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mihaita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPU and VPU are different and independent modules and&lt;/P&gt;&lt;P&gt;can not be used interchangeabily, enabling IPU support in kernel does not&lt;/P&gt;&lt;P&gt;mean the same thing as enabling VPU. More details can be found in&lt;/P&gt;&lt;P&gt;presentations on links below&lt;/P&gt;&lt;P&gt;IPU&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-100482"&gt;A Deep Dive into Image Processing for i.MX 6 Series Applications Processors&lt;/A&gt; &lt;/P&gt;&lt;P&gt;VPU:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95595"&gt;Q&amp;amp;amp;A: MX6 VPU H.264 Dual Stream Encode Limits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 09:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424620#M64234</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-10T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424621#M64235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for the information. But I would still like to know how to enable support for VPU in kernel as this the task I received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mihaita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 10:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424621#M64235</guid>
      <dc:creator>mihaitaivascu</dc:creator>
      <dc:date>2015-08-10T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424622#M64236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please refer to attached Linux Manual sect.13.1.3 Menu Configuration Options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 12:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424622#M64236</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-10T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424623#M64237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for the info. i don't seem to find the CONFIG_MXC_VPU option in my kernel config or in my kernel tree. I don't have any mxc directory in my kernel tree. Do I need to install some package in order to have access to the video sources ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mihaita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424623#M64237</guid>
      <dc:creator>mihaitaivascu</dc:creator>
      <dc:date>2015-08-10T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling VPU unit for imx6 processors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424624#M64238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what BSP are you using ?&lt;/P&gt;&lt;P&gt;One can find Linux Manual in BSP package, then&lt;/P&gt;&lt;P&gt;check VPU chapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:15:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enabling-VPU-unit-for-imx6-processors/m-p/424624#M64238</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-10T16:15:07Z</dc:date>
    </item>
  </channel>
</rss>

