Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2012 Texas Instruments
0004  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
0005  */
0006 
0007 #ifndef __OMAP2_DSS_DISPC_COMPAT_H
0008 #define __OMAP2_DSS_DISPC_COMPAT_H
0009 
0010 void dispc_mgr_enable_sync(enum omap_channel channel);
0011 void dispc_mgr_disable_sync(enum omap_channel channel);
0012 
0013 int omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask,
0014         unsigned long timeout);
0015 
0016 int dss_dispc_initialize_irq(void);
0017 void dss_dispc_uninitialize_irq(void);
0018 
0019 #endif