Re: [PATCH 1/4] drm/amdgpu: add helper to load ip_discovery binary from file

2021-12-06 Thread Wang, Yang(Kevin)
g Subject: [PATCH 1/4] drm/amdgpu: add helper to load ip_discovery binary from file To be used when ip_discovery binary is not carried by vbios Signed-off-by: Hawking Zhang Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 31 ++- 1 file c

[PATCH 1/4] drm/amdgpu: add helper to load ip_discovery binary from file

2021-12-06 Thread Hawking Zhang
To be used when ip_discovery binary is not carried by vbios Signed-off-by: Hawking Zhang Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discover