drm/amdgpu: Skip TMR for MP0_HWIP 13.0.6
authorZhigang Luo <Zhigang.Luo@amd.com>
Thu, 18 May 2023 20:01:31 +0000 (16:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Jun 2023 19:36:48 +0000 (15:36 -0400)
For SRIOV VF, no TMR needed.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Zhigang Luo <Zhigang.Luo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index e15c27e05564c7347be5a5f3a70f0fa4c5c23f90..ac9b572315894cbde65d2d23de2b5214dcb8a1a2 100644 (file)
@@ -839,6 +839,7 @@ static bool psp_skip_tmr(struct psp_context *psp)
        case IP_VERSION(11, 0, 9):
        case IP_VERSION(11, 0, 7):
        case IP_VERSION(13, 0, 2):
+       case IP_VERSION(13, 0, 6):
        case IP_VERSION(13, 0, 10):
                return true;
        default: