<?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: Does IMX8MM support WQHD? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045609#M154015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashiwagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;The FrameBuffer is all 0. Is this wrong? Where should I look up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry such configuration is not supported as described in driver sources &lt;/P&gt;&lt;P&gt;imx-lcdif-crtc driver ( function lcdif_crtc_bind() ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2020 06:37:52 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-06-24T06:37:52Z</dc:date>
    <item>
      <title>Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045605#M154011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set a 2400x480 display to panel-simple.c with IMX8MM, I am getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;[ 0.000000] Kernel command line: console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200 root=/dev/mmcblk2p1 rootwait rw uio_pdrv_genirq.of_id=generic-uio drm.debug=0x06&lt;BR /&gt;[ 0.871554] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).&lt;BR /&gt;[ 0.876879] [drm] No driver support for vblank timestamp query.&lt;BR /&gt;[ 0.881567] imx-drm display-subsystem: bound imx-lcdif-crtc.0 (ops lcdif_crtc_ops)&lt;BR /&gt;[ 0.909589] imx-drm display-subsystem: bound 32e10000.mipi_dsi (ops imx_sec_dsim_ops)&lt;BR /&gt;[ 0.916149] [drm:drm_setup_crtcs]&lt;BR /&gt;[ 0.916158] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1]&lt;BR /&gt;[ 0.916167] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1] status updated from unknown to connected&lt;BR /&gt;[ 0.916187] [drm:drm_mode_debug_printmodeline] Modeline 34:"2400x480" 60 99000 2400 2520 2664 2784 480 493 496 525 0x48 0x5&lt;BR /&gt;[ 0.916193] [drm:drm_mode_prune_invalid] Not using 2400x480 mode: VIRTUAL_X&lt;BR /&gt;[ 0.916200] [drm:drm_setup_crtcs] No connectors reported connected with modes&lt;BR /&gt;[ 0.916205] [drm:drm_setup_crtcs] connector 33 enabled? yes&lt;BR /&gt;[ 0.916211] [drm:drm_setup_crtcs] looking for cmdline mode on connector 33&lt;BR /&gt;[ 0.916216] [drm:drm_setup_crtcs] looking for preferred mode on connector 33 0&lt;BR /&gt;[ 0.916220] [drm:drm_setup_crtcs] found mode none&lt;BR /&gt;[ 0.916224] [drm:drm_setup_crtcs] picking CRTCs for 1920x1920 config&lt;BR /&gt;[ 0.916229] [drm] Cannot find any crtc or sizes&lt;BR /&gt;[ 0.919749] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RM says WQHD support, but is the configuration incorrect? Should I reduce the bandwidth?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112913iD148BDD83DD2A8B6/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;panel-simple.c is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static const struct drm_display_mode test_2400x480_mode = {&lt;BR /&gt; .clock = 33000*3,&lt;BR /&gt; .hdisplay = 800*3,&lt;BR /&gt; .hsync_start = (800 + 40)*3,&lt;BR /&gt; .hsync_end = (800 + 40 + 48)*3,&lt;BR /&gt; .htotal = (800 + 40 + 48 + 40)*3,&lt;BR /&gt; .vdisplay = 480*1,&lt;BR /&gt; .vsync_start = (480 + 13)*1,&lt;BR /&gt; .vsync_end = (480 + 13 + 3)*1,&lt;BR /&gt; .vtotal = (480 + 13 + 3 + 29)*1,&lt;BR /&gt; .vrefresh = 60,&lt;BR /&gt; .flags = DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PHSYNC,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static const struct panel_desc_dsi &lt;SPAN style="background-color: #f6f6f6;"&gt;test_2400x480&lt;/SPAN&gt;_lcd = {&lt;BR /&gt; .desc = {&lt;BR /&gt; .modes = &amp;amp;&lt;SPAN style="background-color: #f6f6f6;"&gt;test_2400x480&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;_mode&lt;/SPAN&gt;,&lt;BR /&gt; .num_modes = 1,&lt;BR /&gt; .bpc = 8,&lt;BR /&gt; .size = {&lt;BR /&gt; .width = 1547*3,&lt;BR /&gt; .height = 841*1,&lt;BR /&gt; },&lt;BR /&gt; .bus_format = MEDIA_BUS_FMT_RGB888_1X24,&lt;BR /&gt; },&lt;BR /&gt; .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | MIPI_DSI_MODE_VIDEO_HSE, // MIPI_DSI_CLOCK_NON_CONTINUOUS&lt;BR /&gt; .format = MIPI_DSI_FMT_RGB888,&lt;BR /&gt; .&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 01:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045605#M154011</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-16T01:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045606#M154012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashiwagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from log: "&amp;nbsp;imx-lcdif-crtc.. picking CRTCs for 1920x1920 config"&lt;/P&gt;&lt;P&gt;seems there is limitation in &amp;nbsp;imx-lcdif-crtc driver ( function lcdif_crtc_bind() )&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c?h=imx_4.19.35_1.1.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c?h=imx_4.19.35_1.1.0"&gt;lcdif-crtc.c\lcdif\imx\drm\gpu\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&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>Tue, 16 Jun 2020 04:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045606#M154012</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-16T04:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045607#M154013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor-san&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand. I'll check lcdif_crtc_bind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045607#M154013</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-16T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045608#M154014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌ san.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied following patch.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;---&lt;BR /&gt; drivers/gpu/drm/imx/lcdif/lcdif-crtc.c | 4 ++--&lt;BR /&gt; 1 file changed, 2 insertions(+), 2 deletions(-)&lt;/P&gt;&lt;P&gt;diff --git a/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c b/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c&lt;BR /&gt;index 9c7642e4a997..eb1eca3d2d3b 100644&lt;BR /&gt;--- a/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c&lt;BR /&gt;+++ b/drivers/gpu/drm/imx/lcdif/lcdif-crtc.c&lt;BR /&gt;@@ -330,8 +330,8 @@ static int lcdif_crtc_bind(struct device *dev, struct device *master,&lt;BR /&gt; drm-&amp;gt;mode_config.helper_private = &amp;amp;lcdif_drm_mode_config_helpers;&lt;BR /&gt; &lt;BR /&gt; /* limit the max width and height */&lt;BR /&gt;- drm-&amp;gt;mode_config.max_width = 1920;&lt;BR /&gt;- drm-&amp;gt;mode_config.max_height = 1920;&lt;BR /&gt;+ drm-&amp;gt;mode_config.max_width = 2560;//1920;&lt;BR /&gt;+ drm-&amp;gt;mode_config.max_height = 1440;//1920;&lt;BR /&gt; &lt;BR /&gt; dev_set_drvdata(dev, lcdif_crtc);&lt;BR /&gt; &lt;BR /&gt;--&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then DRM Init has been passed and Pixel Clock is correct(49.5MHz). But Pixel Data does not output.（The screen is white.）&lt;/P&gt;&lt;P&gt;The FrameBuffer is all 0. Is this wrong? Where should I look up?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mm-var-dart:~# hexdump /dev/fb&lt;BR /&gt;0000000 0000 0000 0000 0000 0000 0000 0000 0000&lt;BR /&gt;*&lt;BR /&gt;0465000&lt;BR /&gt;root@imx8mm-var-dart:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dmesg and weston.log are as follows.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mm-var-dart:~# dmesg | grep drm&lt;BR /&gt;[ 0.953637] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).&lt;BR /&gt;[ 0.958964] [drm] No driver support for vblank timestamp query.&lt;BR /&gt;[ 0.963649] imx-drm display-subsystem: bound imx-lcdif-crtc.0 (ops lcdif_crtc_ops)&lt;BR /&gt;[ 0.991639] imx-drm display-subsystem: bound 32e10000.mipi_dsi (ops imx_sec_dsim_ops)&lt;BR /&gt;[ 0.998199] [drm:drm_setup_crtcs]&lt;BR /&gt;[ 1.000304] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1]&lt;BR /&gt;[ 1.006235] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1] status updated from unknown to connected&lt;BR /&gt;[ 1.015752] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1] probed modes :&lt;BR /&gt;[ 1.022988] [drm:drm_mode_debug_printmodeline] Modeline 34:"2400x480" 30 49500 2400 2520 2664 2784 480 493 496 525 0x48 0x5&lt;BR /&gt;[ 1.032821] [drm:drm_setup_crtcs] connector 33 enabled? yes&lt;BR /&gt;[ 1.037098] [drm:drm_setup_crtcs] looking for cmdline mode on connector 33&lt;BR /&gt;[ 1.042676] [drm:drm_setup_crtcs] looking for preferred mode on connector 33 0&lt;BR /&gt;[ 1.048601] [drm:drm_setup_crtcs] found mode 2400x480&lt;BR /&gt;[ 1.052355] [drm:drm_setup_crtcs] picking CRTCs for 2560x1440 config&lt;BR /&gt;[ 1.057415] [drm:drm_setup_crtcs] desired mode 2400x480 set on crtc 31 (0,0)&lt;BR /&gt;[ 1.063172] [drm:drm_fb_helper_generic_probe] surface width(2400), height(480) and bpp(32)&lt;BR /&gt;[ 1.072395] [drm:drm_mode_addfb2] [FB:36]&lt;BR /&gt;[ 1.108204] imx-drm display-subsystem: fb0: DRM emulated frame buffer device&lt;BR /&gt;[ 1.114263] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0&lt;BR /&gt;[ 6.325558] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1]&lt;BR /&gt;[ 6.331642] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:33:DSI-1] probed modes :&lt;BR /&gt;[ 6.338923] [drm:drm_mode_debug_printmodeline] Modeline 34:"2400x480" 30 49500 2400 2520 2664 2784 480 493 496 525 0x48 0x5&lt;BR /&gt;[ 6.351982] [drm:drm_mode_addfb2] [FB:38]&lt;BR /&gt;[ 6.359150] [drm:drm_mode_addfb2] [FB:39]&lt;BR /&gt;root@imx8mm-var-dart:~#&lt;/P&gt;&lt;P&gt;root@imx8mm-var-dart:~# cat /var/log/weston.log&lt;BR /&gt;Date: 2020-06-24 JST&lt;BR /&gt;[14:40:23.675] weston 6.0.0&lt;BR /&gt; &lt;A href="https://wayland.freedesktop.org" target="test_blank"&gt;https://wayland.freedesktop.org&lt;/A&gt;&lt;BR /&gt; Bug reports to: &lt;A href="https://gitlab.freedesktop.org/wayland/weston/issues/" target="test_blank"&gt;https://gitlab.freedesktop.org/wayland/weston/issues/&lt;/A&gt;&lt;BR /&gt; Build: 6.0.0-33-g81b11811-dirty compositor-drm: Bypass the check of the libinput (2019-06-06 17:54:16 +0800)&lt;BR /&gt;[14:40:23.675] Command line: /usr/bin/weston --log=/var/log/weston.log&lt;BR /&gt;[14:40:23.675] OS: Linux, 4.19.85-imx8mm+ge4452f4458e4, #1 SMP PREEMPT Wed Jun 24 05:24:54 UTC 2020, aarch64&lt;BR /&gt;[14:40:23.676] Using config file '/etc/xdg/weston/weston.ini'&lt;BR /&gt;[14:40:23.676] Output repaint window is 16 ms maximum.&lt;BR /&gt;[14:40:23.677] Loading module '/usr/lib/libweston-6/drm-backend.so'&lt;BR /&gt;[14:40:23.681] initializing drm backend&lt;BR /&gt;[14:40:23.688] logind: session control granted&lt;BR /&gt;[14:40:23.692] using /dev/dri/card0&lt;BR /&gt;[14:40:23.692] DRM: supports universal planes&lt;BR /&gt;[14:40:23.692] DRM: supports atomic modesetting&lt;BR /&gt;[14:40:23.692] DRM: supports picture aspect ratio&lt;BR /&gt;[14:40:23.692] Loading module '/usr/lib/libweston-6/g2d-renderer.so'&lt;BR /&gt;[14:40:23.733] event0 - 30370000.snvs:snvs-powerkey: is tagged by udev as: Keyboard&lt;BR /&gt;[14:40:23.733] event0 - 30370000.snvs:snvs-powerkey: device is a keyboard&lt;BR /&gt;[14:40:23.760] event3 - bu21025: is tagged by udev as: Touchscreen&lt;BR /&gt;[14:40:23.760] event3 - bu21025: device is a touch device&lt;BR /&gt;[14:40:23.817] event1: opening input device '/dev/input/event1' failed (No such device).&lt;BR /&gt;[14:40:23.817] event1 - failed to create input device '/dev/input/event1'&lt;BR /&gt;[14:40:23.843] event2 - bu21025: is tagged by udev as: Touchscreen&lt;BR /&gt;[14:40:23.844] event2 - bu21025: device is a touch device&lt;BR /&gt;[14:40:23.875] libinput: configuring device "30370000.snvs:snvs-powerkey".&lt;BR /&gt;[14:40:23.875] Touchscreen - bu21025 - /sys/devices/platform/30a50000.i2c/i2c-3/3-0048/input/input3/event3&lt;BR /&gt;[14:40:23.875] libinput: configuring device "bu21025".&lt;BR /&gt;[14:40:23.875] input device event3 has no enabled output associated (none named), skipping calibration for now.&lt;BR /&gt;[14:40:23.875] Touchscreen - bu21025 - /sys/devices/platform/30a50000.i2c/i2c-3/3-004b/input/input2/event2&lt;BR /&gt;[14:40:23.875] libinput: configuring device "bu21025".&lt;BR /&gt;[14:40:23.875] input device event2 has no enabled output associated (none named), skipping calibration for now.&lt;BR /&gt;[14:40:23.899] DRM: head 'DSI-1' found, connector 33 is connected, EDID make 'unknown', model 'unknown', serial 'unknown'&lt;BR /&gt;[14:40:23.899] Registered plugin API 'weston_drm_output_api_v1' of size 24&lt;BR /&gt;[14:40:23.899] Registered plugin API 'weston_drm_virtual_output_api_v1' of size 48&lt;BR /&gt;[14:40:23.910] Output DSI-1 (crtc 31) video modes:&lt;BR /&gt; 2400x480@33.9, preferred, current, 49.5 MHz&lt;BR /&gt;[14:40:23.910] associating input device event0 with output DSI-1 (none by udev)&lt;BR /&gt;[14:40:23.910] associating input device event3 with output DSI-1 (none by udev)&lt;BR /&gt;[14:40:23.911] associating input device event2 with output DSI-1 (none by udev)&lt;BR /&gt;[14:40:23.911] Output 'DSI-1' enabled with head(s) DSI-1&lt;BR /&gt;[14:40:23.911] Compositor capabilities:&lt;BR /&gt; arbitrary surface rotation: yes&lt;BR /&gt; screen capture uses y-flip: yes&lt;BR /&gt; presentation clock: CLOCK_MONOTONIC, id 1&lt;BR /&gt; presentation clock resolution: 0.000000001 s&lt;BR /&gt;[14:40:23.912] Loading module '/usr/lib/weston/desktop-shell.so'&lt;BR /&gt;[14:40:23.915] launching '/usr/libexec/weston-keyboard'&lt;BR /&gt;[14:40:23.917] launching '/usr/libexec/weston-desktop-shell'&lt;BR /&gt;root@imx8mm-var-dart:~#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@imx8mm-var-dart:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 06:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045608#M154014</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-24T06:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045609#M154015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashiwagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;The FrameBuffer is all 0. Is this wrong? Where should I look up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry such configuration is not supported as described in driver sources &lt;/P&gt;&lt;P&gt;imx-lcdif-crtc driver ( function lcdif_crtc_bind() ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 06:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045609#M154015</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-24T06:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045610#M154016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor-san.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is width = 2400 bad? Or is it possible by changing other settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 08:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045610#M154016</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-24T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045611#M154017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashiwagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;driver limits resolutions as described below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113782i0419504411C34796/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So width = 2400 is not supported, &lt;/P&gt;&lt;P&gt;Note, 2400 violates capabilities described in Reference Manual (1920x1080)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113781iCF6909CB0CD45A2D/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 11:43:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045611#M154017</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-24T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045612#M154018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Igor-san&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Note, 2400 violates capabilities described in Reference Manual (1920x1080)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;OK..... I will review the HW design....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 00:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045612#M154018</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-26T00:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045613#M154019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The polarity of LCD_EN in the DTS file was reversed........&lt;/P&gt;&lt;P&gt;Although the resolution is not supported, screen output was possible even with &lt;A href="mailto:2400x480@30"&gt;2400x480@30&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 09:26:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045613#M154019</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-06-26T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045614#M154020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Takashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for hijacking this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've planned to use a 1920x1200 DSI display on either imx8mm or imx8mn.&lt;/P&gt;&lt;P&gt;So can you confirm that this can be achived?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just have to overwrite the limitations in driver?&lt;/P&gt;&lt;P&gt;So it's clear, that I cannot achieve 60fps. But 30fps should be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 09:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045614#M154020</guid>
      <dc:creator>pascalenz</dc:creator>
      <dc:date>2020-07-07T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does IMX8MM support WQHD?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045615#M154021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-avatarid="29594" data-externalid="" data-online="false" data-presence="null" data-userid="324758" data-username="pascalenz" href="https://community.nxp.com/people/pascalenz" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: none; font-size: 14px;"&gt;pascalenz&lt;/A&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;san&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;&amp;gt; So can you confirm that this can be achived?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;No I can not. I don't have 1920x1200 display.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;&amp;gt;&amp;nbsp;Just have to overwrite the limitations in driver?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;&amp;gt;&amp;nbsp;So it's clear, that I cannot achieve 60fps. But 30fps should be possible?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;Maybe it works, but I'm not sure if it's within support.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;Best Regrads, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #6f6f6f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; "&gt;T.Kashiwagi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2020 01:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-IMX8MM-support-WQHD/m-p/1045615#M154021</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2020-07-10T01:14:59Z</dc:date>
    </item>
  </channel>
</rss>

