summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pmgrpmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pmgrpmu.c')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pmgrpmu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pmgrpmu.c b/drivers/gpu/nvgpu/pmgr/pmgrpmu.c
index 771a8b8d..803b1bc0 100644
--- a/drivers/gpu/nvgpu/pmgr/pmgrpmu.c
+++ b/drivers/gpu/nvgpu/pmgr/pmgrpmu.c
@@ -109,7 +109,7 @@ static u32 pmgr_pmu_set_object(struct gk20a *g,
109 /* Setup the handler params to communicate back results.*/ 109 /* Setup the handler params to communicate back results.*/
110 handlerparams.success = 0; 110 handlerparams.success = 0;
111 111
112 status = gk20a_pmu_cmd_post(g, &cmd, NULL, &payload, 112 status = nvgpu_pmu_cmd_post(g, &cmd, NULL, &payload,
113 PMU_COMMAND_QUEUE_LPQ, 113 PMU_COMMAND_QUEUE_LPQ,
114 pmgr_pmucmdhandler, 114 pmgr_pmucmdhandler,
115 (void *)&handlerparams, 115 (void *)&handlerparams,
@@ -392,7 +392,7 @@ u32 pmgr_pmu_pwr_devices_query_blocking(
392 /* Setup the handler params to communicate back results.*/ 392 /* Setup the handler params to communicate back results.*/
393 handlerparams.success = 0; 393 handlerparams.success = 0;
394 394
395 status = gk20a_pmu_cmd_post(g, &cmd, NULL, &payload, 395 status = nvgpu_pmu_cmd_post(g, &cmd, NULL, &payload,
396 PMU_COMMAND_QUEUE_LPQ, 396 PMU_COMMAND_QUEUE_LPQ,
397 pmgr_pmucmdhandler, 397 pmgr_pmucmdhandler,
398 (void *)&handlerparams, 398 (void *)&handlerparams,
@@ -436,7 +436,7 @@ static u32 pmgr_pmu_load_blocking(struct gk20a *g)
436 /* Setup the handler params to communicate back results.*/ 436 /* Setup the handler params to communicate back results.*/
437 handlerparams.success = 0; 437 handlerparams.success = 0;
438 438
439 status = gk20a_pmu_cmd_post(g, &cmd, NULL, NULL, 439 status = nvgpu_pmu_cmd_post(g, &cmd, NULL, NULL,
440 PMU_COMMAND_QUEUE_LPQ, 440 PMU_COMMAND_QUEUE_LPQ,
441 pmgr_pmucmdhandler, 441 pmgr_pmucmdhandler,
442 (void *)&handlerparams, 442 (void *)&handlerparams,