<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2022.07</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=v2022.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2022.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-06-25T06:18:42Z</updated>
<entry>
<title>video: stm32: remove test on CONFIG_DM_REGULATOR</title>
<updated>2022-06-25T06:18:42Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@foss.st.com</email>
</author>
<published>2022-06-20T09:55:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bc6f8c2a97e5dd3b94e8c3cff3a77c2f5bffd8d'/>
<id>urn:sha1:5bc6f8c2a97e5dd3b94e8c3cff3a77c2f5bffd8d</id>
<content type='text'>
The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can
now be removed, they are no more needed since the commit 16cc5ad0b439
("power: regulator: add dummy helper").

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@foss.st.com&gt;
</content>
</entry>
<entry>
<title>driver: video: Check allocated pointers</title>
<updated>2022-06-25T06:10:21Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2022-05-18T05:36:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5f71b2f105e5d71e0c5204ba9b1b4def48733af7'/>
<id>urn:sha1:5f71b2f105e5d71e0c5204ba9b1b4def48733af7</id>
<content type='text'>
The codes that call STBTT_malloc() / stbtt__new_active() do not check
the return value at present which may cause segfault.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: tegra: Update some DT compatibles</title>
<updated>2022-06-13T22:31:10Z</updated>
<author>
<name>Peter Robinson</name>
<email>pbrobinson@gmail.com</email>
</author>
<published>2022-05-03T08:32:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d2105ae5e32ef5c87246054b2638fe50e62448c'/>
<id>urn:sha1:0d2105ae5e32ef5c87246054b2638fe50e62448c</id>
<content type='text'>
Some of the DT compatibles have changed upstream so add new DT compatibles
to ensure things continue to keep working if the device trees are
updated.

Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>video: stm32: stm32_ltdc: support several hardware versions</title>
<updated>2022-05-10T08:56:39Z</updated>
<author>
<name>Yannick Fertre</name>
<email>yannick.fertre@foss.st.com</email>
</author>
<published>2022-04-06T08:41:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=13dc7562b67c82a31fa80f6e855018d803b7c7b3'/>
<id>urn:sha1:13dc7562b67c82a31fa80f6e855018d803b7c7b3</id>
<content type='text'>
Register mapping &amp; pixel formats depend on version of ltdc
display controller.

Signed-off-by: Yannick Fertre &lt;yannick.fertre@foss.st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
</content>
</entry>
<entry>
<title>video: stm32: stm32_ltdc: fix data enable polarity</title>
<updated>2022-05-10T08:56:39Z</updated>
<author>
<name>Yannick FERTRE</name>
<email>yannick.fertre@foss.st.com</email>
</author>
<published>2022-04-06T08:37:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ef4ce6df3289f4ea8d55e093289bd39181385aac'/>
<id>urn:sha1:ef4ce6df3289f4ea8d55e093289bd39181385aac</id>
<content type='text'>
Wrong DISPLAY_FLAGS used to set the data enable polarity.

Signed-off-by: Yannick FERTRE &lt;yannick.fertre@foss.st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
</content>
</entry>
<entry>
<title>rockchip: video: mipi: add more compatible strings for rk3288/rk3399</title>
<updated>2022-04-18T03:25:13Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-04-16T08:25:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dcaaefdc0a7b3052e513b0e5dd2b00be4436386b'/>
<id>urn:sha1:dcaaefdc0a7b3052e513b0e5dd2b00be4436386b</id>
<content type='text'>
The rk3288/RK3399 DT synced from Linux contains some different
compatible strings in the mipi node then origanal used in U-boot.
Allow both options to be backwards compatible and to be able
to handle recent rk3288.dtsi and rk3399.dtsi files.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: video: rk_edp: add more rk3288 edp node options</title>
<updated>2022-04-18T03:25:13Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-04-16T07:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0944e77fde179de28db9a2ad7e6b975b8fedfc19'/>
<id>urn:sha1:0944e77fde179de28db9a2ad7e6b975b8fedfc19</id>
<content type='text'>
The rk3288 DT synced from Linux contains some different
properties in the edp node then origanal used in U-boot.
Allow both options to be backwards compatible and to be able
to handle recent rk3288.dtsi files.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next'</title>
<updated>2022-04-04T14:48:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-04-04T14:45:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=01f1ab67f38882dc7665a0a6eca4bbeba6d84f81'/>
<id>urn:sha1:01f1ab67f38882dc7665a0a6eca4bbeba6d84f81</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>video: Do not show splash and U-Boot logo simultaneously</title>
<updated>2022-03-31T12:27:51Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2022-03-28T19:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=25a448333da234b67ecc2235fc4fb4f598c8b6e7'/>
<id>urn:sha1:25a448333da234b67ecc2235fc4fb4f598c8b6e7</id>
<content type='text'>
Currently, on imx6sabresd and gwventana boards, the company logo
and U-Boot logo are shown.

The correct behavior is to show only the company logo, if available,
and not both logos.

Reported-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
Tested-by: Tim Harvey &lt;tharvey@gateworks.com&gt; #gw_ventana
</content>
</entry>
<entry>
<title>video: Drop formike driver</title>
<updated>2022-03-28T18:29:58Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-01-23T14:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39161e08803ff769002f69b68374949805a1000d'/>
<id>urn:sha1:39161e08803ff769002f69b68374949805a1000d</id>
<content type='text'>
This is not used. Drop it.

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