Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * display.h - OMAP2+ integration-specific DSS header
0004  *
0005  * Copyright (C) 2011 Texas Instruments, Inc.
0006  */
0007 
0008 #ifndef __ARCH_ARM_MACH_OMAP2_DISPLAY_H
0009 #define __ARCH_ARM_MACH_OMAP2_DISPLAY_H
0010 
0011 #include <linux/kernel.h>
0012 
0013 struct omap_dss_dispc_dev_attr {
0014     u8  manager_count;
0015     bool    has_framedonetv_irq;
0016 };
0017 
0018 int omap_init_vrfb(void);
0019 int omap_init_fb(void);
0020 int omap_init_vout(void);
0021 
0022 #endif