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 e71dbf32..3c2db924 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -71,6 +71,9 @@ struct gk20a_platform {
71 /* set if ASPM should be disabled on boot; only makes sense for PCI */ 71 /* set if ASPM should be disabled on boot; only makes sense for PCI */
72 bool disable_aspm; 72 bool disable_aspm;
73 73
74 /* Set if the platform can unify the small/large address spaces. */
75 bool unify_address_spaces;
76
74 /* Should be populated by probe. */ 77 /* Should be populated by probe. */
75 struct dentry *debugfs; 78 struct dentry *debugfs;
76 struct dentry *debugfs_alias; 79 struct dentry *debugfs_alias;