* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
@ 2024-01-05 10:53 Roman Scherer
2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Roman Scherer @ 2024-01-05 10:53 UTC (permalink / raw)
To: 68257; +Cc: john.kehayias, Roman Scherer
* gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index b0ee413acd..9d1a8a1e72 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -350,7 +350,7 @@ (define-public mesa
#$@(cond
((target-aarch64?)
;; TODO: Fix svga driver for non-Intel architectures.
- '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,\
+ '("-Dgallium-drivers=asahi,etnaviv,freedreno,kmsro,lima,nouveau,\
panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
((target-arm32?)
;; Freedreno FTBFS when built on a 64-bit machine.
base-commit: ac69b423865f12310cef5662d9c303aa4b90c869
--
2.41.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* bug#68257: [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-05 10:53 [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64 Roman Scherer
@ 2024-01-07 20:02 ` Mathieu Othacehe
2024-01-08 8:54 ` [bug#68257] " Mathieu Othacehe
2024-01-24 15:19 ` bug#68257: " Maxim Cournoyer
2 siblings, 0 replies; 11+ messages in thread
From: Mathieu Othacehe @ 2024-01-07 20:02 UTC (permalink / raw)
To: Roman Scherer; +Cc: john.kehayias, 68257-done
> * gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
Applied, thanks,
Mathieu
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-05 10:53 [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64 Roman Scherer
2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
@ 2024-01-08 8:54 ` Mathieu Othacehe
2024-01-10 9:09 ` Roman Scherer
2024-01-24 15:19 ` bug#68257: " Maxim Cournoyer
2 siblings, 1 reply; 11+ messages in thread
From: Mathieu Othacehe @ 2024-01-08 8:54 UTC (permalink / raw)
To: Roman Scherer; +Cc: john.kehayias, 68257
Hey,
> * gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
I reverted it from master, as it would probably be best fitted for
mesa-updates, John?
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-08 8:54 ` [bug#68257] " Mathieu Othacehe
@ 2024-01-10 9:09 ` Roman Scherer
2024-01-10 13:23 ` Mathieu Othacehe
0 siblings, 1 reply; 11+ messages in thread
From: Roman Scherer @ 2024-01-10 9:09 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: john.kehayias, 68257
[-- Attachment #1: Type: text/plain, Size: 444 bytes --]
Hi Mathieu,
thanks for taking a look at this.
It looks like this issue is now marked as "done" on Debuggs.
How can we proceed with this?
Roman
On Mon, Jan 8, 2024 at 9:54 AM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hey,
>
> > * gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
>
> I reverted it from master, as it would probably be best fitted for
> mesa-updates, John?
>
> Thanks,
>
> Mathieu
>
[-- Attachment #2: Type: text/html, Size: 872 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-10 9:09 ` Roman Scherer
@ 2024-01-10 13:23 ` Mathieu Othacehe
2024-01-10 13:27 ` Roman Scherer
0 siblings, 1 reply; 11+ messages in thread
From: Mathieu Othacehe @ 2024-01-10 13:23 UTC (permalink / raw)
To: Roman Scherer; +Cc: john.kehayias, 68257
Hello,
> It looks like this issue is now marked as "done" on Debuggs.
> How can we proceed with this?
I will re-open it as soon as debbugs is back.
Mathieu
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-10 13:23 ` Mathieu Othacehe
@ 2024-01-10 13:27 ` Roman Scherer
2024-01-16 1:34 ` John Kehayias via Guix-patches via
0 siblings, 1 reply; 11+ messages in thread
From: Roman Scherer @ 2024-01-10 13:27 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: john.kehayias, 68257
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
Hi Mathieu,
ok, thank you. If there's anything I can do to move this forward, please
let me know.
Thanks for your help!
Roman
On Wed, Jan 10, 2024 at 2:23 PM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hello,
>
> > It looks like this issue is now marked as "done" on Debuggs.
> > How can we proceed with this?
>
> I will re-open it as soon as debbugs is back.
>
> Mathieu
>
[-- Attachment #2: Type: text/html, Size: 911 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-10 13:27 ` Roman Scherer
@ 2024-01-16 1:34 ` John Kehayias via Guix-patches via
2024-01-16 16:14 ` Roman Scherer
0 siblings, 1 reply; 11+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-01-16 1:34 UTC (permalink / raw)
To: Roman Scherer; +Cc: Mathieu Othacehe, 68257
Hello Roman,
On Wed, Jan 10, 2024 at 02:27 PM, Roman Scherer wrote:
> Hi Mathieu,
>
> ok, thank you. If there's anything I can do to move this forward, please let me know.
>
I see you just sent a message about applying this on core-updates. I think that can be fine since everything is being rebuilt there, if they don't mind an unrelated patch. I don't see any issues with adding a driver, but I'm not familiar much with aarch64.
As for mesa-updates, I think the next round will be when mesa 24 hits stable. They say that should be early February? Anyway, probably about a month out. Happy to include this patch there if it doesn't make it for core-updates.
John
> Thanks for your help!
>
> Roman
>
> On Wed, Jan 10, 2024 at 2:23 PM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hello,
>
> > It looks like this issue is now marked as "done" on Debuggs.
> > How can we proceed with this?
>
> I will re-open it as soon as debbugs is back.
>
> Mathieu
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-16 1:34 ` John Kehayias via Guix-patches via
@ 2024-01-16 16:14 ` Roman Scherer
0 siblings, 0 replies; 11+ messages in thread
From: Roman Scherer @ 2024-01-16 16:14 UTC (permalink / raw)
To: John Kehayias; +Cc: Mathieu Othacehe, 68257
[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]
Hi John,
thanks for your messages. Yes, let's see what happens with this patch in
the core-updates branch.
You are right, that it is a bit unrelated. I was only thinking about the
large rebuild that is probably happening because of jemalloc, not that that
branch got a new purpose.
If it does not get merged with it, I would appreciate the patch being
included in the next mesa-updates round.
Roman
On Tue, Jan 16, 2024 at 2:35 AM John Kehayias <john.kehayias@protonmail.com>
wrote:
> Hello Roman,
>
> On Wed, Jan 10, 2024 at 02:27 PM, Roman Scherer wrote:
>
> > Hi Mathieu,
> >
> > ok, thank you. If there's anything I can do to move this forward, please
> let me know.
> >
>
> I see you just sent a message about applying this on core-updates. I think
> that can be fine since everything is being rebuilt there, if they don't
> mind an unrelated patch. I don't see any issues with adding a driver, but
> I'm not familiar much with aarch64.
>
> As for mesa-updates, I think the next round will be when mesa 24 hits
> stable. They say that should be early February? Anyway, probably about a
> month out. Happy to include this patch there if it doesn't make it for
> core-updates.
>
> John
>
> > Thanks for your help!
> >
> > Roman
> >
> > On Wed, Jan 10, 2024 at 2:23 PM Mathieu Othacehe <othacehe@gnu.org>
> wrote:
> >
> > Hello,
> >
> > > It looks like this issue is now marked as "done" on Debuggs.
> > > How can we proceed with this?
> >
> > I will re-open it as soon as debbugs is back.
> >
> > Mathieu
>
>
[-- Attachment #2: Type: text/html, Size: 2150 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#68257: [PATCH] gnu: mesa: Build asahi driver on aarch64.
2024-01-05 10:53 [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64 Roman Scherer
2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
2024-01-08 8:54 ` [bug#68257] " Mathieu Othacehe
@ 2024-01-24 15:19 ` Maxim Cournoyer
2024-01-24 15:28 ` [bug#68257] " Roman Scherer
2 siblings, 1 reply; 11+ messages in thread
From: Maxim Cournoyer @ 2024-01-24 15:19 UTC (permalink / raw)
To: Roman Scherer; +Cc: john.kehayias, 68257-done
Hi,
Roman Scherer <roman@burningswell.com> writes:
> * gnu/packages/gl.scm (mesa): Build asahi driver on aarch64.
>
> Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e
Applied to core-updates in 95ed0b144ceccf5790ab377d13e0d514a7411993.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-01-24 19:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 10:53 [bug#68257] [PATCH] gnu: mesa: Build asahi driver on aarch64 Roman Scherer
2024-01-07 20:02 ` bug#68257: " Mathieu Othacehe
2024-01-08 8:54 ` [bug#68257] " Mathieu Othacehe
2024-01-10 9:09 ` Roman Scherer
2024-01-10 13:23 ` Mathieu Othacehe
2024-01-10 13:27 ` Roman Scherer
2024-01-16 1:34 ` John Kehayias via Guix-patches via
2024-01-16 16:14 ` Roman Scherer
2024-01-24 15:19 ` bug#68257: " Maxim Cournoyer
2024-01-24 15:28 ` [bug#68257] " Roman Scherer
2024-01-24 19:19 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).