Loading drivers/gpu/drm/nouveau/core/subdev/bios/image.c +7 −0 Original line number Diff line number Diff line Loading @@ -25,11 +25,13 @@ #include <subdev/bios.h> #include <subdev/bios/image.h> #include <subdev/bios/pcir.h> #include <subdev/bios/npde.h> static bool nvbios_imagen(struct nouveau_bios *bios, struct nvbios_image *image) { struct nvbios_pcirT pcir; struct nvbios_npdeT npde; u8 ver; u16 hdr; u32 data; Loading @@ -48,6 +50,11 @@ nvbios_imagen(struct nouveau_bios *bios, struct nvbios_image *image) image->size = pcir.image_size; image->type = pcir.image_type; image->last = pcir.last; if (!(data = nvbios_npdeTp(bios, image->base, &npde))) return true; image->size = npde.image_size; image->last = npde.last; return true; } Loading Loading
drivers/gpu/drm/nouveau/core/subdev/bios/image.c +7 −0 Original line number Diff line number Diff line Loading @@ -25,11 +25,13 @@ #include <subdev/bios.h> #include <subdev/bios/image.h> #include <subdev/bios/pcir.h> #include <subdev/bios/npde.h> static bool nvbios_imagen(struct nouveau_bios *bios, struct nvbios_image *image) { struct nvbios_pcirT pcir; struct nvbios_npdeT npde; u8 ver; u16 hdr; u32 data; Loading @@ -48,6 +50,11 @@ nvbios_imagen(struct nouveau_bios *bios, struct nvbios_image *image) image->size = pcir.image_size; image->type = pcir.image_type; image->last = pcir.last; if (!(data = nvbios_npdeTp(bios, image->base, &npde))) return true; image->size = npde.image_size; image->last = npde.last; return true; } Loading