summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-11-09 12:04:59 -0500
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-11-09 13:11:23 -0500
commitcccd038f8d753c045d3592fc2730f750766df78b (patch)
tree4fa027aa9c74d7040bbdba2fb1ba8aa36fb835f8 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent19b3bd28b3e277d8892f663e7c61a813dbc54feb (diff)
Revert "gpu: nvgpu: Implement sparse PDEs"
This reverts commit c44947b1314bb2afa1f116b4928f4e8a4c34d7b1. It introduces a regression in T124. Bug 1702063 Change-Id: I64e333f66d98bd4dbcfe40a60f1aa825d90376a5 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/830786 GVS: Gerrit_Virtual_Submit
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 c13ae2a2..e44ee631 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -153,7 +153,6 @@ struct gk20a_mm_entry {
153 int pgsz; 153 int pgsz;
154 struct gk20a_mm_entry *entries; 154 struct gk20a_mm_entry *entries;
155 int num_entries; 155 int num_entries;
156 bool sparse;
157}; 156};
158 157
159struct priv_cmd_queue { 158struct priv_cmd_queue {