drm/amdgpu/nv: set mode2 reset for MP1 13.0.8
authorPrike Liang <Prike.Liang@amd.com>
Wed, 23 Feb 2022 06:21:42 +0000 (14:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Feb 2022 19:26:36 +0000 (14:26 -0500)
Set mode2 reset support for MP1 13.0.8.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nv.c

index 95658f0..f6aeef7 100644 (file)
@@ -455,6 +455,7 @@ nv_asic_reset_method(struct amdgpu_device *adev)
        case IP_VERSION(13, 0, 1):
        case IP_VERSION(13, 0, 3):
        case IP_VERSION(13, 0, 5):
+       case IP_VERSION(13, 0, 8):
                return AMD_RESET_METHOD_MODE2;
        case IP_VERSION(11, 0, 7):
        case IP_VERSION(11, 0, 11):