RE: [PATCH] drm/amdgpu: disable gfxoff on navi10

2019-06-24 Thread Zhang, Hawking
Reviewed-by: Hawking Zhang 

Regards,
Hawking
-Original Message-
From: Tianci Yin  
Sent: 2019年6月24日 20:16
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking ; Yin, Tianci (Rico) 

Subject: [PATCH] drm/amdgpu: disable gfxoff on navi10

From: tiancyin 

The gfxoff brings unstability, disable it by default

Change-Id: I43bdab0f93d64f7e207f96157665a2bb232f6956
Signed-off-by: tiancyin 
---
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 0090cba..16b2bcc 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -447,9 +447,7 @@ static void gfx_v10_0_check_gfxoff_flag(struct 
amdgpu_device *adev)  {
switch (adev->asic_type) {
case CHIP_NAVI10:
-   if ((adev->gfx.rlc_fw_version < 85) ||
-   (adev->pm.fw_version < 0x002A0C00))
-   adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
+   adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
default:
break;
--
2.7.4

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

[PATCH] drm/amdgpu: disable gfxoff on navi10

2019-06-24 Thread Tianci Yin
From: tiancyin 

The gfxoff brings unstability, disable it by default

Change-Id: I43bdab0f93d64f7e207f96157665a2bb232f6956
Signed-off-by: tiancyin 
---
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 0090cba..16b2bcc 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -447,9 +447,7 @@ static void gfx_v10_0_check_gfxoff_flag(struct 
amdgpu_device *adev)
 {
switch (adev->asic_type) {
case CHIP_NAVI10:
-   if ((adev->gfx.rlc_fw_version < 85) ||
-   (adev->pm.fw_version < 0x002A0C00))
-   adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
+   adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
default:
break;
-- 
2.7.4

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx