<?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: Dual display functionality support on custom board based on iMX6 running Yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646842#M98806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt;"&gt;L3.14.52 has a known issue where the fbGetDisplay function called by the fbdev compositor on weston does not return a different display index, thus not being able to render on multiple screens at a time, You need to use the latest &lt;SPAN style="color: #707070; background: whitesmoke; font-size: 10.0pt;"&gt;fsl_5.0.11.p4.7 &lt;/SPAN&gt;Libraries to solve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt;"&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FFreescale%2Fkernel-module-imx-gpu-viv" rel="nofollow" target="_blank"&gt;GitHub - Freescale/kernel-module-imx-gpu-viv: FSL Community fork of Vivante i.MX GPU Linux kernel driver&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 01:05:03 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2017-01-31T01:05:03Z</dc:date>
    <item>
      <title>Dual display functionality support on custom board based on iMX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646841#M98805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. System description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We are using a&amp;nbsp;custom boards with iMX6Solo and&amp;nbsp;iMX6Quad processors from different h/w vendors. The requirement is to bring up dual display functionality on these boards. We use standard&amp;nbsp;Yocto 2.2 with layer&amp;nbsp;meta-fsl-arm from&amp;nbsp;git.yoctoproject.org/meta-fsl-arm and Wayland/Weston graphics packages.&amp;nbsp;Weston backend uses fbdev.&lt;/P&gt;&lt;P&gt;Additional Weston command line options for running graphics in dual display configuration are the following:&lt;/P&gt;&lt;P&gt;weston --tty=1 --use-gal2d --device=/dev/fb0,/dev/fb2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet version:&lt;/P&gt;&lt;P&gt;imx-gpu-viv_5.0.11.p4.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernels:&lt;/P&gt;&lt;P&gt;4.1.15&lt;/P&gt;&lt;P&gt;3.14.28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Problem description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;We tried to bring up dual display functionality&amp;nbsp;on h/w boards and configurations described above. For all configurations we observe the the same issue - on a first display (no matter it's HDMI or LVDS/LCD) graphics work in a proper way without glitches and blinks; on a second display we always observe blinks and glitches/artifacts on open windows during cursor movement and input events. This can be reproduced with 32/16 bpp and does not depend on resolution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't determine the root cause of this problem. Has anyone successfully brought up dual display configuration using iMX6 Yocto with imx-gpu-viv_5.0.11.p4.5? Any suggestions how to workaround the issue described above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646841#M98805</guid>
      <dc:creator>alexeylugovskoy</dc:creator>
      <dc:date>2017-01-26T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display functionality support on custom board based on iMX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646842#M98806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt;"&gt;L3.14.52 has a known issue where the fbGetDisplay function called by the fbdev compositor on weston does not return a different display index, thus not being able to render on multiple screens at a time, You need to use the latest &lt;SPAN style="color: #707070; background: whitesmoke; font-size: 10.0pt;"&gt;fsl_5.0.11.p4.7 &lt;/SPAN&gt;Libraries to solve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt;"&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FFreescale%2Fkernel-module-imx-gpu-viv" rel="nofollow" target="_blank"&gt;GitHub - Freescale/kernel-module-imx-gpu-viv: FSL Community fork of Vivante i.MX GPU Linux kernel driver&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 01:05:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646842#M98806</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2017-01-31T01:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display functionality support on custom board based on iMX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646843#M98807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Many thanks for your feedback! Could you please&amp;nbsp;clarify what version of Weston is used for mentionded imx-gpu-viv 5.0.11 8.6? The latests one seems still have issues described above. There is&amp;nbsp;Weston fork to include support for Freescale i.MX (&lt;A href="https://github.com/Freescale/weston-imx"&gt;https://github.com/Freescale/weston-imx&lt;/A&gt;), but it's quite old and is not compatible with libinput from yocto 2.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646843#M98807</guid>
      <dc:creator>alexeylugovskoy</dc:creator>
      <dc:date>2017-01-31T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display functionality support on custom board based on iMX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646844#M98808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the pacthes for weston 1.9 and Latest BSP based on 4.1.5 with gpu p8.3&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/391972"&gt;https://community.nxp.com/thread/391972&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646844#M98808</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2017-01-31T16:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dual display functionality support on custom board based on iMX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646845#M98809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I found that similar issue has been discussed here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/443216"&gt;https://community.nxp.com/thread/443216&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:00:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-display-functionality-support-on-custom-board-based-on-iMX6/m-p/646845#M98809</guid>
      <dc:creator>alexeylugovskoy</dc:creator>
      <dc:date>2017-02-03T14:00:19Z</dc:date>
    </item>
  </channel>
</rss>

