summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 895e52ff..8d1dba66 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -140,6 +140,8 @@ enum gmmu_pgsz_gk20a {
140struct gk20a_comptags { 140struct gk20a_comptags {
141 u32 offset; 141 u32 offset;
142 u32 lines; 142 u32 lines;
143 u32 allocated_lines;
144 bool user_mappable;
143}; 145};
144 146
145struct gk20a_mm_entry { 147struct gk20a_mm_entry {
@@ -190,6 +192,9 @@ struct mapped_buffer_node {
190 u32 pgsz_idx; 192 u32 pgsz_idx;
191 u32 ctag_offset; 193 u32 ctag_offset;
192 u32 ctag_lines; 194 u32 ctag_lines;
195 u32 ctag_allocated_lines;
196 bool ctags_mappable;
197
193 u32 flags; 198 u32 flags;
194 u32 kind; 199 u32 kind;
195 bool va_allocated; 200 bool va_allocated;