<?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: enable color_key in runtime in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/enable-color-key-in-runtime/m-p/932847#M139884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with latest linux L4.14.98_2.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp; link&lt;BR /&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;NXP Linux documentation&lt;BR /&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/i.mx-evaluation-and-development-boards/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/i.mx-evaluation-and-development-boards/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general issue may be caused by incorrect ipu initialization, recommended to&lt;/P&gt;&lt;P&gt;fully disable it then initialize with new configuration.&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>Mon, 24 Jun 2019 10:40:53 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-06-24T10:40:53Z</dc:date>
    <item>
      <title>enable color_key in runtime</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/enable-color-key-in-runtime/m-p/932846#M139883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have an application that is responsible for viewing video with gstreamer.&lt;BR /&gt;The main application is shown in /dev/fb0 and the video in fb1.&lt;BR /&gt;I have configured fb0 to be the foreground and I also configure the color key to show the video that is in the background.&lt;BR /&gt;The problem is that I enable the color key only when I'm going to play video and I disable it when there is no video.&lt;BR /&gt;When I play the video I have the following Warning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x08000000 &lt;BR /&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00100000 &lt;BR /&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00800000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the right way to do this and avoid warnings?&lt;/P&gt;&lt;P&gt;This warning does not appear if I always leave enabled the color_key.&lt;/P&gt;&lt;P&gt;So I think the problem is to enable/disable the color_key in runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/enable-color-key-in-runtime/m-p/932846#M139883</guid>
      <dc:creator>alexv</dc:creator>
      <dc:date>2019-06-17T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: enable color_key in runtime</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/enable-color-key-in-runtime/m-p/932847#M139884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with latest linux L4.14.98_2.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp; link&lt;BR /&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.98_2.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;NXP Linux documentation&lt;BR /&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/i.mx-evaluation-and-development-boards/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/i.mx-evaluation-and-development-boards/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general issue may be caused by incorrect ipu initialization, recommended to&lt;/P&gt;&lt;P&gt;fully disable it then initialize with new configuration.&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>Mon, 24 Jun 2019 10:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/enable-color-key-in-runtime/m-p/932847#M139884</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-24T10:40:53Z</dc:date>
    </item>
  </channel>
</rss>

