summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2015-09-25 17:23:59 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-11-23 11:37:41 -0500
commitb8b6df791b407a6b9cf568ecd34744c347968246 (patch)
treedf7a8fd9aa1fff45824293cbc66396e28e1983de /drivers/gpu/nvgpu/gk20a/platform_gk20a.h
parent2d40ebb1caa313d5d12a13f15b2623faa3ad914b (diff)
gpu: nvgpu: update name for gpu debugfs node
Create constant name for gpu debugfs node across all chip. Bug n/a Change-Id: I359b82b5389c49d8fe2a31ace49ff6daa1edfb10 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/805397 Signed-off-by: Seema Khowala <seemaj@nvidia.com> (cherry-picked from commit 17a3882cde09412c68f7a0ee4765f45be1a51c45) Reviewed-on: http://git-master/r/817014
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 7314d09d..b7a28ea5 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -49,6 +49,7 @@ struct gk20a_platform {
49 49
50 /* Should be populated by probe. */ 50 /* Should be populated by probe. */
51 struct dentry *debugfs; 51 struct dentry *debugfs;
52 struct dentry *debugfs_alias;
52 53
53 /* Clock configuration is stored here. Platform probe is responsible 54 /* Clock configuration is stored here. Platform probe is responsible
54 * for filling this data. */ 55 * for filling this data. */