On Fri, May 06, 2011 at 07:24:56PM +0200, Javier M. Mellid wrote:This patch implements dynamic framebuffer mode setting.
Previous code works with mode setting in a hard code way. Previous hard
code configuration is used as default configuration if dynamic mode
setting or boot mode setting (via sm712vga_setup) is not used.
Tested with SM712 supporting 1024x600x16 as default hardware resolution.
Changes:
- Implement fb_check_var and fb_set_par callbacks
- Remove __maybe_unused decorator in function being used (sm712vga_setup)
- Minor cleanup on initialization structs related with mode settings
- Updated author copyright
- Updated TODO file
Signed-off-by: Javier M. Mellid<jmunhoz@xxxxxxxxxx>
---
drivers/staging/sm7xx/TODO | 1 -
This applies with fuzz, this leads me to believe that you didn't test
this on the latest linux-next tree, right?
What did you make this patch against?