projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3603996
)
drm/nouveau: select FW caching
author
Dave Airlie
<airlied@redhat.com>
Fri, 7 Feb 2025 01:25:31 +0000
(11:25 +1000)
committer
Danilo Krummrich
<dakr@kernel.org>
Thu, 27 Feb 2025 19:27:58 +0000
(20:27 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/Kconfig
b/drivers/gpu/drm/nouveau/Kconfig
index ce840300578d8a4011c448b61caf830cef3805bf..1050a4617fc15c13db994df7cdcdd29ba47b4ac6 100644
(file)
--- a/
drivers/gpu/drm/nouveau/Kconfig
+++ b/
drivers/gpu/drm/nouveau/Kconfig
@@
-4,6
+4,7
@@
config DRM_NOUVEAU
depends on DRM && PCI && MMU
select IOMMU_API
select FW_LOADER
+ select FW_CACHE if PM_SLEEP
select DRM_CLIENT_SELECTION
select DRM_DISPLAY_DP_HELPER
select DRM_DISPLAY_HDMI_HELPER