aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/omapfb
Commit message (Collapse)AuthorAgeFilesLines
* OMAP: DSS2: OMAPFB: fix crash when panel driver was not loadedTomi Valkeinen2010-01-121-0/+5
| | | | | | | | | | If the panel's probe had failed, omapfb would still go on, eventually crashing. A better fix would be to handle each display properly, and leaving just the failed display out. But that is a bigger change. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* OMAP: DSS2: OMAPFB: fix omapfb_free_fbmem()Tomi Valkeinen2010-01-111-0/+1
| | | | | | | Fixes bug causing VRFB memory area to be released twice. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com> Reported-by: Eino-Ville Talvala <talvala@stanford.edu>
* OMAP: DSS2: omapfb driverTomi Valkeinen2009-12-096-0/+3708
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>