gpu: nvgpu: replace gk20a_dbg_* with nvgpu_dbg_*

-replace gk20a_dbg_* statements with nvgpu_dbg_*
for PMU in drivers/gpu/nvgpu/common/pmu folder

JIRA NVGPU-93

Change-Id: Id616d1f5cb5ce4007bc9543f05e57e4631cdd691
Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com>
Reviewed-on: https://git-master/r/1512925
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
This commit is contained in:
Mahantesh Kumbar
2017-07-04 11:54:27 +05:30
committed by mobile promotions
parent e808d345f1
commit 3b1ab45ccc
2 changed files with 13 additions and 12 deletions

View File

@@ -229,7 +229,7 @@ int nvgpu_pmu_disable_elpg(struct gk20a *g)
u32 pg_engine_id_list = 0;
u32 *ptr = NULL;
gk20a_dbg_fn("");
nvgpu_log_fn(g, " ");
if (g->ops.pmu.pmu_pg_supported_engines_list)
pg_engine_id_list = g->ops.pmu.pmu_pg_supported_engines_list(g);
@@ -483,7 +483,7 @@ int nvgpu_pmu_init_bind_fecs(struct gk20a *g)
int err = 0;
u32 gr_engine_id;
gk20a_dbg_fn("");
nvgpu_log_fn(g, " ");
gr_engine_id = gk20a_fifo_get_gr_engine_id(g);