summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
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;