]> Pileus Git - ~andy/linux/commit
OMAPDSS: rename omap_dss_device's 'device' field to 'dst'
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Jul 2013 10:06:54 +0000 (13:06 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Aug 2013 05:51:11 +0000 (08:51 +0300)
commit9560dc1059222d059d494a64e5da4c54d23838da
treec42e4363954b421c0f46bb0e336060ad527414b3
parenta73fdc647417699833f22d0f239affe22e062827
OMAPDSS: rename omap_dss_device's 'device' field to 'dst'

In the old panel device model we had omap_dss_output entities,
representing the encoders in the DSS block. This entity had "device"
field, which pointed to the panel that was using the omap_dss_output.

With the new panel device model, the omap_dss_output is integrated into
omap_dss_device, which now represents a "display entity". Thus the "device"
field, now in omap_dss_device, points to the next entity in the display
entity-chain.

This patch renames the "device" field to "dst", 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/video/omap2/displays-new/encoder-tfp410.c
drivers/video/omap2/displays-new/encoder-tpd12s015.c
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/output.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/dss/venc.c
include/video/omapdss.h