<?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: iMX6Q AI board support for 1280×800 HDMI Display in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578651#M88234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;Attached is a reference patch to add a new resolution for iMX6&amp;nbsp;HDMI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing should be pay attentioned: for HDMI, the Min pixel clock is 25MHz, so for 800*480 display, the pixel clock frequency should also be bigger than it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2017 02:03:41 GMT</pubDate>
    <dc:creator>qiang_li-mpu_se</dc:creator>
    <dc:date>2017-07-24T02:03:41Z</dc:date>
    <item>
      <title>iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578637#M88220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on display integration for iMX6Q AI, Here we procured HDMI display with 720p(&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif; color: #252525; background: white;"&gt;1280×800, 10.1 inch Captive Touch Screen LCD&lt;/SPAN&gt;). But it looks like the default support for the iMX6Q BSP supports only 1080p. Kindly help to add support for 720p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my technical analysis of integration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;While in probe as per the cmd line display argument,&amp;nbsp; we retrieve the display parameters in function mxc_hdmi_disp_init (file : mxc_hdmi.c)&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;The values retrieved are xres:1280, yres:720, pixclock:13468, hsync_len:40, vsync_len:5, sync:3, vmode:32.&amp;nbsp; Since in cmdline, I am passing the argument 1280x720@60.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;With this parameters, I see the display is working fine on FHD TV. But same is not working with the above 720p display panel I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;There is one important thing to note here is, &lt;STRONG&gt;mxc_hdmi_read_edid &lt;/STRONG&gt;function always fails. For my FHD display as well as for the above mentioned panel.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;When hdmi cable is connected from sabre board to the panel or the TV, mxc_hmi_cable_connected event is triggered. Here it calls mxc_hdmi_read_edid function. But since this function always fails it goes to switch case :&lt;STRONG&gt;”HDMI_EDID_FAIL”&lt;/STRONG&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After which it will go and configure the default display.&lt;/P&gt;&lt;P&gt;I believe the root of the issue is this failure only. On success it will retrieve all the display parameters(hsync, vsync, clock, resolution etc.) from the target and will set accordingly.&lt;/P&gt;&lt;P&gt;But here it is setting some preconfigured parameters hard coded in imx6 kernel code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;I have connected&amp;nbsp; my Linux as well as windows laptop to the above mentioned panel and I see it works without any issue. I am sure in those environment mxc_hdmi_read_edid function will not be failing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;While searching on google I come across below link:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/379601"&gt;https://community.nxp.com/thread/379601&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;It seems the issue I am facing is the known issue on imx6 platform. Also, fix for the issue is given in the form of patch here.&lt;/P&gt;&lt;P&gt;But the patch is based on some later version of kernel and so I am unable to apply the patch.&lt;/P&gt;&lt;P&gt;The kernel version I am using is 3.14.52. Is there any later updated version than this for imx6 platform. Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info on HDMI panel I am using, please refer below vendor web site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.waveshare.com/wiki/10.1inch_HDMI_LCD_(B)_(with_case)" title="http://www.waveshare.com/wiki/10.1inch_HDMI_LCD_(B)_(with_case)"&gt;http://www.waveshare.com/wiki/10.1inch_HDMI_LCD_(B)_(with_case)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me the patch for above mentioned issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 08:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578637#M88220</guid>
      <dc:creator>rohitpatle</dc:creator>
      <dc:date>2016-08-06T08:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578638#M88221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This resolution is not a standard CEA-861-D resolution, so the default HDMI driver doesn't support it.&lt;/P&gt;&lt;P&gt;You can add this format into drivers\video\mxc\mxc_hdmi.c, and in mxc_hdmi_edid_rebuild_modelist(), add this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+static const struct fb_videomode wvga_mode = {&lt;/P&gt;&lt;P&gt;+ /* 1280x960 @ 60 Hz */&lt;/P&gt;&lt;P&gt;+ NULL, 60, 1280, 960, 9259, 312, 96, 36, 1, 112, 3,&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 | FB_VMODE_ASPECT_4_3, FB_MODE_IS_VESA,&lt;/P&gt;&lt;P&gt;+};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static void mxc_hdmi_edid_rebuild_modelist(struct mxc_hdmi *hdmi)&lt;BR /&gt;{&lt;BR /&gt; int i;&lt;BR /&gt; struct fb_videomode *mode;&lt;/P&gt;&lt;P&gt; dev_dbg(&amp;amp;hdmi-&amp;gt;pdev-&amp;gt;dev, "%s\n", __func__);&lt;/P&gt;&lt;P&gt; console_lock();&lt;/P&gt;&lt;P&gt; fb_destroy_modelist(&amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;BR /&gt; fb_add_videomode(&amp;amp;vga_mode, &amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/P&gt;&lt;P&gt;+ fb_add_videomode(&amp;amp;wvga_mode, &amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 09:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578638#M88221</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-08-09T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578639#M88222</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I tried the changes you suggested, but still not able to get the Display. Could you please give provide me data for 1280x800@60 Hz i hope that will be great help to me. Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Rohit Kp,&lt;/P&gt;&lt;P&gt;Work: (&lt;EM&gt;91) 80 67807777 | Extn: 851478 | Mob:  (&lt;/EM&gt;91) 78 2986 2989&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 11:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578639#M88222</guid>
      <dc:creator>rohitpatle</dc:creator>
      <dc:date>2016-08-09T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578640#M88223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In drivers/video/mxc/mxc_edid.c&lt;/P&gt;&lt;P&gt;const struct fb_videomode mxc_cea_mode[64], we also need to add this video format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /* #60: &lt;A href="mailto:1280x800p@60"&gt;1280x800p@60&lt;/A&gt; */&lt;/P&gt;&lt;P&gt; [60] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; NULL, 60, 1280, 800, 14084, 10, 6, 14, 3, 4, 6,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_SYNC_HOR_HIGH_ACT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, 0&lt;/P&gt;&lt;P&gt; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above 1280*800 timing parameters are from "VESA and Industry Standards and Guidelines for Computer Display Monitor Timing (DMT)" specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When boot up the kernel, set video mode as followed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; video=mxcfb0:dev=hdmi,1280x800M@60,if=RGB24,bpp=32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After booted into rootfs, you can use the followed command to check the resolution:&lt;/P&gt;&lt;P&gt;# cat /sys/class/graphics/fb0/mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 01:59:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578640#M88223</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-08-10T01:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578641#M88224</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;&lt;BR /&gt;I applied the changes as suggested by you in below mentioned files:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In driver/video/mxc/mxc_edid.c&lt;/P&gt;&lt;P&gt;driver/video/mxc/mxc_hdmi.c&lt;BR /&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;myandroid/device/fsl/sabreauto_6q/BoardConfig.mk&lt;/P&gt;&lt;P&gt;for /* #60: &lt;A href="mailto:1280x800p@60" target="_blank"&gt;1280x800p@60&lt;/A&gt; */. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;&lt;SPAN lang="en-US"&gt;After applying it, i am get the android boot animation logo with flickers on display and at log code is running &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;below loop continuously till "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;&lt;SPAN lang="en-US"&gt;period 66, timeout is 0, wake up is :0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;======================log_start================&lt;BR /&gt;Rohit mxc_hdmi_cable_connected:1974&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_default_edid_cfg, Line:1847&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_default_modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: create default modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected exit&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x0&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x2&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: EVENT=plugin&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1947, EDID_STATUS-1&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: Read EDID again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1956, retry_status-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit mxc_hdmi_cable_connected:1974&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_default_edid_cfg, Line:1847&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_default_modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: create default modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected exit&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x0&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x2&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: EVENT=plugin&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1947, EDID_STATUS-1&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: Read EDID again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1956, retry_status-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit mxc_hdmi_cable_connected:1974&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_default_edid_cfg, Line:1847&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_default_modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: create default modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected exit&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x0&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x2&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: EVENT=plugin&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1947, EDID_STATUS-1&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: Read EDID again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1956, retry_status-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit mxc_hdmi_cable_connected:1974&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_default_edid_cfg, Line:1847&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_default_modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: create default modelist&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected exit&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x0&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: phy_int_stat=0x3d, phy_int_pol=0x2&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: EVENT=plugin&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1947, EDID_STATUS-1&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: Read EDID again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Func:mxc_hdmi_cable_connected, Line:1956, retry_status-1&lt;/P&gt;&lt;P&gt;==========================log_end=============================&amp;nbsp; &lt;SPAN style="font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;SPAN lang="en-US"&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;But after "&lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;&lt;STRONG&gt;period 66, timeout is 0, wake up is :0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;" this log display goes black. :smileysad: &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman,Times,serif;"&gt;Do i need to do some more changes in order to add support for above display. Please suggest.&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;BR /&gt;&amp;nbsp; Best Regards&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;BR /&gt;&amp;nbsp; Rohit Kp,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 07:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578641#M88224</guid>
      <dc:creator>rohitpatle</dc:creator>
      <dc:date>2016-08-15T07:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578642#M88225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need dump the EDID from your HDMI display and check what's timing parameter for the 1280*800 resolution. &lt;/P&gt;&lt;P&gt;You can search the EDIDViewer from google and dump the EDID from PC with this tool, then update the 1280*800 timing parameters into mxc_edid.c and mxc_hdmi.c.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 09:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578642#M88225</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-08-15T09:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578643#M88226</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;&lt;/P&gt;&lt;P&gt;My EDID was failing all the time.&lt;/P&gt;&lt;P&gt;So in mxc_hdmi_read_edid() even ret &amp;lt; 0, I am returning HDMI_EDID_SUCCESS instead HDMI_EDID_FAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am able to see the display on screen. Thank you for your prompt replies all the time.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Rohit Kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 10:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578643#M88226</guid>
      <dc:creator>rohitpatle</dc:creator>
      <dc:date>2016-08-16T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578644#M88227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qiang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you do me a favor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We&amp;nbsp;have 1024 X 600 HDMI display and would like to apply&amp;nbsp;similar changes. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Taehyuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578644#M88227</guid>
      <dc:creator>taehyukkwon</dc:creator>
      <dc:date>2016-09-21T03:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578645#M88228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need find a workable 1024x600 HDMI timing parameters for your display, then followed the above steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578645#M88228</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-09-21T08:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578646#M88229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qiang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could&amp;nbsp;not find the setting for 1024x600. So i tried some values from a codes in for other Soc. It was something like below,&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;&lt;PRE style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* #48: 1024x600p@60Hz */&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [48] = {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NULL,&amp;nbsp; 60, 1024, 600, 40846, 144,&amp;nbsp; 40, 18, 1, 104, 3, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED,0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },

But it did not work. BTW, I also tried on imx7 board and the panel is working without any changes. 
I have the latest release,&lt;/PRE&gt;&lt;/PRE&gt;&lt;H3 id="toc-hId-1540663969" style="color: #333333; background-color: #ffffff; font-weight: 400; font-size: 14px; margin: 1em 0px 0px;"&gt;&lt;A class="" data-dtmassettype="Download" data-dtmname="IMX6_M6.0.1_2.1.0_ANDROID_DEMO_iMX7D_BSP" href="https://www.nxp.com/webapp/Download?colCode=IMX6_M6.0.1_2.1.0_A_DEMO_7D_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1458252097425719553900&amp;amp;Parent_pageType=product" rel="nofollow noopener noreferrer" style="color: #5e89c1; background: 0px 0px;" target="_blank"&gt;IMX6_M6.0.1_2.1.0_ANDROID_DEMO_iMX7D_BSP&lt;/A&gt;&lt;SPAN class="" style="color: #b0b0b0; font-weight: 400; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;I would like to understand how 1024x600 is working on IXM7. Also&amp;nbsp;I am wondering if the same changes can be applied back to imx6 boards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Taehyuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:05:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578646#M88229</guid>
      <dc:creator>taehyukkwon</dc:creator>
      <dc:date>2016-09-22T06:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578647#M88230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need get the timing parameters from your HDMI display for this special 1024x600 resolution, it is not a standard mode, so the timing parameters are not defined from specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For iMX7, there is no HDMI module in the chip, so this modification has no effect&amp;nbsp;to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578647#M88230</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-09-22T06:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578648#M88231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have IMX7 Sabre board and it has HDMI port on it. I connected the display to the connector. I am seeing it is working. Could you double check ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 11:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578648#M88231</guid>
      <dc:creator>taehyukkwon</dc:creator>
      <dc:date>2016-09-22T11:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578649#M88232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="287959" data-username="taehyukkwon" href="https://community.nxp.com/people/taehyukkwon"&gt;&lt;SPAN style="font-size: large;"&gt;Taehyuk Kwon&lt;/SPAN&gt;&lt;/A&gt;, on iMX7 Sabre board, the HDMI function is implemented by external SII902x chip, it will convert the parallel display signal to HDMI signal. So the driver is not same as iMX6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:09:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578649#M88232</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-09-23T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578650#M88233</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;&lt;/P&gt;&lt;P&gt;I have gone through this post and looks like we have similar problem.&lt;/P&gt;&lt;P&gt;We wanted to attach &lt;SPAN&gt;5inch HDMI LCD (B) of resolution 800x480 &lt;A data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=http://www.waveshare.com/wiki/5inch_HDMI_LCD_(B)&amp;amp;source=gmail&amp;amp;ust=1500730418205000&amp;amp;usg=AFQjCNE1-xJibaVh5SGvvJSE_QTpw6ftSA" href="http://www.waveshare.com/wiki/5inch_HDMI_LCD_%28B%29" target="_blank"&gt;http://www.waveshare.com/wiki/5inch_HDMI_LCD_(B)&lt;/A&gt; on nitrogen6x board. This display has HDMI interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are using 3.14.55 kernel. we have explored the code for mxc_edid.c( drivers/video/mxc) and found that this mode &lt;SPAN&gt;&lt;SPAN&gt;800x480 is not defined in &lt;/SPAN&gt;&lt;/SPAN&gt;struct fb_videomode. &lt;BR /&gt;hdmi supports only modes which are found in &amp;nbsp;struct fb_videomode, This is the reason we are not seeing any output on display when we connect 5inch HDMI LCD (B)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think we can set “mxc_hdmi.only_cea=0” in Kernel command line parameters an see if 800x480 appears in mode list. if it appears, we can select that mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or we have to add this format&amp;nbsp; into drivers\video\mxc\mxc_hdmi.c, and in mxc_hdmi_edid_rebuild_modelist(), suggested in above post by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 13:38:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578650#M88233</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2017-07-21T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578651#M88234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;Attached is a reference patch to add a new resolution for iMX6&amp;nbsp;HDMI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing should be pay attentioned: for HDMI, the Min pixel clock is 25MHz, so for 800*480 display, the pixel clock frequency should also be bigger than it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578651#M88234</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2017-07-24T02:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578652#M88235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Qiang for your prompt reply. &lt;/P&gt;&lt;P&gt;you meant to say, now there is no need of "mxc_hdmi.only_cea=0” kernel command line parameter required? If I refer your patch, problem should be fixed.. I have gone through your patch and find, some point need clarification. &lt;/P&gt;&lt;P&gt;+&amp;nbsp;&amp;nbsp; &amp;nbsp;[60] = {&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NULL, 60, 1600, 900, 8457, 256, 88, 26, 3, 168, 5,&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED, 0&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;What does[60] represent here. in my kernel code in struct fb_videomode() after[9] we have entry start from [14] and so on also I didn't get&amp;nbsp; VESA timing parameters for 800*480 display &lt;A class="link-titled" href="http://www.waveshare.com/5inch-HDMI-LCD-B.htm" title="http://www.waveshare.com/5inch-HDMI-LCD-B.htm"&gt;5 inch Resistive Touch Screen LCD, HDMI interface, supports various systems&lt;/A&gt;. Let me know where i can get timings for this display and i will verify new resolution is added and working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:30:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578652#M88235</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2017-07-24T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578653#M88236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CEA-861 specification had defined 1~59 formats, from [60], they are reserved formats which can be defined by user.&lt;/P&gt;&lt;P&gt;And for these non-standard formats, the timing parameters should be defined by yourself based on your display datasheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 01:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578653#M88236</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2017-07-25T01:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578654#M88237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Qiang.&lt;/P&gt;&lt;P&gt;unfortunately our display doesn't has EDID information.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;cat /sys/devices/soc0/soc.0/20e0000.hdmi_video/edid&lt;/SPAN&gt; returning always zero.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If device doesn't have EDID embed in display, then is there any possibility that display still work in Linux. I mean to say, if we get timing parameters from vendor or VESA, and add mode as per your reference patch. will unsupported resolution display still work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:48:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578654#M88237</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2017-07-27T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578655#M88238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone find solution for 1024x600 resolution LCD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 09:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578655#M88238</guid>
      <dc:creator>hitenpchauhan</dc:creator>
      <dc:date>2020-03-16T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q AI board support for 1280×800 HDMI Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578656#M88239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reference to the 1600*900 patch to add your 1024*600 parameters, of cource this is not a standard HDMI timing, you should get the timing parameters from the LCD vendor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 01:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-AI-board-support-for-1280-800-HDMI-Display/m-p/578656#M88239</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2020-03-18T01:26:45Z</dc:date>
    </item>
  </channel>
</rss>

