summaryrefslogtreecommitdiff
path: root/test/dm/video.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-13/+13
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-21/+34
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+2
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut1-8/+0
2018-12-29dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin1-3/+3
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-2/+2
2018-10-09sandbox: video: Speed up video outputSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-1/+1
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-1/+1
2017-09-29video: test: Add ANSI escape sequence testsRob Clark1-0/+34
2017-09-29video: test: Helper for writing stringsRob Clark1-12/+12
2016-02-06video: test: Adjust order of file closureSimon Glass1-1/+1
2016-01-30video: test: Add console tests for truetypeSimon Glass1-0/+63
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass1-1/+20
2016-01-30video: Handle the 'bell' characterSimon Glass1-1/+1
2016-01-30video: Use fractional units for X coordinatesSimon Glass1-2/+2
2016-01-21dm: video: test: Test that bitmap display works correctlySimon Glass1-0/+54
2016-01-21dm: video: test: Add tests for rotated consolesSimon Glass1-0/+27
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-0/+190