aboutsummaryrefslogtreecommitdiff
path: root/test/dm/video.c
AgeCommit message (Expand)Author
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2018-12-29dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt
2017-09-29video: test: Add ANSI escape sequence testsRob Clark
2017-09-29video: test: Helper for writing stringsRob Clark
2016-02-06video: test: Adjust order of file closureSimon Glass
2016-01-30video: test: Add console tests for truetypeSimon Glass
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass
2016-01-30video: Handle the 'bell' characterSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-20dm: video: test: Test that bitmap display works correctlySimon Glass
2016-01-20dm: video: test: Add tests for rotated consolesSimon Glass
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass