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, 1 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 56e3a356..ea3a2052 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -113,10 +113,7 @@ struct gr_ctx_desc {
113#define NVGPU_GR_PREEMPTION_MODE_CTA 2 113#define NVGPU_GR_PREEMPTION_MODE_CTA 2
114 114
115struct compbit_store_desc { 115struct compbit_store_desc {
116 struct page **pages; 116 struct mem_desc mem;
117 struct sg_table *sgt;
118 size_t size;
119 u64 base_iova;
120 117
121 /* The value that is written to the hardware. This depends on 118 /* The value that is written to the hardware. This depends on
122 * on the number of ltcs and is not an address. */ 119 * on the number of ltcs and is not an address. */