summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-06-09 12:46:06 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-06-09 14:20:28 -0400
commit3daeac112bee905632f0a07efdca2e532ef34da7 (patch)
treecfaf7562c83a2ce13547f018e45c8f8a9f5cad7b /drivers/gpu/nvgpu/gk20a/gk20a.h
parente3162262e35e4d100ee92492150769eb7d4b03c2 (diff)
Revert "gpu: nvgpu: take power refcount in ISR"
This reverts commit 2219f38727ffa17291e15c1898bd3e65f43d09fd. It leaves GPU in on state for some tests that require powering down GPU. Change-Id: I79d44fed729e98692021c57bbeff6a0ef2e8c983 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1161846
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 6622dad0..1c129743 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1061,7 +1061,6 @@ void gk20a_remove_sysfs(struct device *dev);
1061 1061
1062void gk20a_busy_noresume(struct device *dev); 1062void gk20a_busy_noresume(struct device *dev);
1063int __must_check gk20a_busy(struct device *dev); 1063int __must_check gk20a_busy(struct device *dev);
1064void gk20a_idle_nosuspend(struct device *dev);
1065void gk20a_idle(struct device *dev); 1064void gk20a_idle(struct device *dev);
1066void gk20a_disable(struct gk20a *g, u32 units); 1065void gk20a_disable(struct gk20a *g, u32 units);
1067void gk20a_enable(struct gk20a *g, u32 units); 1066void gk20a_enable(struct gk20a *g, u32 units);