mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
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:
committed by
mobile promotions
parent
e9c6bcaf5c
commit
7bbf10b04a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user