]> Git Repo - J-u-boot.git/blob - arch/arm/include/asm/imx-common/video.h
imx-common: add board_video_skip
[J-u-boot.git] / arch / arm / include / asm / imx-common / video.h
1 /*
2  * SPDX-License-Identifier:     GPL-2.0+
3  */
4
5 #ifndef __IMX_VIDEO_H_
6 #define __IMX_VIDEO_H_
7
8 #include <linux/fb.h>
9 #include <ipu_pixfmt.h>
10
11 struct display_info_t {
12         int     bus;
13         int     addr;
14         int     pixfmt;
15         int     (*detect)(struct display_info_t const *dev);
16         void    (*enable)(struct display_info_t const *dev);
17         struct  fb_videomode mode;
18 };
19
20 #endif
This page took 0.030338 seconds and 4 git commands to generate.