summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-07-04 01:55:00 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-05 03:39:21 -0400
commite808d345f11885453fc65862ec4e3dd4a375ff6d (patch)
treeccc3bb1ade5ff991ca1805084b76f154ca9736ee /drivers/gpu/nvgpu/perf
parent2cf964d175abc0f3eae9ed0e01e6eeed5cd6b4da (diff)
gpu: nvgpu: rename gk20a_pmu_cmd_post()
- rename gk20a_pmu_cmd_post() to nvgpu_pmu_cmd_post() - replaced gk20a_pmu_cmd_post() with nvgpu_pmu_cmd_post() wherever called. JIRA NVGPU-93 Change-Id: I7ca43170646bab1657a4b4cf125d9f94d589b0eb Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master/r/1512904 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/perf')
-rw-r--r--drivers/gpu/nvgpu/perf/perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/perf/perf.c b/drivers/gpu/nvgpu/perf/perf.c
index f07a1ffd..6b98f884 100644
--- a/drivers/gpu/nvgpu/perf/perf.c
+++ b/drivers/gpu/nvgpu/perf/perf.c
@@ -96,7 +96,7 @@ u32 perf_pmu_vfe_load(struct gk20a *g)
96 handler.prpccall = &rpccall; 96 handler.prpccall = &rpccall;
97 handler.success = 0; 97 handler.success = 0;
98 98
99 status = gk20a_pmu_cmd_post(g, &cmd, NULL, &payload, 99 status = nvgpu_pmu_cmd_post(g, &cmd, NULL, &payload,
100 PMU_COMMAND_QUEUE_LPQ, 100 PMU_COMMAND_QUEUE_LPQ,
101 perfrpc_pmucmdhandler, (void *)&handler, 101 perfrpc_pmucmdhandler, (void *)&handler,
102 &seqdesc, ~0); 102 &seqdesc, ~0);