[PATCH 2/7] drm/amdgpu/gfx10: add navi12 to gfxoff case
Alex Deucher
alexdeucher at gmail.com
Tue May 19 15:44:21 UTC 2020
Looks like it should be handled here as well.
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
Can someone test this on navi12?
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index bd5dd4f64311..19de77cea890 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -7118,6 +7118,7 @@ static int gfx_v10_0_set_powergating_state(void *handle,
switch (adev->asic_type) {
case CHIP_NAVI10:
case CHIP_NAVI14:
+ case CHIP_NAVI12:
amdgpu_gfx_off_ctrl(adev, enable);
break;
default:
--
2.25.4
More information about the amd-gfx
mailing list