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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/perf/perf.c b/drivers/gpu/nvgpu/perf/perf.c
index 55e67b15..bf63e1ea 100644
--- a/drivers/gpu/nvgpu/perf/perf.c
+++ b/drivers/gpu/nvgpu/perf/perf.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -37,7 +37,7 @@ static void perfrpc_pmucmdhandler(struct gk20a *g, struct pmu_msg *msg,
37 struct perfrpc_pmucmdhandler_params *phandlerparams = 37 struct perfrpc_pmucmdhandler_params *phandlerparams =
38 (struct perfrpc_pmucmdhandler_params *)param; 38 (struct perfrpc_pmucmdhandler_params *)param;
39 39
40 gk20a_dbg_info(""); 40 nvgpu_log_info(g, " ");
41 41
42 if (msg->msg.perf.msg_type != NV_PMU_PERF_MSG_ID_RPC) { 42 if (msg->msg.perf.msg_type != NV_PMU_PERF_MSG_ID_RPC) {
43 nvgpu_err(g, "unsupported msg for VFE LOAD RPC %x", 43 nvgpu_err(g, "unsupported msg for VFE LOAD RPC %x",
@@ -53,7 +53,7 @@ static int pmu_handle_perf_event(struct gk20a *g, void *pmu_msg)
53{ 53{
54 struct nv_pmu_perf_msg *msg = (struct nv_pmu_perf_msg *)pmu_msg; 54 struct nv_pmu_perf_msg *msg = (struct nv_pmu_perf_msg *)pmu_msg;
55 55
56 gk20a_dbg_fn(""); 56 nvgpu_log_fn(g, " ");
57 switch (msg->msg_type) { 57 switch (msg->msg_type) {
58 case NV_PMU_PERF_MSG_ID_VFE_CALLBACK: 58 case NV_PMU_PERF_MSG_ID_VFE_CALLBACK:
59 nvgpu_clk_arb_schedule_vf_table_update(g); 59 nvgpu_clk_arb_schedule_vf_table_update(g);