Files
linux-legacy/drivers
Jason Chen f89965349a ENGR00116086 fb: mmap fail for first time for fb2
If did not set_var, fb driver will not allocate buffers. If user call
fb_set_var with the same size as fb default setting(in mxcfb_probe,
usually 240x320),fb drvier will not call mxcfb_set_par if no
FB_ACTIVATE_FORCE flag set, which will make mmap fail.
Allocate fb buffers in mxcfb_probe avoid such issue, but it will consume
memory at the very beginning.

Signed-off-by: Jason Chen <b02280@freescale.com>
2010-08-10 11:44:42 -05:00
..
2009-12-18 13:43:50 -08:00
2009-12-18 13:43:30 -08:00