From 6266a1210d9fa36916e7469a0107b73a076b43a1 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Fri, 4 May 2018 03:22:50 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1708382 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv100/hal_gv100.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/gpu/nvgpu/gv100') diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c index 4a710689..595dbdaf 100644 --- a/drivers/gpu/nvgpu/gv100/hal_gv100.c +++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c @@ -263,6 +263,9 @@ static const struct gpu_ops gv100_ops = { .init = gp106_bios_init, .preos_wait_for_halt = gv100_bios_preos_wait_for_halt, .preos_reload_check = gv100_bios_preos_reload_check, + .devinit = gp106_bios_devinit, + .preos = gp106_bios_preos, + .verify_devinit = NULL, }, .ltc = { .determine_L2_size_bytes = gp10b_determine_L2_size_bytes, -- cgit v1.2.2