]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: select FW caching
authorDave Airlie <airlied@redhat.com>
Fri, 7 Feb 2025 01:25:31 +0000 (11:25 +1000)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 27 Feb 2025 19:27:58 +0000 (20:27 +0100)
commit6b481ab0e6855fb30e2923c51f62f1662d1cda7e
tree43cddf9079ca5bac377e9d788155096d0288d678
parent3603996432997f7c88da37a97062a46cda01ac9d
drm/nouveau: select FW caching

nouveau tries to load some firmware during suspend that it loaded
earlier, but with fw caching disabled it hangs suspend, so just rely on
FW cache enabling instead of working around it in the driver.

Fixes: 176fdcbddfd2 ("drm/nouveau/gsp/r535: add support for booting GSP-RM")
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250207012531.621369-1-airlied@gmail.com
drivers/gpu/drm/nouveau/Kconfig