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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 35c4d688..b27d1109 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -269,10 +269,10 @@ static void update_gmmu_pte_locked(struct vm_gk20a *vm,
269 nvgpu_gmmu_perm_str(attrs->rw_flag), 269 nvgpu_gmmu_perm_str(attrs->rw_flag),
270 attrs->kind_v, 270 attrs->kind_v,
271 nvgpu_aperture_str(attrs->aperture), 271 nvgpu_aperture_str(attrs->aperture),
272 attrs->cacheable ? 'C' : 'v', 272 attrs->cacheable ? 'C' : '-',
273 attrs->sparse ? 'S' : '-', 273 attrs->sparse ? 'S' : '-',
274 attrs->priv ? 'P' : '-', 274 attrs->priv ? 'P' : '-',
275 attrs->coherent ? 'c' : '-', 275 attrs->coherent ? 'I' : '-',
276 attrs->valid ? 'V' : '-', 276 attrs->valid ? 'V' : '-',
277 (u32)attrs->ctag >> ctag_shift, 277 (u32)attrs->ctag >> ctag_shift,
278 pte_w[1], pte_w[0]); 278 pte_w[1], pte_w[0]);