Re: [PATCH] drm/amdgpu: Do not wait for MP0_C2PMSG_33 IFWI init in SRIOV

2024-06-14 Thread Chander, Vignesh
: Do not wait for MP0_C2PMSG_33 IFWI init in SRIOV SRIOV does not need to wait for IFWI init, and MP0_C2PMSG_33 is blocked for VF access. Signed-off-by: Victor Lu --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 26 ++- 1 file changed, 14 insertions(+), 12 deletions(-) diff

[PATCH] drm/amdgpu: Do not wait for MP0_C2PMSG_33 IFWI init in SRIOV

2024-06-14 Thread Victor Lu
SRIOV does not need to wait for IFWI init, and MP0_C2PMSG_33 is blocked for VF access. Signed-off-by: Victor Lu --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 26 ++- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.