summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-06-16 11:02:20 +0100
committerAndy Green <andy.green@linaro.org>2011-06-16 11:02:20 +0100
commit82eed056b1965b4e68171bcb4ad86e46ee62ac1f (patch)
treec00d51669034f400ab7185f0427902819011ed19
parent7557c94d9bec953f6f50771aaf9a0929969180d4 (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