From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe002.messaging.microsoft.com [213.199.154.205]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 122FEE01409 for ; Mon, 3 Jun 2013 12:44:42 -0700 (PDT) Received: from mail5-am1-R.bigfish.com (10.3.201.244) by AM1EHSOBE025.bigfish.com (10.3.207.147) with Microsoft SMTP Server id 14.1.225.23; Mon, 3 Jun 2013 19:44:40 +0000 Received: from mail5-am1 (localhost [127.0.0.1]) by mail5-am1-R.bigfish.com (Postfix) with ESMTP id 24AC02C0061; Mon, 3 Jun 2013 19:44:40 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(z21eIzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzzz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail5-am1 (localhost.localdomain [127.0.0.1]) by mail5-am1 (MessageSwitch) id 1370288678235327_23513; Mon, 3 Jun 2013 19:44:38 +0000 (UTC) Received: from AM1EHSMHS009.bigfish.com (unknown [10.3.201.244]) by mail5-am1.bigfish.com (Postfix) with ESMTP id 370321201CE; Mon, 3 Jun 2013 19:44:38 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS009.bigfish.com (10.3.207.109) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 3 Jun 2013 19:44:38 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Mon, 3 Jun 2013 19:45:06 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r53JhsL0021724; Mon, 3 Jun 2013 12:43:55 -0700 Message-ID: <51ACF18B.2030909@freescale.com> Date: Mon, 3 Jun 2013 16:42:03 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Otavio Salvador References: <1370212724-2939-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1370212724-2939-1-git-send-email-otavio@ossystems.com.br> X-OriginatorOrg: freescale.com Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm PATCH 0/6] GPU and Kernel update for 3.0.35-4.0.0 BSP 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: Mon, 03 Jun 2013 19:44:42 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/02/2013 07:38 PM, Otavio Salvador wrote: > Hello, > > This patchset update the GPU and kernel for the 3.0.35-4.0.0 BSP; it > needs a good test and I plan to merge it in June 10th in master. > > I am also sending another patchset for the meta-fsl-arm-extra; so this > cover letter is intended to be taken for both series. > > I am trying to iron out a segfault in Xorg which I see with Wandboard > boards but people who tested in other boards (which I don't have) said > it runs as good as previous BSP. With these remarks it has as known > issues: > > * segfault in Wandboard > * non-fullscreen acceleration broken (as 3.0.35-1.1.0 and 3.0.35-3.0.0 > releases) > I get no error from cover_flow, but I don't see a thing on screen (xterm is already there) root@imx6qsabresd:~# DISPLAY=:0 /opt/viv_samples/vdk/cover_flow Loading texture 1 of 9... Loading texture 2 of 9... Loading texture 3 of 9... Loading texture 4 of 9... Loading texture 5 of 9... Loading texture 6 of 9... Loading texture 7 of 9... Loading texture 8 of 9... Loading texture 9 of 9... The same for tiger: root@imx6qsabresd:~# DISPLAY=:0 /opt/viv_samples/tiger/tiger id=64, a,b,g,r=0,5,6,5, d,s=16,0, AA=0,openvgbit=23 frames:100 -- fps:151.975677 root@imx6qsabresd:~# DISPLAY=:0 /opt/viv_samples/tiger/tiger id=64, a,b,g,r=0,5,6,5, d,s=16,0, AA=0,openvgbit=23 frames:100 -- fps:150.375946 -- Daiane