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.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 a9308b6e..0439dda9 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -307,10 +307,10 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
307 nvgpu_gmmu_perm_str(attrs->rw_flag), 307 nvgpu_gmmu_perm_str(attrs->rw_flag),
308 attrs->kind_v, 308 attrs->kind_v,
309 nvgpu_aperture_str(attrs->aperture), 309 nvgpu_aperture_str(attrs->aperture),
310 attrs->cacheable ? 'C' : 'v', 310 attrs->cacheable ? 'C' : '-',
311 attrs->sparse ? 'S' : '-', 311 attrs->sparse ? 'S' : '-',
312 attrs->priv ? 'P' : '-', 312 attrs->priv ? 'P' : '-',
313 attrs->coherent ? 'c' : '-', 313 attrs->coherent ? 'I' : '-',
314 attrs->valid ? 'V' : '-', 314 attrs->valid ? 'V' : '-',
315 (u32)attrs->ctag / g->ops.fb.compression_page_size(g), 315 (u32)attrs->ctag / g->ops.fb.compression_page_size(g),
316 pte_w[1], pte_w[0]); 316 pte_w[1], pte_w[0]);