[PATCH v4] video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host

Dexuan Cui decui at microsoft.com
Mon Sep 16 21:45:36 UTC 2019


> From: linux-hyperv-owner at vger.kernel.org
> <linux-hyperv-owner at vger.kernel.org> On Behalf Of Dexuan Cui
> Sent: Thursday, September 12, 2019 11:39 PM
> To: Michael Kelley <mikelley at microsoft.com>; Wei Hu <weh at microsoft.com>;
> b.zolnierkie at samsung.com; linux-hyperv at vger.kernel.org;
> dri-devel at lists.freedesktop.org; linux-fbdev at vger.kernel.org;
> linux-kernel at vger.kernel.org; Stephen Hemminger
> <sthemmin at microsoft.com>; sashal at kernel.org; Haiyang Zhang
> <haiyangz at microsoft.com>; KY Srinivasan <kys at microsoft.com>
> Cc: Iouri Tarassov <iourit at microsoft.com>
> Subject: RE: [PATCH v4] video: hyperv: hyperv_fb: Obtain screen resolution
> from Hyper-V host
> 
> > From: Michael Kelley <mikelley at microsoft.com>
> > Sent: Thursday, September 5, 2019 7:06 AM
> >
> > From: Wei Hu <weh at microsoft.com> Sent: Thursday, September 5, 2019
> 2:12
> > AM
> > >
> > > Beginning from Windows 10 RS5+, VM screen resolution is obtained from
> > host.
> > > The "video=hyperv_fb" boot time option is not needed, but still can be
> > > used to overwrite what the host specifies. The VM resolution on the host
> > > could be set by executing the powershell "set-vmvideo" command.
> > >
> > > Signed-off-by: Iouri Tarassov <iourit at microsoft.com>
> > > Signed-off-by: Wei Hu <weh at microsoft.com>
> > > ---
> > >     v2:
> > >     - Implemented fallback when version negotiation failed.
> > >     - Defined full size for supported_resolution array.
> > >
> > >     v3:
> > >     - Corrected the synthvid major and minor version comparison
> problem.
> > >
> > >     v4:
> > >     - Changed function name to synthvid_ver_ge().
> > >
> > >  drivers/video/fbdev/hyperv_fb.c | 159
> > +++++++++++++++++++++++++++++---
> > >  1 file changed, 147 insertions(+), 12 deletions(-)
> > >
> >
> > Reviewed-by: Michael Kelley <mikelley at microsoft.com>
> 
> Looks good to me.
> 
> Reviewed-by: Dexuan Cui <decui at microsoft.com>

Hi Wei,
It turns out we need to make a further fix. :-)

The patch forgets to take par->update into consideration.

When the VM Connection window is closed (or minimized?),
the host sends a message to the guest, and the guest sets
par->update to false in synthvid_recv_sub().

If par->update is false, the guest doesn't need to call
synthvid_update().

Thanks,
-- Dexuan


More information about the dri-devel mailing list