mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 06:21:15 +02:00
imx-common/video: add detect_hdmi
this function is used by several board together with board_video_skip to detect if hdmi is plugged is order to select the display to use. So move it in imx-common to share it. Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
committed by
Stefano Babic
parent
3cbeb0f004
commit
e688a99c07
@@ -17,4 +17,8 @@ struct display_info_t {
|
||||
struct fb_videomode mode;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_IMX_HDMI
|
||||
extern int detect_hdmi(struct display_info_t const *dev);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user