All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
@ 2019-05-24  8:31 bugzilla at busybox.net
  2019-05-24  8:33 ` [Buildroot] [Bug 11906] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-05-24  8:31 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11906

            Bug ID: 11906
           Summary: the new version of mesa3d cannot support etnaviv when
                    compiled with --enable-autotools
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: hfekih at cannon.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

when --enable-autotools is used the kmsro driver does not support etnaviv.
so I think mesa3d should be compiled with the meson build system

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 11906] the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
  2019-05-24  8:31 [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools bugzilla at busybox.net
@ 2019-05-24  8:33 ` bugzilla at busybox.net
  2019-05-26 19:32 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-05-24  8:33 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11906

--- Comment #1 from Hichem <hfekih@cannon.com> ---
just for info: this bug is related to the latest release candidate
buildroot-2019.05-rc2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 11906] the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
  2019-05-24  8:31 [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools bugzilla at busybox.net
  2019-05-24  8:33 ` [Buildroot] [Bug 11906] " bugzilla at busybox.net
@ 2019-05-26 19:32 ` bugzilla at busybox.net
  2019-05-27 12:10 ` bugzilla at busybox.net
  2020-02-10 14:19 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-05-26 19:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11906

--- Comment #2 from romain.naour at gmail.com ---
Hi,

kmsro driver is currently only available for vc4 GPU since Buildroot (2019.05)
currently use autotools build system. See [1].

As you noticed, building kmsro driver for etnaviv require to use the meson
build system. There is an existing patch series in the patchwork doing so [2].
There is even a patch adding the support for kmsro driver for etnaviv [3].

It would be great if you can test this series and send a feedback (Tested-by).
See [4] for further details.

So this is not really a bug, this is a missing feature due to the late
switching to meson build system in mesa3d package.

Best regards,
Romain

[1]
https://git.buildroot.net/buildroot/commit/?id=c19e2f44cccf65f34c416ecda9a9ebd96608891f
[2] http://patchwork.ozlabs.org/project/buildroot/list/?series=106301
[3] http://patchwork.ozlabs.org/patch/1095779
[4] http://nightly.buildroot.org/manual.html#_reviewing_and_testing_patches

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 11906] the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
  2019-05-24  8:31 [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools bugzilla at busybox.net
  2019-05-24  8:33 ` [Buildroot] [Bug 11906] " bugzilla at busybox.net
  2019-05-26 19:32 ` bugzilla at busybox.net
@ 2019-05-27 12:10 ` bugzilla at busybox.net
  2020-02-10 14:19 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-05-27 12:10 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11906

--- Comment #3 from Hichem <hfekih@cannon.com> ---
Hello

thank you for the info.
I have verified your patch and it is working well for my i.mx6 board.

I still did not figure out how to send a feedback "(Tested-by)", but I will try
to do it in next days

thank you for your help

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 11906] the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
  2019-05-24  8:31 [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2019-05-27 12:10 ` bugzilla at busybox.net
@ 2020-02-10 14:19 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2020-02-10 14:19 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=11906

Hichem <hfekih@cannon.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Hichem <hfekih@cannon.com> ---
I don't know when this is resolved. but I tested buildroot-2019.11.1 and the
Problem does not exist anymore.

the kmsro can be built, since mesa build system is switched to meson

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-10 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24  8:31 [Buildroot] [Bug 11906] New: the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools bugzilla at busybox.net
2019-05-24  8:33 ` [Buildroot] [Bug 11906] " bugzilla at busybox.net
2019-05-26 19:32 ` bugzilla at busybox.net
2019-05-27 12:10 ` bugzilla at busybox.net
2020-02-10 14:19 ` bugzilla at busybox.net

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.