<?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: IMX8M plus 1280*800 resolution in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1734166#M213602</link>
    <description>&lt;P&gt;Hello Mr. Vasavada,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have made the changes as mentioned in the appropriate file, additionally I have gone through a few posts in the community related to my request.&lt;/P&gt;&lt;P&gt;1. I have added the 1280*800 resolution in the drm_edid.c file and linked the pixel clock with the same, along with a few other parameters as attached. parameters have been generated by the "cvt" command on ubuntu for 1280*800 resolution. Used the following post as a reference to understand where to add my custom resolution for my IMX8M plus board.&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Supported-resolutions-on-IMX8MQ-via-HDMI/td-p/1005057" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Supported-resolutions-on-IMX8MQ-via-HDMI/td-p/1005057&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. I have added the pixel clock according to the below link at the device tree level.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/#bsp-6" target="_blank"&gt;https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/#bsp-6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. After completion of the above steps, the board is unable to render my desired resolution.&lt;/P&gt;&lt;P&gt;Please do let me know if there are any dependencies that I have overlooked.&lt;/P&gt;&lt;P&gt;I would like to know, how do i get my custom resolution to also display when i use the command "cat /sys/class/drm/card1-HDMI-A-1/modes" which displays the list of resolutions supported.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 10:08:06 GMT</pubDate>
    <dc:creator>harshth</dc:creator>
    <dc:date>2023-10-05T10:08:06Z</dc:date>
    <item>
      <title>IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1732918#M213485</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an imx8m plus (pollux) based board from phytec, and a 10.1" LCD display connected to the board.&lt;/P&gt;&lt;P&gt;When the board boots up, the resolution defaults to 1920*1080, which causes the content on the display to be squished(circles are not perfect, oval shaped.). I would like to know how to change the resolution to 1280*800, where I have observed that there isn't any squishing problem. I am able to achieve this working setup by connecting my laptop to the LCD display and pushing the resolution 1280*800.&lt;/P&gt;&lt;P&gt;Any advice would be appreciated,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;harshth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 07:18:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1732918#M213485</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-10-03T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733053#M213502</link>
      <description>&lt;P&gt;Did you try to adjust weston configuration?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;/etc/xdg/weston/weston.ini&lt;BR /&gt;&lt;/STRONG&gt;&lt;EM&gt;[output]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;...&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;size=1280x720&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;...&lt;BR /&gt;&lt;BR /&gt;and reboot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 10:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733053#M213502</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2023-10-03T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733103#M213509</link>
      <description>&lt;P&gt;Hello Mr.Cisse,&lt;/P&gt;&lt;P&gt;Thank you for quick reply.&lt;/P&gt;&lt;P&gt;yes, I have checked. but this yields the same default resolution. 1920*1080&lt;/P&gt;&lt;P&gt;Please find the list of available modes on my board.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;I am able to change the resolution by editing the line "mode" under this section as shown.&lt;/P&gt;&lt;P&gt;[output]&lt;BR /&gt;name=HDMI-A-1&lt;BR /&gt;mode=1280x720@60&lt;/P&gt;&lt;P&gt;changing the parameter "size" as mentioned still has no effect.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 05:50:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733103#M213509</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-10-04T05:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733679#M213558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223819"&gt;@harshth&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;One can also specify resolution in the kernel command line.&lt;/P&gt;
&lt;P&gt;video=HDMI-A-1:&lt;SPAN&gt;1280x720&lt;/SPAN&gt;@60&lt;/P&gt;
&lt;P&gt;As the resolution is changed successfully, Please mark this case as solved.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 10:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733679#M213558</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-04T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733682#M213560</link>
      <description>&lt;P&gt;Hello Mr.Vasavada,&lt;/P&gt;&lt;P&gt;The resolution has been changed to 1280x720, but I require 1280x800 which is not present in the list of modes when queried.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please guide me on how to proceed to add this resolution to my board?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;harshth&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 11:43:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733682#M213560</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-10-04T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733701#M213562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223819"&gt;@harshth&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;i.MX BSP supports few standard modes by default.&lt;/P&gt;
&lt;P&gt;For custom resolution, One needs to add a new pixel clock freq entry in&amp;nbsp;&lt;STRONG&gt;samsung_phy_pll_cfg&lt;/STRONG&gt;[] at&amp;nbsp; /drivers/phy/freescale/phy-fsl-samsung-hdmi.c&lt;/P&gt;
&lt;P&gt;Please try adding the below entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;83500000, {
			0x00, 0xD1, 0x68, 0x58, 0x8D, 0x06, 0x00, 0x40,
			0x4F, 0x30, 0x33, 0x65, 0x10, 0x94, 0x24, 0x80,
			0x6C, 0xF2, 0x67, 0x00, 0x10, 0x85, 0x30, 0x3A,
			0x74, 0x8F, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
			0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
			0x00, 0xE0, 0x83, 0x0F, 0x3E, 0xF8, 0x00, 0x00,
		},&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps!&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 11:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1733701#M213562</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-04T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1734166#M213602</link>
      <description>&lt;P&gt;Hello Mr. Vasavada,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have made the changes as mentioned in the appropriate file, additionally I have gone through a few posts in the community related to my request.&lt;/P&gt;&lt;P&gt;1. I have added the 1280*800 resolution in the drm_edid.c file and linked the pixel clock with the same, along with a few other parameters as attached. parameters have been generated by the "cvt" command on ubuntu for 1280*800 resolution. Used the following post as a reference to understand where to add my custom resolution for my IMX8M plus board.&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Supported-resolutions-on-IMX8MQ-via-HDMI/td-p/1005057" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Supported-resolutions-on-IMX8MQ-via-HDMI/td-p/1005057&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. I have added the pixel clock according to the below link at the device tree level.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/#bsp-6" target="_blank"&gt;https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/#bsp-6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. After completion of the above steps, the board is unable to render my desired resolution.&lt;/P&gt;&lt;P&gt;Please do let me know if there are any dependencies that I have overlooked.&lt;/P&gt;&lt;P&gt;I would like to know, how do i get my custom resolution to also display when i use the command "cat /sys/class/drm/card1-HDMI-A-1/modes" which displays the list of resolutions supported.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 10:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1734166#M213602</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-10-05T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1736602#M213795</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223819"&gt;@harshth&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you are doing well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few queries to ask, Please find them below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which Linux BSP version you are using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the LCD part number you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the device tree you are using for i.MX8mp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These details will help us to narrow down the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dhruvit Vasavada&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 13:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1736602#M213795</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-10T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1742725#M214407</link>
      <description>&lt;P&gt;Hello Mr.Vasvada&lt;/P&gt;&lt;P&gt;Apologies for the delayed reply, I am doing good. Thank you, what about you?&lt;/P&gt;&lt;P&gt;Please find the answers to the queries&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;BSP-Yocto-NXP-i.MX8MP-PD22.1.1 phyboard-pollux-imx8mp-2&lt;/P&gt;&lt;P&gt;2. Model Name: T101UWX031H,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.waveshare.com/wiki/10.1inch_HDMI_LCD_(B)_(with_case)" target="_blank" rel="noopener"&gt;https://www.waveshare.com/wiki/10.1inch_HDMI_LCD_(B)_(with_case)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The board was provided by a client,&amp;nbsp; I am unable to confirm the part number. Hope these details should be suffcient.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;imx8mp-phyboard-pollux.dtsi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please do let me know, if there are any other queries.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Harshth&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1742725#M214407</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-10-19T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1742791#M214414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223819"&gt;@harshth&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have sent you further information over email.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp; &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 09:00:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1742791#M214414</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-10-19T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1751614#M215175</link>
      <description>&lt;LI-SPOILER&gt;Hello Mr. Vasvada,&lt;BR /&gt;&lt;BR /&gt;Thank you for timely reply, I am able to render the desired resolution on my board.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Harshth&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 03 Nov 2023 05:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1751614#M215175</guid>
      <dc:creator>harshth</dc:creator>
      <dc:date>2023-11-03T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1926845#M227059</link>
      <description>&lt;P&gt;Hi Dhruvit,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have a simliar problem,&amp;nbsp; use iMX8MP platform, HDMI &lt;A href="mailto:1280x800@60H" target="_blank"&gt;1280x800@60H&lt;/A&gt;Z output,&amp;nbsp; please send me the HDMI tool, thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 02:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/1926845#M227059</guid>
      <dc:creator>Miles_x</dc:creator>
      <dc:date>2024-08-07T02:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M plus 1280*800 resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/2000207#M231122</link>
      <description>&lt;P&gt;I have the same issue with a 1280x800 HDMI display. Can you share any additional details here or via email? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 14:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-plus-1280-800-resolution/m-p/2000207#M231122</guid>
      <dc:creator>justinnoel</dc:creator>
      <dc:date>2024-11-22T14:55:47Z</dc:date>
    </item>
  </channel>
</rss>

