summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-08-25 08:04:33 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:04:33 +0100
commit679ec70e9d1b99f5a93847b2ce44a4dcf4d30573 (patch)
treecaf3d9d6501fc06cbf07cb81c04c6e78db51b74c
parent19c66f94501a55cbcc5c42c15170b4413ce9c5c9 (diff)
sgx stop pretending we can set sgx clock at the moment
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/gpu/pvr/omap4/sysutils_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/omap4/sysutils_linux.c b/drivers/gpu/pvr/omap4/sysutils_linux.c
index c9d47299118..895b1e615fe 100644
--- a/drivers/gpu/pvr/omap4/sysutils_linux.c
+++ b/drivers/gpu/pvr/omap4/sysutils_linux.c
@@ -158,7 +158,7 @@ PVRSRV_ERROR EnableSGXClocks(SYS_DATA *psSysData)
PVR_DPF((PVR_DBG_MESSAGE, "EnableSGXClocks: Enabling SGX Clocks"));
#if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI)
- omap_device_set_rate(&gpsPVRLDMDev->dev, SYS_SGX_CLOCK_SPEED);
+// omap_device_set_rate(&gpsPVRLDMDev->dev, SYS_SGX_CLOCK_SPEED);
{
@@ -205,7 +205,7 @@ IMG_VOID DisableSGXClocks(SYS_DATA *psSysData)
PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res));
}
}
- omap_device_set_rate(&gpsPVRLDMDev->dev, 0);
+// omap_device_set_rate(&gpsPVRLDMDev->dev, 0);
#endif