<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/video.h, branch v2023.07.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/video.h?h=v2023.07.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/video.h?h=v2023.07.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-06-12T11:25:01Z</updated>
<entry>
<title>video: Add support for RGBA8888 format</title>
<updated>2023-06-12T11:25:01Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@amd.com</email>
</author>
<published>2023-05-17T08:42:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e9500ba9e032bc5e976578e256582c86fcb62d0d'/>
<id>urn:sha1:e9500ba9e032bc5e976578e256582c86fcb62d0d</id>
<content type='text'>
Add support for RGBA8888 32bpp format where pixels are picked in
32-bit integers, where the colors are stored in memory such that
R is at lowest address, G after that, B after that, and A last.

Signed-off-by: Venkatesh Yadav Abbarapu &lt;venkatesh.abbarapu@amd.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;
Link: https://lore.kernel.org/r/aa1de54b7d4ff46df6858f76d52634e0c5c71a4a.1684312924.git.michal.simek@amd.com
</content>
</entry>
<entry>
<title>cmd: bmp: Split bmp commands and functions</title>
<updated>2023-04-24T19:37:45Z</updated>
<author>
<name>Nikhil M Jain</name>
<email>n-jain1@ti.com</email>
</author>
<published>2023-04-20T12:11:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=58182b2db9d80930b2d98bfe08a08d3437e8a302'/>
<id>urn:sha1:58182b2db9d80930b2d98bfe08a08d3437e8a302</id>
<content type='text'>
To enable splash screen at SPL, need to compile cmd/bmp.c which also
includes bmp commands, since SPL doesn't use commands split bmp.c into
common/bmp.c which includes all bmp functions and cmd/bmp.c which only
contains bmp commands.

Add function delclaration for bmp_info in video.h.

Signed-off-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Allow a copy framebuffer with pre-allocated fb</title>
<updated>2023-03-13T12:53:01Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-03-10T20:47:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=315e36797723e8a191a1ae0ceac448f5c4f00aff'/>
<id>urn:sha1:315e36797723e8a191a1ae0ceac448f5c4f00aff</id>
<content type='text'>
At present it is not possible for the video driver to use a pre-allocated
frame buffer (such as is done with EFI) with the copy framebuffer. This
can be useful to speed up the display.

Adjust the implementation so that copy_size can be set to the required
size, with this being allocated if the normal framebuffer size is 0.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Fix unchnaged typo</title>
<updated>2023-01-16T23:26:50Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-01-06T14:52:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8'/>
<id>urn:sha1:5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8</id>
<content type='text'>
Fix this typo in the header file.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>video: Move bmp_display() prototype to video.h</title>
<updated>2022-10-30T19:07:16Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-18T13:41:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f24404d85f2d226110a3fd9aa169f25f9f454e35'/>
<id>urn:sha1:f24404d85f2d226110a3fd9aa169f25f9f454e35</id>
<content type='text'>
The lcd.h header is about to be deleted, so move this prototype.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Add a way to get the default font height</title>
<updated>2022-10-30T19:01:40Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-06T14:36:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c830e285f475e580eb45290d54e9d174a57a7d71'/>
<id>urn:sha1:c830e285f475e580eb45290d54e9d174a57a7d71</id>
<content type='text'>
This is not as simple as it seems. Add a function to provide it so that
the upcoming menu feature can space lines out correctly.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Add a function to get the dimensions of a BMP image</title>
<updated>2022-10-30T19:01:40Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-06T14:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e90322f87c97a4829c44fe77435c9faca87cbfc8'/>
<id>urn:sha1:e90322f87c97a4829c44fe77435c9faca87cbfc8</id>
<content type='text'>
This is useful for some other users, so break this out into a function.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Add function to obtain the U-Boot logo</title>
<updated>2022-10-30T19:01:40Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-06T14:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d3890188d6bcaf7172678d2e5e803035e85dc8d'/>
<id>urn:sha1:0d3890188d6bcaf7172678d2e5e803035e85dc8d</id>
<content type='text'>
It is useful to show the logo from other code, coming in a later feature.
Add a function to obtain it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Allow filling the display with a colour</title>
<updated>2022-10-30T19:01:40Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-06T14:36:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=50d562c01ff0a9f500ed9821a74e841d6f6dc133'/>
<id>urn:sha1:50d562c01ff0a9f500ed9821a74e841d6f6dc133</id>
<content type='text'>
Generalise the video_clear() function to allow filling with a different
colour.

Tidy up the comments while we are here.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Move console colours to the video uclass</title>
<updated>2022-10-30T07:43:24Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-10-06T14:36:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a032e4b55ea717fb931dd0d4754cf72b9bafe2f4'/>
<id>urn:sha1:a032e4b55ea717fb931dd0d4754cf72b9bafe2f4</id>
<content type='text'>
At present these are attached to vidconsole which means that the video
uclass requires that a console is enabled. This is not the intention.
The colours are a reasonable way of indexing common colours in any case,
so move them to the video uclass instead.

Rename vid_console_color() to video_index_to_colour() now that it is more
generic. Also fix the inconsistent spelling in these functions.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
