From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2C9ABE007C8; Sat, 30 Aug 2014 13:06:53 -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=0.6 required=5.0 tests=BAYES_00, SUBJ_OBFU_PUNCT_FEW, SUBJ_OBFU_PUNCT_MANY autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.7 SUBJ_OBFU_PUNCT_FEW Possible punctuation-obfuscated Subject: header * 1.8 SUBJ_OBFU_PUNCT_MANY Punctuation-obfuscated Subject: header Received: from mail.ahsoftware.de (h1446028.stratoserver.net [85.214.92.142]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DE60DE00720 for ; Sat, 30 Aug 2014 13:06:51 -0700 (PDT) Received: by mail.ahsoftware.de (Postfix, from userid 65534) id E1C542C9C6BE; Sat, 30 Aug 2014 22:06:45 +0200 (CEST) Received: from eiche.ahsoftware (p57B2307D.dip0.t-ipconnect.de [87.178.48.125]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ahsoftware.de (Postfix) with ESMTPSA id 732462C9C6BA for ; Sat, 30 Aug 2014 22:06:44 +0200 (CEST) Received: by eiche.ahsoftware (Postfix, from userid 65534) id 5269A8B0C1; Sat, 30 Aug 2014 22:06:43 +0200 (CEST) Received: from krabat.ahsoftware (unknown [IPv6:feee::5246:5dff:fe8b:95f8]) by eiche.ahsoftware (Postfix) with ESMTP id B6C327F972 for ; Sat, 30 Aug 2014 20:06:40 +0000 (UTC) Message-ID: <54022ED0.8000305@ahsoftware.de> Date: Sat, 30 Aug 2014 22:06:40 +0200 From: Alexander Holler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: 3.10.31-beta: gcoHAL_Construct returns -7 (gcvSTATUS_GENERIC_IO) 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: Sat, 30 Aug 2014 20:06:53 -0000 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hello, as I'm curious how the accelerated graphics do look like on the i.mx6q, I've compiled and installed what's seems to be necessary to use xserver-xorg-video-imx-viv (kernel and all libs/drivers are at 3.10.31-beta, xorg is 1.15.0, the system is hfp, not using yocto). When starting the xserver it ends up with: (...) [ 53.368] (II) UploadToScreen [ 53.368] (EE) VIVANTE(0): internal error: GPU Ctx Init Failed [ 53.369] (EE) VIVANTE(0): internal error: initExaLayer failed in FBDevScreenInit() [ 53.369] (II) VIVANTE(0): Init SHM pixmap support [ 53.369] (==) VIVANTE(0): Backing store enabled (...) which comes because gcoHAL_Construct() returns -7 (gcvSTATUS_GENERIC_IO). As most stuff is only binary, there isn't much I could do. galcore.showArgs=1 says the following: [ 2.503451] Galcore version 5.0.11.19959 [ 2.503454] Galcore options: [ 2.503456] irqLine = 41 [ 2.503459] registerMemBase = 0x00130000 [ 2.503462] registerMemSize = 0x00004000 [ 2.503464] irqLine2D = 42 [ 2.503466] registerMemBase2D = 0x00134000 [ 2.503468] registerMemSize2D = 0x00004000 [ 2.503470] irqLineVG = 43 [ 2.503472] registerMemBaseVG = 0x02204000 [ 2.503473] registerMemSizeVG = 0x00004000 [ 2.503476] contiguousSize = 134217728 [ 2.503478] contiguousBase = 0x6E700000 [ 2.503480] bankSize = 0x00000000 [ 2.503482] fastClear = -1 [ 2.503484] compression = -1 [ 2.503485] signal = 48 [ 2.503488] powerManagement = 1 [ 2.503490] baseAddress = 0x00000000 [ 2.503491] physSize = 0x00000000 [ 2.503493] logFileSize = 10240 KB [ 2.503495] recovery = 1 [ 2.503497] stuckDump = 1 [ 2.503498] gpuProfiler = 0 and that -7 doesn't seem to come from the kernel driver. Any ideas? Regards, Alexander Holler