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)
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>

No differences found