mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Implement Pstate Board objs
Implemented parsing and sending performance table to pmu in form of Pstate board objs under Perf_pstate unit. NVGPU-3472 Change-Id: If8cc6373d1a03dd8f40a93a36203fa3d7127913f Signed-off-by: rmylavarapu <rmylavarapu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2115564 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5eab914e34
commit
b38f261981
@@ -57,7 +57,6 @@ void nvgpu_perf_pmu_free_pmupstate(struct gk20a *g)
|
||||
vfe_thread_stop_cb, &g->perf_pmu->vfe_init.wq);
|
||||
}
|
||||
nvgpu_cond_destroy(&g->perf_pmu->vfe_init.wq);
|
||||
nvgpu_mutex_destroy(&g->perf_pmu->pstatesobjs.pstate_mutex);
|
||||
nvgpu_kfree(g, g->perf_pmu);
|
||||
g->perf_pmu = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user