OMAPDSS: OVERLAY/MANAGER: Get device via output
authorArchit Taneja <archit@ti.com>
Tue, 5 Jun 2012 13:03:28 +0000 (18:33 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:37 +0000 (14:58 +0300)
commit80d81d64d6272a622ee6c9d0de871507daa52c89
tree8c8a4643a6749adf15a793340ee40abaec7695be
parent947b2254249ceab769dfa07d5291fd77e387a0c7
OMAPDSS: OVERLAY/MANAGER: Get device via output

A manager is not connected to a device directly any more. It first connects
to an output, and then to the display. Update overlay and manager get_device ops
to return the device via the connected output.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/manager.c
drivers/video/omap2/dss/overlay.c