summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-06-15 22:25:06 +0100
committerAndy Green <andy.green@linaro.org>2011-06-15 22:25:06 +0100
commit3209992ecb658e25ef95f955e3faae5ef56188ca (patch)
tree784878ae16ac7717b26d7e9a3ca91cd2a913477c
parent2076452fc4715423dc483ddfdf66feba41bf4d00 (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));