[PATCH V4] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-05-10 Thread Huacai Chen
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 Acked-by: Sudip Mukherjee Signed-off-by: Huacai Chen --- V2: Coding style ajustment. V3: Add TODO comments. V4: R

[PATCH V3 RESEND] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-05-08 Thread Huacai Chen
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 Acked-by: Sudip Mukherjee Signed-off-by: Huacai Chen --- V2: Coding style ajustment. V3: Add TODO comments. drivers

[PATCH V2] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-04-27 Thread Huacai Chen
If image->depth != 1, lynxfb_ops_imageblit() should fallback to call cfb_imageblit(), not return directly. Otherwise it can't display the boot logo. V2: Coding style ajustment. Cc: Teddy Wang Cc: Sudip Mukherjee Signed-off-by: Huacai Chen --- drivers/staging/sm750fb/sm750.c |

[PATCH] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-04-26 Thread Huacai Chen
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 insertio