Hi Linus, A previous fix to nouveau devinit on the GSP paths fixed the Turing but broke Ampere, I did some more digging and found the proper fix. Sending it early as I want to make sure it makes the next 6.8 stable kernels to fix the regression. Regular fixes will be at end of week as usual. Thanks, Dave. drm-fixes-2024-04-09: drm nouveau fix for 6.9-rc4 nouveau: - regression fix for GSP display enable. The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7: Linux 6.9-rc3 (2024-04-07 13:22:46 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-04-09 for you to fetch changes up to 718c4fb221dbeff9072810841b949413c5ffc345: nouveau: fix devinit paths to only handle display on GSP. (2024-04-09 13:14:13 +1000) ---------------------------------------------------------------- drm nouveau fix for 6.9-rc4 nouveau: - regression fix for GSP display enable. ---------------------------------------------------------------- Dave Airlie (1): nouveau: fix devinit paths to only handle display on GSP. drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c | 12 ++++++++---- drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c | 1 + 2 files changed, 9 insertions(+), 4 deletions(-)