[PATCH v3 0/6] OvmfPkg/VirtioGpuDxe: use host display resolution


Gerd Hoffmann
 

QemuVideoDxe recently got support for picking up
display resolution configuration from the host.
This series does the same for VirtioGpuDxe.

v3:
- rebase to latest master.

Gerd Hoffmann (6):
OvmfPkg/VirtioGpuDxe: add VirtioGpuSendCommandWithReply
OvmfPkg/VirtioGpuDxe: add GetDisplayInfo to virtio-gpu spec header.
OvmfPkg/VirtioGpuDxe: add VirtioGpuGetDisplayInfo
OvmfPkg/VirtioGpuDxe: use GopQueryMode in GopSetMode
OvmfPkg/VirtioGpuDxe: move code to GopInitialize
OvmfPkg/VirtioGpuDxe: query native display resolution from host

OvmfPkg/VirtioGpuDxe/VirtioGpu.inf | 6 +
OvmfPkg/Include/IndustryStandard/VirtioGpu.h | 19 +-
OvmfPkg/VirtioGpuDxe/VirtioGpu.h | 12 ++
OvmfPkg/VirtioGpuDxe/Commands.c | 95 +++++++--
OvmfPkg/VirtioGpuDxe/Gop.c | 197 ++++++++++++++-----
5 files changed, 262 insertions(+), 67 deletions(-)

--
2.35.1


Gerd Hoffmann
 

On Fri, Apr 08, 2022 at 10:23:27AM +0200, Gerd Hoffmann wrote:
QemuVideoDxe recently got support for picking up
display resolution configuration from the host.
This series does the same for VirtioGpuDxe.

v3:
- rebase to latest master.
Ping. Anything blocking the merge id this series?

thanks,
Gerd


Ard Biesheuvel
 

On Mon, 25 Apr 2022 at 12:36, Gerd Hoffmann <kraxel@...> wrote:

On Fri, Apr 08, 2022 at 10:23:27AM +0200, Gerd Hoffmann wrote:
QemuVideoDxe recently got support for picking up
display resolution configuration from the host.
This series does the same for VirtioGpuDxe.

v3:
- rebase to latest master.
Ping. Anything blocking the merge id this series?
No, I'll pick these up today.


Ard Biesheuvel
 

On Mon, 25 Apr 2022 at 12:38, Ard Biesheuvel <ardb@...> wrote:

On Mon, 25 Apr 2022 at 12:36, Gerd Hoffmann <kraxel@...> wrote:

On Fri, Apr 08, 2022 at 10:23:27AM +0200, Gerd Hoffmann wrote:
QemuVideoDxe recently got support for picking up
display resolution configuration from the host.
This series does the same for VirtioGpuDxe.

v3:
- rebase to latest master.
Ping. Anything blocking the merge id this series?
No, I'll pick these up today.
Merged as #2826

Thanks,