summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Wenzel <b21659@freescale.com>2011-01-20 14:51:15 -0600
committerDennis Wenzel <b21659@freescale.com>2011-01-23 21:22:10 -0600
commit856d40b021f833f9decef13b57d54a5d80ffd097 (patch)
treea393288bb9aa1b20f86090aeeafa03f3609af16c
parentb8900d6c6fd434d9bdb525e00d8f2506e1262636 (diff)
ENGR00138065 linux: System hang when running tiger and then moving usb mouse
Problem fixed so remove warning message not to run OpenVG apps with X accel. Signed-off-by: Dennis Wenzel <b21659@freescale.com>
-rw-r--r--drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
index c2b26d3b2a0a..6b8af4bd2e1b 100644
--- a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
+++ b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
@@ -830,7 +830,6 @@ static int gpu_probe(struct platform_device *pdev)
printk(KERN_ERR "DO NOT use uio_pdrv_genirq kernel module for X acceleration!\n");
gpu_2d_irq = 0;
}
- printk(KERN_ERR "Do NOT run OpenVG apps while also running imx-drv X device driver!\n");
}
if (kgsl_driver_init() != GSL_SUCCESS) {