]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video: add Hyper-V Synthetic Video Frame Buffer Driver
authorHaiyang Zhang <haiyangz@microsoft.com>
Tue, 26 Mar 2013 23:24:06 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:04:08 +0000 (17:04 +1100)
commitc46f401c5c3938c7b99dbfa5ede1d8aed61cccec
treea48e4d296022bf27876bb1c3eddcbe831803ecae
parent839015c010500993e8e0b8b0c83c424d94b2d49e
drivers/video: add Hyper-V Synthetic Video Frame Buffer Driver

This is the driver for the Hyper-V Synthetic Video, which supports screen
resolution up to Full HD 1920x1080 on Windows Server 2012 host, and
1600x1200 on Windows Server 2008 R2 or earlier.  It also solves the double
mouse cursor issue of the emulated video mode.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Cc: Olaf Hering <olaf@aepfle.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/hyperv_fb.c [new file with mode: 0644]
include/linux/hyperv.h