<?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: IMX8MQ IPU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946298#M141537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Hi igorpadykov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Another problem, I now use imx8mq to add sound card device, using i2s interface, but the official demo only USES SAI interface, and there is no configuration of i2s in DTS.&lt;/SPAN&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;What do I need to do to use i2s as the sound output?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 04:54:22 GMT</pubDate>
    <dc:creator>dhty2015</dc:creator>
    <dc:date>2019-10-16T04:54:22Z</dc:date>
    <item>
      <title>IMX8MQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946296#M141535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,NXP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;I'm using imx8mq, and I wanted to use mipi-dsi to HDMI for display, but found that the mipi-dsi module could not be used during kernel setup because MXC_IPU must be available at ARCH_MXC instead of ARCH_MXC_ARM64.&lt;/SPAN&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;How do I use the mipi-dsi module of imx8mq?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;and this is Kconfig of MXC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# drivers/mxc/Kconfig&lt;/P&gt;&lt;P&gt;if ARCH_MXC || ARCH_MXC_ARM64&lt;/P&gt;&lt;P&gt;menu "MXC support drivers"&lt;/P&gt;&lt;P&gt;# drivers common to MXC and MX8 go here:&lt;BR /&gt;source "drivers/mxc/gpu-viv/Kconfig"&lt;BR /&gt;source "drivers/mxc/hantro/Kconfig"&lt;BR /&gt;source "drivers/mxc/mlb/Kconfig"&lt;BR /&gt;source "drivers/mxc/hdp/Kconfig"&lt;BR /&gt;source "drivers/mxc/hdp-cec/Kconfig"&lt;/P&gt;&lt;P&gt;config MXC_SIM&lt;BR /&gt; tristate "MXC SIM support"&lt;BR /&gt; default n&lt;BR /&gt; ---help---&lt;BR /&gt; Say Y to get MXC SIM support.&lt;/P&gt;&lt;P&gt;source "drivers/mxc/sim/Kconfig"&lt;/P&gt;&lt;P&gt;if ARCH_MXC_ARM64&lt;BR /&gt;source "drivers/mxc/hantro_845/Kconfig"&lt;BR /&gt;source "drivers/mxc/hantro_845_h1/Kconfig"&lt;BR /&gt;source "drivers/mxc/vpu-malone/Kconfig"&lt;BR /&gt;source "drivers/mxc/vpu-decoder-b0/Kconfig"&lt;BR /&gt;source "drivers/mxc/vpu-encoder-b0/Kconfig"&lt;BR /&gt;endif&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;if ARCH_MXC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;config MXC_IPU&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; bool "Image Processing Unit Driver"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; select MXC_IPU_V3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; help&lt;/SPAN&gt;&lt;BR /&gt; If you plan to use the Image Processing unit, say&lt;BR /&gt; Y here. IPU is needed by Framebuffer and V4L2 drivers.&lt;/P&gt;&lt;P&gt;source "drivers/mxc/ipu3/Kconfig"&lt;BR /&gt;source "drivers/mxc/mipi/Kconfig"&lt;BR /&gt;source "drivers/mxc/vpu/Kconfig"&lt;BR /&gt;source "drivers/mxc/hdmi-cec/Kconfig"&lt;BR /&gt;endif&lt;/P&gt;&lt;P&gt;source "drivers/mxc/vehicle_rpmsg/Kconfig"&lt;/P&gt;&lt;P&gt;endmenu&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:15:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946296#M141535</guid>
      <dc:creator>dhty2015</dc:creator>
      <dc:date>2019-09-19T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946297#M141536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dhty2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for &lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt; mipi-dsi to HDMI&lt;/SPAN&gt; one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/477207"&gt;IMX-MIPI-HDMI Linux L4.9.88_2.0.0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;H3 class=""&gt;&lt;A data-dtmaction="Documents and Software Results - Software Link click" data-dtmsubaction="Design Files for the MIPI to HDMI Converter (IMX-MIPI-HDMI)" href="https://www.nxp.com/webapp/Download?colCode=IMX-MIPI-HDMI&amp;amp;appType=license"&gt;Design Files for the MIPI to HDMI Converter (IMX-MIPI-HDMI)&lt;/A&gt;&lt;/H3&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/part/IMX-MIPI-HDMI" title="https://www.nxp.com/part/IMX-MIPI-HDMI"&gt;IMX-MIPI-HDMI Product Information|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=imx-yocto-L4.14.98_2.0.0_ga" target="_blank"&gt;Linux L4.14.98_2.0.0 Documentation&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>Thu, 19 Sep 2019 09:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946297#M141536</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-19T09:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946298#M141537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Hi igorpadykov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Another problem, I now use imx8mq to add sound card device, using i2s interface, but the official demo only USES SAI interface, and there is no configuration of i2s in DTS.&lt;/SPAN&gt;&lt;SPAN class="" data-group="0-1" data-section="0" data-sentence="1" style="color: #333333; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;What do I need to do to use i2s as the sound output?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 04:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946298#M141537</guid>
      <dc:creator>dhty2015</dc:creator>
      <dc:date>2019-10-16T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ IPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946299#M141538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can look on&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12195.pdf" target="_blank"&gt;&lt;STRONG&gt;Implement Low-Power Audio on i.MX8M&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN12195SW" target="_blank"&gt;&lt;STRONG&gt;Software for AN12195&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 07:34:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-IPU/m-p/946299#M141538</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-16T07:34:11Z</dc:date>
    </item>
  </channel>
</rss>

