<?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: Dual display on imx53 WinCE7 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222450#M15016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for your help, I try to use the LVDS at the DI0, and use the VGA at DI1, but that is only one can be display in my code, I move the LVDS to the item DI0, and choose it, but can't work, the attachment &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is my catalog and the code file, I can set the "PanelType"=dword:0 at the platform.reg below the [HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU\DI0] or [HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU\DI1] to display the LVDS or VGA in the system, but when I set both of them, I can only disply one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks and Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 00:58:29 GMT</pubDate>
    <dc:creator>larson</dc:creator>
    <dc:date>2013-01-29T00:58:29Z</dc:date>
    <item>
      <title>Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222445#M15011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am working on imx53 customized board. My problem is I am not able to have two display's at the same time.I want to have both LCD and VGA working at the same and same contents.Please help me out in solving this.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I try to modify the REG to have one of the LDC or the VGA, that is OK. When i have both of them, the code is only check the DI0(pNewModePanelInfo-&amp;gt;PORTID) and ingore the DI1, so there is only one can be light. The debug MSG at below:&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetNumSupportedModes here NUM_SUPPORTED_PANELS = 5&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetNumSupportedModes here totalModes = 5&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPixelDepthFromRegistry here dwPixelDepth = 16&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPixelDepthFromRegistry here dwPixelDepth = 16&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E GetPanelTypeFromRegistry here regPathString = Drivers\Display\DDIPU\DI0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUMBER_PANEL_DI0_PANELS = 1 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo panelNum = 0 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUM_SUPPORTED_PANELS = 5 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetSupportedModes here counter = 5&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E GetPanelTypeFromRegistry here regPathString = Drivers\Display\DDIPU\DI0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUMBER_PANEL_DI0_PANELS = 1 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo panelNum = 0 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUM_SUPPORTED_PANELS = 5 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E GetPanelTypeFromRegistry here regPathString = Drivers\Display\DDIPU\DI1&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUMBER_PANEL_DI0_PANELS = 1 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo panelNum = 2 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPanelInfo NUM_SUPPORTED_PANELS = 5 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetSupportedModes g_bDI0Connected = 1&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPixelDepthFromRegistry here dwPixelDepth = 16&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetSupportedModes g_bDI1Connected = 1&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetPixelDepthFromRegistry here dwPixelDepth = 16&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetModeInfo here 1 modeNo = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetPrimaryMode here pNewModePanelInfo-&amp;gt;MODEID = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetModeInfo here 1 modeNo = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetPrimaryMode here pNewModePanelInfo-&amp;gt;MODEID = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetVideoPixelDepthFromRegistry here dwVideoPixelDepth = 32, DISPLAY_REG_PATH = Drivers\Display\DDIPU&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPEnableSecondaryPrimarySurface here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayEanbleSPrimarySurface here Enable = 1&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPIsRotationSupported here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetC2DInfoFromRegistry here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E Display IOMUX setted.&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetModeInfo here 1 modeNo = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplayGetPrimaryMode here pNewModePanelInfo-&amp;gt;MODEID = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetModeInfo here 1 modeNo = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPGetModeInfo here 1 modeNo = 0&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode: g_pDI0PanelInfo-&amp;gt;PANELID = 0 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode: g_pDI1PanelInfo-&amp;gt;PANELID = 2 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode: g_pDI0PanelInfo-&amp;gt;PIX_CLK_FREQ = 64995840 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode: g_pDI1PanelInfo-&amp;gt;PIX_CLK_FREQ = 64995840 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode:g_bDI0Connected = 1 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode:pNewModePanelInfo-&amp;gt;PORTID = 5 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode:g_pDI0PanelInfo-&amp;gt;PORTID = 5 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode:g_bDI1Connected = 1 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetModeg_pDI1PanelInfo-&amp;gt;PORTID = 3 &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPInitializePanel here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPInitializeDC here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E SyncDCConfig here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E SyncDCConfig + pDIPanelInfo-&amp;gt;PORTID = 5, DISPLAY_PORT_VGA= 3&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPInitializeDI here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E SyncDIConfig here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E SyncDIConfig pDIPanelInfo-&amp;gt;PORTID = 5&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPEnableDisplayClock here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPEnableDCChannels here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E LVDSEnablePanel: LVDS come in &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E LVDSEnablePanel: 4&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DI0-&amp;gt;CH1 is not a recommended routine.&lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E BSPEnablePanel here &lt;/P&gt;&lt;P&gt;PID:00400002 TID:0521000E DisplaySetMode:BSPEnablePanel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;larson&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 09:27:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222445#M15011</guid>
      <dc:creator>larson</dc:creator>
      <dc:date>2013-01-10T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222446#M15012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;you just need to choose dual display in the Catalog.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 21:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222446#M15012</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-01-18T21:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222447#M15013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply, but in the Catalog, the VGA and the LVDS all in the DI1 items, I can only choose one of them, so I change the LVDS to the DI0 in the code, and set the environment variable to the 1, choose the VGA in the Catalog, but&amp;nbsp; there was only one can be light.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 10:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222447#M15013</guid>
      <dc:creator>larson</dc:creator>
      <dc:date>2013-01-19T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222448#M15014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the catalog is allowing LVDS1 in port 0 and LVDS2 or VGA or TVE in port 1 can you explain to me &lt;/P&gt;&lt;P&gt;which display you are trying to put and where ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 21:41:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222448#M15014</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-01-28T21:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222449#M15015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the SMD bsp there is support for HDMI or WVGA in port 0 . and LVDS or VGA or TVE in port 1 maybe it can help you more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 21:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222449#M15015</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-01-28T21:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222450#M15016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for your help, I try to use the LVDS at the DI0, and use the VGA at DI1, but that is only one can be display in my code, I move the LVDS to the item DI0, and choose it, but can't work, the attachment &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is my catalog and the code file, I can set the "PanelType"=dword:0 at the platform.reg below the [HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU\DI0] or [HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU\DI1] to display the LVDS or VGA in the system, but when I set both of them, I can only disply one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks and Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 00:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222450#M15016</guid>
      <dc:creator>larson</dc:creator>
      <dc:date>2013-01-29T00:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222451#M15017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really trying to help you but I think that we have understanding problems the default setup is LVDS in d0 and LVDS or VGA or TVE in d1 . you just need to choose LVDS in d0 and VGA in d1 in the catalog why do you change the code in order to do it. why you can not use the Freescale BSP that already define it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 01:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222451#M15017</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-01-29T01:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222452#M15018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry that I can not description clear the problem, I use the imx53 SMD bsp(iMX53_MDK_Mobility), this bsp default setup is LVDS, but in DI1, and the default setup is DVI(HDMI) and WVGA in DI0, &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;LVDS or VGA or TVE in d1, there is no LVDS in DI0.&lt;/SPAN&gt; All the code about LVDS is used DI1, the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;attachment&lt;/SPAN&gt; is the code after the modification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 01:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222452#M15018</guid>
      <dc:creator>larson</dc:creator>
      <dc:date>2013-01-29T01:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222453#M15019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the clarification.if you will check the ARD bsp that have LVDS in d0 you will be able to compare it to your files and find out what is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 01:51:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222453#M15019</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-01-29T01:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222454#M15020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did u solve it? I have the same issue. Cannot have same image at the same time on &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;DI0 HDMI&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;DI1 LVDS&lt;/STRONG&gt;&lt;/SPAN&gt;....&lt;/P&gt;&lt;P&gt;I want both to display the same image and resolution on my hdmi and lvds.&lt;/P&gt;&lt;P&gt;SMD bsp but only one display at a time can be activated...I want both on from windows startup.&lt;/P&gt;&lt;P&gt;So no switching between. Just simple two always on with same settings.&lt;/P&gt;&lt;P&gt;Any ideas or tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 20:19:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222454#M15020</guid>
      <dc:creator>thomasefe</dc:creator>
      <dc:date>2013-03-07T20:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222455#M15021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please read the comments before in the ARD BSP you can choose two LVDS displays in the Catalog.&lt;/P&gt;&lt;P&gt;you can check the ARD bsp &lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;implementation &lt;/SPAN&gt;and do the same in your BSP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 21:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222455#M15021</guid>
      <dc:creator>yossishukron</dc:creator>
      <dc:date>2013-03-07T21:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222456#M15022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the ARD BSP supports DUAL LVDS but this is not my case since I use LVDS+HDMI.&lt;/P&gt;&lt;P&gt;I need one LVDS and one HDMI. Using SMD bsp on a IMX53QSB.&lt;/P&gt;&lt;P&gt;As I said earlier I can switch between these two perfectly fine but how do I get mirroring output on both ports from startup. 800x480 LVDS + 800x480 HDMI(DVI) simultaneously. What is needed to get this to work in the BSP and OS configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 07:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222456#M15022</guid>
      <dc:creator>thomasefe</dc:creator>
      <dc:date>2013-04-12T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display on imx53 WinCE7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222457#M15023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yossi Shukron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ARD BSP is it possible to have WEC7 on two LVDS connected to different DI's at the same time? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please confirm. I have SMD BSP I will modify by taking ARD BSP after you confirm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seetharam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 05:39:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-on-imx53-WinCE7/m-p/222457#M15023</guid>
      <dc:creator>seetha</dc:creator>
      <dc:date>2014-11-14T05:39:27Z</dc:date>
    </item>
  </channel>
</rss>

