omapdss.h (72877cf38b4b78fbb3a852f2288d7f2a7af0db22) omapdss.h (d3541ca81dbddeefa0c42df448211a9dbaef0843)
1/*
2 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
3 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 as published by
7 * the Free Software Foundation.
8 *

--- 719 unchanged lines hidden (view full) ---

728 int (*ovl_setup)(enum omap_plane_id plane,
729 const struct omap_overlay_info *oi,
730 const struct videomode *vm, bool mem_to_mem,
731 enum omap_channel channel);
732
733 const u32 *(*ovl_get_color_modes)(enum omap_plane_id plane);
734};
735
1/*
2 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
3 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 as published by
7 * the Free Software Foundation.
8 *

--- 719 unchanged lines hidden (view full) ---

728 int (*ovl_setup)(enum omap_plane_id plane,
729 const struct omap_overlay_info *oi,
730 const struct videomode *vm, bool mem_to_mem,
731 enum omap_channel channel);
732
733 const u32 *(*ovl_get_color_modes)(enum omap_plane_id plane);
734};
735
736void dispc_set_ops(const struct dispc_ops *o);
737const struct dispc_ops *dispc_get_ops(void);
736const struct dispc_ops *dispc_get_ops(struct dss_device *dss);
738
739bool omapdss_component_is_display(struct device_node *node);
740bool omapdss_component_is_output(struct device_node *node);
741
742bool omapdss_stack_is_ready(void);
743void omapdss_gather_components(struct device *dev);
744
745#endif /* __OMAP_DRM_DSS_H */
737
738bool omapdss_component_is_display(struct device_node *node);
739bool omapdss_component_is_output(struct device_node *node);
740
741bool omapdss_stack_is_ready(void);
742void omapdss_gather_components(struct device *dev);
743
744#endif /* __OMAP_DRM_DSS_H */