[PATCH] drm/amdgpu: reenable runtime pm on navi12

Deucher, Alexander Alexander.Deucher at amd.com
Wed Mar 11 13:42:12 UTC 2020


[AMD Public Use]

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: Quan, Evan <Evan.Quan at amd.com>
Sent: Wednesday, March 11, 2020 6:56 AM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Quan, Evan <Evan.Quan at amd.com>
Subject: [PATCH] drm/amdgpu: reenable runtime pm on navi12

The runtime pm is verified as working now
on navi12.

Change-Id: I20393633678297308c9651237bbfdc854a3cff94
Signed-off-by: Evan Quan <evan.quan at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
index 80495652a7c1..e376dc072d42 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
@@ -174,8 +174,7 @@ int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags)
                  (adev->asic_type >= CHIP_TOPAZ) &&
                  (adev->asic_type != CHIP_VEGA10) &&
                  (adev->asic_type != CHIP_VEGA20) &&
-                (adev->asic_type != CHIP_ARCTURUS) &&
-                (adev->asic_type != CHIP_NAVI12)) /* enable runpm on VI+ */
+                (adev->asic_type != CHIP_ARCTURUS)) /* enable runpm on VI+ */
                 adev->runpm = true;
         else if (amdgpu_device_supports_baco(dev) &&
                  (amdgpu_runtime_pm > 0))  /* enable runpm if runpm=1 on CI */
--
2.25.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20200311/fdf84046/attachment.htm>


More information about the amd-gfx mailing list