Reviewed-by: Evan Quan <evan.q...@amd.com>

-----Original Message-----
From: Yuan, Xiaojie <xiaojie.y...@amd.com> 
Sent: Monday, September 23, 2019 9:58 PM
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking <hawking.zh...@amd.com>; Xiao, Jack <jack.x...@amd.com>; 
Feng, Kenneth <kenneth.f...@amd.com>; Quan, Evan <evan.q...@amd.com>; Wang, 
Kevin(Yang) <kevin1.w...@amd.com>; Yuan, Xiaojie <xiaojie.y...@amd.com>
Subject: [PATCH 2/2] drm/amdgpu/gfx10: enable gfxoff for navi12

Signed-off-by: Xiaojie Yuan <xiaojie.y...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 082a0b3298a9..22406f56c818 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -580,7 +580,6 @@ static void gfx_v10_0_check_gfxoff_flag(struct 
amdgpu_device *adev)  {
        switch (adev->asic_type) {
        case CHIP_NAVI10:
-       case CHIP_NAVI12:
                adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
                break;
        default:
@@ -4184,6 +4183,7 @@ static int gfx_v10_0_set_powergating_state(void *handle,
        bool enable = (state == AMD_PG_STATE_GATE) ? true : false;
        switch (adev->asic_type) {
        case CHIP_NAVI10:
+       case CHIP_NAVI12:
        case CHIP_NAVI14:
                if (!enable) {
                        amdgpu_gfx_off_ctrl(adev, false);
--
2.20.1

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

Reply via email to