mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: vf: init syncpt mem
Since gmmu map is moved to VF, the syncpt mem map is also on VF clients. Jira GVSCI-15733 Change-Id: Iaf68070da860616f5301a822ce98581b8a1a6629 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2863445 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Prathap Kumar Valsan <prathapk@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a7d358f773
commit
a23e574de0
@@ -653,7 +653,7 @@ static int nvgpu_init_xve_set_speed(struct gk20a *g)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nvgpu_init_syncpt_mem(struct gk20a *g)
|
||||
int nvgpu_init_syncpt_mem(struct gk20a *g)
|
||||
{
|
||||
#if defined(CONFIG_TEGRA_GK20A_NVHOST)
|
||||
int err;
|
||||
|
||||
Reference in New Issue
Block a user