Divya Singhatwaria
20fcf813dd
gpu: nvgpu: Use sw ops for BIOS
...
Some functions are not accessing hardware directly
but are being called using HAL ops: For example
.init = gv100_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,
This was being called as:
g->ops.bios.init(g)
g->ops.bios.preos_wait_for_halt(g)
g->ops.bios.preos_reload_check(g)
g->ops.bios.preos(g)
g->ops.bios.devinit(g)
g->ops.bios.verify_devinit(g)
Change the function access by using sw ops, like:
Create new function: nvgpu_bios_sw_init()
and based on hardware chip call the chip specific
bios sw init function: nvgpu_gv100_bios_sw_init()
and nvgpu_tu104_bios_sw_init()to assign the sw
ops
JIRA NVGPU-2071
Change-Id: Ibfcd9b225a7bc184737abdd94c2e54190fcd90a0
Signed-off-by: Divya Singhatwaria <dsinghatwari@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/2108526
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com >
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com >
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com >
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com >
2019-05-28 02:05:43 -07:00
..
2019-04-25 07:57:34 -07:00
2019-01-29 21:55:37 -08:00
2018-09-25 13:10:19 -07:00
2018-08-29 20:34:34 -07:00
2018-09-25 13:10:19 -07:00
2018-08-29 20:34:34 -07:00
2019-05-21 09:26:16 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 16:46:00 -07:00
2018-06-15 17:47:31 -07:00
2019-03-18 20:19:10 -07:00
2019-01-31 12:04:10 -08:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2019-05-28 02:05:43 -07:00
2018-06-27 07:30:06 -07:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2019-04-19 13:55:11 -07:00
2019-04-19 13:55:11 -07:00
2019-04-22 14:15:22 -07:00
2018-09-05 04:51:40 -07:00
2019-05-23 00:56:55 -07:00
2018-10-19 08:39:43 -07:00
2019-03-16 05:05:41 -07:00
2018-10-19 08:39:43 -07:00
2019-05-17 01:49:27 -07:00
2018-06-15 17:47:31 -07:00
2019-04-22 03:15:09 -07:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2018-10-31 15:25:23 -07:00
2018-06-15 17:47:31 -07:00
2019-03-27 10:26:02 -07:00
2018-07-24 16:10:58 -07:00
2019-01-10 20:09:38 -08:00
2018-09-05 04:51:50 -07:00
2019-05-23 00:56:55 -07:00
2018-06-15 17:47:31 -07:00
2019-02-11 20:55:07 -08:00
2019-02-11 20:55:07 -08:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2018-09-05 04:51:43 -07:00
2018-10-19 08:39:43 -07:00
2019-03-21 10:55:29 -07:00
2019-02-01 09:45:57 -08:00
2018-10-31 15:25:23 -07:00
2018-06-15 17:47:31 -07:00
2019-05-16 11:57:32 -07:00
2019-05-01 15:06:57 -07:00
2018-07-05 21:48:56 -07:00
2019-04-10 17:24:52 -07:00
2019-05-01 15:06:57 -07:00
2019-05-16 11:57:56 -07:00
2018-06-15 17:47:31 -07:00
2018-06-15 17:47:31 -07:00
2018-09-25 13:10:19 -07:00
2019-05-21 10:36:04 -07:00
2019-05-06 02:56:53 -07:00
2019-02-20 23:05:04 -08:00
2018-06-15 17:47:31 -07:00
2019-01-10 22:54:46 -08:00
2018-06-15 17:47:31 -07:00
2019-04-16 13:04:27 -07:00
2019-05-21 09:26:16 -07:00
2018-06-15 17:47:31 -07:00
2019-05-21 09:26:16 -07:00
2019-05-06 02:56:53 -07:00
2019-04-23 07:14:09 -07:00
2019-05-28 02:05:43 -07:00
2018-10-29 08:04:25 -07:00
2019-05-21 09:26:16 -07:00
2018-07-05 21:48:44 -07:00
2019-05-21 09:26:16 -07:00
2018-06-15 17:47:31 -07:00
2019-03-16 05:05:32 -07:00
2018-06-15 17:47:31 -07:00
2018-11-07 10:35:13 -08:00
2019-05-03 13:08:00 -07:00
2019-05-21 09:26:16 -07:00
2019-05-15 22:29:40 -07:00
2019-05-15 22:29:21 -07:00
2019-05-15 22:29:40 -07:00
2019-04-16 13:04:27 -07:00
2018-06-15 17:47:31 -07:00
2019-05-23 02:19:38 -07:00
2019-04-11 22:24:46 -07:00
2019-05-16 04:29:50 -07:00
2018-06-15 17:47:31 -07:00
2019-01-15 12:54:19 -08:00
2019-03-07 11:45:07 -08:00
2019-03-18 15:45:31 -07:00
2019-05-23 10:07:12 -07:00
2018-07-26 00:06:07 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 02:56:53 -07:00
2019-04-26 14:15:49 -07:00
2019-04-22 05:25:48 -07:00
2018-08-29 20:34:34 -07:00
2018-09-09 17:22:24 -07:00
2018-08-29 20:34:34 -07:00
2018-09-09 17:22:24 -07:00
2018-09-09 17:22:24 -07:00
2018-10-12 17:35:06 +05:30
2018-09-05 04:51:36 -07:00
2019-02-11 20:55:07 -08:00
2018-11-08 19:35:09 -08:00
2018-12-13 04:56:14 -08:00
2018-08-29 20:34:34 -07:00
2019-05-15 22:29:40 -07:00
2018-12-30 23:36:00 -08:00
2018-10-12 17:35:10 +05:30
2019-05-23 13:15:26 -07:00
2018-06-15 17:47:31 -07:00
2019-05-23 00:56:55 -07:00
2018-06-15 17:47:31 -07:00
2019-05-20 11:07:04 -07:00
2019-05-06 16:46:00 -07:00
2018-06-15 17:47:31 -07:00
2019-05-20 11:07:04 -07:00
2018-06-15 17:47:31 -07:00
2019-04-10 06:03:59 -07:00
2018-06-15 17:47:31 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 02:56:53 -07:00
2019-01-15 12:54:19 -08:00
2018-09-25 13:10:19 -07:00
2018-10-24 23:16:20 -07:00
2019-05-06 02:56:53 -07:00
2019-05-06 02:56:53 -07:00
2019-05-23 00:56:55 -07:00
2018-06-15 17:47:31 -07:00
2019-01-25 01:35:29 -08:00
2019-05-15 12:15:16 -07:00
2019-05-15 09:56:08 -07:00