summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-06-30 19:05:32 -0400
committerAlex Waterman <alexw@nvidia.com>2016-07-19 14:31:50 -0400
commit0793de62b28bf8dcc655628129fd664862ac9909 (patch)
tree5938d45151d723c91b37dd3460ceacc33c1b3512 /drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h
parent5672cbdf6d8e7b8b93a08cd388097e2d1f0a8843 (diff)
gpu: nvgpu: Change the allocator flag naming scheme
Move to a more generic name of GPU_ALLOC_*. Change-Id: Icbbd366847a9d74f83f578e4d9ea917a6e8ea3e2 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1176445 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
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;