summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-08-25 08:03:23 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:03:23 +0100
commit96b70ddd7984b4a875f738a58fd6b3e08e19e889 (patch)
treee9304467e581ed7076a0434821704e79711830e0
parent7d2a2d8c72edfaf1453c43a4298f4ae522dd4ce2 (diff)
sgx defeat clock disable
Signed-off-by: Andy Green <andy.green@linaro.org>
-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)
#if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI)
{
- int res = pm_runtime_put_sync(&gpsPVRLDMDev->dev);
+ int res = 0; // !!! pm_runtime_put_sync(&gpsPVRLDMDev->dev);
if (res < 0)
{
PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res));