Signed-off-by: Vince Hsu <[email protected]>
---
drm/nouveau_platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drm/nouveau_platform.c b/drm/nouveau_platform.c
index b307bbedd4c4..68788b17a45c 100644
--- a/drm/nouveau_platform.c
+++ b/drm/nouveau_platform.c
@@ -53,7 +53,7 @@ static int nouveau_platform_power_up(struct
nouveau_platform_gpu *gpu)
reset_control_assert(gpu->rst);
udelay(10);
- err = tegra_powergate_remove_clamping(TEGRA_POWERGATE_3D);
+ err = tegra_powergate_gpu_set_clamping(false);
if (err)
goto err_clamp;
udelay(10);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/