<?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: MIPI DSI single data lane display on imx8mp in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032420#M5904</link>
    <description>&lt;P&gt;Can you please share the patch for single MIPI DSI lanes to make it functional?&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 14:43:15 GMT</pubDate>
    <dc:creator>vprajapati</dc:creator>
    <dc:date>2025-01-22T14:43:15Z</dc:date>
    <item>
      <title>MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2031452#M5897</link>
      <description>&lt;P&gt;I am working on a project where, I need to interface a &lt;STRONG&gt;ILI9488&lt;/STRONG&gt; MIPI DSI display. It is &lt;STRONG&gt;single lane mipi dsi&lt;/STRONG&gt; display having resolution of 320x480 pixels. It supports 16 bit, 18 bit and 24b bit color formats.&lt;BR /&gt;&lt;BR /&gt;The init sequence is provided by display manufacturer and well proven on their side.&lt;BR /&gt;I am facing an issue that we are getting &lt;STRONG&gt;white screen only&lt;/STRONG&gt; on the display. No other data, no single dot or no single line.&amp;nbsp; There are no any errors in driver probbing and in enable panel.&lt;BR /&gt;&lt;BR /&gt;I have another 5" LCD, with 4 lane mipi-dsi, it is working well with the same hardware.&lt;BR /&gt;&lt;BR /&gt;I would like to know if is there any bug on the NXP MIPI driver side for single lane MIPI DSI ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using Yocto Scarthgap 6.6.23 for my bringup.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 12:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2031452#M5897</guid>
      <dc:creator>vprajapati</dc:creator>
      <dc:date>2025-01-21T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032416#M5903</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You need at least 2 lanes to use the MIPI DSI on the MX8MP one single data lane does not work because it is necessary to patch the file drivers/gpu/drm/bridge/nwl-dsi.c&lt;/P&gt;
&lt;P&gt;The function nwl_dsi_bridge_atomic_check makes lanes=1 not a choice&lt;/P&gt;
&lt;P&gt;if (config-&amp;gt;lanes &amp;lt; 2 || config-&amp;gt;lanes &amp;gt; 4)&lt;BR /&gt;return -EINVAL;&lt;/P&gt;
&lt;P&gt;With "(config-&amp;gt;lanes &amp;lt; 1" the function continues executing.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032416#M5903</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-01-22T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032420#M5904</link>
      <description>&lt;P&gt;Can you please share the patch for single MIPI DSI lanes to make it functional?&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:43:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032420#M5904</guid>
      <dc:creator>vprajapati</dc:creator>
      <dc:date>2025-01-22T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032427#M5905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There is no patch I mentioned the line that need to be patch, the developer are working on this, but there is no patch so far.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:53:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032427#M5905</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-01-22T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032440#M5906</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There is no such condition like you "&lt;SPAN&gt;config-&amp;gt;lanes &amp;lt;&amp;nbsp;2" anywhere in nwl_dsi_bridge_atomic_check. Not anywhere else as well.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;static int nwl_dsi_bridge_atomic_check(struct drm_bridge *bridge,&lt;BR /&gt;struct drm_bridge_state *bridge_state,&lt;BR /&gt;struct drm_crtc_state *crtc_state,&lt;BR /&gt;struct drm_connector_state *conn_state)&lt;BR /&gt;{&lt;BR /&gt;struct nwl_dsi *dsi = bridge_to_dsi(bridge);&lt;BR /&gt;struct drm_display_mode *adjusted = &amp;amp;crtc_state-&amp;gt;adjusted_mode;&lt;/P&gt;&lt;P&gt;if (!dsi-&amp;gt;use_dcss &amp;amp;&amp;amp; !dsi-&amp;gt;pdata-&amp;gt;use_dcnano_or_epdc) {&lt;BR /&gt;/* At least LCDIF + NWL needs active high sync */&lt;BR /&gt;adjusted-&amp;gt;flags |= (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC);&lt;BR /&gt;adjusted-&amp;gt;flags &amp;amp;= ~(DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC);&lt;BR /&gt;} else {&lt;BR /&gt;adjusted-&amp;gt;flags &amp;amp;= ~(DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC);&lt;BR /&gt;adjusted-&amp;gt;flags |= (DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using Linux 6.6.23. Can you please check again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 15:12:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2032440#M5906</guid>
      <dc:creator>vprajapati</dc:creator>
      <dc:date>2025-01-22T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2033121#M5908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am working on imx8mp and it has Linux 6.6.23.&lt;BR /&gt;&lt;BR /&gt;It is using&amp;nbsp;drivers/gpu/drm/bridge/sec-dsim.c for mipi dsi. It has no condition like you mwntioned earlier.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 10:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2033121#M5908</guid>
      <dc:creator>vprajapati</dc:creator>
      <dc:date>2025-01-23T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI DSI single data lane display on imx8mp</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2035364#M5913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have verified that single data lane is being used in sec-dsim.c.&lt;BR /&gt;&lt;BR /&gt;The same issue still persist. Can you please help me ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 02:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MIPI-DSI-single-data-lane-display-on-imx8mp/m-p/2035364#M5913</guid>
      <dc:creator>vprajapati</dc:creator>
      <dc:date>2025-01-29T02:06:50Z</dc:date>
    </item>
  </channel>
</rss>

