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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 5b76f166..6d5bea30 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -220,7 +220,7 @@ static void __update_pte(struct vm_gk20a *vm,
220 pte_w[0] |= gmmu_pte_privilege_true_f(); 220 pte_w[0] |= gmmu_pte_privilege_true_f();
221 } 221 }
222 222
223 pte_w[1] = __nvgpu_aperture_mask(g, attrs->aperture, 223 pte_w[1] = nvgpu_aperture_mask_coh(g, attrs->aperture,
224 gmmu_pte_aperture_sys_mem_ncoh_f(), 224 gmmu_pte_aperture_sys_mem_ncoh_f(),
225 gmmu_pte_aperture_sys_mem_coh_f(), 225 gmmu_pte_aperture_sys_mem_coh_f(),
226 gmmu_pte_aperture_video_memory_f()) | 226 gmmu_pte_aperture_video_memory_f()) |