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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index df64d2ca..da19f83e 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -172,6 +172,10 @@ struct compbit_store_desc {
172 struct sg_table *sgt; 172 struct sg_table *sgt;
173 size_t size; 173 size_t size;
174 u64 base_iova; 174 u64 base_iova;
175
176 /* The value that is written to the hardware. This depends on
177 * on the number of ltcs and is not an address. */
178 u64 base_hw;
175}; 179};
176 180
177struct gk20a_buffer_state { 181struct gk20a_buffer_state {