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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 2b17d32a..c2aec6e3 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -61,6 +61,9 @@ struct gk20a_platform {
61 /* flag to set sync destroy aggressiveness */ 61 /* flag to set sync destroy aggressiveness */
62 bool aggressive_sync_destroy; 62 bool aggressive_sync_destroy;
63 63
64 /* set if ASPM should be disabled on boot; only makes sense for PCI */
65 bool disable_aspm;
66
64 /* Should be populated by probe. */ 67 /* Should be populated by probe. */
65 struct dentry *debugfs; 68 struct dentry *debugfs;
66 struct dentry *debugfs_alias; 69 struct dentry *debugfs_alias;