summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/platform_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
index f3e80b8c..5848a5ef 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
@@ -272,6 +272,12 @@ struct gk20a_platform {
272 /* stream id to use */ 272 /* stream id to use */
273 u32 ltc_streamid; 273 u32 ltc_streamid;
274 274
275 /*
276 * The deductible memory size for max_comptag_mem (in MBytes)
277 * Usually close to memory size that running system is taking
278 */
279 u32 comptag_mem_deduct;
280
275 /* scaling rate */ 281 /* scaling rate */
276 unsigned long cached_rate; 282 unsigned long cached_rate;
277}; 283};