search for: 4a20584

Displaying 2 results from an estimated 2 matches for "4a20584".

2015 Oct 02
2
[PATCH] bios: fix OF loading
...mp;& + nvbios_checksum(&bios->data[image.base], image.size)) { nvkm_debug(subdev, "%08x: checksum failed\n", image.base); if (mthd->func->rw) diff --git a/drm/nouveau/nvkm/subdev/bios/shadowof.c b/drm/nouveau/nvkm/subdev/bios/shadowof.c index 29a37f0..4a20584 100644 --- a/drm/nouveau/nvkm/subdev/bios/shadowof.c +++ b/drm/nouveau/nvkm/subdev/bios/shadowof.c @@ -22,6 +22,7 @@ */ #include "priv.h" +#include <core/pci.h> #if defined(__powerpc__) struct priv { @@ -33,17 +34,27 @@ static u32 of_read(void *data, u32 offset, u32 length...
2015 Oct 02
2
[PATCH] bios: fix OF loading
...g(subdev, "%08x: checksum failed\n", >> image.base); >> if (mthd->func->rw) >> diff --git a/drm/nouveau/nvkm/subdev/bios/shadowof.c >> b/drm/nouveau/nvkm/subdev/bios/shadowof.c >> index 29a37f0..4a20584 100644 >> --- a/drm/nouveau/nvkm/subdev/bios/shadowof.c >> +++ b/drm/nouveau/nvkm/subdev/bios/shadowof.c >> @@ -22,6 +22,7 @@ >> */ >> #include "priv.h" >> >> +#include <core/pci.h> >> >> #if defined(__powerpc__) >>...