| Commit message (Expand) | Author | Age | Files | Lines |
* | OvmfPkg/VirtioGpuDxe: ignore display resolutions smaller than 640x480 | Gerd Hoffmann | 2024-08-30 | 1 | -1/+2 |
* | OvmfPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 3 | -8/+8 |
* | OvmfPkg/VirtioGpuDxe: Check QueryMode arguments | Dimitrije Pavlov | 2022-08-16 | 1 | -1/+4 |
* | OvmfPkg/VirtioGpuDxe: replace struct copy with CopyMem call | Gerd Hoffmann | 2022-05-30 | 1 | -1/+1 |
* | OvmfPkg/VirtioGpuDxe: query native display resolution from host | Gerd Hoffmann | 2022-04-25 | 3 | -5/+99 |
* | OvmfPkg/VirtioGpuDxe: move code to GopInitialize | Gerd Hoffmann | 2022-04-25 | 1 | -15/+32 |
* | OvmfPkg/VirtioGpuDxe: use GopQueryMode in GopSetMode | Gerd Hoffmann | 2022-04-25 | 1 | -29/+31 |
* | OvmfPkg/VirtioGpuDxe: add VirtioGpuGetDisplayInfo | Gerd Hoffmann | 2022-04-25 | 2 | -0/+26 |
* | OvmfPkg/VirtioGpuDxe: add VirtioGpuSendCommandWithReply | Gerd Hoffmann | 2022-04-25 | 1 | -18/+57 |
* | OvmfPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 4 | -565/+824 |
* | OvmfPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -1/+1 |
* | OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones | Rebecca Cran | 2020-04-30 | 3 | -9/+9 |
* | OvmfPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 5 | -35/+5 |
* | OvmfPkg/VirtioGpuDxe: don't unmap VRING & BackingStore at ExitBootServices | Laszlo Ersek | 2017-09-08 | 1 | -22/+1 |
* | OvmfPkg/VirtioGpuDxe: negotiate VIRTIO_F_IOMMU_PLATFORM | Laszlo Ersek | 2017-09-01 | 1 | -1/+1 |
* | OvmfPkg/VirtioGpuDxe: map backing store to bus master device address | Laszlo Ersek | 2017-09-01 | 3 | -20/+65 |
* | OvmfPkg/VirtioGpuDxe: helpers for backing store (de)allocation+(un)mapping | Laszlo Ersek | 2017-09-01 | 4 | -2/+188 |
* | OvmfPkg/VirtioGpuDxe: take EFI_PHYSICAL_ADDRESS in ResourceAttachBacking() | Laszlo Ersek | 2017-09-01 | 3 | -13/+13 |
* | OvmfPkg/VirtioGpuDxe: map virtio GPU command objects to device addresses | Laszlo Ersek | 2017-09-01 | 1 | -8/+75 |
* | OvmfPkg/VirtioGpuDxe: map VRING for bus master common buffer operation | Laszlo Ersek | 2017-09-01 | 2 | -3/+30 |
* | OvmfPkg/Virtio: take RingBaseShift in SetQueueAddress() | Brijesh Singh | 2017-08-25 | 1 | -1/+5 |
* | OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninit | Brijesh Singh | 2017-08-25 | 1 | -3/+4 |
* | OvmfPkg: Make more use of ARRAY_SIZE() | Gary Lin | 2016-10-27 | 1 | -4/+3 |
* | OvmfPkg/VirtioGpuDxe: Fix VS toolchain build failure | Dandan Bi | 2016-09-22 | 1 | -1/+2 |
* | OvmfPkg/VirtioGpuDxe: implement EFI_GRAPHICS_OUTPUT_PROTOCOL | Laszlo Ersek | 2016-09-01 | 4 | -23/+719 |
* | OvmfPkg/VirtioGpuDxe: provide functions for sending VirtIo GPU commands | Laszlo Ersek | 2016-09-01 | 2 | -1/+439 |
* | OvmfPkg/VirtioGpuDxe: initialize and tear down VirtIo GPU device | Laszlo Ersek | 2016-09-01 | 4 | -1/+311 |
* | OvmfPkg/VirtioGpuDxe: introduce with Component Name 2 and Driver Binding | Laszlo Ersek | 2016-09-01 | 3 | -0/+984 |