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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index c343ad27..231f97b3 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -108,6 +108,7 @@ struct gk20a_platform {
108 */ 108 */
109 int (*secure_page_alloc)(struct platform_device *dev); 109 int (*secure_page_alloc)(struct platform_device *dev);
110 struct secure_page_buffer secure_buffer; 110 struct secure_page_buffer secure_buffer;
111 bool secure_alloc_ready;
111 112
112 /* Device is going to be suspended */ 113 /* Device is going to be suspended */
113 int (*suspend)(struct device *); 114 int (*suspend)(struct device *);