summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSumit Singh <sumsingh@nvidia.com>2016-04-07 01:00:02 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-07 16:37:51 -0400
commit6c01d88ad90cf8c6ce59b2049e8674a493b35200 (patch)
tree7f94371453d9fb4aa71cb0de6c6d80e43ceeb7a6 /drivers
parente748656cd492e7ac32f67bf861f4d7ffd15e7797 (diff)
gpu: nvgpu: Replace CONFIG_PM_RUNTIME with CONFIG_PM
As a result GPU driver unfication, one instance of CONFIG_PM_RUNTIME got introduced. So replacing it with CONFIG_PM. Bug 200188753 Change-Id: If3f55ac32f6800c54e5bf620684b54b39457a6f4 Signed-off-by: Sumit Singh <sumsingh@nvidia.com> Reviewed-on: http://git-master/r/1121650 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 49e04e4d..f2e6a683 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1310,7 +1310,7 @@ static int gk20a_pm_initialise_domain(struct platform_device *pdev)
1310 1310
1311 domain->name = "gpu"; 1311 domain->name = "gpu";
1312 1312
1313#ifdef CONFIG_PM_RUNTIME 1313#ifdef CONFIG_PM
1314 if (!platform->can_railgate) 1314 if (!platform->can_railgate)
1315 pm_domain_gov = &pm_domain_always_on_gov; 1315 pm_domain_gov = &pm_domain_always_on_gov;
1316#endif 1316#endif