summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
authorSumit Singh <sumsingh@nvidia.com>2016-03-30 01:44:33 -0400
committerSumit Singh <sumsingh@nvidia.com>2016-03-30 01:47:41 -0400
commit466dc96afef268e57bbdc4bbf8a243fcdfdde164 (patch)
treefb176732feb8df23eccfede45e8416c4fc2806f9 /drivers/gpu/nvgpu/gm20b
parentc72ea9f83e1ec690247524dbe348c376ba074e85 (diff)
parent383c769995dd8df1c5fd83b5778d37bf347618ca (diff)
Merge branch 'PM_RUNTIME-Removal' into 'dev-kernel-3.18'
This change performs merge of 'PM_RUNTIME_Removal' dev-branch with 'dev-kernel-3.18' branch. It replaces CONFIG_PM_RUNTIME with CONFIG_PM. JIRA TPM-704 Change-Id: I306e254716f275c283f727fc232d7244939542b6 Signed-off-by: Sumit Singh <sumsingh@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/mm_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
index 9fdd860b..621ee687 100644
--- a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
@@ -51,7 +51,7 @@ int gm20b_mm_mmu_vpr_info_fetch(struct gk20a *g)
51 int ret = 0; 51 int ret = 0;
52 52
53 gk20a_busy_noresume(g->dev); 53 gk20a_busy_noresume(g->dev);
54#ifdef CONFIG_PM_RUNTIME 54#ifdef CONFIG_PM
55 if (!pm_runtime_active(&g->dev->dev)) 55 if (!pm_runtime_active(&g->dev->dev))
56 goto fail; 56 goto fail;
57#endif 57#endif