commit | 23e2aa644f39fbc8121f49dd50ce85590cc4e4b7 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Fri Jul 20 18:30:50 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:32 2012 +0300 |
tree | 300476edd9a3f81a70d86c8091f3bc4921d0824a | |
parent | 4249e61e0440f01d279fa21d121dbf069e6620fa [diff] |
OMAPDRM: Remove manager->device references With the introduction of output entities, managers will now connect to outputs. Use the helper op for managers named get_device. This will abstract away the information on how to get the device from an overlay manager. Using the helper function will reduce the number of pointer dereferences a user of OMAPDSS needs to do and reduce risk of a NULL dereference. Signed-off-by: Archit Taneja <archit@ti.com>