summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/bios_gp106.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2018-05-04 06:22:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-18 12:28:36 -0400
commit6266a1210d9fa36916e7469a0107b73a076b43a1 (patch)
tree2b43d34febd670df381f1c0460dd01ad250b33f5 /drivers/gpu/nvgpu/gp106/bios_gp106.h
parent85d7b3c5cc2e081c8bc81f43cef08738a254fc32 (diff)
gpu: nvgpu: add HALs for devinit and preos bios operations
Add below new HALs for bios operations gops.bios.devinit() gops.bios.preos() gops.bios.verify_devinit() Export existing APIs gp106_bios_devinit() and gp106_bios_preos() and set them to above HALs on gp106 and gv100 And call new HALs from gp106_bios_init() if supported instead of directly calling APIs Jira NVGPUT-48 Change-Id: Ic89f1c86cf6e3e0785b3663fe733b201d6f2f773 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1708382 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/bios_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/bios_gp106.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/bios_gp106.h b/drivers/gpu/nvgpu/gp106/bios_gp106.h
index a5229fff..37ec91e6 100644
--- a/drivers/gpu/nvgpu/gp106/bios_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/bios_gp106.h
@@ -28,4 +28,6 @@ struct gpu_ops;
28 28
29int gp106_bios_init(struct gk20a *g); 29int gp106_bios_init(struct gk20a *g);
30int gp106_bios_preos_wait_for_halt(struct gk20a *g); 30int gp106_bios_preos_wait_for_halt(struct gk20a *g);
31int gp106_bios_devinit(struct gk20a *g);
32int gp106_bios_preos(struct gk20a *g);
31#endif 33#endif