]> Gentwo Git Trees - linux/.git/commit
drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
authorMel Henning <mhenning@darkrefraction.com>
Mon, 11 Aug 2025 21:32:31 +0000 (17:32 -0400)
committerLyude Paul <lyude@redhat.com>
Tue, 12 Aug 2025 21:36:49 +0000 (17:36 -0400)
commite0ed674acbac5635494fc7b278abc9505eaa8e71
tree0343c9bbbe052feecac7729666bd9252a06d6a86
parentfb357dbadbebc7a9ca3c5ef26f6c792b0e8e1278
drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config

This option was originally intoduced because the GSP code path was
not well tested and we wanted to leave it up to distros which code path
they shipped by default. By now though, the GSP path is probably better
tested than the old firmware eg. Fedora ships GSP by default and we
generally run CTS on GSP. We've always been GSP-only on Ada and later.

So, this path removes the option and effectively sets the option to
always on. We still fall back to the old firmware if GSP is not found.
This change only affects Turing and Ampere.

Users can still set nouveau.config=NvGspRm=0 on the kernel command line
to force using the old firmware on Turing/Ampere.

Signed-off-by: Mel Henning <mhenning@darkrefraction.com>
Reviewed-by: Ben Skeggs <bskeggs@nvidia.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://lore.kernel.org/r/20250811213843.4294-2-mhenning@darkrefraction.com
drivers/gpu/drm/nouveau/Kconfig
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/tu102.c