summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug_ce.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug_ce.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug_ce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug_ce.c b/drivers/gpu/nvgpu/common/linux/debug_ce.c
index 9c50870e..95f0d2ad 100644
--- a/drivers/gpu/nvgpu/common/linux/debug_ce.c
+++ b/drivers/gpu/nvgpu/common/linux/debug_ce.c
@@ -19,7 +19,7 @@
19 19
20void gk20a_ce_debugfs_init(struct gk20a *g) 20void gk20a_ce_debugfs_init(struct gk20a *g)
21{ 21{
22 struct gk20a_platform *platform = dev_get_drvdata(g->dev); 22 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g));
23 23
24 debugfs_create_u32("ce_app_ctx_count", S_IWUSR | S_IRUGO, 24 debugfs_create_u32("ce_app_ctx_count", S_IWUSR | S_IRUGO,
25 platform->debugfs, &g->ce_app.ctx_count); 25 platform->debugfs, &g->ce_app.ctx_count);