Re: [PATCH] drm/amdgpu: fill the ucode bo during psp resume for SRIOV

2025-01-07 Thread Alex Deucher
On Mon, Jan 6, 2025 at 6:12 AM Victor Zhao wrote: > > refill the ucode bo during psp resume for SRIOV, otherwise ucode load > will fail after VM hibernation and fb clean. Please drop the comment above amdgpu_ucode_init_bo() in psp_hw_init() since it is no longer true. WIth that fixed, the patch

RE: [PATCH] drm/amdgpu: fill the ucode bo during psp resume for SRIOV

2025-01-07 Thread Zhao, Victor
[AMD Official Use Only - AMD Internal Distribution Only] Ping.. -Original Message- From: Victor Zhao Sent: Monday, January 6, 2025 6:52 PM To: amd-gfx@lists.freedesktop.org Cc: Zhao, Victor Subject: [PATCH] drm/amdgpu: fill the ucode bo during psp resume for SRIOV refill the ucode bo

[PATCH] drm/amdgpu: fill the ucode bo during psp resume for SRIOV

2025-01-06 Thread Victor Zhao
refill the ucode bo during psp resume for SRIOV, otherwise ucode load will fail after VM hibernation and fb clean. Signed-off-by: Victor Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu