aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-06-05 09:07:27 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-26 07:58:38 -0400
commit3c2995ac34eb559106504be962b162aef215895b (patch)
tree87b1d203cef69785448a7b07611314c2a203ae23 /include/video
parent0f0e4e3cd8030c3056e8f43196a112e887a545f9 (diff)
OMAPDSS: Remove old way of setting manager and device links
Now that an omap_dss_output can be used to link between managers and devices, we can remove the old way of setting manager and device links. This involves removing the device and manager pointers from omap_overlay_manager and omap_dss_device respectively, and removing the set_device/unset_device ops from omap_overlay_manager. Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index fd8f8be449d7..e65e2e9e16eb 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -464,7 +464,6 @@ struct omap_overlay_manager {
464 enum omap_dss_output_id supported_outputs; 464 enum omap_dss_output_id supported_outputs;
465 465
466 /* dynamic fields */ 466 /* dynamic fields */
467 struct omap_dss_device *device;
468 struct omap_dss_output *output; 467 struct omap_dss_output *output;
469 468
470 /* 469 /*
@@ -478,9 +477,6 @@ struct omap_overlay_manager {
478 * interrupt context 477 * interrupt context
479 */ 478 */
480 479
481 int (*set_device)(struct omap_overlay_manager *mgr,
482 struct omap_dss_device *dssdev);
483 int (*unset_device)(struct omap_overlay_manager *mgr);
484 int (*set_output)(struct omap_overlay_manager *mgr, 480 int (*set_output)(struct omap_overlay_manager *mgr,
485 struct omap_dss_output *output); 481 struct omap_dss_output *output);
486 int (*unset_output)(struct omap_overlay_manager *mgr); 482 int (*unset_output)(struct omap_overlay_manager *mgr);
@@ -628,7 +624,6 @@ struct omap_dss_device {
628 624
629 enum omap_display_caps caps; 625 enum omap_display_caps caps;
630 626
631 struct omap_overlay_manager *manager;
632 struct omap_dss_output *output; 627 struct omap_dss_output *output;
633 628
634 enum omap_dss_display_state state; 629 enum omap_dss_display_state state;