18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2012 Texas Instruments 48c2ecf20Sopenharmony_ci * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef __OMAP2_DSS_DISPC_COMPAT_H 88c2ecf20Sopenharmony_ci#define __OMAP2_DSS_DISPC_COMPAT_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_civoid dispc_mgr_enable_sync(enum omap_channel channel); 118c2ecf20Sopenharmony_civoid dispc_mgr_disable_sync(enum omap_channel channel); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciint omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask, 148c2ecf20Sopenharmony_ci unsigned long timeout); 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciint dss_dispc_initialize_irq(void); 178c2ecf20Sopenharmony_civoid dss_dispc_uninitialize_irq(void); 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif 20