summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm7xx/TODO
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2011-05-07 03:11:58 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 18:33:13 -0700
commitdc762c4f8514f23094927e0a62ef305d90651535 (patch)
treee3c71c91a4e22cd2c986cec0664f80a1f07f0e44 /drivers/staging/sm7xx/TODO
parent4ce0a41f1054b58801f7e14f5036cf27a75152e2 (diff)
downloadlinux-dc762c4f8514f23094927e0a62ef305d90651535.tar.gz
linux-dc762c4f8514f23094927e0a62ef305d90651535.tar.xz
linux-dc762c4f8514f23094927e0a62ef305d90651535.zip
staging: sm7xx: Use kernel framebuffer mode setting
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@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx/TODO')
-rw-r--r--drivers/staging/sm7xx/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/sm7xx/TODO b/drivers/staging/sm7xx/TODO
index b0f531803ffe..7304021368c3 100644
--- a/drivers/staging/sm7xx/TODO
+++ b/drivers/staging/sm7xx/TODO
@@ -3,7 +3,6 @@ TODO:
- 2D acceleration support
- use kernel coding style
- refine the code and remove unused code
-- use kernel framebuffer mode setting instead of hard code
- move it to drivers/video/sm7xx/ or make it be drivers/video/sm7xxfb.c
Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and