<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/video/Makefile, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-04-13T18:30:09Z</updated>
<entry>
<title>video: move ipuv3 files to subdirectory</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=bffd13144b1fef3ee93007b92263667704597544'/>
<id>urn:sha1:bffd13144b1fef3ee93007b92263667704597544</id>
<content type='text'>
Place ipuv3 files and headers in custom driver subdirectory.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: Add Meson Video Processing Unit Driver</title>
<updated>2019-01-31T08:35:01Z</updated>
<author>
<name>Neil Armstrong</name>
</author>
<published>2018-07-24T15:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3bed42209404f91f3e0efaf7f9b3c9a989beb922'/>
<id>urn:sha1:3bed42209404f91f3e0efaf7f9b3c9a989beb922</id>
<content type='text'>
This adds video output support for Amlogic GXBB/GXL/GXM chips.
The supported ports are CVBS and HDMI (based on DW_HDMI).

When using HDMI, only DMT modes are supported.

There is support for simple-framebuffer (CONFIG_VIDEO_DT_SIMPLEFB)

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Signed-off-by: Jorge Ramire-Ortiz &lt;jramirez@baylibre.com&gt;
Signed-off-by: Maxime Jourdan &lt;mjourdan@baylibre.com&gt;
[narmstrong: fixed defines alignment in meson_canvas.c]
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: Add support for Arm's Mali Display Processors</title>
<updated>2018-09-28T17:11:44Z</updated>
<author>
<name>Liviu Dudau</name>
</author>
<published>2018-09-28T12:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c1a65a8c598d27379db91cd47d30103d76311398'/>
<id>urn:sha1:c1a65a8c598d27379db91cd47d30103d76311398</id>
<content type='text'>
Add support for Arm Mali Display Processors DP500, DP550 and DP650.
Only one layer is being used to display the console or boot logo,
even if more layers are supported in the hardware.

Signed-off-by: Liviu Dudau &lt;liviu.dudau@foss.arm.com&gt;
</content>
</entry>
<entry>
<title>video: Add support for NXP's TDA19988 HDMI encoder</title>
<updated>2018-09-28T16:44:50Z</updated>
<author>
<name>Liviu Dudau</name>
</author>
<published>2018-09-28T12:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=055da186a1d83d7d73d6d5b08b23957d3fa3df9f'/>
<id>urn:sha1:055da186a1d83d7d73d6d5b08b23957d3fa3df9f</id>
<content type='text'>
Add support for the NXP TDA19988 HDMI encoder as used on the Juno
development board from Arm.

Signed-off-by: Liviu Dudau &lt;liviu.dudau@foss.arm.com&gt;
</content>
</entry>
<entry>
<title>video_osd: Add osd sandbox driver and tests</title>
<updated>2018-09-28T16:26:52Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-09-27T07:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4eea531859edc7e23fcffadee47757a0c6e0959f'/>
<id>urn:sha1:4eea531859edc7e23fcffadee47757a0c6e0959f</id>
<content type='text'>
Add sandbox driver and tests for the new OSD uclass.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video_osd: Add ihs_video_out driver</title>
<updated>2018-09-28T16:26:44Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-09-27T07:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9671f696e52b1af72fe5566bf5a6fefc6a6fefa5'/>
<id>urn:sha1:9671f696e52b1af72fe5566bf5a6fefc6a6fefa5</id>
<content type='text'>
Add a driver for IHS OSDs on IHS FPGAs.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>drivers: Add OSD uclass</title>
<updated>2018-09-28T16:26:32Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-09-27T07:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=39a336f116e97d936268b1d317f22a007a01528d'/>
<id>urn:sha1:39a336f116e97d936268b1d317f22a007a01528d</id>
<content type='text'>
Some devices offer a text-based OSD (on-screen display) that can be
programmatically controlled (i.e. text displayed on).

Add a uclass to support such devices.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>video_display: Add Xilinx LogiCore DP TX</title>
<updated>2018-08-11T07:18:44Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-08-09T12:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=25a9f9747a84b36f61f575d592eddc96bce5dabb'/>
<id>urn:sha1:25a9f9747a84b36f61f575d592eddc96bce5dabb</id>
<content type='text'>
Add a driver for the Xilinx LogiCORE DisplayPort IP core, which is a
pure DP transmitter core for Xiling FPGA (no display capabilities).

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>video: Sort Makefile entries</title>
<updated>2018-08-11T07:17:48Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-08-09T12:51:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=77d512ff18a6ca7fce7a05d756b0e00b5424f9c7'/>
<id>urn:sha1:77d512ff18a6ca7fce7a05d756b0e00b5424f9c7</id>
<content type='text'>
The entries of Makefiles should be sorted, which is not the case in the
video driver Makefile.

Sort the entries alphabetically as far as this makes sense.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>dm: video: Add an EFI framebuffer driver</title>
<updated>2018-06-17T13:16:04Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-06-12T15:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4a08c74697c679607f1ddb56167c74fc31d53068'/>
<id>urn:sha1:4a08c74697c679607f1ddb56167c74fc31d53068</id>
<content type='text'>
This adds a DM video driver for U-Boot as the EFI payload. The driver
makes use of all necessary information from the passed EFI GOP info
to create a linear framebuffer device, as if it were initialized by
U-Boot itself.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
</feed>
