<?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のトピックparallel-display in kernel-imx 4.9</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793566#M122933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I want to use parallel display with imx6 based board, running Linux kernel 4.9 . Do i have to enable any specific driver&lt;/P&gt;&lt;P&gt;for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHAMMI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2018 08:57:31 GMT</pubDate>
    <dc:creator>shammi112</dc:creator>
    <dc:date>2018-07-09T08:57:31Z</dc:date>
    <item>
      <title>parallel-display in kernel-imx 4.9</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793566#M122933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I want to use parallel display with imx6 based board, running Linux kernel 4.9 . Do i have to enable any specific driver&lt;/P&gt;&lt;P&gt;for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHAMMI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 08:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793566#M122933</guid>
      <dc:creator>shammi112</dc:creator>
      <dc:date>2018-07-09T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: parallel-display in kernel-imx 4.9</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793567#M122934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what specific parallel display do you use? if BT656 and BT1120 output, pls refer to the document as below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94019"&gt;https://community.nxp.com/docs/DOC-94019&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 07:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793567#M122934</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-07-11T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: parallel-display in kernel-imx 4.9</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793568#M122935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shammi,&lt;/P&gt;&lt;P&gt;I was recently dealing with similar problem. I am working on mainline (v4.18) though.&lt;/P&gt;&lt;P&gt;It really depends on your display. Basically there are two options with two variants for each.&lt;/P&gt;&lt;P&gt;In all cases you need to enable:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;CONFIG_DRM_IMX&lt;/P&gt;&lt;P&gt;CONFIG_DRM_IMX_PARALLEL_DISPLAY&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;1. Your display needs a specific driver.&lt;/P&gt;&lt;P&gt;1a) If you are lucky there is already a specific driver for your display.&lt;/P&gt;&lt;P&gt;- Enable that driver a use correct binding in device tree.&lt;/P&gt;&lt;P&gt;1b) There is no driver four your display yet and you need to write one. Worst case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Your display is not too fancy and you can use a simple panel driver.&lt;/P&gt;&lt;P&gt;2a) If you are lucky your display is already supported in the simple driver.&lt;/P&gt;&lt;P&gt;- Enable simple panel driver and use correct binding in device tree.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;CONFIG_DRM_PANEL_SIMPLE&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2b) Simple driver can be used to drive your display but support for your display model is not in place yet.&lt;/P&gt;&lt;P&gt;- Add timings + binding for your exact display model to the simple driver.&lt;/P&gt;&lt;P&gt;It is quite trivial. Look at panel-simple.c history for inspiration: &lt;A class="link-titled" href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/drivers/gpu/drm/panel/panel-simple.c?h=linux-4.9.y&amp;amp;qt=grep&amp;amp;q=Add+support" title="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/drivers/gpu/drm/panel/panel-simple.c?h=linux-4.9.y&amp;amp;qt=grep&amp;amp;q=Add+support"&gt;kernel/git/stable/linux-stable.git - Linux kernel stable tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 07:06:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/parallel-display-in-kernel-imx-4-9/m-p/793568#M122935</guid>
      <dc:creator>zandar</dc:creator>
      <dc:date>2018-07-13T07:06:51Z</dc:date>
    </item>
  </channel>
</rss>

