diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-01-06 16:33:10 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 16:42:44 -0800 |
commit | 3af805735a2538c38ec16014f19d19030544aaef (patch) | |
tree | 550cb88c4eb5106e83f206ef3ae96a48b95357bd /drivers/staging/sm7xx/TODO | |
parent | d5a2ffd8e8d602293339f69180aff8914c454d83 (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/TODO | 1 |
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 |