lkml.org 
[lkml]   [2014]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH nouveau 05/11] platform: switch to the new gpu rail clamping function
Date
Signed-off-by: Vince Hsu <vinceh@nvidia.com>
---
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


\
 
 \ /
  Last update: 2014-12-23 12:21    [W:0.262 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site