gpu: nvgpu: gsp: bootstrap gsp scheduler firmware

This change will call nvgpu_gsp_sched_bootstrap_hs which will bootstrap
the gsp with gsp scheduler firmware.

NVGPU-9297

Change-Id: If5de945dc7994666fd87ecf99e15ca2014c13573
Signed-off-by: rmylavarapu <rmylavarapu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2826165
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
rmylavarapu
2022-12-12 11:07:27 +00:00
committed by mobile promotions
parent e9c6bcaf5c
commit 7bbf10b04a
4 changed files with 4 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ de_init:
return err;
}
int nvgpu_gsp_sched_bootstrap_ns(struct gk20a *g)
int nvgpu_gsp_sched_bootstrap_hs(struct gk20a *g)
{
struct nvgpu_gsp_sched *gsp_sched = g->gsp_sched;
int status = 0;