From: Alexander Holler <holler@ahsoftware.de>
To: meta-freescale@yoctoproject.org
Subject: Re: 3.10.31-beta: gcoHAL_Construct returns -7 (gcvSTATUS_GENERIC_IO)
Date: Sun, 31 Aug 2014 21:50:59 +0200 [thread overview]
Message-ID: <54037CA3.5030302@ahsoftware.de> (raw)
In-Reply-To: <54022ED0.8000305@ahsoftware.de>
Am 30.08.2014 22:06, schrieb Alexander Holler:
> 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.
I'm a bit further: the error does come from this part of the galcore
stuff in the kernel (drv_ioctl())
/* Now bring in the gcsHAL_INTERFACE structure. */
if ((drvArgs.InputBufferSize != sizeof(gcsHAL_INTERFACE))
|| (drvArgs.OutputBufferSize != sizeof(gcsHAL_INTERFACE))
)
{
return some error
}
where sizeof(gcsHAL_INTERFACE) is 264 bytes long on the other two are
just 248 bytes long.
I'm using gcc 4.8.3 to compile both kernel and userland, but I have no
idea what was used to compile the binary blobs.
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.
Regards,
Alexander Holler
next prev parent reply other threads:[~2014-08-31 19:51 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 [this message]
2014-09-01 12:36 ` Otavio Salvador
2014-09-01 12:59 ` Alexander Holler
2014-09-01 14:01 ` Alexander Holler
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=54037CA3.5030302@ahsoftware.de \
--to=holler@ahsoftware.de \
--cc=meta-freescale@yoctoproject.org \
/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.