Home
last modified time | relevance | path

Searched hist:"694 f050650798b82f2c7b9983e80117d58b34bf3" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/
H A Dvideomode.cdiff 694f050650798b82f2c7b9983e80117d58b34bf3 Tue Mar 12 03:35:16 CDT 2013 Tomi Valkeinen <tomi.valkeinen@ti.com> videomode: remove timing_entry_index

Display timing's fields have minimum, typical and maximum values. These
can be accessed by using timing_entry_index enum, and
display_timing_get_value() function.

There's no real need for this extra complexity. The values can be
accessed more easily by just using the min/typ/max fields.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
/openbmc/linux/include/video/
H A Ddisplay_timing.hdiff 694f050650798b82f2c7b9983e80117d58b34bf3 Tue Mar 12 03:35:16 CDT 2013 Tomi Valkeinen <tomi.valkeinen@ti.com> videomode: remove timing_entry_index

Display timing's fields have minimum, typical and maximum values. These
can be accessed by using timing_entry_index enum, and
display_timing_get_value() function.

There's no real need for this extra complexity. The values can be
accessed more easily by just using the min/typ/max fields.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>