summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/imx-common/video.h
Commit message (Collapse)AuthorAgeLines
* imx-common/video: add detect_hdmiEric Benard2014-04-15-0/+4
| | | | | | | | 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>
* imx-common: add board_video_skipEric Benard2014-04-15-0/+20
this function is shared by several boards and thus can be factorized Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>