linux/drivers/video/omap2/omapfb
Tomi Valkeinen 897044e99e OMAP: DSS2: OMAPFB: Reduce stack usage
omapfb_mode_to_timings() had struct fb_info, struct fb_var and struct
fb_ops allocated from stack. This caused the stack usage grow quite
high.

Use kzalloc to allocate the structs instead.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-05-12 19:39:52 +03:00
..
Kconfig OMAP2PLUS: DSS2: Add OMAP4 Kconfig support 2011-03-11 15:46:22 +02:00
Makefile
omapfb-ioctl.c OMAP: DSS2: Add method for querying display dimensions from DSS drivers 2011-05-11 14:19:24 +03:00
omapfb-main.c OMAP: DSS2: OMAPFB: Reduce stack usage 2011-05-12 19:39:52 +03:00
omapfb-sysfs.c OMAP: DSS2: Convert simple/strict_strto* to kstrto* 2011-05-11 14:20:11 +03:00
omapfb.h OMAP: DSS2: OMAPFB: make DBG() more resistant in if-else constructions 2011-05-11 14:20:54 +03:00