<?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: IPU DI LCD HDMI LVDS</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363567#M51408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qiang:&lt;/P&gt;&lt;P&gt;1.I register "MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK" at board-mx6q_sabrelite.c, and lcdif_data's ipu_id =0 disp_id =0.but the clock pin not have signal.&lt;/P&gt;&lt;P&gt;2. I change the "MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK " to "MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DISP_CLK ", and lcdif_data's ipu_id =1 disp_id =0.The situation is the same.&lt;/P&gt;&lt;P&gt;Whether the clock cannot be reached 148.5M?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 08:19:15 GMT</pubDate>
    <dc:creator>乐乐季</dc:creator>
    <dc:date>2014-12-03T08:19:15Z</dc:date>
    <item>
      <title>IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363562#M51403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone!&lt;/P&gt;&lt;P&gt;i'm use the imx6q. and patch the "&lt;A href="https://community.nxp.com/docs/DOC-94019"&gt;Patch to Support BT656 and BT1120 Output For i.MX6 BSP&lt;/A&gt;", I want to use the DISP_DAT0-DISP_DAT15 for BT1120 YUYV16 data.&lt;/P&gt;&lt;P&gt;I have some questions for you!&lt;/P&gt;&lt;P&gt;1. I find the "LVDS0 source is IPU1 DI0 por" and "HDMI source is IPU1 DI0 port" at the IOMUXC_GPR3,but I not find DISP_DAT source is which one IPU and DI ?&lt;/P&gt;&lt;P&gt;2. the patch set&amp;nbsp; IPU_PIX_FMT_UYVY 16bit width for BT1120 at the ipu_disp.c. i don't Understand why this set. please tell me! and I want send the BT1120 YUYV16 data, Whether need add code for BT1120 YUYV16 data?&lt;/P&gt;&lt;P&gt;3.I set bootargs "video=mxcfb0:dev=bt656,BT1120-1080I60,if=BT1120,fbpix=YUYV16",the fbpix whether can be set as YUYV16?&lt;/P&gt;&lt;P&gt;My English is not good, please do not mind.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363562#M51403</guid>
      <dc:creator>乐乐季</dc:creator>
      <dc:date>2014-11-24T03:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363563#M51404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 1, the IPU1 DI0 display data pins are "IPU1_DISP0_DAT_xxx", and IPU1 DI1 display data pins are "IPU1_DISP1_DAT_xxx".&lt;/P&gt;&lt;P&gt;For 2, you can apply the patch "&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-100657"&gt;https://community.freescale.com/docs/DOC-100657&lt;/A&gt;", it was verified with UYVY16 1080i50 output on LCD interface, it should also work for 1080P.&lt;/P&gt;&lt;P&gt;For 3, you can add the followed video mode into mxc_lcdif.c, and video mode parameters in kernel command lines: "video=mxcfb0:dev=lcd,LCD-1080P50,if=UYVY16,fbpix=BGR32" or "video=mxcfb0:dev=lcd,LCD-1080P60,if=UYVY16,fbpix=BGR32".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; /* 1920x1080p @ 60 Hz , pixel clk @ 148.5MHz */&lt;/P&gt;&lt;P&gt; "LCD-1080P60", 60, 1920, 1080, 6734, 148, 88, 36, 4, 44, 5,&lt;/P&gt;&lt;P&gt; FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P&gt; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt; 0,},&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; /* 1920x1080p @ 50 Hz , pixel clk @ 148.5MHz */&lt;/P&gt;&lt;P&gt; "LCD-1080P50", 50, 1920, 1080, 6734, 148, 528, 36, 4, 44, 5,&lt;/P&gt;&lt;P&gt; FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P&gt; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt; 0,},&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 02:27:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363563#M51404</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-12-01T02:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363564#M51405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 8.5pt; mso-bidi-font-family: Arial;"&gt;1.Before I did not hit the patch to&lt;BR /&gt;my kernel, I use the "CLAA-WVGA" mode,I can measured clock pin have&lt;BR /&gt;signal ,but if I patch the "L3.0.35_4.1.0_GA_HDMI_Interlaced_Mode_Patch.zip"&lt;BR /&gt;to my kernel, I can measured data pin &lt;/SPAN&gt;&lt;SPAN lang="ZH-CN" style="color: #666666; font-family: 宋体; font-size: 10pt;"&gt;、&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;vsync&lt;BR /&gt;and hsync&amp;nbsp; have signal.but the clock pin don't have signal.How can I&lt;BR /&gt;solve?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;[Qiang] You need check yout hardware if the correct "MX6Q_PAD_DI0_DISP_CLK" PIN had been measured?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;2.I read your patch notes, It is the&lt;BR /&gt;support the interlace fo hdmi and lcd, I want the lcd&amp;nbsp; output 1080p,so I&lt;BR /&gt;think I don't need this patch,Because the kernel support the 1080p,I only add&lt;BR /&gt;the "&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;/* 1920x1080p @ 50 Hz , pixel clk @&lt;BR /&gt;148.5MHz */&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;" to my mxc_lcdif.c ,Is that&lt;BR /&gt;right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;[Qiang] No, you need apply that patch, because it added the UYVY16 output support.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 03:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363564#M51405</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-12-03T03:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363565#M51406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Qiang,I'm sorry to change my problem:&lt;/P&gt;&lt;P&gt;1.Whether or not I have patched my kernel, if I set pixclock as 6734 for 148.5MHZ, the clock pin no signal,but if I set&amp;nbsp; pixclock as 13468 for 74.5MHz,the clock pin have signal. How can I solve?&lt;/P&gt;&lt;P&gt;2.You set the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if=UYVY16" at the bootargs,can I set the "if=YUYV16"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3.if I set the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fbpix=BGR32", the "bits_per_pixel" is 32. I use the DISP_DAT0----DISP_DAT15 for data&lt;/SPAN&gt;&lt;/SPAN&gt; line,so I want the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bits_per_pixel&lt;/SPAN&gt; is 16. I changed the parameters as "video=mxcfb1:dev=lcd,LCD-1080P60,if=YUYV16", Is that right?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 04:54:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363565#M51406</guid>
      <dc:creator>乐乐季</dc:creator>
      <dc:date>2014-12-03T04:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363566#M51407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. It should be the hardware board related, maybe you can adjust the PAD_CTRL setting for the pixel clock pin, register IOMUXC_SW_PAD_CTL_PAD_DI0_DISP_CLK.&lt;BR /&gt;#define&amp;nbsp; MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK&amp;nbsp; \&lt;/P&gt;&lt;P&gt;&amp;nbsp; (_MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK | &lt;STRONG&gt;MUX_PAD_CTRL(MX6Q_DISP_PAD_CLT))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. All of UYVY16, YUYV16, YVYU16, VYUY16 can be supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The fbpix is the frame buffer data format, it is not related to your 16bits hardware interface(DISP_DAT0----DISP_DAT15). Of cource you can also set fbpix=RGB565 for 16bpp frame buffer, but the video quality will be poor than 32bpp/24bpp when it was converted to YUYV format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 05:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363566#M51407</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-12-03T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363567#M51408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qiang:&lt;/P&gt;&lt;P&gt;1.I register "MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK" at board-mx6q_sabrelite.c, and lcdif_data's ipu_id =0 disp_id =0.but the clock pin not have signal.&lt;/P&gt;&lt;P&gt;2. I change the "MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK " to "MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DISP_CLK ", and lcdif_data's ipu_id =1 disp_id =0.The situation is the same.&lt;/P&gt;&lt;P&gt;Whether the clock cannot be reached 148.5M?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:19:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363567#M51408</guid>
      <dc:creator>乐乐季</dc:creator>
      <dc:date>2014-12-03T08:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363568#M51409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean you need tune setting in register IOMUXC_SW_PAD_CTL_PAD_DI0_DISP_CLK, it is electric related to the PIN.&lt;/P&gt;&lt;P&gt;For example enable pull up, increase drive stregth, set to Fast Slew Rate, MAXIMUM Speed Field ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can discuss it with your hardware engineer, I think they can understand it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:34:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363568#M51409</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-12-03T08:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363569#M51410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Qiang：&lt;/P&gt;&lt;P&gt;Thank you for your reply！&lt;/P&gt;&lt;P&gt;Your answer is very good , I reset the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IOMUXC_SW_PAD_CTL_PAD_DI0_DISP_CLK&lt;/SPAN&gt;, the clock pin have the 148.5MHZ, but the signal have a little wobble.and The amplitude is not big.&lt;/P&gt;&lt;P&gt;I set the Register is 0xB0F1:&lt;/P&gt;&lt;P&gt;bit 0 : 1 ----- FAST Slew Rate&lt;/P&gt;&lt;P&gt;bit 5-3: 110 ---- 40_OHM&lt;/P&gt;&lt;P&gt;bit 7-6: 11 ----MAXIMUM&lt;/P&gt;&lt;P&gt;bit 12: 1 ----Pull/Keeper Enabled&lt;/P&gt;&lt;P&gt;bit 13:1 ----Pull Enabled&lt;/P&gt;&lt;P&gt;bit 15-14:10 ----100K_OHM_PU.&lt;/P&gt;&lt;P&gt;other bit set 0.&lt;/P&gt;&lt;P&gt; I have the wrong place please set the register ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 07:35:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363569#M51410</guid>
      <dc:creator>乐乐季</dc:creator>
      <dc:date>2014-12-04T07:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363570#M51411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IOMUXC_SW_PAD_CTL_PAD_DI0_DISP_CLK&lt;/SPAN&gt; register setting was defined in file "linux-3.0.35\arch\arm\plat-mxc\include\mach\iomux-mx6q.h"&lt;/P&gt;&lt;P&gt;#define&amp;nbsp; MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK&amp;nbsp; \&lt;/P&gt;&lt;P&gt;&amp;nbsp; (_MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK | &lt;STRONG&gt;MUX_PAD_CTRL(MX6Q_DISP_PAD_CLT))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was used in file "linux-3.0.35\arch\arm\mach-mx6\board-mx6q_sabresd.h".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 07:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363570#M51411</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-12-04T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: IPU DI LCD HDMI LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363571#M51412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you answer me these questions! You really very much good!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:35:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-LCD-HDMI-LVDS/m-p/363571#M51412</guid>
      <dc:creator>乐乐季</dc:creator>
      <dc:date>2014-12-04T08:35:06Z</dc:date>
    </item>
  </channel>
</rss>

