<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2019.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2019.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2019.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-12-28T11:27:53Z</updated>
<entry>
<title>video: Add a default TrueType font</title>
<updated>2018-12-28T11:27:53Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2018-12-27T22:25:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b093753471c1a30d680868a9f4d9f6db090bf0b7'/>
<id>urn:sha1:b093753471c1a30d680868a9f4d9f6db090bf0b7</id>
<content type='text'>
At present it is possible to enable TrueType support but not include any
fonts. This results in a blank display. Select Nimbus as the default font
to avoid this.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm</title>
<updated>2018-12-06T01:32:25Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-12-06T01:32:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2a055ea53260ac8addeeb94eb671172844bc9106'/>
<id>urn:sha1:2a055ea53260ac8addeeb94eb671172844bc9106</id>
<content type='text'>
Minor sandbox enhancements  / fixes
tpm improvements to clear up v1/v2 support
buildman toolchain fixes
New serial options to set/get config
</content>
</entry>
<entry>
<title>video: backlight: Fix log message in enable_sequence()</title>
<updated>2018-12-05T13:01:35Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2018-11-24T04:29:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a978e86d73e792b3136ad9e83df4ba566a040c7'/>
<id>urn:sha1:4a978e86d73e792b3136ad9e83df4ba566a040c7</id>
<content type='text'>
This has an extra argument. Remove it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: use BMP_ALIGN_CENTER define from splash.h</title>
<updated>2018-12-04T18:47:20Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2018-12-01T14:30:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e'/>
<id>urn:sha1:96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e</id>
<content type='text'>
Drop BMP_ALIGN_CENTER define in lcd.c and video_bmp.c as it is
already defined by splash.h. Include splash.h in bmp code.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: Allow driver to specify the line length</title>
<updated>2018-12-03T18:09:44Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2018-11-29T22:08:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06696ebe674de7f65d4f5046a8639b358c6b358c'/>
<id>urn:sha1:06696ebe674de7f65d4f5046a8639b358c6b358c</id>
<content type='text'>
At present line_length is always calculated in video_post_probe(). But
some hardware may use a different line length, e.g. with a 1366-wide
display.

Allow the driver to set this value if needed.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>rockchip: video: mipi: Fix phy frequency setting</title>
<updated>2018-11-30T18:03:16Z</updated>
<author>
<name>Richard Röjfors</name>
<email>richard.rojfors@gmail.com</email>
</author>
<published>2018-11-14T13:13:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c2808fd06c3f75df302af6a1354f3ec12278980'/>
<id>urn:sha1:4c2808fd06c3f75df302af6a1354f3ec12278980</id>
<content type='text'>
There was an incorrect check when looping and finding the first
fast enough frequency in the freq_rang table. The code did
actually return the first that was either exactly correct or
too slow.

Signed-off-by: Richard Röjfors &lt;richard@puffinpack.se&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rockchip: video: mipi: Do not write to the version register</title>
<updated>2018-11-30T18:03:16Z</updated>
<author>
<name>Richard Röjfors</name>
<email>richard.rojfors@gmail.com</email>
</author>
<published>2018-11-07T10:34:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d57720a5fc0a7452195cf3dcdb36cca99497d83a'/>
<id>urn:sha1:d57720a5fc0a7452195cf3dcdb36cca99497d83a</id>
<content type='text'>
There was a copy and paste error where the data
enable setting was written to the version register.

Signed-off-by: Richard Röjfors &lt;richard@puffinpack.se&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-video</title>
<updated>2018-11-26T20:52:51Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-11-26T20:52:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=430c166bcedd22e0ce93ce298747275f814b172f'/>
<id>urn:sha1:430c166bcedd22e0ce93ce298747275f814b172f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video: Update video_set_default_colors() to support invert</title>
<updated>2018-11-21T02:14:22Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2018-11-06T22:21:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9f210a35c39a191ca375e541e09686a3303e428'/>
<id>urn:sha1:b9f210a35c39a191ca375e541e09686a3303e428</id>
<content type='text'>
It is useful to be able to invert the colours in some cases so that the
text matches the background colour. Add a parameter to the function to
support this.

It is strange that function takes a private data structure from another
driver as an argument. It seems better to pass the device and have the
function internally work out how to find its required information.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>dm: video: correctly set the cursor position</title>
<updated>2018-11-17T10:35:39Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2018-11-10T18:55:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=118f020d9a6d84b52cd533cfe5b02feae7e5bdde'/>
<id>urn:sha1:118f020d9a6d84b52cd533cfe5b02feae7e5bdde</id>
<content type='text'>
The terminal escape sequence ESC [ &lt;x&gt; ; &lt;y&gt; H is used to set the cursor
position. According to the ECMA 48 standard the upper left corner in the
escape sequences is [1, 1]. The video uclass uses [0, 0] as upper left
corner.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
