1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2012 Texas Instruments
4  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
5  */
6 
7 #ifndef __OMAP2_DSS_DISPC_COMPAT_H
8 #define __OMAP2_DSS_DISPC_COMPAT_H
9 
10 void dispc_mgr_enable_sync(enum omap_channel channel);
11 void dispc_mgr_disable_sync(enum omap_channel channel);
12 
13 int omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask,
14 		unsigned long timeout);
15 
16 int dss_dispc_initialize_irq(void);
17 void dss_dispc_uninitialize_irq(void);
18 
19 #endif
20