summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 18922d46..10ca84d9 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -274,7 +274,7 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
274 pte_dbg(g, attrs, 274 pte_dbg(g, attrs,
275 "PTE: i=%-4u size=%-2u offs=%-4u | " 275 "PTE: i=%-4u size=%-2u offs=%-4u | "
276 "GPU %#-12llx phys %#-12llx " 276 "GPU %#-12llx phys %#-12llx "
277 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c%c " 277 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c "
278 "ctag=0x%08x " 278 "ctag=0x%08x "
279 "[0x%08x, 0x%08x]", 279 "[0x%08x, 0x%08x]",
280 pd_idx, l->entry_size, pd_offset, 280 pd_idx, l->entry_size, pd_offset,
@@ -286,7 +286,6 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
286 attrs->cacheable ? 'C' : '-', 286 attrs->cacheable ? 'C' : '-',
287 attrs->sparse ? 'S' : '-', 287 attrs->sparse ? 'S' : '-',
288 attrs->priv ? 'P' : '-', 288 attrs->priv ? 'P' : '-',
289 attrs->coherent ? 'I' : '-',
290 attrs->valid ? 'V' : '-', 289 attrs->valid ? 'V' : '-',
291 (u32)attrs->ctag >> ctag_shift, 290 (u32)attrs->ctag >> ctag_shift,
292 pte_w[1], pte_w[0]); 291 pte_w[1], pte_w[0]);