summaryrefslogtreecommitdiff
path: root/api/api_display.c
AgeCommit message (Collapse)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]>
2013-03-21api/api_display: use the getters for console size infoJeroen Hofstee
cc: Che-Liang Chiou <[email protected]> Acked-by: Che-Liang Chiou <[email protected]> Signed-off-by: Jeroen Hofstee <[email protected]>
2011-11-15api: export LCD device to external appsChe-Liang Chiou
This patch exports LCD info-query and bitmap-rendering functions to external apps. This patch is tested on a Seaboard. Because the LCD driver is not yet upstreamed, the test was done in a local downstream repo. Signed-off-by: Che-Liang Chiou <[email protected]>