]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1bd59209f4e5db36739f16f119264fe2ce7728f1
treeb2b26bc5a26956e2cb75c1a91e30124babfed873
parent3f3bcd4dccad7f92b9e818547566cbabccecce5c
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