<?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>i.MX ProcessorsのトピックRe: The MIPI DSI panel is encountering problems while transitioning from BSP 5 to BSP 6 on the Verdi</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1885884#M224859</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/171173"&gt;@AldoG&lt;/a&gt;&amp;nbsp;,thank you for your answer. I fixed the problem by creating a patch for the /gpu/drm/bridge/sec-dsim.c file. Here’s what I did.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I replaced &lt;SPAN class=""&gt;this&lt;/SPAN&gt; lines :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvporch |= MVPORCH_SET_MAINVBP(vmode-&amp;gt;vback_porch) | MVPORCH_SET_STABLEVFP(vmode-&amp;gt;vfront_porch) | MVPORCH_SET_CMDALLOW(0x0);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with &lt;SPAN class=""&gt;this&lt;/SPAN&gt; lines&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvporch |= MVPORCH_SET_MAINVBP(vmode-&amp;gt;vback_porch) | MVPORCH_SET_STABLEVFP(vmode-&amp;gt;vfront_porch - 15) | MVPORCH_SET_CMDALLOW(0xf);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then i added MIPI_DSI_MODE_VSYNC_FLUSH to dsi-&amp;gt;mode_flags when setting mode, typically inside the panel driver.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 07:35:17 GMT</pubDate>
    <dc:creator>Rabeb</dc:creator>
    <dc:date>2024-06-12T07:35:17Z</dc:date>
    <item>
      <title>The MIPI DSI panel is encountering problems while transitioning from BSP 5 to BSP 6 on the Verdin 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1884332#M224733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;I am currently involved in the migration process from BSP 5.x to BSP 6.5. I am utilizing the VerdIn8mm on a customized board. However, I am encountering difficulties in loading the display driver with BSP 6, as I am receiving error messages.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rabeb_0-1718033046698.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/283244i4693E5A3632F74AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rabeb_0-1718033046698.png" alt="Rabeb_0-1718033046698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas on how to fix this problem with BSP6? It was working fine with BSP5. Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 15:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1884332#M224733</guid>
      <dc:creator>Rabeb</dc:creator>
      <dc:date>2024-06-26T15:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: The MIPI DSI panel is encountering problems while transitioning from BSP 5 to BSP 6 on the Verdi</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1885525#M224822</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I believe that you are using Toradex BSP, correct?&lt;BR /&gt;If so, I would recommend to also contact their support channel for assitance on this regard.&lt;BR /&gt;&lt;BR /&gt;For the issue on the logs it reports that it failed to attach the bridge, have you compared for any driver changes between version, especifically on the device tree bindings.&lt;BR /&gt;&lt;BR /&gt;Best regards/Saludos,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 22:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1885525#M224822</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2024-06-11T22:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: The MIPI DSI panel is encountering problems while transitioning from BSP 5 to BSP 6 on the Verdi</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1885884#M224859</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/171173"&gt;@AldoG&lt;/a&gt;&amp;nbsp;,thank you for your answer. I fixed the problem by creating a patch for the /gpu/drm/bridge/sec-dsim.c file. Here’s what I did.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I replaced &lt;SPAN class=""&gt;this&lt;/SPAN&gt; lines :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvporch |= MVPORCH_SET_MAINVBP(vmode-&amp;gt;vback_porch) | MVPORCH_SET_STABLEVFP(vmode-&amp;gt;vfront_porch) | MVPORCH_SET_CMDALLOW(0x0);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with &lt;SPAN class=""&gt;this&lt;/SPAN&gt; lines&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvporch |= MVPORCH_SET_MAINVBP(vmode-&amp;gt;vback_porch) | MVPORCH_SET_STABLEVFP(vmode-&amp;gt;vfront_porch - 15) | MVPORCH_SET_CMDALLOW(0xf);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then i added MIPI_DSI_MODE_VSYNC_FLUSH to dsi-&amp;gt;mode_flags when setting mode, typically inside the panel driver.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 07:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/The-MIPI-DSI-panel-is-encountering-problems-while-transitioning/m-p/1885884#M224859</guid>
      <dc:creator>Rabeb</dc:creator>
      <dc:date>2024-06-12T07:35:17Z</dc:date>
    </item>
  </channel>
</rss>

