[PATCH] drm/amd: Detect IFWI or PD upgrade support in psp_early_init()

2023-06-27 Thread Mario Limonciello
Rather than evaluating the IP version for visibility, evaluate it at the same time as the IP is initialized. Suggested-by: Lijo Lazar Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 45 ++--- 2

Re: [PATCH] drm/amd: Detect IFWI or PD upgrade support in psp_early_init()

2023-06-27 Thread Lazar, Lijo
On 6/28/2023 2:52 AM, Mario Limonciello wrote: Rather than evaluating the IP version for visibility, evaluate it at the same time as the IP is initialized. Suggested-by: Lijo Lazar Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +++ drivers/gpu/drm/amd/