Skip to content

Commit 6b481ab

Browse files
airliedDanilo Krummrich
authored and
Danilo Krummrich
committed
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: 176fdcb ("drm/nouveau/gsp/r535: add support for booting GSP-RM") Signed-off-by: Dave Airlie <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 3603996 commit 6b481ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/nouveau/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config DRM_NOUVEAU
44
depends on DRM && PCI && MMU
55
select IOMMU_API
66
select FW_LOADER
7+
select FW_CACHE if PM_SLEEP
78
select DRM_CLIENT_SELECTION
89
select DRM_DISPLAY_DP_HELPER
910
select DRM_DISPLAY_HDMI_HELPER

0 commit comments

Comments
 (0)