<?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: imx8m mini MIPI</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-mini-MIPI/m-p/1257623#M172159</link>
    <description>&lt;P&gt;refer to the reference manual:&lt;/P&gt;
&lt;P&gt;LCDIF_CTRL[WORD_LENGTH]=3 indicates that the input frame-buffer is RGB&lt;BR /&gt;24 bits per pixel (RGB 888). If LCDIF_CTRL1[BYTE_PACKING_FORMAT] is&lt;BR /&gt;0x7, it indicates that there is only one pixel per 32-bit word and there is no restriction&lt;BR /&gt;on LCDIF_TRANSFER_COUNT[H_COUNT].&lt;BR /&gt;Limitation: If LCDIF_CTRL1[BYTE_PACKING_FORMAT] is 0xF, it indicates&lt;BR /&gt;that the pixels are packed, that is, there are 4 pixels in 3 words or 12 bytes and&lt;BR /&gt;LCDIF_TRANSFER_COUNT[H_COUNT] must be a multiple of 4 pixels.&lt;/P&gt;
&lt;P&gt;refer to the source code of mipi , you can find :&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="k"&gt;case&lt;/SPAN&gt; &lt;SPAN class="nl"&gt;MIPI_DSI_FMT_RGB888&lt;/SPAN&gt;&lt;SPAN class="p"&gt;:&lt;/SPAN&gt;
		&lt;SPAN class="k"&gt;return&lt;/SPAN&gt; &lt;SPAN class="n"&gt;COL_FMT_24BPP&lt;/SPAN&gt;&lt;SPAN class="p"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;"&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=imx_5.4.47_2.2.0&lt;/A&gt;"&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 03:12:26 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2021-04-07T03:12:26Z</dc:date>
    <item>
      <title>imx8m mini MIPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-mini-MIPI/m-p/1257044#M172111</link>
      <description>&lt;P&gt;IMX8M MINI MIPI interface:&lt;/P&gt;&lt;P&gt;when we use RGB888 mode, a pixel needs 24bit (3byte). For the MIPI interface of iMX8M Mini, if it can transmit 4/3 pixel (4 byte mode) or 1 pixel (3 byte mode) per one MIPI CLK? Or support both methods? Which register can be used for the corresponding setting?&lt;/P&gt;&lt;P&gt;if LCD_DATABUS_WIDTH= 0x3 is OK?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="darcyxu_0-1617693168748.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141390iF589C4BDB4B8C1ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="darcyxu_0-1617693168748.png" alt="darcyxu_0-1617693168748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 07:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-mini-MIPI/m-p/1257044#M172111</guid>
      <dc:creator>darcyxu</dc:creator>
      <dc:date>2021-04-06T07:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m mini MIPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-mini-MIPI/m-p/1257623#M172159</link>
      <description>&lt;P&gt;refer to the reference manual:&lt;/P&gt;
&lt;P&gt;LCDIF_CTRL[WORD_LENGTH]=3 indicates that the input frame-buffer is RGB&lt;BR /&gt;24 bits per pixel (RGB 888). If LCDIF_CTRL1[BYTE_PACKING_FORMAT] is&lt;BR /&gt;0x7, it indicates that there is only one pixel per 32-bit word and there is no restriction&lt;BR /&gt;on LCDIF_TRANSFER_COUNT[H_COUNT].&lt;BR /&gt;Limitation: If LCDIF_CTRL1[BYTE_PACKING_FORMAT] is 0xF, it indicates&lt;BR /&gt;that the pixels are packed, that is, there are 4 pixels in 3 words or 12 bytes and&lt;BR /&gt;LCDIF_TRANSFER_COUNT[H_COUNT] must be a multiple of 4 pixels.&lt;/P&gt;
&lt;P&gt;refer to the source code of mipi , you can find :&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="k"&gt;case&lt;/SPAN&gt; &lt;SPAN class="nl"&gt;MIPI_DSI_FMT_RGB888&lt;/SPAN&gt;&lt;SPAN class="p"&gt;:&lt;/SPAN&gt;
		&lt;SPAN class="k"&gt;return&lt;/SPAN&gt; &lt;SPAN class="n"&gt;COL_FMT_24BPP&lt;/SPAN&gt;&lt;SPAN class="p"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;"&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-raydium-rm67191.c?h=imx_5.4.47_2.2.0&lt;/A&gt;"&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 03:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-mini-MIPI/m-p/1257623#M172159</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-07T03:12:26Z</dc:date>
    </item>
  </channel>
</rss>

