summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ltc_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ltc_common.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ltc_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ltc_common.c b/drivers/gpu/nvgpu/gk20a/ltc_common.c
index 5795fe91..e1c23f79 100644
--- a/drivers/gpu/nvgpu/gk20a/ltc_common.c
+++ b/drivers/gpu/nvgpu/gk20a/ltc_common.c
@@ -120,7 +120,7 @@ static void gk20a_ltc_init_cbc(struct gk20a *g, struct gr_gk20a *gr)
120 gk20a_writel(g, ltc_ltcs_ltss_cbc_base_r(), 120 gk20a_writel(g, ltc_ltcs_ltss_cbc_base_r(),
121 compbit_base_post_divide); 121 compbit_base_post_divide);
122 122
123 gk20a_dbg(gpu_dbg_info | gpu_dbg_map | gpu_dbg_pte, 123 gk20a_dbg(gpu_dbg_info | gpu_dbg_map_v | gpu_dbg_pte,
124 "compbit base.pa: 0x%x,%08x cbc_base:0x%08x\n", 124 "compbit base.pa: 0x%x,%08x cbc_base:0x%08x\n",
125 (u32)(compbit_store_iova >> 32), 125 (u32)(compbit_store_iova >> 32),
126 (u32)(compbit_store_iova & 0xffffffff), 126 (u32)(compbit_store_iova & 0xffffffff),