<?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: RM67295  + IMX8MM  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093900#M160273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I use the rm67191 to driver the LCD ,but there is something wrong with the display .just to see the pitcure.&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108491i2EA7E62FA9BDEC29/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is my timg:&lt;/P&gt;&lt;P&gt;.pixelclock = {60000000, 90000000,132000000},//1 // 31000000 62000000 61000000, 61500000,62000000&lt;BR /&gt; .hactive = { 720, 720, 720 },// 720, 720, 720 &lt;BR /&gt; .hfront_porch = { 26, 26, 26 },//26, 26, 26 表示一行的有效数据结束到下一个水平同步信号开始之间的VCLK的个数&lt;BR /&gt; .hsync_len = { 2, 2, 2 },//111 222 水平同步的长度&lt;BR /&gt; .hback_porch = { 36, 36, 36},//36, 36, 36 20 20 20 表示从水平同步信号开始到一行的有效数据开始之间的VCLK的个数&lt;/P&gt;&lt;P&gt;.vactive = { 1280, 1280, 1280},//1280, 1280, 1280&lt;BR /&gt; .vfront_porch = { 8, 8, 8 },//8, 8, 8 表示在一帧图像结束后，垂直同步信号以前的无效的行数&lt;BR /&gt; .vsync_len = { 4, 4, 4 },// 444 64 64 64 垂直同步的长度&lt;BR /&gt; .vback_porch = { 16, 16, 16 },//16, 16, 16 表示在一帧图像开始时，垂直同步信号以后的无效的行数&lt;BR /&gt; &lt;BR /&gt; .flags = DISPLAY_FLAGS_HSYNC_LOW |&lt;BR /&gt; DISPLAY_FLAGS_VSYNC_LOW |&lt;BR /&gt; DISPLAY_FLAGS_DE_LOW |&lt;BR /&gt; DISPLAY_FLAGS_PIXDATA_NEGEDGE,//DISPLAY_FLAGS_PIXDATA_NEGEDGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only I set the&amp;nbsp;&lt;SPAN&gt;pixelclock =90Mhz&amp;nbsp; It can work， If I&amp;nbsp; change 90Mhz to&amp;nbsp; 62Mhz[(720+26+2+36)*（1280+8+4+16)*60] there is nothing can display.PLS help me .THK ！And also tell me&amp;nbsp; why&amp;nbsp; just the 90Mhz rather than other *MHZ can work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2020 17:49:30 GMT</pubDate>
    <dc:creator>qiaoweibiao</dc:creator>
    <dc:date>2020-05-28T17:49:30Z</dc:date>
    <item>
      <title>RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093898#M160271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now&amp;nbsp; I use RM67295&amp;nbsp; to display,but there is just RM67191 in the source. So can I&amp;nbsp; change the code of RM67191 to&amp;nbsp;&lt;SPAN&gt;RM67295? If NXP have the code of&amp;nbsp;&amp;nbsp;RM67295&amp;nbsp; pls update it to the git .Thanks a lot&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2020 08:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093898#M160271</guid>
      <dc:creator>qiaoweibiao</dc:creator>
      <dc:date>2020-05-16T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093899#M160272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qiao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can also consider rm67290 driver:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm68200.c?h=imx_5.4.3_2.0.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm68200.c?h=imx_5.4.3_2.0.0"&gt;panel-raydium-rm68200.c\panel\drm\gpu\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add necessary changes to struct drm_display_mode default_mode = {.. ,&lt;/P&gt;&lt;P&gt;rm68200_init_sequence(struct .. *ctx)&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>Sat, 16 May 2020 23:12:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093899#M160272</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-05-16T23:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093900#M160273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I use the rm67191 to driver the LCD ,but there is something wrong with the display .just to see the pitcure.&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108491i2EA7E62FA9BDEC29/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is my timg:&lt;/P&gt;&lt;P&gt;.pixelclock = {60000000, 90000000,132000000},//1 // 31000000 62000000 61000000, 61500000,62000000&lt;BR /&gt; .hactive = { 720, 720, 720 },// 720, 720, 720 &lt;BR /&gt; .hfront_porch = { 26, 26, 26 },//26, 26, 26 表示一行的有效数据结束到下一个水平同步信号开始之间的VCLK的个数&lt;BR /&gt; .hsync_len = { 2, 2, 2 },//111 222 水平同步的长度&lt;BR /&gt; .hback_porch = { 36, 36, 36},//36, 36, 36 20 20 20 表示从水平同步信号开始到一行的有效数据开始之间的VCLK的个数&lt;/P&gt;&lt;P&gt;.vactive = { 1280, 1280, 1280},//1280, 1280, 1280&lt;BR /&gt; .vfront_porch = { 8, 8, 8 },//8, 8, 8 表示在一帧图像结束后，垂直同步信号以前的无效的行数&lt;BR /&gt; .vsync_len = { 4, 4, 4 },// 444 64 64 64 垂直同步的长度&lt;BR /&gt; .vback_porch = { 16, 16, 16 },//16, 16, 16 表示在一帧图像开始时，垂直同步信号以后的无效的行数&lt;BR /&gt; &lt;BR /&gt; .flags = DISPLAY_FLAGS_HSYNC_LOW |&lt;BR /&gt; DISPLAY_FLAGS_VSYNC_LOW |&lt;BR /&gt; DISPLAY_FLAGS_DE_LOW |&lt;BR /&gt; DISPLAY_FLAGS_PIXDATA_NEGEDGE,//DISPLAY_FLAGS_PIXDATA_NEGEDGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only I set the&amp;nbsp;&lt;SPAN&gt;pixelclock =90Mhz&amp;nbsp; It can work， If I&amp;nbsp; change 90Mhz to&amp;nbsp; 62Mhz[(720+26+2+36)*（1280+8+4+16)*60] there is nothing can display.PLS help me .THK ！And also tell me&amp;nbsp; why&amp;nbsp; just the 90Mhz rather than other *MHZ can work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 17:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1093900#M160273</guid>
      <dc:creator>qiaoweibiao</dc:creator>
      <dc:date>2020-05-28T17:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1271876#M173582</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Same problem here!&lt;/P&gt;&lt;P&gt;Is there a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 17:59:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1271876#M173582</guid>
      <dc:creator>maxime_guillot</dc:creator>
      <dc:date>2021-05-04T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1279376#M174293</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had the same problem，Is there a solution ？ &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/119397"&gt;@maxime_guillot&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142109"&gt;@qiaoweibiao&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp; thanks！&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 02:56:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1279376#M174293</guid>
      <dc:creator>Andrew_yang</dc:creator>
      <dc:date>2021-05-20T02:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1280937#M174440</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't have the solution yet but it comes from NXP files like sec_mipi_dsim.c that is made ony for NXP display and do no take in charge others like 720x1280.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1280937#M174440</guid>
      <dc:creator>maxime_guillot</dc:creator>
      <dc:date>2021-05-24T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1282557#M174574</link>
      <description>&lt;P class="src grammarSection"&gt;Thank you for your answer. I'm still working on it&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 12:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1282557#M174574</guid>
      <dc:creator>Andrew_yang</dc:creator>
      <dc:date>2021-05-26T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1284063#M174668</link>
      <description>&lt;P&gt;Hi，I have solved this problem by combining the following patch&lt;/P&gt;&lt;TABLE class="list nowrap"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/commit/?h=imx_4.14.98_2.0.0_ga&amp;amp;id=b58e87f04ec53f9debbe934fe9009e5f7d45f21a" target="_blank" rel="noopener"&gt;MLK-21150-4 drm/bridge: sec-dsim: a general way to compute PLL PMS&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/119397"&gt;@maxime_guillot&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 09:26:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1284063#M174668</guid>
      <dc:creator>Andrew_yang</dc:creator>
      <dc:date>2021-05-28T09:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1286882#M174988</link>
      <description>&lt;P&gt;Thank you Andrew! &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 14:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1286882#M174988</guid>
      <dc:creator>maxime_guillot</dc:creator>
      <dc:date>2021-06-03T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: RM67295  + IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1760817#M216098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there anyone who fixed this problem?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 13:46:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RM67295-IMX8MM/m-p/1760817#M216098</guid>
      <dc:creator>balogul</dc:creator>
      <dc:date>2023-11-21T13:46:59Z</dc:date>
    </item>
  </channel>
</rss>

