Re: [PATCH] drm/amdgpu: print where we get the vbios image from

2020-08-11 Thread Christian König
Am 11.08.20 um 18:04 schrieb Alex Deucher: ACPI, ROM, PCI BAR, etc. Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 28 ++-- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amd

[PATCH] drm/amdgpu: print where we get the vbios image from

2020-08-11 Thread Alex Deucher
ACPI, ROM, PCI BAR, etc. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 28 ++-- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c index b1172d93c99c.