summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-10-31 17:40:19 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-31 19:23:07 -0500
commitb9b94c073ce551935be1c00cb8e756ad5ce5c631 (patch)
tree86e4c2b750e9a8eb0d23006ce4dce99906d95ab6 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent321537b8edaa9464381c70982470124e699a054a (diff)
gpu: nvgpu: Remove separate fixed address VMA
Remove the special VMA that could be used for allocating fixed addresses. This feature was never used and is not worth maintaining. Bug 1396644 Bug 1729947 Change-Id: I06f92caa01623535516935acc03ce38dbdb0e318 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1265302 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index f7ceaced..2f6e83a4 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -932,14 +932,6 @@ struct gk20a {
932 struct nvgpu_dbg_gpu_reg_op *dbg_regops_tmp_buf; 932 struct nvgpu_dbg_gpu_reg_op *dbg_regops_tmp_buf;
933 u32 dbg_regops_tmp_buf_ops; 933 u32 dbg_regops_tmp_buf_ops;
934 934
935 /*
936 * When set subsequent VMAs will separate fixed and non-fixed
937 * allocations. This avoids conflicts with fixed and non-fixed allocs
938 * for some tests. The value in separate_fixed_allocs is used to
939 * determine the split boundary.
940 */
941 u64 separate_fixed_allocs;
942
943 void (*remove_support)(struct device *); 935 void (*remove_support)(struct device *);
944 936
945 u64 pg_ingating_time_us; 937 u64 pg_ingating_time_us;