<?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: HDMI does not working on iMX8mq-evk in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840623#M128945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your resolution, you need add in the driver(drivers\video\mxc\mxc_hdmi.c), then you can add your own pixel clock in the structure, for example:&lt;/P&gt;&lt;P&gt;+static const struct fb_videomode wvga_mode = {&lt;/P&gt;&lt;P&gt;+ /* 1280x960 @ 60 Hz */&lt;/P&gt;&lt;P&gt;+ NULL, 60, 1280, 960, 9259, 312, 96, 36, 1, 112, 3,&lt;/P&gt;&lt;P&gt;+ FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P&gt;+ FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, FB_MODE_IS_VESA,&lt;/P&gt;&lt;P&gt;+};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2018 08:35:28 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2018-09-05T08:35:28Z</dc:date>
    <item>
      <title>HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840620#M128942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this error after connecting HDMI cable to iMX8MQ-evk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;[ 453.501881] [drm] HDMI/DP Cable Plug Out&lt;BR /&gt;[ 453.749877] [drm] HDMI/DP Cable Plug In&lt;BR /&gt;[ 454.433798] [drm] HDMI/DP Cable Plug Out&lt;BR /&gt;[ 454.681840] [drm] HDMI/DP Cable Plug In&lt;BR /&gt;[ 456.965766] [drm] HDMI/DP Cable Plug Out&lt;BR /&gt;[ 457.213747] [drm] HDMI/DP Cable Plug In&lt;BR /&gt;[ 459.517614] [drm] HDMI/DP Cable Plug Out&lt;BR /&gt;[ 459.765664] [drm] HDMI/DP Cable Plug In&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My screen resolution is 1024x768. Does current release "&lt;SPAN style="color: #6f6f73; background-color: #ffffff; font-size: 16px;"&gt;Linux 4.9.88_2.0.0 [Current Release]" only support screen with resolution 1920x1080? is it possible to add a new resolution to driver?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f73; background-color: #ffffff; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 04:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840620#M128942</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-08-30T04:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840621#M128943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;current bsp shouldn't support this resolution, if you need to add new resolution, you can refer to the patch for imx6 as below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/875581"&gt;https://community.nxp.com/message/875581&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 07:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840621#M128943</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-09-05T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840622#M128944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;This patch does not help because driver for iMX8 using drm and dcss instead of mxcfb (iMX6). I found that my screen pixel clock is 65 MHz which is not supported by current driver&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #51626f; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;[ 2094.460881] [drm] mode:1024x768p60, pixel clock 65000 kHz&lt;BR /&gt;[ 2094.466483] [drm] format: 1. REF VAL: YCBCR_4_2_2: 4 YCBCR_4_2_0: 8&lt;BR /&gt;[ 2094.472879] [drm] bit per pixel: 8&lt;BR /&gt;[ 2094.476460] [drm] Pixel clock frequency: 65000 kHz, character clock frequency: 65000, color depth is 8-bit, pixel clock from PHY: 1.&lt;BR /&gt;[ 2094.488501] [drm:phy_cfg_t28hpc]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;*ERROR* This pixel clock frequency (65000 kHz) is not supported.&lt;/STRONG&gt;&lt;BR /&gt;[ 2094.497547] [drm:hdmi_phy_init_t28hpc] *ERROR* failed to set phy pclock&lt;BR /&gt;[ 2094.504287] [drm:imx_hdp_bridge_mode_set] *ERROR* Failed to initialise HDP PHY&lt;BR /&gt;[ 2094.511714] [drm] OPIPE_CFG: gamut = 1, nl = 1, pr = 1, pix_format = 875713089&lt;BR /&gt;[ 2095.043816] [drm] HDMI/DP Cable Plug In&lt;BR /&gt;[ 2096.749110] [drm] HDMI/DP Cable Plug Out&lt;BR /&gt;[ 2097.004782] [drm] mode:1024x768p60, pixel clock 65000 kHz&lt;BR /&gt;[ 2097.010379] [drm] format: 1. REF VAL: YCBCR_4_2_2: 4 YCBCR_4_2_0: 8&lt;BR /&gt;[ 2097.016782] [drm] bit per pixel: 8&lt;BR /&gt;[ 2097.020364] [drm] Pixel clock frequency: 65000 kHz, character clock frequency: 65000, color depth is 8-bit, pixel clock from PHY: 1.&lt;BR /&gt;[ 2097.032402] [drm:phy_cfg_t28hpc] *ERROR* This pixel clock frequency (65000 kHz) is not supported.&lt;BR /&gt;[ 2097.041449] [drm:hdmi_phy_init_t28hpc] *ERROR* failed to set phy pclock&lt;BR /&gt;[ 2097.048186] [drm:imx_hdp_bridge_mode_set] *ERROR* Failed to initialise HDP PHY&lt;BR /&gt;[ 2097.055540] [drm] OPIPE_CFG: gamut = 1, nl = 1, pr = 1, pix_format = 875713089&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;This is supported clock list:&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;27MHz, 74.25MHz, 99MHz, 148.5MHz, 198MHz, 297MHz, 594MHz. Any help for porting driver to support pixel clock 65Mhz is welcome.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 07:51:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840622#M128944</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-09-05T07:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840623#M128945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your resolution, you need add in the driver(drivers\video\mxc\mxc_hdmi.c), then you can add your own pixel clock in the structure, for example:&lt;/P&gt;&lt;P&gt;+static const struct fb_videomode wvga_mode = {&lt;/P&gt;&lt;P&gt;+ /* 1280x960 @ 60 Hz */&lt;/P&gt;&lt;P&gt;+ NULL, 60, 1280, 960, 9259, 312, 96, 36, 1, 112, 3,&lt;/P&gt;&lt;P&gt;+ FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P&gt;+ FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, FB_MODE_IS_VESA,&lt;/P&gt;&lt;P&gt;+};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 08:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840623#M128945</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-09-05T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840624#M128946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying me! Can you explain about pixel clock declaration in the structure?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;static const struct fb_videomode wvga_mode = {&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* 1280x960 @ 60 Hz */&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;NULL, 60, 1280, 960, 9259, 312, 96, 36, 1, 112, 3,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, FB_MODE_IS_VESA,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;};&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I confuse with the bold line. What does these numbers mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 01:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840624#M128946</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-09-06T01:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840625#M128947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;struct fb_videomode {&lt;BR /&gt;const char *name;/* optional */&lt;BR /&gt;u32 refresh;/* optional */&lt;BR /&gt;u32 xres;&lt;BR /&gt;u32 yres;&lt;BR /&gt;u32 pixclock;&lt;BR /&gt;u32 left_margin;&lt;BR /&gt;u32 right_margin;&lt;BR /&gt;u32 upper_margin;&lt;BR /&gt;u32 lower_margin;&lt;BR /&gt;u32 hsync_len;&lt;BR /&gt;u32 vsync_len;&lt;BR /&gt;u32 sync;&lt;BR /&gt;u32 vmode;&lt;BR /&gt;u32 flag;&lt;BR /&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 09:05:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840625#M128947</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-09-07T09:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840626#M128948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your information. Though it useful, the file you mention "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;drivers\video\mxc\mxc_hdmi.c" is work with iMX6 and it was not build when i use iMX8. I try luck by modifying "drivers/gpu/drm/hdp/imx-hdp.c", yet I still got the issue. I am sure that this is the correct file I need to modify. Unfortunately, The issue still there. Any hint, suggestion is welcome.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 10:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840626#M128948</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-09-07T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840627#M128949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try to modify the drive source code "imx-hdmi.c" under the drivers/gpu/drm/imx/hdp? my laptop don't have source code to check for you, pls check this file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 07:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840627#M128949</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-09-10T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840628#M128950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just checked the file (imx-hdmi.c). I also attached it. I think no suitable line to apply the patch. I think this clock (65Mhz) is get&amp;nbsp;when driver reads information from edid. It is not hard code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:17:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840628#M128950</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-09-10T08:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840629#M128951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="266915" data-username="trongthinh" href="https://community.nxp.com/people/trongthinh" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Thinh Nguyen&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Do you have resloved this problem?&amp;nbsp; How to fix ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 01:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840629#M128951</guid>
      <dc:creator>94393400</dc:creator>
      <dc:date>2019-08-30T01:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840630#M128952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="266915" data-username="trongthinh" href="https://community.nxp.com/people/trongthinh"&gt;Thinh Nguyen&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Did you find the solution for this issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 09:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840630#M128952</guid>
      <dc:creator>nagashree_vm03</dc:creator>
      <dc:date>2019-09-05T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840631#M128953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The driver shows that 65Mhz clock is not supported so I change monitor to 125MHZ clock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840631#M128953</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2019-09-12T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI does not working on iMX8mq-evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840632#M128954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no! just a workaround by changing monitor clock to 125MHz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-does-not-working-on-iMX8mq-evk/m-p/840632#M128954</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2019-09-12T09:12:32Z</dc:date>
    </item>
  </channel>
</rss>

