From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 52220E009E5; Sun, 21 Jun 2015 14:48:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (schnitzeltony[at]googlemail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.176 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 22FC5E0051B for ; Sun, 21 Jun 2015 14:48:39 -0700 (PDT) Received: by pdbki1 with SMTP id ki1so125336508pdb.1 for ; Sun, 21 Jun 2015 14:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=l6L0jd7c5Xup/mSBBeWCtJMjEVZWSTu4Tv/NnaBeRS0=; b=Zi1VDv+KC/uQx23u5QS2F3cua9Eq05/cAu1HZLR+a89kG8pijXq4g8iiCtqZPE0gHT MObM/2mEX1FBph5GY5DNY0BfqerwZ4zPX96FucobKVDyBfgsytevBEyXakBg2qhCvrOc /7v7NsdkOm8a2620kCDkV4DgtL1m3T6Is4bw3nkMR6n4YeaYQeNoEEeyvQBuuZMdyqqx zSOGFUp6NEP99FwlTquHwk1ZRpibEVHhxjDdcEqT4HnYIuROudk5Z+cv7ZA0NBVi6wL9 t4TjFgqcv7eVPOYvSPzLyFG4B2OCcTxT4qxD1xXkEWiFgq9r3DyALTNf8xtsvJ1xS+q4 2mYg== MIME-Version: 1.0 X-Received: by 10.70.89.199 with SMTP id bq7mr52124200pdb.168.1434923319186; Sun, 21 Jun 2015 14:48:39 -0700 (PDT) Received: by 10.70.44.41 with HTTP; Sun, 21 Jun 2015 14:48:39 -0700 (PDT) In-Reply-To: References: Date: Sun, 21 Jun 2015 23:48:39 +0200 Message-ID: From: =?UTF-8?Q?Andreas_M=C3=BCller?= To: Otavio Salvador Cc: "meta-freescale@yoctoproject.org" , Prabhu Sundararaj Subject: Re: REGRESSION: Qt5 EGLFS support is broken 3.10.53-1.1.x and 3.14.28-1.0.x GPU X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 21:48:48 -0000 Content-Type: text/plain; charset=UTF-8 On Thu, Jun 18, 2015 at 8:05 PM, Otavio Salvador wrote: > Hello, > > We have some customers which are migrating from Dizzy for Fido. Some > uses Qt5 applications in EGLFS mode and we found a serious regression, > every EGLFS application is returning: > > EGL Error : Could not create the egl surface: error = 0x3003 > > Using 3.10.17, from Dizzy, very same application works fine. > > To reproduce: > > - fsl-community-bsp - fido > - add meta-qt5 > - generate an image with cinematicexperience and qtbase-plugins included > - run the app passing "-platform eglfs" > > To narrow down the issue to the BSP, the meta-qt5 fido branch was used > for both tests (Qt5 5.4.2). > > Does some faced the same issue? > FWIW: Have trouble with qtwayland examples on eglfs. Because my qtwayland is close to 5.5 I thought do test with cinematicexperience as described above. master meta-qt5 / kernel 3.14.28 / master fsl-arm works without issues @60fps. Andreas