]> Git Repo - J-linux.git/blob - drivers/video/fbdev/omap2/omapfb/dss/dispc-compat.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / video / fbdev / omap2 / omapfb / dss / dispc-compat.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2012 Texas Instruments
4  * Author: Tomi Valkeinen <[email protected]>
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
This page took 0.033197 seconds and 4 git commands to generate.