[Spice-devel] [PATCH 1/2] qxl-wddm-dod: fix behavior on v5 device
Frediano Ziglio
fziglio at redhat.com
Wed Jul 15 06:58:04 UTC 2020
Acked the series
Frediano
> On Mon, Jul 13, 2020 at 12:12 PM Frediano Ziglio < fziglio at redhat.com >
> wrote:
> > >
>
> > > Hi,
>
> > >
>
> > > > @@ -4795,7 +4796,8 @@ NTSTATUS QxlDevice::HWClose(void)
>
> > > > {
>
> > > > PAGED_CODE();
>
> > > > QxlClose();
>
> > > > - if (m_bUefiMode)
>
> > > > + /* QXL device rev 5+ requires explicit reset to switch to VGA mode */
>
> > > > + if (m_bUefiMode || m_pQxlDod->Revision() > 4)
>
> > > > {
>
> > > > DbgPrint(TRACE_LEVEL_INFORMATION, ("%s: Resetting the device\n",
>
> > > > __FUNCTION__));
>
> > > > WRITE_PORT_UCHAR((PUCHAR)(m_IoBase + QXL_IO_RESET), 0);
>
> > >
>
> > > I'm wondering why this is conditional in the first place?
>
> > > Isn't it a good idea to reset the device on close no matter what?
>
> The intention was to leave the entire procedure as is where possible.
> For example, when we do not use the reset, user screen resize does not happen
> until the BDD starts programming the VGA.
> > >
>
> > > take care,
>
> > > Gerd
>
> > >
>
> > Surely it's less willing to cause possible regressions.
>
> > Frediano
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20200715/5214e50c/attachment.htm>
More information about the Spice-devel
mailing list