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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
index 1331c941..2ddadd2e 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
@@ -196,6 +196,9 @@ struct gk20a_platform {
196 /* Pre callback is called before frequency change */ 196 /* Pre callback is called before frequency change */
197 void (*prescale)(struct device *dev); 197 void (*prescale)(struct device *dev);
198 198
199 /* Set TPC_PG during probe */
200 void (*set_tpc_pg_mask)(struct device *dev, u32 tpc_mask);
201
199 /* Devfreq governor name. If scaling is enabled, we request 202 /* Devfreq governor name. If scaling is enabled, we request
200 * this governor to be used in scaling */ 203 * this governor to be used in scaling */
201 const char *devfreq_governor; 204 const char *devfreq_governor;