summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index 729ccc39..9aa72e64 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -285,13 +285,13 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
285 285
286 pte_dbg(g, attrs, 286 pte_dbg(g, attrs,
287 "vm=%s " 287 "vm=%s "
288 "PTE: i=%-4u size=%-2u offs=%-4u | " 288 "PTE: i=%-4u size=%-2u | "
289 "GPU %#-12llx phys %#-12llx " 289 "GPU %#-12llx phys %#-12llx "
290 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c%c " 290 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c%c "
291 "ctag=0x%08x " 291 "ctag=0x%08x "
292 "[0x%08x, 0x%08x]", 292 "[0x%08x, 0x%08x]",
293 vm->name, 293 vm->name,
294 pd_idx, l->entry_size, pd_offset, 294 pd_idx, l->entry_size,
295 virt_addr, phys_addr, 295 virt_addr, phys_addr,
296 page_size >> 10, 296 page_size >> 10,
297 nvgpu_gmmu_perm_str(attrs->rw_flag), 297 nvgpu_gmmu_perm_str(attrs->rw_flag),