Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cf4c97d

Browse files
airliedCarlos Llamas
authored andcommitted
UPSTREAM: drm/nouveau: select FW caching
[ Upstream commit 6b481ab ] 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") Change-Id: I796bef429e5806e781a2f219bb70904f9f332152 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 Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit a71fbf3) Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
1 parent 47b596b commit cf4c97d

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)