<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/Makefile, branch v2020.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Makefile?h=v2020.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Makefile?h=v2020.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-07-29T12:43:40Z</updated>
<entry>
<title>video: add nexell video driver (display/video driver)</title>
<updated>2020-07-29T12:43:40Z</updated>
<author>
<name>Stefan Bosch</name>
<email>stefan_b@posteo.net</email>
</author>
<published>2020-07-10T17:07:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1e96ba6a21a7988d5dc9e33f7f078799b0890b9'/>
<id>urn:sha1:e1e96ba6a21a7988d5dc9e33f7f078799b0890b9</id>
<content type='text'>
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- nexell_display.c: Changed to DM, CONFIG_FB_ADDR can not be used
  anymore because framebuffer is allocated by video_reserve() in
  video-uclass.c. Therefore code changed appropriately.
- '#ifdef CONFIG...' changed to 'if (IS_ENABLED(CONFIG...))' where
  possible (and similar).
- livetree API (dev_read_...) is used instead of fdt one (fdt...).

Signed-off-by: Stefan Bosch &lt;stefan_b@posteo.net&gt;
</content>
</entry>
<entry>
<title>video: make backlight and panel drivers optional</title>
<updated>2020-06-18T17:28:36Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2020-05-25T22:20:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e26e520046a1b551f25acf3d7b6705a37c808deb'/>
<id>urn:sha1:e26e520046a1b551f25acf3d7b6705a37c808deb</id>
<content type='text'>
Not all boards use these drivers, so allow to disable them to fix
building boards with U-Boot binary image size restrictions.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: add support of panel RM68200</title>
<updated>2019-10-13T21:38:36Z</updated>
<author>
<name>Yannick Fertré</name>
<email>yannick.fertre@st.com</email>
</author>
<published>2019-10-07T13:29:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06ef131d30b5ac65b95b832a9546811d74ac42c6'/>
<id>urn:sha1:06ef131d30b5ac65b95b832a9546811d74ac42c6</id>
<content type='text'>
Support for Raydium RM68200 720p dsi 2dl video mode panel.
This rm68200 panel driver is based on the Linux Kernel driver from
drivers/gpu/drm/panel/panel-raydium-rm68200.c.

Signed-off-by: Yannick Fertré &lt;yannick.fertre@st.com&gt;
</content>
</entry>
<entry>
<title>video: add support of panel OTM8009A</title>
<updated>2019-10-13T21:38:26Z</updated>
<author>
<name>Yannick Fertré</name>
<email>yannick.fertre@st.com</email>
</author>
<published>2019-10-07T13:29:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78157b2fa5b560c447a08d1afe98dba4060fc596'/>
<id>urn:sha1:78157b2fa5b560c447a08d1afe98dba4060fc596</id>
<content type='text'>
Support for Orise Tech otm8009a 480p dsi 2dl video mode panel.

Signed-off-by: Yannick Fertré &lt;yannick.fertre@st.com&gt;
</content>
</entry>
<entry>
<title>video: add MIPI DSI host controller bridge</title>
<updated>2019-10-13T21:37:08Z</updated>
<author>
<name>Yannick Fertré</name>
<email>yannick.fertre@st.com</email>
</author>
<published>2019-10-07T13:29:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d4f7ea83fc3415584d9c28564164c1e056f37917'/>
<id>urn:sha1:d4f7ea83fc3415584d9c28564164c1e056f37917</id>
<content type='text'>
Add a Synopsys Designware MIPI DSI host bridge driver, based on the
Rockchip version from rockchip/dw-mipi-dsi.c with phy &amp; bridge APIs.

Signed-off-by: Yannick Fertré &lt;yannick.fertre@st.com&gt;
</content>
</entry>
<entry>
<title>dm: Add a dsi host uclass</title>
<updated>2019-10-13T21:34:43Z</updated>
<author>
<name>Yannick Fertré</name>
<email>yannick.fertre@st.com</email>
</author>
<published>2019-10-07T13:29:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c'/>
<id>urn:sha1:23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c</id>
<content type='text'>
Display Serial Interface (DSI) host can usefully be modelled
as their own uclass.
DSI defines a serial bus and a communication protocol
between the host and the device (panel, bridge).

Signed-off-by: Yannick Fertré &lt;yannick.fertre@st.com&gt;
</content>
</entry>
<entry>
<title>video: add support of MIPI DSI interface</title>
<updated>2019-10-13T19:24:47Z</updated>
<author>
<name>Yannick Fertré</name>
<email>yannick.fertre@st.com</email>
</author>
<published>2019-10-07T13:29:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66c37246567c04416780f2c2b87aa251470e0585'/>
<id>urn:sha1:66c37246567c04416780f2c2b87aa251470e0585</id>
<content type='text'>
Mipi_display.c contains a set of dsi helpers.
This file is a copy of file drm_mipi_dsi.c (linux kernel).

Signed-off-by: Yannick Fertré &lt;yannick.fertre@st.com&gt;
</content>
</entry>
<entry>
<title>video: move ipuv3 files to subdirectory</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2019-03-18T22:29:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
<email>narmstrong@baylibre.com</email>
</author>
<published>2018-07-24T15:45:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
<email>Liviu.Dudau@foss.arm.com</email>
</author>
<published>2018-09-28T12:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
</feed>
