<?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: How to get 1366x768, 800x600 output over HDMI?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546508#M85850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jiang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi supports only modes which are found in&amp;nbsp; struct fb_videomode,&lt;/P&gt;&lt;P&gt;so one can add timings for 1366x768, 800x600 modes based on datasheet&lt;/P&gt;&lt;P&gt;of these monitors. One can use mentioned 1024*768 fb_videomode as example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 09:42:13 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-08-22T09:42:13Z</dc:date>
    <item>
      <title>How to get 1366x768, 800x600 output over HDMI?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546507#M85849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Dear FAE&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I have a imx6dl sabre-sd board(with PMIC)(not fsl original).&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;The OS is JB4.2.2.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I want to know how to get 1366x768, 800x600 output over HDMI?&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;BTW,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;According to this patch, HDMI can output 1024*768 correctly.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;----------------&lt;/P&gt;&lt;P&gt;diff --git a/drivers/video/mxc_hdmi.c b/drivers/video/mxc_hdmi.c&lt;/P&gt;&lt;P&gt;index c5069aa..ed1e084 100644&lt;/P&gt;&lt;P&gt;--- a/drivers/video/mxc_hdmi.c&lt;/P&gt;&lt;P&gt;+++ b/drivers/video/mxc_hdmi.c&lt;/P&gt;&lt;P&gt;@@ -101,7 +101,7 @@ static const struct fb_videomode vga_mode = {&lt;/P&gt;&lt;P&gt; static const struct fb_videomode xga_mode = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* 13 1024x768-60 VESA */&lt;/P&gt;&lt;P&gt;&amp;nbsp; NULL, 60, 1024, 768, 15384, 160, 24, 29, 3, 136, 6,&lt;/P&gt;&lt;P&gt;- 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA&lt;/P&gt;&lt;P&gt;+ 0, 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 const struct fb_videomode sxga_mode = {&lt;/P&gt;&lt;P&gt;@@ -1796,6 +1796,7 @@ static void mxc_hdmi_edid_rebuild_modelist(struct mxc_hdmi *hdmi)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; fb_destroy_modelist(&amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/P&gt;&lt;P&gt;&amp;nbsp; 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;xga_mode, &amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; for (i = 0; i &amp;lt; hdmi-&amp;gt;fbi-&amp;gt;monspecs.modedb_len; i++) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 06:10:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546507#M85849</guid>
      <dc:creator>jiangshao</dc:creator>
      <dc:date>2016-08-22T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 1366x768, 800x600 output over HDMI?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546508#M85850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jiang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi supports only modes which are found in&amp;nbsp; struct fb_videomode,&lt;/P&gt;&lt;P&gt;so one can add timings for 1366x768, 800x600 modes based on datasheet&lt;/P&gt;&lt;P&gt;of these monitors. One can use mentioned 1024*768 fb_videomode as example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 09:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546508#M85850</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-22T09:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 1366x768, 800x600 output over HDMI?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546509#M85851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I think you are right.&lt;/P&gt;&lt;P&gt;But I don't have the datasheet of these monitors.&lt;/P&gt;&lt;P&gt;I just want to know where can get the values like&lt;/P&gt;&lt;P&gt;"1&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;5384, 160, 24, 29, 3, 136, 6,"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Are there typical values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 06:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546509#M85851</guid>
      <dc:creator>jiangshao</dc:creator>
      <dc:date>2016-08-23T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 1366x768, 800x600 output over HDMI?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546510#M85852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these values should be provided in the datasheet of these monitors.&lt;/P&gt;&lt;P&gt;One can try to find similar monitor datasheets and use them just for luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 06:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-1366x768-800x600-output-over-HDMI/m-p/546510#M85852</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-23T06:29:27Z</dc:date>
    </item>
  </channel>
</rss>

