drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patch
authorBen Skeggs <bskeggs@redhat.com>
Mon, 12 Jul 2010 03:15:44 +0000 (13:15 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Jul 2010 22:39:48 +0000 (08:39 +1000)
commit14d7ec11d165fe11c2bce5b412773af70b7c8e1b
treeb2b26bc5a26956e2cb75c1a91e30124babfed873
parent42f14c4b454946650cf0bf66e0b631d02e328f61
drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patch

On nv50 it became impossible to attempt a PCI ROM shadow of the VBIOS,
which will break some setups.

This patch also removes the different ordering of shadow methods for
pre-nv50 chipsets.  The reason for the different ordering was paranoia,
but it should hopefully be OK to try shadowing PRAMIN first.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c