summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index aed50ed7..43afbbf9 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -256,6 +256,9 @@ struct gk20a_platform {
256 256
257 /* stream id to use */ 257 /* stream id to use */
258 u32 ltc_streamid; 258 u32 ltc_streamid;
259
260 /* scaling rate */
261 unsigned long cached_rate;
259}; 262};
260 263
261static inline struct gk20a_platform *gk20a_get_platform( 264static inline struct gk20a_platform *gk20a_get_platform(