diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-05 08:24:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-05 08:24:14 -0500 |
commit | 9649c5343fb1e105109f8aac499134dd4bd723ca (patch) | |
tree | 8a2d7dfb8963e332d585b8b6615b1159bcfc75f3 /include | |
parent | 2e2a2a5d4f0c2e2642326d9000ce1f1553632e6a (diff) | |
parent | 96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e (diff) | |
download | u-boot-9649c5343fb1e105109f8aac499134dd4bd723ca.tar.gz u-boot-9649c5343fb1e105109f8aac499134dd4bd723ca.tar.bz2 u-boot-9649c5343fb1e105109f8aac499134dd4bd723ca.zip |
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
video, bmp and cls command updates
Diffstat (limited to 'include')
-rw-r--r-- | include/video.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h index 3f9139eea4..1d57b48b17 100644 --- a/include/video.h +++ b/include/video.h @@ -61,7 +61,9 @@ enum video_log2_bpp { * @font_size: Font size in pixels (0 to use a default value) * @fb: Frame buffer * @fb_size: Frame buffer size - * @line_length: Length of each frame buffer line, in bytes + * @line_length: Length of each frame buffer line, in bytes. This can be + * set by the driver, but if not, the uclass will set it after + * probing * @colour_fg: Foreground colour (pixel value) * @colour_bg: Background colour (pixel value) * @flush_dcache: true to enable flushing of the data cache after |