summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/TODO
diff options
context:
space:
mode:
authorHuacai Chen <chenhc@lemote.com>2015-05-11 11:08:22 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-24 13:34:49 -0700
commit288ef567ab7b43f19838afbe12b471f1ff5fdfa3 (patch)
tree6465648eb4cd2d752f99e5ad302690bd8ac71c99 /drivers/staging/sm750fb/TODO
parent2e043a923eb25c2ebeb33c1053357cc69ce2494e (diff)
staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1
If image->depth != 1, lynxfb_ops_imageblit() should fallback to call cfb_imageblit(), not return directly. Otherwise it can't display the boot logo. Cc: Teddy Wang <teddy.wang@siliconmotion.com> Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/TODO')
-rw-r--r--drivers/staging/sm750fb/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/sm750fb/TODO b/drivers/staging/sm750fb/TODO
index ce23f3ccc3a4..a3a877d90066 100644
--- a/drivers/staging/sm750fb/TODO
+++ b/drivers/staging/sm750fb/TODO
@@ -2,6 +2,7 @@ TODO:
- lots of checkpatch cleanup
- use kernel coding style
- refine the code and remove unused code
+- Implement hardware acceleration for imageblit if image->depth > 1
- check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
are supposed to be sample code which is given here if someone wants to
use those functionalities)