Bug 11906 - the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools
Summary: the new version of mesa3d cannot support etnaviv when compiled with --enable-...
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-24 08:31 UTC by Hichem
Modified: 2020-02-10 14:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hichem 2019-05-24 08:31:36 UTC
when --enable-autotools is used the kmsro driver does not support etnaviv.
so I think mesa3d should be compiled with the meson build system
Comment 1 Hichem 2019-05-24 08:33:17 UTC
just for info: this bug is related to the latest release candidate buildroot-2019.05-rc2
Comment 2 romain.naour 2019-05-26 19:32:41 UTC
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
Comment 3 Hichem 2019-05-27 12:10:10 UTC
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
Comment 4 Hichem 2020-02-10 14:19:42 UTC
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