From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0F079E00842; Tue, 2 Sep 2014 06:33:16 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [207.46.163.203 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0203.outbound.protection.outlook.com [207.46.163.203]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 90D37E00837 for ; Tue, 2 Sep 2014 06:33:11 -0700 (PDT) Received: from DM2PR0301MB0701.namprd03.prod.outlook.com (25.160.96.27) by DM2PR0301MB0703.namprd03.prod.outlook.com (25.160.97.11) with Microsoft SMTP Server (TLS) id 15.0.1015.19; Tue, 2 Sep 2014 13:32:55 +0000 Received: from DM2PR0301MB0701.namprd03.prod.outlook.com ([25.160.96.27]) by DM2PR0301MB0701.namprd03.prod.outlook.com ([25.160.96.27]) with mapi id 15.00.1015.018; Tue, 2 Sep 2014 13:32:55 +0000 From: Lauren Post To: Alexander Holler , Otavio Salvador Thread-Topic: [meta-freescale] 3.10.31-beta: gcoHAL_Construct returns -7 (gcvSTATUS_GENERIC_IO) Thread-Index: AQHPxI4SCiA4a08nF029MijZWqXk5JvrIKmAgAEY9oCAAAZXAIAAEUeAgAGKBUA= Date: Tue, 2 Sep 2014 13:32:55 +0000 Message-ID: <7aafbc08e6ca43d397588d97da15e011@DM2PR0301MB0701.namprd03.prod.outlook.com> References: <54022ED0.8000305@ahsoftware.de> <54037CA3.5030302@ahsoftware.de> <54046DA4.1020105@ahsoftware.de> <54047C23.2060204@ahsoftware.de> In-Reply-To: <54047C23.2060204@ahsoftware.de> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [192.88.168.50] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;UriScan:; x-forefront-prvs: 0322B4EDE1 x-forefront-antispam-report: SFV:NSPM; SFS:(6009001)(189002)(377454003)(5423002)(199003)(13464003)(79102001)(4396001)(2656002)(77982001)(15975445006)(90102001)(46102001)(83072002)(64706001)(19580395003)(80022001)(76482001)(86362001)(85852003)(77096002)(19580405001)(87936001)(85306004)(76576001)(66066001)(93886004)(108616004)(107046002)(83322001)(50986999)(99286002)(74662001)(106356001)(20776003)(33646002)(92566001)(81342001)(95666004)(105586002)(81542001)(101416001)(54356999)(74502001)(21056001)(74316001)(76176999)(106116001)(99396002)(31966008)(24736002); DIR:OUT; SFP:; SCL:1; SRVR:DM2PR0301MB0703; H:DM2PR0301MB0701.namprd03.prod.outlook.com; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-OriginatorOrg: freescale.com Cc: "meta-freescale@yoctoproject.org" Subject: Re: 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: Tue, 02 Sep 2014 13:33:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable You can't mix and match 3.10.17 kernel with 3.10.31 graphics unless you tak= e the 3.10.31 graphics driver and put it on 3.10.17 kernel. The kernel dr= iver and graphics package must align. That is why you have build issues. Lauren -----Original Message----- From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounce= s@yoctoproject.org] On Behalf Of Alexander Holler Sent: Monday, September 01, 2014 9:01 AM To: Otavio Salvador Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] 3.10.31-beta: gcoHAL_Construct returns -7 (gc= vSTATUS_GENERIC_IO) Just checked 3.10.17 and there the size of gcsHAL_INTERFACE is 248, the sam= e as used by the libs in gpu-viv-bin-mx6q-3.10.31-1.1.0-beta. So the libs s= eem to have been compiled against headers with an old gcsHAL_INTERFACE and = are therefor unusable with kernel 3.10.31. Here is a small test program one can check against kernel 3.10.17 and 3.10.31: ----------------------------- #include #include "/usr/src/linux/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal.h" int main(void) { printf("Size: %u\n", sizeof(gcsHAL_INTERFACE)); return 0; } ----------------------------- Regards, Alexander Holler -- _______________________________________________ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale