Skip to content

Commit 05a7c15

Browse files
author
Ben Skeggs
committed
drm/nouveau/bios: attempt acpi rom fetch before pcirom
There's cards out there with completely messed up PCIROM images that have a perfectly valid signature.. Sigh! Signed-off-by: Ben Skeggs <[email protected]>
1 parent 7c5f6a8 commit 05a7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nouveau/nouveau_bios.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ struct methods {
204204
static struct methods shadow_methods[] = {
205205
{ "PRAMIN", load_vbios_pramin, true },
206206
{ "PROM", load_vbios_prom, false },
207-
{ "PCIROM", load_vbios_pci, true },
208207
{ "ACPI", load_vbios_acpi, true },
208+
{ "PCIROM", load_vbios_pci, true },
209209
};
210210
#define NUM_SHADOW_METHODS ARRAY_SIZE(shadow_methods)
211211

0 commit comments

Comments
 (0)