summaryrefslogtreecommitdiff
path: root/drivers/staging/sm7xx/TODO
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2010-01-06 16:33:10 +0800
committerStephen Rothwell <sfr@canb.auug.org.au>2010-02-19 10:34:19 +1100
commitd0a758df319bf593f46415a1feb3c86d33fcf101 (patch)
tree7292567e46e596ce606f54892c367fcea0a35373 /drivers/staging/sm7xx/TODO
parentf4fd7aff919c0107a11057531ae4fdbf89cb2536 (diff)
staging: sm7xx: remove the buggy 2D acceleration support
When scrolling the screen on the console with the 2D acceleration support, the whole system may hang. for example, when copying some files from another machine to YeeLoong netbook with the sm7xx video driver via scp and when the screen output is enabled, the system may hang. Before the bug is fixed, remove the 2D acceleration! Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: Teddy Wang <teddy.wang@siliconmotion.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx/TODO')
-rw-r--r--drivers/staging/sm7xx/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/sm7xx/TODO b/drivers/staging/sm7xx/TODO
index 1f61f5e11cf5..a66d9e406497 100644
--- a/drivers/staging/sm7xx/TODO
+++ b/drivers/staging/sm7xx/TODO
@@ -1,5 +1,6 @@
TODO:
- Dual head support
+- 2D acceleration support
- use kernel coding style
- checkpatch.pl clean
- refine the code and remove unused code