From: Gary Bisson <bisson.gary@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 5/7] package/freescale-imx/imx-gpu-viv: bump to version 6.4.0.p1.0
Date: Mon, 10 Feb 2020 16:51:02 +0100 [thread overview]
Message-ID: <20200210155102.GA335587@p1g2.work> (raw)
In-Reply-To: <CAMWBNu6Gnqxh+_fPzFJL6Tda3g=dWpcwkj0pH9TkPT-VutxKYQ@mail.gmail.com>
Hello Thomas, Refik,
On Wed, Feb 05, 2020 at 09:44:36PM +0300, Refik Tuzakli wrote:
> Hello,
>
> Have nice vacation, Gary.
>
> we don't need mesa3d to work with opengl, opencl... if we use vivante
> dirver by NXP. it is closed source and has limitations.
Yes you do need mesa3d otherwise you won't have any header and therefore
won't be able to build anything.
Yocto recipe explains it here:
https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc#n23
> For imx8 families it drops X11 and framebuffer backend for opengl support.
> Unfortunately, Gary is right. Instead of supporting mesa3d to enable it for
> imx users, they overwrite the opengl libraries in Yocto Project.
> There is etnaviv driver to use directly with mesa3d without any vivante
> driver. However it is new for gpu on imx8 families.
> So I can not make it work on imx8qxp.
>
> Thomas was right about opengl framebuffer backend. Now NXP does not supply
> libGL-fb on imx-gpu-viv-6.4.0.p1.0.
> It is buggy gpu driver for 32 bit architecture(imx6 familes). In Yocto
> project, they solve the problem by creating dummy libGL.so for framebuffer
> backend.
> It is also weird. I gues we need to wait for better gpu driver.
>
> Now I make weston and wayland work with vivante 6.4.0.p1.0 version on the
> opengl wayland backend. However,
> Freescale firmware is need to rearrange because after 6.4.0 there are
> neural network, openvx and vulkan support.
> If we add all these support, they occupy more than 125MB. I guess it is too
> much to allocate such space for libraries that we don't need.
>
> Apart from freescale firmware, I plan to update weston for imx. I saw a
> discussion about it on Buildroot, too.
>
> I work on imx8qxp mek board by NXP. I only test wayland weston on it.
>
> It wasn't me because I am almost new to contribute to Buildroot :)
>
> I have some experience about imx8 and want to share.
>
> Cheers,
>
> On Wed, Feb 5, 2020 at 7:48 PM Thomas Petazzoni <
> thomas.petazzoni at bootlin.com> wrote:
>
> > Hello,
> >
> > On Wed, 5 Feb 2020 16:54:15 +0100
> > Gary Bisson <bisson.gary@gmail.com> wrote:
> >
> > > I'm on vacation this week without any laptop around so my answer will
> > most
> > > likely be inaccurate.
> >
> > Thanks, enjoy your vacations! :-)
> >
> > > But I'll try off the top of my head:
> > > - the main goal was to copy the yocto recipe for the build cmds, the
> > links
> > > commands should match more or less
> > > - but openGL was indeed never properly supported anyway since it required
> > > to build mesa3d but overwrite the libGL library at the end (what was done
> > > by yocto at the time) which wasn't supported in BR
> >
> > Argh. Horrible. Why do they do that ?
> >
> > > - the only person I know who added some kind of openGL support in
> > Buildroot
> > > is you ;) (I recall a "imx-fix" branch in FE git server)
> >
> > Me Thomas, or Refik ? I might have submitted some OpenGL changes a
> > while ago, but I'm certainly not the only one.
You Thomas, sorry for the confusion. I don't think you ever pushed the
change as you were not happy with it at the time.
It was on http://git.free-electrons.com/, is a bootlin equivalent
existing?
Regards,
Gary
next prev parent reply other threads:[~2020-02-10 15:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-03 19:31 [Buildroot] [PATCH v2 1/7] enable vivante gpu driver for imx8x Refik Tuzakli
2020-02-03 19:31 ` [Buildroot] [PATCH v2 2/7] package/freescale-imx/imx-dpu-g2d: new package imx-dpu-g2d package is used by i.MX 8 and i.MX 8X series instead of imx-vpu or imx-vpu-hantro.With this commit, imx-dpu-g2d is added and is enabled for i.MX 8X Refik Tuzakli
2020-02-03 23:02 ` Thomas Petazzoni
2020-02-10 15:58 ` Gary Bisson
2021-08-05 20:51 ` Thomas Petazzoni
2021-08-06 7:33 ` Gary Bisson
2020-02-03 19:31 ` [Buildroot] [PATCH v2 3/7] availability control for vpu in i.MX families Refik Tuzakli
2020-02-03 23:09 ` Thomas Petazzoni
2020-02-03 19:31 ` [Buildroot] [PATCH v2 4/7] install video encode decode firwmare into target for imx8x Refik Tuzakli
2020-02-03 19:31 ` [Buildroot] [PATCH v2 5/7] package/freescale-imx/imx-gpu-viv: bump to version 6.4.0.p1.0 Refik Tuzakli
2020-02-04 22:10 ` Thomas Petazzoni
[not found] ` <CAMWBNu68n60JO5X1rUxnb5TD1RvV9FqeghtPLttJSHExkUy3gQ@mail.gmail.com>
2020-02-05 8:39 ` Thomas Petazzoni
2020-02-05 15:54 ` Gary Bisson
2020-02-05 16:48 ` Thomas Petazzoni
2020-02-05 18:44 ` Refik Tuzakli
2020-02-10 15:51 ` Gary Bisson [this message]
2020-02-10 15:56 ` Thomas Petazzoni
2020-02-03 19:31 ` [Buildroot] [PATCH v2 6/7] package/freescale-imx/imx-gpu-g2d: " Refik Tuzakli
2020-02-04 22:06 ` Thomas Petazzoni
2020-02-03 19:31 ` [Buildroot] [PATCH v2 7/7] DEVELOPERS: update my entry list Refik Tuzakli
2020-03-15 22:11 ` Thomas Petazzoni
2020-02-03 22:46 ` [Buildroot] [PATCH v2 1/7] enable vivante gpu driver for imx8x Thomas Petazzoni
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=20200210155102.GA335587@p1g2.work \
--to=bisson.gary@gmail.com \
--cc=buildroot@busybox.net \
/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.