<?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: i.MX6 IPU Warning in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418968#M63144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer adapter this suggestion but issue still happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HDMI blank issue still happens. The original patch is for 3.0.35 and the patch file is not exactly the same for yocto 1.6.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our RD patched the code to yocto 1.6 as introduced in this reference link(&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="528479" data-objecttype="2" href="https://community.nxp.com/message/528479#528479"&gt;https://community.freescale.com/message/528479#528479&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could see the testing result log and video(1:42~1:44).&lt;/P&gt;&lt;P&gt;Video link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://s3.eu-central-1.amazonaws.com/vepdsoftwarepm/SOLARI/Video/HDMIBlank/20150625_174248.avi" rel="nofollow" target="_blank"&gt;https://s3.eu-central-1.amazonaws.com/vepdsoftwarepm/SOLARI/Video/HDMIBlank/20150625_174248.avi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Testing result log:&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;request /sito/rpc/tickets/4619 from 127.0.0.1&lt;/P&gt;&lt;P&gt;Got EOS from element "playbin20".&lt;/P&gt;&lt;P&gt;Execution ended after 1806716334 ns.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;Setting pipeline to READY ...&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;UTC*********&lt;/P&gt;&lt;P&gt;Thu Jun 25 17:44:30 UTC 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi_workround.patch&lt;/P&gt;&lt;P&gt;diff -urN kernel_yct1.6/drivers/video/mxc/mxc_hdmi.c kernel_yct1.6_new/drivers/video/mxc/mxc_hdmi.c&lt;/P&gt;&lt;P&gt;--- kernel_yct1.6/drivers/video/mxc/mxc_hdmi.c 2015-06-25 09:29:33.762810249 +0800&lt;/P&gt;&lt;P&gt;+++ kernel_yct1.6_new/drivers/video/mxc/mxc_hdmi.c 2015-06-24 19:33:21.229216301 +0800&lt;/P&gt;&lt;P&gt;@@ -80,6 +80,8 @@&lt;/P&gt;&lt;P&gt; #define YCBCR422_8BITS 3&lt;/P&gt;&lt;P&gt; #define XVYCC444&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+static int keepalive=1;&lt;/P&gt;&lt;P&gt;+module_param(keepalive, bool, 0644);&lt;/P&gt;&lt;P&gt; /*&lt;/P&gt;&lt;P&gt;&amp;nbsp; * We follow a flowchart which is in the "Synopsys DesignWare Courses&lt;/P&gt;&lt;P&gt;&amp;nbsp; * HDMI Transmitter Controller User Guide, 1.30a", section 3.1&lt;/P&gt;&lt;P&gt;@@ -1999,6 +2001,7 @@&lt;/P&gt;&lt;P&gt;&amp;nbsp; u8 val;&lt;/P&gt;&lt;P&gt;&amp;nbsp; unsigned long flags;&lt;/P&gt;&lt;P&gt;&amp;nbsp; char event_string[32];&lt;/P&gt;&lt;P&gt;+ int isalive = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; char *envp[] = { event_string, NULL };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; phy_int_stat = hdmi-&amp;gt;latest_intr_stat;&lt;/P&gt;&lt;P&gt;@@ -2027,7 +2030,11 @@&lt;/P&gt;&lt;P&gt; #ifdef CONFIG_MXC_HDMI_CEC&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_cec_handle(0x80);&lt;/P&gt;&lt;P&gt; #endif&lt;/P&gt;&lt;P&gt;- } else if (!(phy_int_pol &amp;amp; HDMI_PHY_HPD)) {&lt;/P&gt;&lt;P&gt;+ if(!keepalive)&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(HDMI_PHY_HPD, HDMI_PHY_POL0);&lt;/P&gt;&lt;P&gt;+ isalive=1;&lt;/P&gt;&lt;P&gt;+ //} else if (!(phy_int_pol &amp;amp; HDMI_PHY_HPD)) {&lt;/P&gt;&lt;P&gt;+ } else if (!keepalive) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Plugout event */&lt;/P&gt;&lt;P&gt;&amp;nbsp; dev_dbg(&amp;amp;hdmi-&amp;gt;pdev-&amp;gt;dev, "EVENT=plugout\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp; hdmi_set_cable_state(0);&lt;/P&gt;&lt;P&gt;@@ -2054,16 +2061,21 @@&lt;/P&gt;&lt;P&gt;&amp;nbsp; spin_lock_irqsave(&amp;amp;hdmi-&amp;gt;irq_lock, flags);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Re-enable HPD interrupts */&lt;/P&gt;&lt;P&gt;- phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;- phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;- hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;+ //phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ //phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;+ //hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ if (!(keepalive || isalive)) {&lt;/P&gt;&lt;P&gt;+ phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Unmute interrupts */&lt;/P&gt;&lt;P&gt;- hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;- if (hdmi_readb(HDMI_IH_FC_STAT2) &amp;amp; HDMI_IH_FC_STAT2_OVERFLOW_MASK)&lt;/P&gt;&lt;P&gt;- mxc_hdmi_clear_overflow(hdmi);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;+ //hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;+ if (hdmi_readb(HDMI_IH_FC_STAT2) &amp;amp; HDMI_IH_FC_STAT2_OVERFLOW_MASK)&lt;/P&gt;&lt;P&gt;+ mxc_hdmi_clear_overflow(hdmi);&lt;/P&gt;&lt;P&gt;+ }&lt;/P&gt;&lt;P&gt;&amp;nbsp; spin_unlock_irqrestore(&amp;amp;hdmi-&amp;gt;irq_lock, flags);&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 16:12:56 GMT</pubDate>
    <dc:creator>m_c</dc:creator>
    <dc:date>2015-06-26T16:12:56Z</dc:date>
    <item>
      <title>i.MX6 IPU Warning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418966#M63142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer found HDMI will be blank for about 1~2 second with below warning on UART console.&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00800000&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00800000&lt;/P&gt;&lt;P&gt;1. What is this warning means?&lt;/P&gt;&lt;P&gt;2. Will this warning cause HDMI display blank for 1~2 second?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418966#M63142</guid>
      <dc:creator>m_c</dc:creator>
      <dc:date>2015-06-22T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 IPU Warning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418967#M63143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI m.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at some workarounds &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/linux-imx6/commit/d9cd79d11ff9f7a7f89cbc94b68757b67cdfe5fc" title="https://github.com/boundarydevices/linux-imx6/commit/d9cd79d11ff9f7a7f89cbc94b68757b67cdfe5fc"&gt;mxc_hdmi: default to keep-alive (don't detect disconnect) · boundarydevices/linux-imx6@d9cd79d · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/wolfgar/utilite/commit/61643d3179b5cdc6fab6eb1577b7f70a539f7036" title="https://github.com/wolfgar/utilite/commit/61643d3179b5cdc6fab6eb1577b7f70a539f7036"&gt;Set max prio for all Exchanges with IPU1 on AXI bus · wolfgar/utilite@61643d3 · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also recommended to try latest BSP &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L3.14.28_1.0.0_iMX6QDLS_BUNDLE&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>Tue, 23 Jun 2015 02:59:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418967#M63143</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-06-23T02:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 IPU Warning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418968#M63144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer adapter this suggestion but issue still happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HDMI blank issue still happens. The original patch is for 3.0.35 and the patch file is not exactly the same for yocto 1.6.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our RD patched the code to yocto 1.6 as introduced in this reference link(&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="528479" data-objecttype="2" href="https://community.nxp.com/message/528479#528479"&gt;https://community.freescale.com/message/528479#528479&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could see the testing result log and video(1:42~1:44).&lt;/P&gt;&lt;P&gt;Video link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://s3.eu-central-1.amazonaws.com/vepdsoftwarepm/SOLARI/Video/HDMIBlank/20150625_174248.avi" rel="nofollow" target="_blank"&gt;https://s3.eu-central-1.amazonaws.com/vepdsoftwarepm/SOLARI/Video/HDMIBlank/20150625_174248.avi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Testing result log:&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/P&gt;&lt;P&gt;request /sito/rpc/tickets/4619 from 127.0.0.1&lt;/P&gt;&lt;P&gt;Got EOS from element "playbin20".&lt;/P&gt;&lt;P&gt;Execution ended after 1806716334 ns.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;Setting pipeline to READY ...&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;UTC*********&lt;/P&gt;&lt;P&gt;Thu Jun 25 17:44:30 UTC 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi_workround.patch&lt;/P&gt;&lt;P&gt;diff -urN kernel_yct1.6/drivers/video/mxc/mxc_hdmi.c kernel_yct1.6_new/drivers/video/mxc/mxc_hdmi.c&lt;/P&gt;&lt;P&gt;--- kernel_yct1.6/drivers/video/mxc/mxc_hdmi.c 2015-06-25 09:29:33.762810249 +0800&lt;/P&gt;&lt;P&gt;+++ kernel_yct1.6_new/drivers/video/mxc/mxc_hdmi.c 2015-06-24 19:33:21.229216301 +0800&lt;/P&gt;&lt;P&gt;@@ -80,6 +80,8 @@&lt;/P&gt;&lt;P&gt; #define YCBCR422_8BITS 3&lt;/P&gt;&lt;P&gt; #define XVYCC444&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+static int keepalive=1;&lt;/P&gt;&lt;P&gt;+module_param(keepalive, bool, 0644);&lt;/P&gt;&lt;P&gt; /*&lt;/P&gt;&lt;P&gt;&amp;nbsp; * We follow a flowchart which is in the "Synopsys DesignWare Courses&lt;/P&gt;&lt;P&gt;&amp;nbsp; * HDMI Transmitter Controller User Guide, 1.30a", section 3.1&lt;/P&gt;&lt;P&gt;@@ -1999,6 +2001,7 @@&lt;/P&gt;&lt;P&gt;&amp;nbsp; u8 val;&lt;/P&gt;&lt;P&gt;&amp;nbsp; unsigned long flags;&lt;/P&gt;&lt;P&gt;&amp;nbsp; char event_string[32];&lt;/P&gt;&lt;P&gt;+ int isalive = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; char *envp[] = { event_string, NULL };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; phy_int_stat = hdmi-&amp;gt;latest_intr_stat;&lt;/P&gt;&lt;P&gt;@@ -2027,7 +2030,11 @@&lt;/P&gt;&lt;P&gt; #ifdef CONFIG_MXC_HDMI_CEC&lt;/P&gt;&lt;P&gt;&amp;nbsp; mxc_hdmi_cec_handle(0x80);&lt;/P&gt;&lt;P&gt; #endif&lt;/P&gt;&lt;P&gt;- } else if (!(phy_int_pol &amp;amp; HDMI_PHY_HPD)) {&lt;/P&gt;&lt;P&gt;+ if(!keepalive)&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(HDMI_PHY_HPD, HDMI_PHY_POL0);&lt;/P&gt;&lt;P&gt;+ isalive=1;&lt;/P&gt;&lt;P&gt;+ //} else if (!(phy_int_pol &amp;amp; HDMI_PHY_HPD)) {&lt;/P&gt;&lt;P&gt;+ } else if (!keepalive) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Plugout event */&lt;/P&gt;&lt;P&gt;&amp;nbsp; dev_dbg(&amp;amp;hdmi-&amp;gt;pdev-&amp;gt;dev, "EVENT=plugout\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp; hdmi_set_cable_state(0);&lt;/P&gt;&lt;P&gt;@@ -2054,16 +2061,21 @@&lt;/P&gt;&lt;P&gt;&amp;nbsp; spin_lock_irqsave(&amp;amp;hdmi-&amp;gt;irq_lock, flags);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Re-enable HPD interrupts */&lt;/P&gt;&lt;P&gt;- phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;- phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;- hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;+ //phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ //phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;+ //hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ if (!(keepalive || isalive)) {&lt;/P&gt;&lt;P&gt;+ phy_int_mask = hdmi_readb(HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+ phy_int_mask &amp;amp;= ~HDMI_PHY_HPD;&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(phy_int_mask, HDMI_PHY_MASK0);&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Unmute interrupts */&lt;/P&gt;&lt;P&gt;- hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;- if (hdmi_readb(HDMI_IH_FC_STAT2) &amp;amp; HDMI_IH_FC_STAT2_OVERFLOW_MASK)&lt;/P&gt;&lt;P&gt;- mxc_hdmi_clear_overflow(hdmi);&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;+ //hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;+ hdmi_writeb(~HDMI_IH_MUTE_PHY_STAT0_HPD, HDMI_IH_MUTE_PHY_STAT0);&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;+ if (hdmi_readb(HDMI_IH_FC_STAT2) &amp;amp; HDMI_IH_FC_STAT2_OVERFLOW_MASK)&lt;/P&gt;&lt;P&gt;+ mxc_hdmi_clear_overflow(hdmi);&lt;/P&gt;&lt;P&gt;+ }&lt;/P&gt;&lt;P&gt;&amp;nbsp; spin_unlock_irqrestore(&amp;amp;hdmi-&amp;gt;irq_lock, flags);&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-IPU-Warning/m-p/418968#M63144</guid>
      <dc:creator>m_c</dc:creator>
      <dc:date>2015-06-26T16:12:56Z</dc:date>
    </item>
  </channel>
</rss>

