summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf/perf.c')
-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);