summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index c9a47d70..0e1f3c4b 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -282,8 +282,6 @@ static int update_gmmu_pte_locked(struct vm_gk20a *vm,
282 u64 ctag_granularity = g->ops.fb.compression_page_size(g); 282 u64 ctag_granularity = g->ops.fb.compression_page_size(g);
283 u32 pte_w[2] = {0, 0}; /* invalid pte */ 283 u32 pte_w[2] = {0, 0}; /* invalid pte */
284 284
285 gk20a_dbg_fn("");
286
287 if (*iova) { 285 if (*iova) {
288 if (unmapped_pte) 286 if (unmapped_pte)
289 pte_w[0] = gmmu_new_pte_valid_false_f(); 287 pte_w[0] = gmmu_new_pte_valid_false_f();
@@ -345,7 +343,6 @@ static int update_gmmu_pte_locked(struct vm_gk20a *vm,
345 } 343 }
346 } 344 }
347 } 345 }
348 gk20a_dbg_fn("done");
349 return 0; 346 return 0;
350} 347}
351 348