9
0
Fork 0
barebox/drivers/video
Sascha Hauer 5b7a74d749 fb: i.MX IPU: move fb_info initialization to a single function
The bitfield information was only added to fb_info when the
framebuffer actually was enabled. That made it impossible to
call 'bmp' before enabling the display.
So, move all fb_info init to a single place and make it a function
to better allow for multiple displays later.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-10-22 19:31:57 +02:00
..
Kconfig i.MX25 : add Framebuffer support 2010-05-17 11:16:27 +02:00
Makefile drivers/video/Makefile: cleanup proper indention 2010-02-16 21:49:25 +01:00
fb.c fb: add a usage counter to prevent double enable/disable 2010-06-24 11:37:40 +02:00
imx-ipu-fb.c fb: i.MX IPU: move fb_info initialization to a single function 2010-10-22 19:31:57 +02:00
imx.c imxfb: do not enable framebuffer on startup 2010-06-24 11:36:22 +02:00