From: Alexander Holler <holler@ahsoftware.de>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: 3.10.31-beta: gcoHAL_Construct returns -7 (gcvSTATUS_GENERIC_IO)
Date: Mon, 01 Sep 2014 16:01:07 +0200 [thread overview]
Message-ID: <54047C23.2060204@ahsoftware.de> (raw)
In-Reply-To: <54046DA4.1020105@ahsoftware.de>
Am 01.09.2014 14:59, schrieb Alexander Holler:
> Am 01.09.2014 14:36, schrieb Otavio Salvador:
>> On Sun, Aug 31, 2014 at 4:50 PM, Alexander Holler
>> <holler@ahsoftware.de> wrote:
>>> Am 30.08.2014 22:06, schrieb Alexander Holler:
>>> Don't know if and when I will spend the time to search further, but if I
>>> will found out why, I'll send an update to this mail.
>>
>> You seem to not be using Yocto Project-based system so in this case it
>> may be anything which we already fixed in past. In either case,
>> 3.10.31 is being included in master-next and has not yet been tested
>> (as still has build errors) so I'd wait for this before porting it to
>> other distribution.
>
> I haven't had much luck with 3.10.17 too and I definitely don't want to
> use Yocto. It doesn't met my requirements. And I can fix build errors
> myself, provided that I can build myself. Unfortunately that isn't the
> case for gpu-viv-bin-mx6q where gcoHAL_Construct() seems to be hidden.
>
> Which is why I'm asking for help here. There doesn't seem to be another
> mailing list available in regard to i.mx6, just forums or similiar.
>
> Anyway, thanks for the answer.
Just checked 3.10.17 and there the size of gcsHAL_INTERFACE is 248, the
same as used by the libs in gpu-viv-bin-mx6q-3.10.31-1.1.0-beta. So the
libs seem 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 <stdio.h>
#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
next prev parent reply other threads:[~2014-09-01 14:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 20:06 3.10.31-beta: gcoHAL_Construct returns -7 (gcvSTATUS_GENERIC_IO) Alexander Holler
2014-08-31 19:50 ` Alexander Holler
2014-09-01 12:36 ` Otavio Salvador
2014-09-01 12:59 ` Alexander Holler
2014-09-01 14:01 ` Alexander Holler [this message]
2014-09-02 13:32 ` Lauren Post
2014-09-02 14:18 ` Alexander Holler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54047C23.2060204@ahsoftware.de \
--to=holler@ahsoftware.de \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.