All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/nouveau: select FW caching
@ 2025-02-07  1:25 Dave Airlie
  2025-02-14 13:05 ` Danilo Krummrich
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Airlie @ 2025-02-07  1:25 UTC (permalink / raw)
  To: dri-devel; +Cc: nouveau, dakr

From: Dave Airlie <airlied@redhat.com>

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>
---
 drivers/gpu/drm/nouveau/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index ce840300578d8..1050a4617fc15 100644
--- 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
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-19  1:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07  1:25 [PATCH] drm/nouveau: select FW caching Dave Airlie
2025-02-14 13:05 ` Danilo Krummrich
2025-02-14 13:10   ` Danilo Krummrich
2025-02-18 14:28     ` Luis Chamberlain
2025-02-18 17:24       ` Danilo Krummrich
2025-02-18 21:39         ` Luis Chamberlain
2025-02-19  1:52           ` Dave Airlie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.