summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-08-31 17:39:03 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-07 04:35:41 -0400
commit61f26b68f6e2c9245861ed6d1dc7311282549667 (patch)
tree74be79986f79ff3f5a656cc7f40ffd5a4fb60bc7 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent8b6eb6f11807cb660cad048bd6157a484dece5da (diff)
gpu: nvgpu: VBIOS overlay support
Support loading VBIOS from file system instead of EEPROM. JIRA DNVGPU-134 Change-Id: I4c68dc4ab7c1138e8cf2fa9146de5473274491b4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1211614 (cherry picked from commit d4e35e60ba513e471fe5a85ed570e7ec06c88f06) Reviewed-on: http://git-master/r/1229492 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index f0849761..1cccaebe 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -709,6 +709,7 @@ struct nvgpu_bios_ucode {
709 709
710struct nvgpu_bios { 710struct nvgpu_bios {
711 u8 *data; 711 u8 *data;
712 size_t size;
712 713
713 struct nvgpu_bios_ucode devinit; 714 struct nvgpu_bios_ucode devinit;
714 struct nvgpu_bios_ucode preos; 715 struct nvgpu_bios_ucode preos;