linux_dsm_epyc7002/drivers/gpu/drm/nouveau/nvkm
Ilia Mirkin 25d295882a drm/nouveau/bios: fix OF loading
Currently OF bios load fails for a few reasons:
 - checksum failure
 - bios size too small
 - no PCIR header
 - bios length not a multiple of 4

In this change, we resolve all of the above by ignoring any checksum
failures (since OF VBIOS tends not to have a checksum), and faking the
PCIR data when loading from OF.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2015-10-12 13:54:56 +10:00
..
core drm/nouveau/pci: merge agp handling from nouveau drm 2015-08-28 12:40:49 +10:00
engine Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux 2015-09-11 09:35:56 -07:00
subdev drm/nouveau/bios: fix OF loading 2015-10-12 13:54:56 +10:00
Kbuild