[PATCH 1/2] drm/amdgpu: Skip TMR for MP0_HWIP 13.0.6

Deucher, Alexander Alexander.Deucher at amd.com
Thu Jun 15 18:36:56 UTC 2023


[Public]

Series is:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: Luo, Zhigang <Zhigang.Luo at amd.com>
Sent: Thursday, June 15, 2023 1:49 PM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Luo, Zhigang <Zhigang.Luo at amd.com>
Subject: [PATCH 1/2] drm/amdgpu: Skip TMR for MP0_HWIP 13.0.6

For SRIOV VF, no TMR needed.

Signed-off-by: Zhigang Luo <Zhigang.Luo at amd.com>
Change-Id: If9556cf60dfcbd95e102b1387cf233e902d9490e
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index e15c27e05564..ac9b57231589 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -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:
--
2.25.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20230615/682f9959/attachment.htm>


More information about the amd-gfx mailing list