[AMD Official Use Only - Internal Distribution Only]

Reviewed-by: Evan Quan <[email protected]>

-----Original Message-----
From: Jiansong Chen <[email protected]>
Sent: Wednesday, August 26, 2020 3:59 PM
To: [email protected]
Cc: Zhou1, Tao <[email protected]>; Quan, Evan <[email protected]>; Chen, 
Jiansong (Simon) <[email protected]>
Subject: [PATCH] drm/amdgpu: disable runtime pm for navy_flounder

Disable runtime pm for navy_flounder temporarily.

Signed-off-by: Jiansong Chen <[email protected]>
Change-Id: Ie1b03f09ab70e79b6dd67ede5547afa23c063eee
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
index 9f80eaeaf0ae..caed73d72d3b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
@@ -170,6 +170,7 @@ int amdgpu_driver_load_kms(struct amdgpu_device *adev, 
unsigned long flags)
 case CHIP_VEGA20:
 case CHIP_ARCTURUS:
 case CHIP_SIENNA_CICHLID:
+case CHIP_NAVY_FLOUNDER:
 /* enable runpm if runpm=1 */
 if (amdgpu_runtime_pm > 0)
 adev->runpm = true;
--
2.25.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to