<?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: hdmi 800*480 mode</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657659#M100884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I made my changes according to this branch. But I am interested in how fill fb_videomode sctructure correctly for 800*480 hdmi mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current settings I took from lcd display driver. I am not sure that it is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 07:37:24 GMT</pubDate>
    <dc:creator>kurkinalexandr</dc:creator>
    <dc:date>2016-11-15T07:37:24Z</dc:date>
    <item>
      <title>hdmi 800*480 mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657657#M100882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we are testing different hdmi screens. Most of them has 800*480 resolution.&lt;/P&gt;&lt;P&gt;I know that this mode isn`t supported by hdmi driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I add&lt;/P&gt;&lt;P&gt;static const struct fb_videomode wvga_mode = {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 20 1280x1024-60 VESA */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NULL, 60, 800, 480, 29850, 89, 164, 23, 10, 10, 10,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x40000000, FB_VMODE_NONINTERLACED, 0&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;into hdmi driver.&lt;BR /&gt;fb_add_videomode(&amp;amp;wvga_mode, &amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get this resolution support.&amp;nbsp; But the image is chopped from top and bottom a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody give me advice how to get correct picture? Is this Android issue or hdmi driver problem? As I understand this resolution should be supported by Android. I also know that there are successfull experiences with LCD 800*480 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 15:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657657#M100882</guid>
      <dc:creator>kurkinalexandr</dc:creator>
      <dc:date>2016-11-14T15:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi 800*480 mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657658#M100883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check below link how non-standard hdmi resolultion may be supported&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/432050"&gt;https://community.nxp.com/thread/432050&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 05:06:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657658#M100883</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-11-15T05:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi 800*480 mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657659#M100884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I made my changes according to this branch. But I am interested in how fill fb_videomode sctructure correctly for 800*480 hdmi mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current settings I took from lcd display driver. I am not sure that it is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657659#M100884</guid>
      <dc:creator>kurkinalexandr</dc:creator>
      <dc:date>2016-11-15T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi 800*480 mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657660#M100885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in general there is no quarantee for good operation&lt;/P&gt;&lt;P&gt;of non-standard hdmi resolultions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-800-480-mode/m-p/657660#M100885</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-11-15T07:44:39Z</dc:date>
    </item>
  </channel>
</rss>

