summaryrefslogtreecommitdiff
path: root/OvmfPkg/QemuVideoDxe/Initialize.c
AgeCommit message (Expand)AuthorFilesLines
8 daysOvmfPkg/QemuVideoDxe: ignore display resolutions smaller than 640x480Gerd Hoffmann1-4/+14
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-7/+7
2022-01-29OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolutionGerd Hoffmann1-2/+100
2022-01-29OvmfPkg/QemuVideoDxe: factor out QemuVideoBochsAddModeGerd Hoffmann1-30/+47
2022-01-29OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_BOCHS_MODES->ColorDepthGerd Hoffmann1-41/+39
2022-01-29OvmfPkg/QemuVideoDxe: simplify InitializeBochsGraphicsModeGerd Hoffmann1-1/+1
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-85/+121
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-4/+4
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-20Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"yuchenlin1-157/+0
2018-11-12Reapply "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"Laszlo Ersek1-0/+157
2018-11-06Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"yuchenlin1-157/+0
2017-04-07OvmfPkg/QemuVideoDxe: VMWare SVGA device supportPhil Dennis-Jordan1-0/+157
2016-10-27OvmfPkg/QemuVideoDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-2/+2
2016-10-16OvmfPkg/QemuVideoDxe: upgrade VERBOSE debug messages to INFOLaszlo Ersek1-1/+1
2016-10-16OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_CIRRUS_MODES.RefreshRateLaszlo Ersek1-8/+8
2016-10-16OvmfPkg/QemuVideoDxe: drop useless QEMU_VIDEO_MODE_DATA.RefreshRateLaszlo Ersek1-8/+4
2014-08-29OvmfPkg: QemuVideoDxe: work around misreported QXL framebuffer sizeLaszlo Ersek1-4/+43
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 Ersek1-6/+8
2014-03-03OvmfPkg: QemuVideoDxe: tidy up error checking/handling in & under Start()Laszlo Ersek1-0/+6
2012-11-27QemuVideo: Add support for the bochs dispi interfacejljusten1-0/+52
2012-11-27QemuVideo: prepare to support more hardwarejljusten1-10/+10
2011-04-12OvmfPkg: Add QemuVideoDxe driverjljusten1-0/+203