From: Petr Vorel <pvorel@suse.cz>
To: Timur Tabi <ttabi@nvidia.com>
Cc: "airlied@gmail.com" <airlied@gmail.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
"dakr@kernel.org" <dakr@kernel.org>
Subject: Re: [PATCH] nouveau: add option to avoid 535 firmware in initramfs
Date: Tue, 7 Oct 2025 17:20:21 +0200 [thread overview]
Message-ID: <20251007152021.GA139177@pevik> (raw)
In-Reply-To: <a02a0105aed482a977b06e66391b35e5a6f39cd0.camel@nvidia.com>
Hi all,
> On Tue, 2025-10-07 at 13:31 +1000, Dave Airlie wrote:
> > We can't do that, because if we moved to 580, and distros have this
> > option on for 570, they would fail unless they had the 580 firmware,
> > so it needs to be versioned.
> Hmmm then how about making it a choice of which version to support:
> choice
> prompt "Firmware version supported"
> default DRM_NOUVEAU_ANY
You probably know it, in case you don't: DRM_NOUVEAU_ANY needs to be also as
config:
config DRM_NOUVEAU_ANY
bool "Support all firmware versions"
...
> config DRM_NOUVEAU_535_ONLY
> ...
> config DRM_NOUVEAU_535_ONLY
> ...
> endchoice
+1
> Or something like that. I can't figure out how choices work, but the idea is that the defconfig
Kind regards,
Petr
> defaults to allowing all versions, but you can pick a specific one.
next prev parent reply other threads:[~2025-12-13 12:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-07 1:32 [PATCH] nouveau: add option to avoid 535 firmware in initramfs Dave Airlie
2025-10-07 3:29 ` Timur Tabi
2025-10-07 3:31 ` Dave Airlie
2025-10-07 3:41 ` Timur Tabi
2025-10-07 15:20 ` Petr Vorel [this message]
2025-10-08 1:48 ` Dave Airlie
2025-10-08 3:18 ` Timur Tabi
2025-10-08 3:43 ` Dave Airlie
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=20251007152021.GA139177@pevik \
--to=pvorel@suse.cz \
--cc=airlied@gmail.com \
--cc=dakr@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=nouveau@lists.freedesktop.org \
--cc=ttabi@nvidia.com \
/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.