aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-08-25 03:03:23 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:42 -0400
commitf0061fa204fd663dadf91b424eae76df1aef2530 (patch)
tree37b160c13d9147d21c0abe0cc3c3bdba8bdb070e /drivers/gpu/pvr
parente948aac07100f3a6e02376e0f34fa17b8220ad1c (diff)
sgx defeat clock disable
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers/gpu/pvr')
-rw-r--r--drivers/gpu/pvr/omap4/sysutils_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/omap4/sysutils_linux.c b/drivers/gpu/pvr/omap4/sysutils_linux.c
index eebeb4c3e22..c9d47299118 100644
--- a/drivers/gpu/pvr/omap4/sysutils_linux.c
+++ b/drivers/gpu/pvr/omap4/sysutils_linux.c
@@ -199,7 +199,7 @@ IMG_VOID DisableSGXClocks(SYS_DATA *psSysData)
199 199
200#if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI) 200#if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI)
201 { 201 {
202 int res = pm_runtime_put_sync(&gpsPVRLDMDev->dev); 202 int res = 0; // !!! pm_runtime_put_sync(&gpsPVRLDMDev->dev);
203 if (res < 0) 203 if (res < 0)
204 { 204 {
205 PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res)); 205 PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res));