video: Versatile Express DVI output driver
authorPawel Moll <pawel.moll@arm.com>
Mon, 17 Sep 2012 17:09:28 +0000 (18:09 +0100)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:19 +0000 (11:04 +0100)
commitd73a32d90f3e75e3936796783728536907e874b4
treecfc80df82e189cdc8bc3f333e77580035706cb72
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
video: Versatile Express DVI output driver

Versatile Express' DVI video output can be connected to one the three
sources - motherboard's CLCD controller or a video signal generated
by one of the daughterboards.

This driver configures the muxer FPGA so the output displays content
of one of the framebuffers in the system (0 by default, can be changed
by user writing to the "fb" sysfs attribute of the muxfpga device).

It will also set up the display formatter mode and keep it up
to date with mode changes requested by the user (eg. with fbset
tool).

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
drivers/video/Makefile
drivers/video/vexpress-dvi.c [new file with mode: 0644]