summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
authorLauri Peltonen <lpeltonen@nvidia.com>2014-07-18 09:02:23 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:44 -0400
commit574ee40e51bf3f4fe989f8e572e611ae4ffa0795 (patch)
tree4083fb74ed6861d679299131f3577c09c33ff99d /drivers/gpu/nvgpu/gk20a/gk20a.c
parentc8faa10d1dc9bb0c4c2815c38fb71d8acdd1108d (diff)
gpu: nvgpu: Add compression state IOCTLs
Bug 1409151 Change-Id: I29a325d7c2b481764fc82d945795d50bcb841961 Signed-off-by: Lauri Peltonen <lpeltonen@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 2975798f..4e3beb7c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1523,6 +1523,7 @@ static int gk20a_probe(struct platform_device *dev)
1523 platform->debugfs, 1523 platform->debugfs,
1524 &gk20a->timeouts_enabled); 1524 &gk20a->timeouts_enabled);
1525 gk20a_pmu_debugfs_init(dev); 1525 gk20a_pmu_debugfs_init(dev);
1526 gk20a_cde_debugfs_init(dev);
1526#endif 1527#endif
1527 1528
1528#ifdef CONFIG_INPUT_CFBOOST 1529#ifdef CONFIG_INPUT_CFBOOST