xref: /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/dispc-compat.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2012 Texas Instruments
462306a36Sopenharmony_ci * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __OMAP2_DSS_DISPC_COMPAT_H
862306a36Sopenharmony_ci#define __OMAP2_DSS_DISPC_COMPAT_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_civoid dispc_mgr_enable_sync(enum omap_channel channel);
1162306a36Sopenharmony_civoid dispc_mgr_disable_sync(enum omap_channel channel);
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciint omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask,
1462306a36Sopenharmony_ci		unsigned long timeout);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciint dss_dispc_initialize_irq(void);
1762306a36Sopenharmony_civoid dss_dispc_uninitialize_irq(void);
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#endif
20

Indexes created Thu Nov 07 10:32:03 CST 2024