]> git.kernelconcepts.de Git - karo-tx-linux.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)
commita73fdc647417699833f22d0f239affe22e062827
tree604d506d15df8e16ff80b9682af42f1916eadb23
parentb3864299c1602efabcdb87d0264a45845530b7c9
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