RE: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command

2023-10-09 Thread Zhang, Yifan
EnableGfxImu command [AMD Official Use Only - General] Hi Yifan, -Original Message- From: Zhang, Yifan Sent: Tuesday, October 10, 2023 1:31 PM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu

RE: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command

2023-10-09 Thread Huang, Tim
[AMD Official Use Only - General] Hi Yifan, -Original Message- From: Zhang, Yifan Sent: Tuesday, October 10, 2023 1:31 PM To: Huang, Tim ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command [AMD

RE: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command

2023-10-09 Thread Zhang, Yifan
Tuesday, October 10, 2023 12:47 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Yifan ; Huang, Tim Subject: [PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command Wait for completion of sending the EnableGfxImu message when using the PSP FW loading. Sign

[PATCH] drm/amd/pm: wait for completion of the EnableGfxImu command

2023-10-09 Thread Tim Huang
Wait for completion of sending the EnableGfxImu message when using the PSP FW loading. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c b/d