ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * drivers/video/sunxi/bootGUI/boot_gui_config.h
 *
 * Copyright (c) 2007-2019 Allwinnertech Co., Ltd.
 * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */
#ifndef __BOOT_GUI_CONFIG_H__
#define __BOOT_GUI_CONFIG_H__
 
#ifndef FRAMEBUFFER_NUM
#define FRAMEBUFFER_NUM (0x01)
#endif
 
#ifndef DISP_DEV_NUM
#define DISP_DEV_NUM (0x04)
#endif
 
#ifndef HPD_DETECT_COUNT0
#define HPD_DETECT_COUNT0 (5)
#endif
 
#ifndef HPD_DETECT_COUNT1
#define HPD_DETECT_COUNT1 (5)
#endif
 
#endif /* #ifndef __BOOT_GUI_CONFIG_H__ */