<?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: HDMI interface on DI1 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237539#M19131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I am unable to view the Advance Display setting when HDMI cable is connected. It crashes when I try to go in!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 03:49:02 GMT</pubDate>
    <dc:creator>PKZ</dc:creator>
    <dc:date>2014-02-18T03:49:02Z</dc:date>
    <item>
      <title>HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237531#M19123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm involved in a project based on imx6Solo.&lt;/P&gt;&lt;P&gt;I would like to use LCD interface with DI0 and &lt;STRONG&gt;HDMI&lt;/STRONG&gt; interface with &lt;STRONG&gt;DI1&lt;/STRONG&gt; of the IPU1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the file &lt;STRONG&gt;board-mx6q_sabresd.c &lt;/STRONG&gt;I modifed hdmi_core_data.disp_id to &lt;STRONG&gt;1&lt;/STRONG&gt; (it was 0 initially).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After booting the board over NFS&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; setenv bootargs console=ttymxc2,115200 androidboot.console=ttymxc2 vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M androidboot.hardware=freescale rw ip=dhcp root=/dev/nfs nfsroot=${serverip}:${nfsroot}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;the monitor complains that the &lt;STRONG&gt;signal is out of range/not valid&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other side, if hdmi_core_data.disp_id is set to &lt;STRONG&gt;0&lt;/STRONG&gt;, I can see Android booting nicely on the HDMI monitor...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyzing the log file show that the clock &lt;STRONG&gt;ipu1_di_clk_1 &lt;/STRONG&gt;is enabled. What else do I have to set up to deliver proper clock/data signals from DI1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 20:26:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237531#M19123</guid>
      <dc:creator>tomasznowak</dc:creator>
      <dc:date>2014-01-15T20:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237532#M19124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomasz,&lt;/P&gt;&lt;P&gt;Would you tell us which board are you using?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 02:47:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237532#M19124</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2014-01-16T02:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237533#M19125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Tomsz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have tested your requirments, please refer to the following steps:&lt;/P&gt;&lt;P&gt;(1)Adjust&amp;nbsp; fb data in SabreSD BSP&lt;/P&gt;&lt;P&gt;static struct ipuv3_fb_platform_data qcorein_fb_data[] = {&lt;/P&gt;&lt;P&gt; { &lt;/P&gt;&lt;P&gt; .disp_dev = "hdmi",&lt;/P&gt;&lt;P&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB24,&lt;/P&gt;&lt;P&gt; .mode_str = "&lt;A href="mailto:1920x1080M@60"&gt;1920x1080M@60&lt;/A&gt;",&lt;/P&gt;&lt;P&gt; .default_bpp = 32,&lt;/P&gt;&lt;P&gt; .int_clk = false,&lt;/P&gt;&lt;P&gt; .late_init = false,&lt;/P&gt;&lt;P&gt; },&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; .disp_dev = "ldb",&lt;/P&gt;&lt;P&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/P&gt;&lt;P&gt; .mode_str = "LDB-WXGA",&lt;/P&gt;&lt;P&gt; .default_bpp = 16,&lt;/P&gt;&lt;P&gt; .int_clk = false,&lt;/P&gt;&lt;P&gt; .late_init = false,&lt;/P&gt;&lt;P&gt; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;(2) Adjust ipu and ipu id( Following codes for you as reference)&lt;/P&gt;&lt;P&gt;/* HDMI -- IPU1_DI0 */&lt;BR /&gt;static struct fsl_mxc_hdmi_core_platform_data hdmi_core_data = {&lt;BR /&gt; .ipu_id = 1,&lt;BR /&gt; .disp_id = 1,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;/* RGB24 DISP0 LCD(Here is RGB24--&amp;gt;VGA via ADV7125 -- IPU0_DI0 */&lt;BR /&gt;static struct fsl_mxc_lcd_platform_data lcdif_data = {&lt;BR /&gt; .ipu_id = 0,&lt;BR /&gt; .disp_id = 0,&lt;BR /&gt; .default_ifmt = IPU_PIX_FMT_RGB24,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;/* LVDS0 &amp;amp; LVDS1 use IPU0 DI0 &amp;amp; DI1, Now VGA can't be set High resolution */&lt;BR /&gt;static struct fsl_mxc_ldb_platform_data ldb_data = {&lt;BR /&gt; .ipu_id = 0,&lt;BR /&gt; .disp_id = 1,&lt;BR /&gt; .ext_ref = 1,&lt;BR /&gt; .mode = LDB_SEP1,&lt;BR /&gt; .sec_ipu_id = 0,&lt;BR /&gt; .sec_disp_id = 0,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3)U-BOOT settings&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P&gt;loadaddr=0x10800000&lt;/P&gt;&lt;P&gt;rd_loadaddr=0x11000000&lt;/P&gt;&lt;P&gt;netdev=eth0&lt;/P&gt;&lt;P&gt;ethprime=FEC0&lt;/P&gt;&lt;P&gt;splashimage=0x30000000&lt;/P&gt;&lt;P&gt;splashpos=m,m&lt;/P&gt;&lt;P&gt;lvds_num=1&lt;/P&gt;&lt;P&gt;ethact=FEC0&lt;/P&gt;&lt;P&gt;bootdelay=15&lt;/P&gt;&lt;P&gt;gateway=192.168.1.1&lt;/P&gt;&lt;P&gt;ethaddr=00:04:9f:00:ea:d3&lt;/P&gt;&lt;P&gt;bootargs_base=setenv bootargs console=ttymxc0,115200&lt;/P&gt;&lt;P&gt;bootargs_android=setenv bootargs ${bootargs} init=/init androidboot.console=ttymxc0 androidboot.hardware=freescale&lt;/P&gt;&lt;P&gt;bootargs_nfs=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gateway}:${netmask}::eth0 off root=/dev/nfs nfsroot=${serverip}:${nfsroot}&lt;/P&gt;&lt;P&gt;bootcmd_net=run bootargs_base bootargs_android bootargs_nfs bootargs_disp;tftpboot ${loadaddr} uImage;bootm&lt;/P&gt;&lt;P&gt;nfsroot=/opt/nfsroot&lt;/P&gt;&lt;P&gt;bootargs_mmc=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gateway}:${netmask}::eth0 off&lt;/P&gt;&lt;P&gt;bootcmd_mmc=run bootargs_base bootargs_android bootargs_disp&lt;/P&gt;&lt;P&gt;bootargs_disp=setenv bootargs ${bootargs} video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:dev=lcd,1920x1080,bpp=32 video=mxcfb2:off fbmem=64M vmalloc=400M&lt;/P&gt;&lt;P&gt;ipaddr=192.168.1.110&lt;/P&gt;&lt;P&gt;bootargs=console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 androidboot.hardware=freescale ip=192.168.1.110:192.168.1.103:192.168.1.1:255.255.255.0::eth0 off root=/dev/nfs nfsroot=192.168.1.103:/opt/nfsroot video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:dev=lcd,1920x1080,bpp=32 video=mxcfb2:off fbmem=64M vmalloc=400M&lt;/P&gt;&lt;P&gt;serverip=192.168.1.102&lt;/P&gt;&lt;P&gt;stdin=serial&lt;/P&gt;&lt;P&gt;stdout=serial&lt;/P&gt;&lt;P&gt;stderr=serial&lt;/P&gt;&lt;P&gt;fastboot_dev=mmc3&lt;/P&gt;&lt;P&gt;bootcmd=booti mmc3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HDMI can normally display !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 04:34:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237533#M19125</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2014-01-16T04:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237534#M19126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made my tests &lt;STRONG&gt;again&lt;/STRONG&gt; using &lt;STRONG&gt;SabreSD&lt;/STRONG&gt; reference board with an &lt;STRONG&gt;IMX6DL&lt;/STRONG&gt; CPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned before, the only thing I changed was the file arch/arm/march-mx6/board-mx6q_sabresd.c (&lt;STRONG&gt;hdmi_core_data.disp_id&lt;/STRONG&gt; is set to &lt;STRONG&gt;1&lt;/STRONG&gt; instead of &lt;STRONG&gt;0&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;I also added some debug code, i.e. in &lt;STRONG&gt;hdmi_init&lt;/STRONG&gt; method to confirm that &lt;STRONG&gt;HDMI_MUX_CTL&lt;/STRONG&gt; is properly set in the IOMUXC_GPR3 register).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bootargs I used in both cases are taken from "Android Quick Start" document and look like this:&lt;/P&gt;&lt;P&gt;&amp;gt; setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M androidboot.hardware=freescale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached log files for both cases. The only visible difference are warning messages:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;imx-ipuv3 imx-ipuv3.0: IPU Warning - IPU_INT_STAT_10 = 0x00100000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;imx-ipuv3 imx-ipuv3.0: IPU Warning - IPU_INT_STAT_5 = 0x00800000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any idea why the HDMI signal is correct when I use DI0 but inproper when using DI1.&lt;/P&gt;&lt;P&gt;According to the manual, it should work without any problem. What else do I have to enable (clocks etc)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I measured also frequency of HDMI_CLK signal. In case of DI0 it's above 140Mhz, for DI1 it's around 64Mhz.&lt;/P&gt;&lt;P&gt;What part of the code is configuring the clock?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 11:36:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237534#M19126</guid>
      <dc:creator>tomasznowak</dc:creator>
      <dc:date>2014-01-16T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237535#M19127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Weidong Sun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Android BSP code in the version IMX6_JB422_110_ANDROID works out of the box with the HDMI, so no customization is required here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;By default HDMI is using DI0 of the IPU0&lt;/STRONG&gt; and it works for me with no problem when started with the following bootargs:&lt;/P&gt;&lt;P&gt;&amp;gt; setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M androidboot.hardware=freescale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that &lt;SPAN style="text-decoration: underline;"&gt;it doesn't work&lt;/SPAN&gt; if I try to use &lt;STRONG&gt;DI1 of the IPU0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please see my other post for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 11:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237535#M19127</guid>
      <dc:creator>tomasznowak</dc:creator>
      <dc:date>2014-01-16T11:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237536#M19128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt; text-indent: -7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;static struct ipuv3_fb_platform_data sabresd_fb_data[] = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; { /*fb0*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .disp_dev = "lcd",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB565,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .mode_str = "CLAA-WVGA",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .default_bpp = 16,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: red;"&gt; .int_clk = true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .late_init = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; }, {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .disp_dev = "ldb",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .mode_str = "LDB-XGA",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .default_bpp = 16,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .int_clk = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .late_init = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; }, {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .disp_dev = "ldb",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .mode_str = "LDB-XGA",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .default_bpp = 16,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .int_clk = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; }, {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .disp_dev = "ldb",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .mode_str = "LDB-VGA",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .default_bpp = 16,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .int_clk = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; .late_init = false,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt; },&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt; text-indent: -7.5pt;"&gt;&lt;SPAN lang="ZH-CN" style="font-size: 9.0pt; font-family: 宋体; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 13.6pt; margin-bottom: .0001pt; text-indent: -7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;-- &amp;gt; LCD c&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;lock&lt;/SPAN&gt; change to &lt;SPAN lang="ZH-CN" style="font-size: 9.0pt; font-family: 宋体; color: black;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Tahoma','sans-serif'; color: black;"&gt;_&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;clk&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 11.1pt; margin-bottom: .0001pt; text-indent: -7.5pt;"&gt;If both of them are &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 宋体; color: black;"&gt;_&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;clk=false, then both clock will be came from PLL&lt;/SPAN&gt;&lt;SPAN lang="ZH-CN" style="font-size: 9.0pt; font-family: 宋体; color: black;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;5. The confliction will be occurred. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: .9pt; margin-left: 11.1pt; margin-bottom: .0001pt; text-indent: -7.5pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;The above example is that 'video0' set as LCD so it will use IPU internal clock to produce the pixel clock. Then HDMI will use the external PLL5 to produce the pixel clock. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 08:16:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237536#M19128</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2014-01-23T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237537#M19129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jimmychan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I found the reason why the HDMI was not correct (when using DI1).&lt;/P&gt;&lt;P&gt;By default the method &lt;STRONG&gt;mx6_clocks_init&lt;/STRONG&gt; (arch/arm/mach-mx6/clock.c) sets &lt;STRONG&gt;pll5_video_main_clk&lt;/STRONG&gt; as the parent of the &lt;STRONG&gt;ipu1_di_clk_0&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;When using DI1 we have to set &lt;STRONG&gt;pll5_video_main_clk&lt;/STRONG&gt; as the parent clock of &lt;STRONG&gt;ipu1_di_clk_1!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 08:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237537#M19129</guid>
      <dc:creator>tomasznowak</dc:creator>
      <dc:date>2014-01-24T08:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237538#M19130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jimmychan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the similar issue with dual display (LVDS + HDMI).&lt;/P&gt;&lt;P&gt;Here is details of my configuration. The Hardware is designed based on SabreSD but the display is configured to use LVDS0 interface (SabreSD uses LVDS1). So far, using just single display (LVDS0), there is no issue, I modified the software configuration in the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fsl_mxc_ldb_platform_data&lt;/SPAN&gt;" as below and was working fine.&lt;/P&gt;&lt;P&gt;static struct fsl_mxc_ldb_platform_data ldb_data = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ipu_id = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_id = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ext_ref = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode = LDB_SIN0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_ipu_id = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_disp_id = 1,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other configurations (i.e. hdmi and lcd configurations) remained the same as we were not using HDMI initially. Now, we need to have dual display. Thus, I started working on it. However, I am still very confused about the assigning the ipu IDs even after reading the posts in forum and the user manual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Could you please clarify if the LVDS0 always uses the ipu_id 0 (i.e. IPU 1) and LVDS1 uses ipu_id 1 (IPU 2)? How about HDMI, can it be assigned to any ipu? what about the display id for HDMI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) As suggested by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Tomasz&lt;/SPAN&gt;, i have verified that the both &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ipu1_di_clk_0&lt;/STRONG&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ipu1_di_clk_&lt;/STRONG&gt;1 has the same parent clock, &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pll5_video_main_clk&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;However, I donot see the HDMI clock when i measured the clock line. Is there any other register configuration I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 01:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237538#M19130</guid>
      <dc:creator>PKZ</dc:creator>
      <dc:date>2014-02-17T01:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237539#M19131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I am unable to view the Advance Display setting when HDMI cable is connected. It crashes when I try to go in!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237539#M19131</guid>
      <dc:creator>PKZ</dc:creator>
      <dc:date>2014-02-18T03:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI interface on DI1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237540#M19132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what BSP version do you use? I'm using &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6S&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;IMX6_JB422_110_ANDROID_SOURCE&lt;/A&gt; and from what I remember it doesn't have 'Advance Display' setting included anymore.&lt;/P&gt;&lt;P&gt;However you can test your 2nd monitor using Presentation class (&lt;A href="http://developer.android.com/reference/android/app/Presentation.html"&gt;http://developer.android.com/reference/android/app/Presentation.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;An example application is included in Api Demos of the "Android SDK" (i.e. adt-bundle-windows-x86_64-20130917\sdk\samples\android-17\ApiDemos\src\com\example\android\apis\app\PresentationActivity.java)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to your problem, in my case the CONFIG_MX6_CLK_FOR_BOOTUI_TRANS was not defined preventing to set pll5_video_main_clk to be parent of ipu1_di_clk_1.&lt;/P&gt;&lt;P&gt;Please verify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 09:47:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-interface-on-DI1/m-p/237540#M19132</guid>
      <dc:creator>tomasznowak</dc:creator>
      <dc:date>2014-02-28T09:47:35Z</dc:date>
    </item>
  </channel>
</rss>

