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 9325eab7..b0c089e6 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -239,6 +239,9 @@ struct gk20a_platform {
239 u32 ina3221_dcb_index; 239 u32 ina3221_dcb_index;
240 u32 ina3221_i2c_address; 240 u32 ina3221_i2c_address;
241 u32 ina3221_i2c_port; 241 u32 ina3221_i2c_port;
242
243 /* stream id to use */
244 u32 ltc_streamid;
242}; 245};
243 246
244static inline struct gk20a_platform *gk20a_get_platform( 247static inline struct gk20a_platform *gk20a_get_platform(