<?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 lvds output to mipi input in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705921#M109672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two imx6 custom board, first board use ldb output image, and second board receive image and send it to lcd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first board&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;second board&lt;/P&gt;&lt;P&gt;fb-&amp;gt;ldb&amp;nbsp; &amp;nbsp; &amp;nbsp; --(max9277/max9288)-&amp;gt;&amp;nbsp; mipi-&amp;gt;fb-&amp;gt;lcd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first board's fb format is RGB565, mxc fb pixformat is also RGB565. Second board's mipi is set as RGB565, v4l2 capture format also RGB565.(max9277 and max9286 is maxim's&amp;nbsp;&lt;SPAN class=""&gt;Serializers&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp; &lt;SPAN class=""&gt;Deserializers, i config max9286 as RGB565&lt;/SPAN&gt;). the lcd's output is not match:chrome component is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there something wrong with my configuration?&lt;/P&gt;&lt;P&gt;if i can set mxc's pixformat as RGB565 ? it normally set as RGB24 or RGB666&lt;/P&gt;&lt;P&gt;if the ldb's SPWG standard not match csi mipi format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 07:47:51 GMT</pubDate>
    <dc:creator>yufe</dc:creator>
    <dc:date>2017-10-13T07:47:51Z</dc:date>
    <item>
      <title>lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705921#M109672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two imx6 custom board, first board use ldb output image, and second board receive image and send it to lcd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first board&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;second board&lt;/P&gt;&lt;P&gt;fb-&amp;gt;ldb&amp;nbsp; &amp;nbsp; &amp;nbsp; --(max9277/max9288)-&amp;gt;&amp;nbsp; mipi-&amp;gt;fb-&amp;gt;lcd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first board's fb format is RGB565, mxc fb pixformat is also RGB565. Second board's mipi is set as RGB565, v4l2 capture format also RGB565.(max9277 and max9286 is maxim's&amp;nbsp;&lt;SPAN class=""&gt;Serializers&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp; &lt;SPAN class=""&gt;Deserializers, i config max9286 as RGB565&lt;/SPAN&gt;). the lcd's output is not match:chrome component is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there something wrong with my configuration?&lt;/P&gt;&lt;P&gt;if i can set mxc's pixformat as RGB565 ? it normally set as RGB24 or RGB666&lt;/P&gt;&lt;P&gt;if the ldb's SPWG standard not match csi mipi format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:47:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705921#M109672</guid>
      <dc:creator>yufe</dc:creator>
      <dc:date>2017-10-13T07:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705922#M109673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldb uses only 18 or 24 bits format as defined by&lt;/P&gt;&lt;P&gt;"data_width" bit register LDB_CTRL. It can not use 16 bits&lt;/P&gt;&lt;P&gt;(RGB565), so fb format RGB565 should be converted to 18 or 24 bit&lt;/P&gt;&lt;P&gt;formats, sent&amp;nbsp; by ldb and converted back on second board. Please&lt;/P&gt;&lt;P&gt;check sect.37.4.2.3 FCW &amp;amp; FCR - Format converter i.MX6DQ Reference Manual&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf"&gt;http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;may be useful to check ipu examples&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94961"&gt;https://community.nxp.com/docs/DOC-94961&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>Fri, 13 Oct 2017 23:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705922#M109673</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-13T23:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705923#M109674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igorpadykov,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your replay.&lt;/P&gt;&lt;P&gt;that is to say i can not set mxc fb format as RTGB56, YUYV16 or some other formats, expect RGB666 or RGB24, when ldb bitwidth is 18?&lt;/P&gt;&lt;P&gt;in current linux ipu driver(3.14.52), ipu will do nothing when dataflow from fb to ldb when i set fb format as RGB565 and ldb bitwidth as 18?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Oct 2017 13:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705923#M109674</guid>
      <dc:creator>yufe</dc:creator>
      <dc:date>2017-10-15T13:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705924#M109675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; i can not set mxc fb format as RTGB56, YUYV16 or some other formats, expect RGB666 or RGB24, when ldb bitwidth is 18?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, when when ldb bitwidth is 18, fb format should be adjusted to RGB666&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;ipu will do nothing when dataflow from fb to ldb when i set fb format as RGB565 and ldb bitwidth as 18?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right&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>Sun, 15 Oct 2017 23:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705924#M109675</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-15T23:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705925#M109676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;hi igorpadykov,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;in current linux driver, i can only choose RGB565 as mxc fb's pixformat, so i can not use ipu to convert&amp;nbsp; rgb format in user space. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;is there a patch to support RGB565 to RGB666 conversion in mxc fb driver? i found it's too hard form me to modify ipu driver code. i think it's a common problem when someone choose ldb as output device.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:52:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705925#M109676</guid>
      <dc:creator>yufe</dc:creator>
      <dc:date>2017-10-16T04:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: lvds output to mipi input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705926#M109677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;is there a patch to support RGB565 to RGB666 conversion in mxc fb driver?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I am afraid not, sorry. One can apply to NXP Professional Services to develop it:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fsupport%2Fnxp-professional-services%3APROFESSIONAL-SERVICE" rel="nofollow" target="_blank"&gt;http://www.nxp.com/support/nxp-professional-services:PROFESSIONAL-SERVICE&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lvds-output-to-mipi-input/m-p/705926#M109677</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-16T06:02:34Z</dc:date>
    </item>
  </channel>
</rss>

