summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 3021cb02..2e26ff44 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -2227,13 +2227,12 @@ static int update_gmmu_pte_locked(struct vm_gk20a *vm,
2227 if (!cacheable) 2227 if (!cacheable)
2228 pte_w[1] |= 2228 pte_w[1] |=
2229 gmmu_pte_vol_true_f(); 2229 gmmu_pte_vol_true_f();
2230 else { 2230 } else {
2231 /* Store cachable value behind 2231 /* Store cacheable value behind
2232 * gmmu_pte_write_disable_true_f */ 2232 * gmmu_pte_write_disable_true_f */
2233 if (!cacheable) 2233 if (!cacheable)
2234 pte_w[1] |= 2234 pte_w[1] |=
2235 gmmu_pte_write_disable_true_f(); 2235 gmmu_pte_write_disable_true_f();
2236 }
2237 } 2236 }
2238 2237
2239 gk20a_dbg(gpu_dbg_pte, 2238 gk20a_dbg(gpu_dbg_pte,