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 9a99b7fe..d9725e4c 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a.h
@@ -158,6 +158,9 @@ struct gk20a_platform {
158 /* Device is going to be suspended */ 158 /* Device is going to be suspended */
159 int (*suspend)(struct device *); 159 int (*suspend)(struct device *);
160 160
161 /* Device is going to be resumed */
162 int (*resume)(struct device *);
163
161 /* Called to turn off the device */ 164 /* Called to turn off the device */
162 int (*railgate)(struct device *dev); 165 int (*railgate)(struct device *dev);
163 166