<?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: iMX6UL: How to change display refresh rate? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-How-to-change-display-refresh-rate/m-p/652670#M99894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, linux/Documentation/devicetree/bindings/fb/mxsfb.txt&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/fb/mxsfb.txt?id=rel_imx_4.1.15_1.2.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/fb/mxsfb.txt?id=rel_imx_4.1.15_1.2.0_ga"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do not have mode_str parameter, so seems refresh rate could be&lt;/P&gt;&lt;P&gt;adjusted by clock-frequency parameter.&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>Wed, 07 Dec 2016 08:49:42 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-12-07T08:49:42Z</dc:date>
    <item>
      <title>iMX6UL: How to change display refresh rate?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-How-to-change-display-refresh-rate/m-p/652669#M99893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to adjust the display refresh rate in my custom iMX6UL board based on EVK board.&lt;/P&gt;&lt;P&gt;Device tree entry for&amp;nbsp;lcdif:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;&amp;amp;lcdif {
 pinctrl-names = "default";
 pinctrl-0 = &amp;lt;&amp;amp;pinctrl_lcdif_dat
 &amp;amp;pinctrl_lcdif_ctrl&amp;gt;;
 display = &amp;lt;&amp;amp;display0&amp;gt;;
 status = "okay";

 display0: display {
 bits-per-pixel = &amp;lt;16&amp;gt;;
 bus-width = &amp;lt;24&amp;gt;;

 display-timings {
 native-mode = &amp;lt;&amp;amp;timing0&amp;gt;;
 timing0: timing0 {
 clock-frequency = &amp;lt;33300000&amp;gt;;
 hactive = &amp;lt;800&amp;gt;;
 vactive = &amp;lt;480&amp;gt;;
 hfront-porch = &amp;lt;8&amp;gt;;
 hback-porch = &amp;lt;4&amp;gt;;
 hsync-len = &amp;lt;41&amp;gt;;
 vback-porch = &amp;lt;2&amp;gt;;
 vfront-porch = &amp;lt;4&amp;gt;;
 vsync-len = &amp;lt;10&amp;gt;;
 };
 };
 };
};&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For imx6qdl, there is a &lt;STRONG&gt;mode_str&lt;/STRONG&gt; parameter in &lt;STRONG&gt;mxcfb&lt;/STRONG&gt; entries where we can adjust refresh rate like&amp;nbsp;&lt;STRONG&gt;mode_str ="800x480M@60";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I don't see any&amp;nbsp;fb entry for imx6ul where I can specify mode_str. I don't even know what refresh rate I'm using now. Maybe 60Hz by default?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 06:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-How-to-change-display-refresh-rate/m-p/652669#M99893</guid>
      <dc:creator>durmus</dc:creator>
      <dc:date>2016-12-07T06:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL: How to change display refresh rate?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-How-to-change-display-refresh-rate/m-p/652670#M99894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, linux/Documentation/devicetree/bindings/fb/mxsfb.txt&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/fb/mxsfb.txt?id=rel_imx_4.1.15_1.2.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/fb/mxsfb.txt?id=rel_imx_4.1.15_1.2.0_ga"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do not have mode_str parameter, so seems refresh rate could be&lt;/P&gt;&lt;P&gt;adjusted by clock-frequency parameter.&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>Wed, 07 Dec 2016 08:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-How-to-change-display-refresh-rate/m-p/652670#M99894</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-12-07T08:49:42Z</dc:date>
    </item>
  </channel>
</rss>

