summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index a4b291d8..48e08a16 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -280,7 +280,7 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
280 "vm=%s " 280 "vm=%s "
281 "PTE: i=%-4u size=%-2u | " 281 "PTE: i=%-4u size=%-2u | "
282 "GPU %#-12llx phys %#-12llx " 282 "GPU %#-12llx phys %#-12llx "
283 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c%c%c " 283 "pgsz: %3dkb perm=%-2s kind=%#02x APT=%-6s %c%c%c%c%c "
284 "ctag=0x%08x " 284 "ctag=0x%08x "
285 "[0x%08x, 0x%08x]", 285 "[0x%08x, 0x%08x]",
286 vm->name, 286 vm->name,
@@ -293,7 +293,6 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
293 attrs->cacheable ? 'C' : '-', 293 attrs->cacheable ? 'C' : '-',
294 attrs->sparse ? 'S' : '-', 294 attrs->sparse ? 'S' : '-',
295 attrs->priv ? 'P' : '-', 295 attrs->priv ? 'P' : '-',
296 attrs->coherent ? 'I' : '-',
297 attrs->valid ? 'V' : '-', 296 attrs->valid ? 'V' : '-',
298 attrs->platform_atomic ? 'A' : '-', 297 attrs->platform_atomic ? 'A' : '-',
299 (u32)attrs->ctag / g->ops.fb.compression_page_size(g), 298 (u32)attrs->ctag / g->ops.fb.compression_page_size(g),