<?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: i.MX6 and QtWayland bad performance and other issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336028#M45706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running QtWayland under Weston compositor without X11 is ok, though the performance is not well as my original post. (with Qt5.3.2 + QtWayland 5.4 branch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested Qt5.4-beta1 + QtWayland-5.4-beta1 as wayland client runing under Weston, the slow performance issue seems like gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I really want is to use QtWayland as compositor just like Jolla's does,&amp;nbsp; it's great peaty that i.MX6 can't doing this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 02:12:28 GMT</pubDate>
    <dc:creator>yenchinlee</dc:creator>
    <dc:date>2014-10-29T02:12:28Z</dc:date>
    <item>
      <title>i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336024#M45702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone try playing i.MX6 with QtWayland ? I find out the&lt;/P&gt;&lt;P&gt; QtWayland application performance is really bad, worse than running the same&lt;/P&gt;&lt;P&gt; application under X11 or EGLFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These test is use image build from Yocto project with meta-freescale's patches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I use `Cinematic Experience' as my testing app, here is the&lt;/P&gt;&lt;P&gt; cinematicexperience running under weston with qtwayland.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://www.dropbox.com/s/3au5mmlvkroerh5/i.mx6%20with%20qtwayland.mp4?dl=0" target="_blank"&gt;https://www.dropbox.com/s/3au5mmlvkroerh5/i.mx6%20with%20qtwayland.mp4?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; However, compare the application speed wth EGLFS platform, you will find&lt;/P&gt;&lt;P&gt; the QtWayland on i.MX6 is really slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://www.dropbox.com/s/nmjbzue7k5rxwz6/i.mx6%20with%20eglfs.mp4?dl=0" target="_blank"&gt;https://www.dropbox.com/s/nmjbzue7k5rxwz6/i.mx6%20with%20eglfs.mp4?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Expect for the bad performance, I also can't run QtWayland's examples,&lt;/P&gt;&lt;P&gt; ex: qml-compositor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I try to run the qml-compositor, there's an EGL error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root@machine:/usr/share/qt5/&lt;/P&gt;&lt;P class="a3s"&gt;examples/wayland/qml-compositor# ./qml-compositor -platform eglfs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QEglFSImx6Hooks will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QtCompositor: Failed to initialize EGL display. Could not find glEGLImageTargetTexture2DOES.&lt;BR /&gt; &lt;BR /&gt; Sine the compositor can't initialize EGL display, I can't running either&lt;BR /&gt; opengl app nor QtQuick2 application via wayland protocol.&lt;BR /&gt; &lt;BR /&gt; But weston compositor can run well under the fb-backend.so, just the&lt;BR /&gt; slow qtwayland performance problem (weston-simple-egl works fine).&lt;BR /&gt; &lt;BR /&gt; Since my goal is use Qt as the core of my system, it will be nice to run&lt;BR /&gt; QtWayland and build a compositor in purely Qt, like Jolla's Salifish does.&lt;BR /&gt; &lt;BR /&gt; Is there anyway to make QtWayland and it's example run well under i.MX6 ?&lt;BR /&gt; &lt;BR /&gt; Here is my libraries version and what I do.&lt;BR /&gt; &lt;BR /&gt; Here is my machine info:&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU: i.MX6 DuleLite&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DRAM: 1GB (176MB for GPU)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel: 3.10.17-1.0.1_ga&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type: Based on wandboard&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; meta-freescale branch: master&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; meta-qt5 branch: master&lt;BR /&gt; &lt;BR /&gt; I use Qt 5.3.2 and QtWayland-git branch 5.4 (commit: c3d2a7b), which&lt;BR /&gt; need to add a backport patch to build with Qt 5.3.2, you can find the&lt;BR /&gt; patch at following link&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://pastebin.com/gZFxSgRa" target="_blank"&gt;http://pastebin.com/gZFxSgRa&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; To use qtwayland, you need to setup `QT_WAYLAND_IGNORE_BIND_DISPLAY=1` variable since&lt;BR /&gt; i.MX6 Vivante do not use eglBindWaylandDisplayWL() to bind the&lt;BR /&gt; wl_display to the EGL display. For more information, please see&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://qt.gitorious.org/qt/lkundrak-qtwayland/commit/4d4fe579225ac089b24912bf8fad5585e615ce6b" target="_blank"&gt;https://qt.gitorious.org/qt/lkundrak-qtwayland/commit/4d4fe579225ac089b24912bf8fad5585e615ce6b&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; Note:&lt;BR /&gt; &lt;BR /&gt; [1] You can find Qt 5.3.2 in meta-qt5 master branch&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/meta-qt5/meta-qt5.git" target="_blank"&gt;https://github.com/meta-qt5/meta-qt5.git&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; [2] I also testing the libhybris on i.MX6 with Android 4.4.2_r1, but the&lt;BR /&gt; qml-compositor example also can't run and the qt5-qpa-hwcompositor QPA&lt;BR /&gt; plugin performance is not so good like qtwayland.&lt;BR /&gt; &lt;BR /&gt; If you interesting to testing i.mx6 with libhybris, you can find some&lt;BR /&gt; info in&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/aosp-hybris" target="_blank"&gt;https://github.com/aosp-hybris&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; The libhybris please to use following repo&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/aosp-hybris/libhybris" target="_blank"&gt;https://github.com/aosp-hybris/libhybris&lt;/A&gt;&amp;nbsp;&amp;nbsp; (branch: test_viv)&lt;BR /&gt; &lt;BR /&gt; Currently aosp-hybris project just put on hold (temporarily halted)&lt;BR /&gt; until my company's work finish. But if you interested in how to run&lt;BR /&gt; i.MX6DL under wandboard with libhybrs, you can contacts me for the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336024#M45702</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-10-20T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336025#M45703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been looking at it for some time now and cannot figure out how to solve the "fbCreateWindow(compositor-&amp;gt;display, -1, -1, 0, 0)" problem. fbCreateWindow is called from the eglfs QPA-plugin long before the compositor-&amp;gt;display is ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In weston this patch is added to solve this issue. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/meta-fsl-arm/recipes-graphics/wayland/weston-1.5.0/0001-Add-Vivante-EGL-support.patch?h=daisy_3.10.31-1.1.0_beta"&gt;http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/meta-fsl-arm/recipes-graphics/wayland/weston-1.5.0/0001-Add-Vivante-EGL-support.patch?h=daisy_3.10.31-1.1.0_beta&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I c'nt solve it in qt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 05:24:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336025#M45703</guid>
      <dc:creator>ortogonal</dc:creator>
      <dc:date>2014-10-25T05:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336026#M45704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first I think it's QtWayland's problem, but after see your comment and the IRC log, I think it may the eglfs plugins problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When building qtbase with eglfs plugin, it will use the qeglfshooks_imx6.cpp, maybe we should add patch here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the Freescale will help this problem :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some others discuss this issue on IRC &lt;A href="http://irclog.whitequark.org/imx6-dev/2014-03-09" title="http://irclog.whitequark.org/imx6-dev/2014-03-09"&gt; #imx6-dev on 2014-03-09 — irc logs at whitequark.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 01:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336026#M45704</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-10-27T01:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336027#M45705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that making changes in the hook-file is needed, but I think we might need to get into QtWayland as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you managed to get Weston up and running without using X?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336027#M45705</guid>
      <dc:creator>ortogonal</dc:creator>
      <dc:date>2014-10-28T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336028#M45706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running QtWayland under Weston compositor without X11 is ok, though the performance is not well as my original post. (with Qt5.3.2 + QtWayland 5.4 branch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested Qt5.4-beta1 + QtWayland-5.4-beta1 as wayland client runing under Weston, the slow performance issue seems like gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I really want is to use QtWayland as compositor just like Jolla's does,&amp;nbsp; it's great peaty that i.MX6 can't doing this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 02:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336028#M45706</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-10-29T02:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336029#M45707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it!&lt;/P&gt;&lt;P&gt;I will write more information tomorrow or the day after that! But it works and the performance is really great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336029#M45707</guid>
      <dc:creator>ortogonal</dc:creator>
      <dc:date>2014-10-29T19:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336030#M45708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds great ! What the magic did you do ?&amp;nbsp; Could you share the patch to let me help with testing this problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 20:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336030#M45708</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-10-29T20:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336031#M45709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add current status what I have tested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- kernel 3.10.17-1.0.1_ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1.&lt;STRONG&gt;FAILED &lt;/STRONG&gt; QtWayland Compositor with X11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QT_WAYLAND_CLIENT_BUFFER_INTEGRATION=xcomposite-egl ./qml-compositor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When execute QtWayland client, it show something bind error like following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; root@wandboard:/# Qt5_CinematicExperience -platform wayland-xcomposite-egl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using XComposite-EGL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROOT INFORMATION 0x1e950a8 8388615 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Failed to bind&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Failed to bind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. &lt;STRONG&gt;FAILED &lt;/STRONG&gt;QtWayland Compositor with eglfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./qml-compositor -platform eglfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As this post describe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3. &lt;STRONG&gt;FAILED &lt;/STRONG&gt;QtWayland with libhybris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As this post describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4. QtWayland with Weston&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use weston as your compositor if not interested with QtWaylandCompositor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- kernel 3.10.17-1.0.2_ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;FAILED &lt;/STRONG&gt;QtWayland Compositor with eglfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./qml-compositor -platform eglfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As this post describe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; For those want to use QtWaylandCompositer like Jolla's Salifish or WebOS does, i.MX6 may not suit your need.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 08:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336031#M45709</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-11-03T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336032#M45710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QtWaylandCompositor works with IMX6 if some patches are added to QtBase and to QtWayland. Patches can be downloaded from: &lt;A href="https://gist.github.com/ortogonal/c54e458e2fa856ec0923"&gt;https://gist.github.com/ortogonal/c54e458e2fa856ec0923&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just the first version, it still contains some debug information that is not needed and the biggest problem is that it adds a dependency in QtBase to wayland-server which is not really a great solution. One way to solve this is maybe to move a patched version of the eglfs platform plugin to qtwayland instead. I will continue with this work and try to make the patches more simple to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested this on an iMX6 with custom kernel and rootfs using the 3.10.31 beta GPU-drivers. QtBase is e3bfd9bea65cc7a9e1742b0cb7ca9af22c42f730 and QtWayland is 806ada3e8b8d1ea8f29c839f22963417f7c34a90. Both are in the 5.4 branch. It will probably work on the latest stuff in the 5.4 branches as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post a more detailed blog post of what these patches does and what the "magic" is in a couple of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you have questions, problems or feedback on the don't hesitate to speak up!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Erik Larsson, Senior Software Engineer Combitech AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 10:04:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336032#M45710</guid>
      <dc:creator>ortogonal</dc:creator>
      <dc:date>2014-11-03T10:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336033#M45711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though I still testing this patch, but I can confirm it can work with the qml-compositor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll add the information about how to use Yocto project with this patch later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 02:19:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336033#M45711</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-11-04T02:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336034#M45712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those interesting in running QtWaylandCompositor under Freescale i.MX6 platform, you can try above patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use it to run the qml-compositor, but it seems like there are some problem we need to overcome, ex: After running qml-compositor about 5 minute or execute more application, I can't make the new application show on the compositor. (I know I can't really describe the problem here, just run the compositor with more application then you may know what I talk about.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use Yocto to test this patch, I have build a simple layer here&amp;nbsp; &lt;A href="https://github.com/coldnew/meta-fsl-imx6-qtwayland" title="https://github.com/coldnew/meta-fsl-imx6-qtwayland"&gt;coldnew/meta-fsl-imx6-qtwayland · GitHub&lt;/A&gt; which contains Erik's patch(with a little fix). Note that you need to use the &lt;STRONG&gt;dizzy&lt;/STRONG&gt; branch of meta-qt5, since these patch is for Qt5.4-beta1. (Note: You need to set DISTRO_FEATURES = "wayland")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After building your qt source, you also need to install &lt;STRONG&gt;libgles-mx6&lt;/STRONG&gt; manualy, else when you execute the qml-compositor, you will get following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QtCompositor: Failed to initialize EGL display. Could not find glEGLImageTargetTexture2DOES.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 03:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336034#M45712</guid>
      <dc:creator>yenchinlee</dc:creator>
      <dc:date>2014-11-04T03:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336035#M45713</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;I try build and use Wayland/Weston-1.70 and cross compile this at buildroot 2014.08. Qt is 5.4.&lt;/P&gt;&lt;P&gt;Build is success but use is imposible.&lt;/P&gt;&lt;P&gt;I run weston by: #weston --backend=fbdev-backend,so --tty=1&lt;/P&gt;&lt;P&gt;I run qt applications and got an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# ./qopenglwindow&lt;/P&gt;&lt;P&gt;Using Wayland-EGL&lt;/P&gt;&lt;P&gt;virtual void QWaylandEglClientBufferIntegration::initialize(QWaylandDisplay*) m_eglDisplay 0x6bbc98e0&lt;/P&gt;&lt;P&gt;failed to initialize EGL display&lt;/P&gt;&lt;P&gt;Cant find EGLConfig, returning null config&lt;/P&gt;&lt;P&gt;Cant find EGLConfig, returning null config&lt;/P&gt;&lt;P&gt;QWaylandGLContext: failed to create EGLContext, error=3008&lt;/P&gt;&lt;P&gt;QOpenGLWindow::beginPaint: Failed to create context&lt;/P&gt;&lt;P&gt;QOpenGLWindow::beginPaint: Failed to make context current&lt;/P&gt;&lt;P&gt;QOpenGLFunctions created with non-current context&lt;/P&gt;&lt;P&gt;Segmentation fault&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# ./test_qt_ap&lt;/P&gt;&lt;P&gt;Using Wayland-EGL &lt;/P&gt;&lt;P&gt;virtual void QWaylandEglClientBufferIntegration::initialize(QWaylandDisplay*) m_eglDisplay 0x6affa8e0 &lt;/P&gt;&lt;P&gt;failed to initialize EGL display &lt;/P&gt;&lt;P&gt;Cant find EGLConfig, returning null config &lt;/P&gt;&lt;P&gt;QWaylandGLContext: failed to create EGLContext, error=3008 &lt;/P&gt;&lt;P&gt;Failed to create EGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile&amp;nbsp; 0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336035#M45713</guid>
      <dc:creator>dmitrypozhidaev</dc:creator>
      <dc:date>2015-03-10T12:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336036#M45714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have applied Eric's patches on qt 5.4.0 and i got it working like you do. I have experienced the same behavior you did but i think i can overcome this. &lt;/P&gt;&lt;P&gt;Try this on line 56 :&lt;/P&gt;&lt;P&gt;onVisibleChanged: {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(child &amp;amp;&amp;amp; child.focus) {&lt;/P&gt;&lt;P&gt;&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; child.surface.clientRenderingEnabled = visible&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;and let me know if that worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 10:47:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336036#M45714</guid>
      <dc:creator>stavrosmarkou</dc:creator>
      <dc:date>2015-04-21T10:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336037#M45715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to resolve the error because I am also seeing the same problem on imx6 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjeev Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:49:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336037#M45715</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2015-09-04T05:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336038#M45716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hello YenChin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Are these patches &lt;A class="jive-link-external-small" href="https://gist.github.com/ortogonal/c54e458e2fa856ec0923" rel="nofollow"&gt;https://gist.github.com/ortogonal/c54e458e2fa856ec0923&amp;nbsp; &lt;/A&gt;are also applicable for omap arm.We are using wayland-egl platform plugin and we are trying to run qml app on QTwebengine 5.4 but getting an error at&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #303030;"&gt;GLContextHelper::getEGLDisplay(); Do you have any idea ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030; font-size: 12pt;"&gt;Any help would be appreciated . &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 05:56:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336038#M45716</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2015-09-04T05:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336039#M45717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik,&lt;/P&gt;&lt;P&gt;I have the similar issue with very bad performance with my browser. I have board with i.mx6, qt5.3, qtwayland plugin, weston. &lt;/P&gt;&lt;P&gt;I am trying different ways:&lt;/P&gt;&lt;P&gt;1. QWebView + wayland plugin - works very bad - 4 fps on some screen with animation;&lt;/P&gt;&lt;P&gt;2. QGraphicsWebView + QGLWidget + wayland plugin - I have not tested it yet; &lt;/P&gt;&lt;P&gt;3. QGraphicsWebView + QGLWidget + eglfs plugin&amp;nbsp; - works better than way 1, but still bad - 8 fps;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need run browser with weston + wayland plugin. I hope step 2 will have better performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what did you do to get good performance. I have not found any information about your "magic" changes. &lt;/P&gt;&lt;P&gt;Could you help me with this, I have been working on this issue for a couple of months, and didn't get any good result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Viktor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 11:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336039#M45717</guid>
      <dc:creator>viktortovpyga</dc:creator>
      <dc:date>2015-09-14T11:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336040#M45718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viktor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to test below configuration ?&lt;/P&gt;&lt;P&gt;QGraphicsWebView + QGLWidget + wayland plugin - I have not tested it yet;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjeev Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 05:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336040#M45718</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2015-09-17T05:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336041#M45719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to resolve the error by following Eric patch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 07:11:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336041#M45719</guid>
      <dc:creator>sanjeevsharma</dc:creator>
      <dc:date>2015-09-17T07:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336042#M45720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;QGraphicsWebView + QGLWidget + wayland plugin - no, I see black screen. But it is not needed now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I have found other way. &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;QOpenGLWidget newer than &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;QGLWidget.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1. QGraphicsWebView + QOpenGLWidget+ platform wayland + weston - works very slow - 8 FPS&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;2. QGraphicsWebView + QOpenGLWidget + platform eglfs&amp;nbsp; - works better than way 1, but still bad - 16 FPS&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;It would be great to get some fixes to make it works better.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Is it possible to use acceleration for&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;QWebView &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;+ platform wayland + weston - it is extremely slow - 3 FPS - but it is most desirable scheme for me.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 00:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336042#M45720</guid>
      <dc:creator>viktortovpyga</dc:creator>
      <dc:date>2015-09-19T00:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 and QtWayland bad performance and other issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336043#M45721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;does this problem still exist?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i use imx6solox with krogoth. qml-compositor and qwindow-compositor don't work.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;qtwayland and opengl are installed. i can run qml application on weston. but the compositors get to errors:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when weston is up and i run qwindow-compositor, it says : another compositor is running.(cant lock lock file ...)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when i stop weston and run qwindow-compositor, it says: QXcbconnection: failed to connect to display {:0}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i tried the patches, but the files seem to change and as it is in the text above are not for krogoth distribution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;could anyone put me in correct direction please?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-and-QtWayland-bad-performance-and-other-issue/m-p/336043#M45721</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2017-07-19T09:27:31Z</dc:date>
    </item>
  </channel>
</rss>

