]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modes
authorHans de Goede <hdegoede@redhat.com>
Fri, 19 Dec 2014 09:38:49 +0000 (10:38 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:37 +0000 (14:56 +0100)
commit0c91d25767db292ad73b6567d52588178151709d
tree6755282104a7e5e4bd4a0cc35329e4d5cae9c0ce
parent81ec10015181bcf19a190ae4bea94bb1ac8d1da6
videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modes

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 <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/videomodes.c
drivers/video/videomodes.h