|
@@ -860,6 +860,9 @@ void dispc_free_irq(void *dev_id);
|
|
|
int dispc_runtime_get(void);
|
|
|
void dispc_runtime_put(void);
|
|
|
|
|
|
+int dispc_get_num_ovls(void);
|
|
|
+int dispc_get_num_mgrs(void);
|
|
|
+
|
|
|
void dispc_mgr_enable(enum omap_channel channel, bool enable);
|
|
|
u32 dispc_mgr_get_vsync_irq(enum omap_channel channel);
|
|
|
u32 dispc_mgr_get_framedone_irq(enum omap_channel channel);
|
|
@@ -872,6 +875,7 @@ void dispc_mgr_set_timings(enum omap_channel channel,
|
|
|
const struct videomode *vm);
|
|
|
void dispc_mgr_setup(enum omap_channel channel,
|
|
|
const struct omap_overlay_manager_info *info);
|
|
|
+enum omap_dss_output_id dispc_mgr_get_supported_outputs(enum omap_channel channel);
|
|
|
u32 dispc_mgr_gamma_size(enum omap_channel channel);
|
|
|
void dispc_mgr_set_gamma(enum omap_channel channel,
|
|
|
const struct drm_color_lut *lut,
|
|
@@ -883,6 +887,7 @@ void dispc_ovl_set_channel_out(enum omap_plane plane,
|
|
|
enum omap_channel channel);
|
|
|
int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
|
|
|
bool replication, const struct videomode *vm, bool mem_to_mem);
|
|
|
+enum omap_color_mode dispc_ovl_get_color_modes(enum omap_plane plane);
|
|
|
|
|
|
enum omap_dss_output_id dispc_mgr_get_supported_outputs(enum omap_channel channel);
|
|
|
|