commit | e5cbb6e8eaa6d4ae8b4acafd59e2e058105c8177 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 04 19:36:26 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 03 17:38:22 2016 +0200 |
tree | 36eca96f95a4f511effcc2e24500ed800b932333 | |
parent | 179df15fc54118fc5c949138eeccc24c54f758a1 [diff] |
drm/omap: convert dss_mgr_ops to use omap_channel We are removing the use of 'struct omap_overlay_manager' from omapdrm. This patch changes the function pointers in 'dss_mgr_ops' to get 'enum omap_channel' parameter instead of 'struct omap_overlay_manager'. The change is very straightforward, as we still use 'struct omap_overlay_manager' inside the function implementations where needed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>