[PATCH] drm/amdgpu: Prefer shadow rom when available

2025-04-04 Thread Lijo Lazar
Fetch VBIOS from shadow ROM when available before trying other methods like EFI method. Signed-off-by: Lijo Lazar Fixes: 9c081c11c621 ("drm/amdgpu: Reorder to read EFI exported ROM first") Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4066 --- drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c |

Re: [PATCH] drm/amdgpu: Prefer shadow rom when available

2025-03-26 Thread Alex Deucher
On Tue, Mar 25, 2025 at 11:53 PM Lijo Lazar wrote: > > Fetch VBIOS from shadow ROM when available before trying other methods > like EFI method. > > Signed-off-by: Lijo Lazar > Fixes: 9c081c11c621 ("drm/amdgpu: Reorder to read EFI exported ROM first") > Closes: https://gitlab.freedesktop.org/drm/