summaryrefslogtreecommitdiff
path: root/OvmfPkg/QemuVideoDxe
AgeCommit message (Expand)AuthorFilesLines
2017-01-24OvmfPkg/QemuVideoDxe: Frame buffer config size may change in new modeRuiyu Ni1-21/+26
2016-10-27OvmfPkg/QemuVideoDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-2/+2
2016-10-16OvmfPkg/QemuVideoDxe: upgrade VERBOSE debug messages to INFOLaszlo Ersek2-3/+3
2016-10-16OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.LineBufferLaszlo Ersek2-17/+0
2016-10-16OvmfPkg/QemuVideoDxe: remove useless QEMU_VIDEO_PRIVATE_DATA.CurrentModeLaszlo Ersek1-4/+2
2016-10-16OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_CIRRUS_MODES.RefreshRateLaszlo Ersek2-9/+8
2016-10-16OvmfPkg/QemuVideoDxe: drop useless QEMU_VIDEO_MODE_DATA.RefreshRateLaszlo Ersek2-9/+4
2016-10-12OvmfPkg: QemuVideoDxe uses MdeModulePkg/FrameBufferLibRuiyu Ni3-12/+46
2016-09-12OvmfPkg: Fix typing errorsThomas Huth1-1/+1
2016-09-01OvmfPkg/QemuVideoDxe: don't incorrectly bind virtio-gpu-pciLaszlo Ersek1-0/+3
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek1-1/+2
2015-06-23OvmfPkg: QemuVideoDxe: add virtio-vga supportGerd Hoffmann1-0/+5
2015-02-23OvmfPkg/QemuVideoDxe: enable ARM buildsLaszlo Ersek2-1/+5
2014-11-14OvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit shifts (VS2010)Scott Duplichan1-6/+6
2014-08-29OvmfPkg: QemuVideoDxe: work around misreported QXL framebuffer sizeLaszlo Ersek3-6/+53
2014-08-13Fix VS2013 build failure.Ruiyu Ni1-2/+2
2014-05-20OvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 & 2008 (stdvga, QXL)Laszlo Ersek7-0/+1362
2014-03-22OvmfPkg: QemuVideoDxe: serialize Start() against callbacksLaszlo Ersek1-1/+9
2014-03-03OvmfPkg: QemuVideoDxe: add further BOCHS modesLaszlo Ersek1-3/+37
2014-03-03OvmfPkg: QemuVideoDxe: filter BOCHS modes vs. available frame buffer sizeLaszlo Ersek1-18/+34
2014-03-03OvmfPkg: QemuVideoDxe: clarify QEMU_VIDEO_MODE_DATA.ModeNumberLaszlo Ersek3-10/+19
2014-03-03OvmfPkg: QemuVideoDxe: eliminate useless Private->HardwareNeedsStartingLaszlo Ersek2-8/+0
2014-03-03OvmfPkg: QemuVideoDxe: plug remaining leaks in Stop()Laszlo Ersek1-0/+5
2014-03-03OvmfPkg: QemuVideoDxe: disentangle UEFI driver model use in Stop()Laszlo Ersek1-11/+20
2014-03-03OvmfPkg: QemuVideoDxe: simplify UEFI driver model use in Supported() / Start()Laszlo Ersek1-86/+24
2014-03-03OvmfPkg: QemuVideoDxe: tidy up error checking/handling in & under Start()Laszlo Ersek3-95/+129
2013-12-15OvmfPkg/QemuVideoDxe: child handles should have open parent protocol BY_CHILD...Chris Ruffin1-1/+32
2013-11-20OvmfPkg/QemuVideoDxe: don't leak descriptors returned by GetBarAttributesLaszlo Ersek2-0/+5
2012-11-27QemuVideo: stdvga mmio bar supportjljusten3-20/+104
2012-11-27QemuVideo: Add support for the bochs dispi interfacejljusten4-1/+196
2012-11-27QemuVideo: prepare to support more hardwarejljusten5-64/+133
2011-12-16Refine file header format to follow coding style.ydong101-2/+2
2011-09-30Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong101-1/+0
2011-06-28Clean up invalid keywords and missing keywords in [Define] section of INF/DEC...lzeng141-1/+2
2011-06-07update copyright line formathhtian1-2/+2
2011-04-12OvmfPkg: Add QemuVideoDxe driverjljusten7-0/+2028