* [ptxdist] [PATCH] mesalib: add all currently supported kmsro drivers
@ 2020-11-30 13:39 Lucas Stach
2020-12-11 7:14 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2020-11-30 13:39 UTC (permalink / raw)
To: ptxdist
Instead of adding kmsro drivers one by one, just add the full list of
drivers supported by the current mesa 20.2. The impact to the target
filesystem is low, as each driver only adds a symlink to the kmsro
megadriver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/mesalib.make | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 0ab0ccd1bf2e..a59e5f485fc8 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -64,7 +64,26 @@ MESALIB_DRI_LIBS-y = \
$(subst nouveau,nouveau_vieux,$(MESALIB_DRI_DRIVERS-y))
MESALIB_DRI_GALLIUM_LIBS-y = \
- $(subst kmsro,imx-drm pl111 hx8357d stm,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y)))
+ $(subst kmsro, \
+ armada-drm \
+ exynos \
+ hx8357d \
+ ili9225 \
+ ili9341 \
+ imx-drm \
+ ingenic-drm \
+ mcde \
+ meson \
+ mi0283qt \
+ mxsfb-drm \
+ pl111 \
+ repaper \
+ rockchip \
+ st7586 \
+ st7735r \
+ stm \
+ sun4i-drm \
+ ,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y)))
ifdef PTXCONF_ARCH_X86
MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] mesalib: add all currently supported kmsro drivers
2020-11-30 13:39 [ptxdist] [PATCH] mesalib: add all currently supported kmsro drivers Lucas Stach
@ 2020-12-11 7:14 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-12-11 7:14 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Stach
Thanks, applied as 33ff6904304c38bf251caf1b905143b2ca90e169.
Michael
[sent from post-receive hook]
On Fri, 11 Dec 2020 08:14:09 +0100, Lucas Stach <l.stach@pengutronix.de> wrote:
> Instead of adding kmsro drivers one by one, just add the full list of
> drivers supported by the current mesa 20.2. The impact to the target
> filesystem is low, as each driver only adds a symlink to the kmsro
> megadriver.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20201130133915.29533-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index 21696ec2f1ad..706d27b076fb 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -64,7 +64,26 @@ MESALIB_DRI_LIBS-y = \
> $(subst nouveau,nouveau_vieux,$(MESALIB_DRI_DRIVERS-y))
>
> MESALIB_DRI_GALLIUM_LIBS-y = \
> - $(subst kmsro,imx-drm pl111 hx8357d stm,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y)))
> + $(subst kmsro, \
> + armada-drm \
> + exynos \
> + hx8357d \
> + ili9225 \
> + ili9341 \
> + imx-drm \
> + ingenic-drm \
> + mcde \
> + meson \
> + mi0283qt \
> + mxsfb-drm \
> + pl111 \
> + repaper \
> + rockchip \
> + st7586 \
> + st7735r \
> + stm \
> + sun4i-drm \
> + ,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y)))
>
> ifdef PTXCONF_ARCH_X86
> MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-11 7:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 13:39 [ptxdist] [PATCH] mesalib: add all currently supported kmsro drivers Lucas Stach
2020-12-11 7:14 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox