Skip to content
Snippets Groups Projects
Commit 6b481ab0 authored by Dave Airlie's avatar Dave Airlie Committed by Danilo Krummrich
Browse files

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: 176fdcbd ("drm/nouveau/gsp/r535: add support for booting GSP-RM")
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarDanilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250207012531.621369-1-airlied@gmail.com
parent 36039964
No related branches found
No related tags found
Loading
...@@ -4,6 +4,7 @@ config DRM_NOUVEAU ...@@ -4,6 +4,7 @@ config DRM_NOUVEAU
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select IOMMU_API select IOMMU_API
select FW_LOADER select FW_LOADER
select FW_CACHE if PM_SLEEP
select DRM_CLIENT_SELECTION select DRM_CLIENT_SELECTION
select DRM_DISPLAY_DP_HELPER select DRM_DISPLAY_DP_HELPER
select DRM_DISPLAY_HDMI_HELPER select DRM_DISPLAY_HDMI_HELPER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment