<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/videomodes.c, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/videomodes.c?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/videomodes.c?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-01-14T13:56:38Z</updated>
<entry>
<title>videomodes: Add video_edid_dtd_to_ctfb_res_modes helper function</title>
<updated>2015-01-14T13:56:38Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T14:47:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7ce12ddd7a7aba80fc8f10a50bfdec4f3aceb52'/>
<id>urn:sha1:b7ce12ddd7a7aba80fc8f10a50bfdec4f3aceb52</id>
<content type='text'>
Add a video_edid_dtd_to_ctfb_res_modes helper function to convert an EDID
detailed timing to a struct ctfb_res_modes.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>videomodes: Add helper functions to parse video-mode env-var extra options</title>
<updated>2015-01-14T13:56:38Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T13:27:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eb3c0cf8069a004512aac23d85c87c2ee348f8cd'/>
<id>urn:sha1:eb3c0cf8069a004512aac23d85c87c2ee348f8cd</id>
<content type='text'>
Add 2 helper functions to get strings, respectively integers from the options
value returned by video_get_video_mode() / video_get_ctfb_res_modes().

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>videomodes: Add video_get_ctfb_res_modes helper function</title>
<updated>2015-01-14T13:56:38Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T12:22:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e976b868f2f77eddf7f61d52dfe2a23075ae272d'/>
<id>urn:sha1:e976b868f2f77eddf7f61d52dfe2a23075ae272d</id>
<content type='text'>
Add a video_get_ctfb_res_modes() helper function, which uses
video_get_video_mode() to parse the 'video-mode' environment variable and then
looks up the matching mode in res_mode_init and returns the matching mode.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>videomodes: Add a bunch of high res modes</title>
<updated>2015-01-14T13:56:38Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T10:45:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=59bb610922257de60e3ece5c0f699bd929c4f1f6'/>
<id>urn:sha1:59bb610922257de60e3ece5c0f699bd929c4f1f6</id>
<content type='text'>
Add modes useful for hd-tvs and modern monitors.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>videomodes: Add (vesa) standard timings</title>
<updated>2015-01-14T13:56:38Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T10:11:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92a88c33f0b063f0a6a6beff9d67506b5adcc242'/>
<id>urn:sha1:92a88c33f0b063f0a6a6beff9d67506b5adcc242</id>
<content type='text'>
The timings for the modes defined in videomodes.c differ (significantly)
from vesa standard timings for these modes.

This commit adds a version with the proper std timings for these modes,
since I do not want to cause regressions, boards which want to use the standard
timings need to define CONFIG_VIDEO_STD_TIMINGS to get the new correct timings.

Since there is no std timing for 960x720 this commit uses the timing used
by the nvidia video drivers for 960x720, which uses a standard pixelclock
of 74.25 MHz rather then the weird 76.335... clock used by the old modes.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modes</title>
<updated>2015-01-14T13:56:37Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2014-12-19T09:38:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c91d25767db292ad73b6567d52588178151709d'/>
<id>urn:sha1:0c91d25767db292ad73b6567d52588178151709d</id>
<content type='text'>
Add pixelclock_khz and refresh fields to ctfb_res_modes:

1) pixelclocks are usually referred to in hz, not picoseconds, and e.g
pll-s are also typically programmed in hz, not ps. Converting between the
2 leads to rounding differences, add a pixelclock_khz field to directly
store the *exact* pixelclock for a mode, so that drivers do not need to
resort to rounding tricks to try and guess the exact pixelclock;

2) The video-mode environment variable, as parsed by video_get_video_mode
also contains the vertical refresh rate, add a refresh field, so that
the refresh-rate can be matched when parsing the video-mode environment
variable.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>Coding Style cleanup: remove trailing white space</title>
<updated>2013-10-14T20:06:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-10-07T11:07:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7'/>
<id>urn:sha1:3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>drivers/video/videomodes.c: fix GCC 4.6 build warning</title>
<updated>2011-11-07T21:09:58Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-04T15:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40ac78a949e877a6e52ad3527e92aa51985a8c51'/>
<id>urn:sha1:40ac78a949e877a6e52ad3527e92aa51985a8c51</id>
<content type='text'>
Fix:
videomodes.c: In function 'video_get_params':
videomodes.c:162:13: warning: variable 't' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: parse the video-mode environment variable</title>
<updated>2011-04-28T19:31:02Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2011-03-21T21:38:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5dbdc81ea70daa04e49eb0004a0441131a029c6'/>
<id>urn:sha1:a5dbdc81ea70daa04e49eb0004a0441131a029c6</id>
<content type='text'>
Add function video_get_video_mode(), which parses the "video-mode" environment
variable and returns each of its components.  The format matches the video=
command-line option used for Linux:

	video-mode=&lt;driver&gt;:&lt;xres&gt;x&lt;yres&gt;-&lt;depth&gt;@&lt;freq&gt;&lt;,option=string&gt;

	&lt;driver&gt; The video driver, ignored by U-Boot
	&lt;xres&gt; The X resolution (in pixels) to use.
	&lt;yres&gt; The Y resolution (in pixels) to use.
	&lt;depth&gt; The color depth (in bits) to use.
	&lt;freq&gt; The frequency (in Hz) to use.
	&lt;options&gt; A comma-separated list of device-specific options

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
</feed>
