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

Gerd Hoffmann posted 6 patches 2 years ago
Failed in applying to current master (apply log)
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(-)
[edk2-devel] [PATCH v3 0/6] OvmfPkg/VirtioGpuDxe: use host display resolution
Posted by Gerd Hoffmann 2 years ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88606): https://edk2.groups.io/g/devel/message/88606
Mute This Topic: https://groups.io/mt/90331439/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/6] OvmfPkg/VirtioGpuDxe: use host display resolution
Posted by Gerd Hoffmann 2 years ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#89263): https://edk2.groups.io/g/devel/message/89263
Mute This Topic: https://groups.io/mt/90331439/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/6] OvmfPkg/VirtioGpuDxe: use host display resolution
Posted by Ard Biesheuvel 2 years ago
On Mon, 25 Apr 2022 at 12:36, Gerd Hoffmann <kraxel@redhat.com> 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.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#89265): https://edk2.groups.io/g/devel/message/89265
Mute This Topic: https://groups.io/mt/90331439/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/6] OvmfPkg/VirtioGpuDxe: use host display resolution
Posted by Ard Biesheuvel 2 years ago
On Mon, 25 Apr 2022 at 12:38, Ard Biesheuvel <ardb@kernel.org> wrote:
>
> On Mon, 25 Apr 2022 at 12:36, Gerd Hoffmann <kraxel@redhat.com> 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,


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#89326): https://edk2.groups.io/g/devel/message/89326
Mute This Topic: https://groups.io/mt/90331439/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-