summaryrefslogtreecommitdiffstats
path: root/include/fb.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the feature to change the video mode at runtimeJuergen Beisert2010-12-211-0/+3
| | | | | | | | This patch add the possibility to change the video mode at barebox's runtime if the graphics driver in use supports it. Signed-off-by: <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fb: add a usage counter to prevent double enable/disableSascha Hauer2010-06-241-1/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rework device parametersSascha Hauer2010-06-171-2/+0
| | | | | | | | Change device parameters so that the memory management is in generic code. This also removes the need of storing statically initialized parameters as they are stored in a struct list_head for each device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fb: Add FB_SYNC_ defines from kernelSascha Hauer2009-12-091-0/+22
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add missing include/fb.hSascha Hauer2009-08-131-0/+89
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>