AUO-K190x: Rotation, truecolor and misc fixes
From: Heiko Stuebner <heiko@...> Date: Tue, 14 Aug 2012 22:44:26 +0200
This series enables rotating the display using the framebuffer functions. It also introduces a 16bit truecolor mode for applications that don't work well with the only mode (8bit grayscale) that is available currently. Heiko Stübner (9): AUO-K190x: Use correct line length AUO-K190x: add runtime-pm calls to controller init functions AUO-K190x: set the correct runtime-pm state in recover AUO-K190x: make memory check in check_var more flexible AUO-K190x: move var resolution-handling into check_var AUO-K190x: make color handling more flexible AUO-K190x: add a 16bit truecolor mode AUO-K190x: add framebuffer rotation support AUO-K190x: Add resolutions for portrait displays drivers/video/auo_k1900fb.c | 11 ++- drivers/video/auo_k1901fb.c | 11 ++- drivers/video/auo_k190x.c | 235 +++++++++++++++++++++++++++++++++++-------- include/video/auo_k190xfb.h | 3 +- 4 files changed, 214 insertions(+), 46 deletions(-) -- 1.7.2.3
Patches in this set
- [0001] AUO-K190x: Use correct line length (raw)
- [0002] AUO-K190x: add runtime-pm calls to controller init functions (raw)
- [0003] AUO-K190x: set the correct runtime-pm state in recover (raw)
- [0004] AUO-K190x: make memory check in check_var more flexible (raw)
- [0005] AUO-K190x: move var resolution-handling into check_var (raw)
- [0006] AUO-K190x: make color handling more flexible (raw)
- [0007] AUO-K190x: add a 16bit truecolor mode (raw)
- [0008] AUO-K190x: add framebuffer rotation support (raw)
- [0009] AUO-K190x: Add resolutions for portrait displays (raw)
Statistics
- 9 individual patches
- 225 lines added
- 57 lines removed