summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-02-09 23:37:02 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:06:37 -0400
commita3b26f25a226ea56e84dbda1bb510c1a7bc11054 (patch)
treeaf422d027e1e4c6d058380fd26dee4eb95c8afa8 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent80d26baf051fa5fc05e4e15fe5fd6a7bac448a1c (diff)
gpu: nvgpu: TLB invalidate after map/unmap
Always invalidate TLB after mapping or unmapping, and remove the delayed TLB invalidate. Change-Id: I6df3c5c1fcca59f0f9e3f911168cb2f913c42815 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/696413 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 596661ca..663bd5d3 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -290,7 +290,6 @@ struct vm_gk20a {
290 290
291 bool big_pages; /* enable large page support */ 291 bool big_pages; /* enable large page support */
292 bool enable_ctag; 292 bool enable_ctag;
293 bool tlb_dirty;
294 bool mapped; 293 bool mapped;
295 294
296 u32 big_page_size; 295 u32 big_page_size;