<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2019.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?h=v2019.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2019.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-09-21T08:52:57Z</updated>
<entry>
<title>sunxi: video: HDMI: Fix LCD clock divider</title>
<updated>2019-09-21T08:52:57Z</updated>
<author>
<name>Mark Kettenis</name>
<email>kettenis@openbsd.org</email>
</author>
<published>2019-08-09T20:30:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f34e7fc29b32066a8af6c4d22a1f6e0fbfd8e6db'/>
<id>urn:sha1:f34e7fc29b32066a8af6c4d22a1f6e0fbfd8e6db</id>
<content type='text'>
Currently we may end up with an LCD clock divider that differs from
the HDMI PHY clock divider if we can't exactly match the pixel clock.
Fix this by using DIV_ROUND_UP to calculate the divider.  This works
since the PLL is chosen such that the resulting pixel clock is
never higher than the requested pixel clock.

Fixes: 1feed358ed15 ("sunxi: video: HDMI: Fix clock setup")

Signed-off-by: Mark Kettenis &lt;kettenis@openbsd.org&gt;
</content>
</entry>
<entry>
<title>env: Move env_get() to env.h</title>
<updated>2019-08-11T20:43:41Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2019-08-01T15:46:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7b51b576d6db714e8668a98de67e93651e18123c'/>
<id>urn:sha1:7b51b576d6db714e8668a98de67e93651e18123c</id>
<content type='text'>
Move env_get() over to the new header file.

Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>common: Move gzip functions into a new gzip header</title>
<updated>2019-08-11T20:43:41Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2019-08-01T15:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c670fc1481d2296f1f5837ea5c15cfbdaed710c'/>
<id>urn:sha1:0c670fc1481d2296f1f5837ea5c15cfbdaed710c</id>
<content type='text'>
As part of the effort to remove things from common.h, create a new header
for the gzip functions. Move the function declarations to it and add
missing documentation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
</content>
</entry>
<entry>
<title>mxc_ipuv3_fb.c: enable a backlight on a panel</title>
<updated>2019-07-30T10:58:33Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2019-07-22T04:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42a7ce27d97022f4abbba142dfa00d1450512f0a'/>
<id>urn:sha1:42a7ce27d97022f4abbba142dfa00d1450512f0a</id>
<content type='text'>
check if we get a panel device, if so, enable
the backlight on it.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mxc_ipuv3_fb.c: call display_enable</title>
<updated>2019-07-30T10:57:47Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2019-07-22T04:49:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f4ec1ae08ea9a4ed51ea0bf0583c416be7ec7eb8'/>
<id>urn:sha1:f4ec1ae08ea9a4ed51ea0bf0583c416be7ec7eb8</id>
<content type='text'>
call display_enable, so a display gets enabled.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mxc_ipuv3_fb.c: set gd-&gt;fb_base</title>
<updated>2019-07-30T10:55:06Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2019-07-22T04:49:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f03e56adada60a1b8ddcd4eca324878efbc540cb'/>
<id>urn:sha1:f03e56adada60a1b8ddcd4eca324878efbc540cb</id>
<content type='text'>
set gd-&gt;fb_base so it can be shown with bdinfo command.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>video: arm: rpi: Bail out early if querying video information fails</title>
<updated>2019-07-29T08:14:04Z</updated>
<author>
<name>Fabian Vogt</name>
<email>fvogt@suse.com</email>
</author>
<published>2019-07-11T14:56:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=970baf16d1322d3930a57fc78ddfb15d594d690c'/>
<id>urn:sha1:970baf16d1322d3930a57fc78ddfb15d594d690c</id>
<content type='text'>
When probing we query for the width and hight of the display. If the
firmware does not report any connected display the system will crash.
See https://github.com/raspberrypi/firmware/issues/1157 for details.

Signed-off-by: Fabian Vogt &lt;fvogt@suse.com&gt;
[mb: update commit message]
Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Tested-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
<entry>
<title>video: dw_hdmi: Add support for ddc-i2c-bus property</title>
<updated>2019-07-28T22:32:59Z</updated>
<author>
<name>Niklas Schulze</name>
<email>me@jns.io</email>
</author>
<published>2019-07-27T12:07:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=60a62acfb07afb0815f28abe6f49a9b906a7c3f4'/>
<id>urn:sha1:60a62acfb07afb0815f28abe6f49a9b906a7c3f4</id>
<content type='text'>
Add support for the ddc-i2c-bus device tree property which allows
for using an external i2c master for reading the display's EDID.

Signed-off-by: Niklas Schulze &lt;me@jns.io&gt;
</content>
</entry>
<entry>
<title>video: meson: dw-hdmi: add EDID mode filtering to only select supported modes</title>
<updated>2019-07-28T22:22:02Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-07-04T13:52:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=233358c46a753438d9f0c26dc67dad3ddecca1e9'/>
<id>urn:sha1:233358c46a753438d9f0c26dc67dad3ddecca1e9</id>
<content type='text'>
Add support for the new mode_valid() display op to filter out unsupported
display DMT timings.

This is useful when connected to 4k displays, since we only support DMT
monitors up to 1920x1080, the 4k native timings are discarded to select
supported timings.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>video: display: use edid_get_timing_validate() variant to filter supported EDID modes</title>
<updated>2019-07-28T22:21:49Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-07-04T13:52:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eb4ee4e436287a69de7a87ea3070fa52bd327602'/>
<id>urn:sha1:eb4ee4e436287a69de7a87ea3070fa52bd327602</id>
<content type='text'>
Introduce a new display op, mode_valid() to be used with the newly
introduced edid_get_timing_validate() function, to filter supported
monitor timings if handled by the display driver.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
</feed>
