]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: rename omap_dss_device's 'output' to 'src'
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Jul 2013 10:01:34 +0000 (13:01 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Aug 2013 05:51:10 +0000 (08:51 +0300)
commitdfef98b64b2006ce48e3842274f802fa08dc637c
tree604d506d15df8e16ff80b9682af42f1916eadb23
parent9eb2fef81e5edaccc45d85b8bd99e88df652f040
OMAPDSS: rename omap_dss_device's 'output' to 'src'

In the old panel device model we had "outputs", which were the encoders
inside OMAP DSS block, and panel devices (omap_dss_device). The panel
devices had a reference to the source of the video data, i.e. reference
to an "output", in a field named "output".

That was somewhat confusing even in the old panel device model, but even
more so with the panel device model where we can have longer chains of
display entities.

This patch renames the "output" field to "src", which much better tells
what the field points to.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/gpu/drm/omapdrm/omap_encoder.c
drivers/video/omap2/displays-new/encoder-tfp410.c
drivers/video/omap2/displays-new/encoder-tpd12s015.c
drivers/video/omap2/dss/output.c
include/video/omapdss.h