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
Cc: Sudip Mukherjee
Signed-off-by: Huacai Chen
---
drivers/staging/sm750fb/sm750.c |2 ++
1 files changed, 2 insertions(+), 0
Hi, Sudip and Teddy,
I have found the root cause of Logo problem:
1, enable hw_accel, staging driver cannot show logo.
2, disable hw_accel, staging driver can show logo.
3, both enable/disable hw_accel, my driver (1.0.8) can show logo.
Deep in code:
In staging driver, drivers/staging/sm750fb/sm75
Signed-off-by: Nicolae-Alexandru Ivan
---
drivers/staging/comedi/drivers/ni_stc.h | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/staging/comedi/drivers/ni_stc.h
b/drivers/staging/comedi/drivers/ni_stc.h
index bd69c3f..75926c1 100644
--- a/drivers/staging/comedi/drivers/ni_stc.h
This patch fixes lines longer than 80 columns in mac.c.
5 lines longer than 80 columns remain for the sake of readability.
Signed-off-by: Guillaume Brogi
---
drivers/staging/vt6655/mac.c | 49 +---
1 file changed, 32 insertions(+), 17 deletions(-)
diff --