<?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: Display system on IMx8mn with mainline kernel 6.13 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2261138#M242848</link>
    <description>&lt;P&gt;Thankyou for your reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got the display up. I was giving a wrong clock frequency for the samsung DSIM in device tree.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Verified the imx8mn-evk.dtsi and added the same.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 10:53:36 GMT</pubDate>
    <dc:creator>blessyAbraham</dc:creator>
    <dc:date>2025-12-12T10:53:36Z</dc:date>
    <item>
      <title>Display system on IMx8mn with mainline kernel 6.13</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2255442#M242654</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to bring-up my display panel on a imx8mn hardware with the mainline kernel version 6.13.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have enabled the following drivers,&lt;/P&gt;&lt;P&gt;IMX_IPUV3_CORE=m&lt;BR /&gt;DRM=m&lt;BR /&gt;DRM_IMX=m&lt;BR /&gt;DRM_ETNAVIV=m&lt;BR /&gt;DRM_ETNAVIV_THERMAL=m&lt;BR /&gt;DRM_IMX_LCDIF=m&lt;/P&gt;&lt;P&gt;DRM_SAMSUNG_DSIM=m&lt;BR /&gt;&lt;BR /&gt;Even though I am able to see the DSI devices enumerated in the drm filesystem, Running a modetest with imx-lcdif gives me a kernel crash. But the backlight has turned on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If i enable DRM_IMX_MXSFB, I do not see a kernel crash. But no image comes on the display. The backlight turns on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there other dependencies for IMX8mn, to have the display working on a mainline linux kernel 6.13?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 16:36:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2255442#M242654</guid>
      <dc:creator>blessyAbraham</dc:creator>
      <dc:date>2025-12-04T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display system on IMx8mn with mainline kernel 6.13</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2255480#M242656</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For your i.MX8M Nano display issue with mainline kernel 6.13, there are several considerations to resolve the problem.&lt;BR /&gt;&lt;BR /&gt;Your kernel configuration seems to have the necessary drivers enabled:&lt;BR /&gt;- IMX_IPUV3_CORE=m&lt;BR /&gt;- DRM=m&lt;BR /&gt;- DRM_IMX=m &lt;BR /&gt;- DRM_ETNAVIV=m&lt;BR /&gt;- DRM_ETNAVIV_THERMAL=m&lt;BR /&gt;- DRM_IMX_LCDIF=m&lt;BR /&gt;- DRM_SAMSUNG_DSIM=m&lt;BR /&gt;&lt;BR /&gt;The fact that the backlight turns on indicates partial initialization is working. The kernel crash with imx-lcdif but not with DRM_IMX_MXSFB suggests a compatibility issue.&lt;BR /&gt;&lt;BR /&gt;For i.MX8M Nano display functionality in mainline kernel 6.13, you need to ensure:&lt;BR /&gt;&lt;BR /&gt;1. The correct panel driver is properly integrated with the MIPI DSI controller&lt;BR /&gt;2. The device tree properly defines the display panel and its connection to the MIPI DSI controller&lt;BR /&gt;3. Any necessary bridge drivers are correctly implemented&lt;BR /&gt;&lt;BR /&gt;To debug the issue:&lt;BR /&gt;1. Enable DRM debug mode: `echo 0x1ff &amp;gt; /sys/module/drm/parameters/debug`&lt;BR /&gt;2. Check kernel logs for detailed error messages from the display drivers&lt;BR /&gt;3. Verify your panel driver matches your specific display panel specifications&lt;BR /&gt;&lt;BR /&gt;For i.MX8M Nano, you may need to customize the display driver initialization sequence based on your specific panel. The mainline implementation might require additional configuration compared to NXP's BSP.&lt;BR /&gt;&lt;BR /&gt;If using a custom display panel, you'll need to modify the panel driver to match your specific display requirements, particularly the initialization commands and display timing parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 17:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2255480#M242656</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-12-04T17:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display system on IMx8mn with mainline kernel 6.13</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2261138#M242848</link>
      <description>&lt;P&gt;Thankyou for your reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got the display up. I was giving a wrong clock frequency for the samsung DSIM in device tree.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Verified the imx8mn-evk.dtsi and added the same.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 10:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-system-on-IMx8mn-with-mainline-kernel-6-13/m-p/2261138#M242848</guid>
      <dc:creator>blessyAbraham</dc:creator>
      <dc:date>2025-12-12T10:53:36Z</dc:date>
    </item>
  </channel>
</rss>

