]> git.proxmox.com Git - mirror_edk2.git/commit
Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"
authoryuchenlin <yuchenlin@synology.com>
Fri, 2 Nov 2018 03:23:59 +0000 (11:23 +0800)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 6 Nov 2018 11:56:17 +0000 (12:56 +0100)
commit98856a724c2acdc0094220d4de615a557dad0f88
tree09cef37c532a89e522171ea787f9f7886ca5e2df
parente038bde2679bbd200086c25ab43090ad3b8b25a3
Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"

This reverts commit c137d95081690d4877fbeb5f1856972e84ac32f2.

The VMWare SVGA model now -- since commit 104bd1dc70 in QEMU --
falls back to stdvga (that is, Bochs) if we don't setup VMWare SVGA
FIFO.

To simplify QemuVideoDxe, we don't intend to implement the VMWare SVGA
FIFO setup feature. It means our current VMW SVGA driver code is
basically dead. To simplify the problem, we will replace the old
VMWare SVGA driver to Bochs interface. It should work on all QEMU
version.

The first step for using Bochs interface is to revert old driver.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: yuchenlin <yuchenlin@synology.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Regression-tested-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/QemuVideoDxe/Driver.c
OvmfPkg/QemuVideoDxe/Gop.c
OvmfPkg/QemuVideoDxe/Initialize.c
OvmfPkg/QemuVideoDxe/Qemu.h