summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 498de7e7..6afac4d8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1639,13 +1639,9 @@ static int _gk20a_init_domain(struct device_node *np,
1639#endif 1639#endif
1640 1640
1641 of_genpd_add_provider_simple(np, gpd); 1641 of_genpd_add_provider_simple(np, gpd);
1642
1643#warning genpd_pm_subdomain_attach does not work with upstream
1644#if 0
1645 gpd->of_node = of_node_get(np); 1642 gpd->of_node = of_node_get(np);
1646 1643
1647 genpd_pm_subdomain_attach(gpd); 1644 genpd_pm_subdomain_attach(gpd);
1648#endif
1649 return 0; 1645 return 0;
1650} 1646}
1651 1647