summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 3c2db924..fa0909ee 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -255,6 +255,11 @@ struct gk20a_platform {
255 255
256 /* true if we run preos microcode on this board */ 256 /* true if we run preos microcode on this board */
257 bool run_preos; 257 bool run_preos;
258
259 /* true if we need to program sw threshold for
260 * power limits
261 */
262 bool hardcode_sw_threshold;
258}; 263};
259 264
260static inline struct gk20a_platform *gk20a_get_platform( 265static inline struct gk20a_platform *gk20a_get_platform(