OMAPDSS: output: Add set/unset device ops for omap_dss_output
authorArchit Taneja <archit@ti.com>
Wed, 29 Aug 2012 08:00:15 +0000 (13:30 +0530)
committerArchit Taneja <archit@ti.com>
Wed, 26 Sep 2012 11:01:46 +0000 (16:31 +0530)
commit6d71b923e53184808b0206ebd74159c41a2dcf38
tree6873941b6b3a22e31c101bccbf5eeb9fedf77069
parent81b87f515f6abbbe4eef42835065db9d0831ef35
OMAPDSS: output: Add set/unset device ops for omap_dss_output

An output entity represented by the struct omap_dss_output connects to a
omap_dss_device entity. Add functions to set or unset an output's device. This
is similar to how managers and devices were connected previously. An output can
connect to a device without being connected to a manager. However, the output
needs to eventually connect to a manager so that the connected panel can be
enabled.

Keep the omap_overlay_manager pointer in omap_dss_device for now to prevent
breaking things. This will be removed later when outputs are supported
completely.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/output.c
include/video/omapdss.h
This page took 0.025476 seconds and 5 git commands to generate.