summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h b/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
index bed0492c..55de9bc9 100644
--- a/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
+++ b/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
@@ -137,7 +137,7 @@ struct gk20a_buddy_allocator {
137 137
138 /* 138 /*
139 * This is for when the allocator is managing a GVA space (the 139 * This is for when the allocator is managing a GVA space (the
140 * GPU_BALLOC_GVA_SPACE bit is set in @flags). This requires 140 * GPU_ALLOC_GVA_SPACE bit is set in @flags). This requires
141 * that we group like sized allocations into PDE blocks. 141 * that we group like sized allocations into PDE blocks.
142 */ 142 */
143 u64 pte_blk_order; 143 u64 pte_blk_order;