<?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 - pixel alignment issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1223794#M168723</link>
    <description>&lt;P&gt;Hi shajin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;issue may be related that 1280x800 is not formally supported as described in&lt;/P&gt;
&lt;P&gt;sect.33.4.3 Supported Video Mode&amp;nbsp; &lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX6DQRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 6Dual/6Quad Applications Processor Reference Manua&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also there may be other implications discussed on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/HDMI-imx6q-sabrelite-Requesting-information-w-r-to-HDMI-audio/m-p/277073?db=5" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/HDMI-imx6q-sabrelite-Requesting-information-w-r-to-HDMI-audio/m-p/277073?db=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 06:44:07 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-02-01T06:44:07Z</dc:date>
    <item>
      <title>HDMI - pixel alignment issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1223725#M168707</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’m working on a custom platform based out of i.MX6 Sabresd platform and the software running on the platform is Linux Yocto. The Linux kernel version is 4.9.168 and the bootloader is “U-Boot 2020.01". The primary display output is HDMI and the resolution configured is WXGA (1280x800). I’ve ported the &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Patch-to-support-uboot-logo-keep-from-uboot-to-kernel-for-NXP/ta-p/1120770" target="_blank" rel="noopener"&gt;smooth transition patch&lt;/A&gt; from NXP and got the splash screen running on the target successfully. The transition was smooth and functional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m observing one issue, On the HDMI monitor the first 4pixel column on the left side of the monitor is not visible. When I enable pixel by pixel on the framebuffer area, I noticed this. The display configuration used in the&amp;nbsp; bootloader are as follows.&lt;/P&gt;&lt;P&gt;// For HDMI, 1280*800 resolution&lt;/P&gt;&lt;P&gt;#define DISPLAY_WIDTH&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; 1280&lt;/P&gt;&lt;P&gt;#define DISPLAY_HEIGHT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 800&lt;/P&gt;&lt;P&gt;#define DISPLAY_BPP&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&lt;/P&gt;&lt;P&gt;#define DISPLAY_IF_BPP&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; 24&amp;nbsp; // RGB24 interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define DISPLAY_HSYNC_START&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; 220&lt;/P&gt;&lt;P&gt;#define DISPLAY_HSYNC_END&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110&lt;/P&gt;&lt;P&gt;#define DISPLAY_HSYNC_WIDTH&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; 40&lt;/P&gt;&lt;P&gt;#define DISPLAY_VSYNC_START&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; 20&lt;/P&gt;&lt;P&gt;#define DISPLAY_VSYNC_END&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;#define DISPLAY_VSYNC_WIDTH&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; 5&lt;/P&gt;&lt;P&gt;#define DISPLAY_PIX_CLOCK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 74250000&lt;/P&gt;&lt;P&gt;I also tried updating the pixel clock to 74.4 Mhz and changed values corresponds to HBP as well. Unfortunately, Im not successful in getting this issue resolved.&lt;/P&gt;&lt;P&gt;Can you provide your suggestions on this case to address the problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shajin&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 04:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1223725#M168707</guid>
      <dc:creator>shajin</dc:creator>
      <dc:date>2021-02-01T04:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI - pixel alignment issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1223794#M168723</link>
      <description>&lt;P&gt;Hi shajin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;issue may be related that 1280x800 is not formally supported as described in&lt;/P&gt;
&lt;P&gt;sect.33.4.3 Supported Video Mode&amp;nbsp; &lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX6DQRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 6Dual/6Quad Applications Processor Reference Manua&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also there may be other implications discussed on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/HDMI-imx6q-sabrelite-Requesting-information-w-r-to-HDMI-audio/m-p/277073?db=5" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/HDMI-imx6q-sabrelite-Requesting-information-w-r-to-HDMI-audio/m-p/277073?db=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 06:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1223794#M168723</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-01T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI - pixel alignment issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1228850#M169240</link>
      <description>&lt;P&gt;Thanks for the pointers Igor. It helped me to understand more towards the HDMI timing parameters.&lt;/P&gt;&lt;P&gt;As you said, The smooth transition patch was written to support HDMI 720p &amp;amp; 1080p resolutions. It does not have support for 1280x800 wxga resolution. However, when i connected a custom display which supports 1280x800 resolution and with the parameters updated specific to the panel i was able to get the video up and running without any issues. I have created a new entry for wxga in hdmi driver and the board file to get this working.&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 15:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-pixel-alignment-issue/m-p/1228850#M169240</guid>
      <dc:creator>shajin</dc:creator>
      <dc:date>2021-02-09T15:08:40Z</dc:date>
    </item>
  </channel>
</rss>

