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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index 342dc486..c8f71a19 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -191,7 +191,7 @@ static void __update_pte(struct vm_gk20a *vm,
191 u32 pte_addr = attrs->aperture == APERTURE_SYSMEM ? 191 u32 pte_addr = attrs->aperture == APERTURE_SYSMEM ?
192 gmmu_new_pte_address_sys_f(phys_shifted) : 192 gmmu_new_pte_address_sys_f(phys_shifted) :
193 gmmu_new_pte_address_vid_f(phys_shifted); 193 gmmu_new_pte_address_vid_f(phys_shifted);
194 u32 pte_tgt = __nvgpu_aperture_mask(g, 194 u32 pte_tgt = nvgpu_aperture_mask_coh(g,
195 attrs->aperture, 195 attrs->aperture,
196 gmmu_new_pte_aperture_sys_mem_ncoh_f(), 196 gmmu_new_pte_aperture_sys_mem_ncoh_f(),
197 gmmu_new_pte_aperture_sys_mem_coh_f(), 197 gmmu_new_pte_aperture_sys_mem_coh_f(),