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

2019-10-02 Thread Sasha Levin
On Fri, Sep 13, 2019 at 06:38:42AM +, Dexuan Cui wrote: From: Michael Kelley Sent: Thursday, September 5, 2019 7:06 AM From: Wei Hu 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 op

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

2019-09-16 Thread Dexuan Cui
.@kernel.org; Haiyang Zhang > ; KY Srinivasan > Cc: Iouri Tarassov > Subject: RE: [PATCH v4] video: hyperv: hyperv_fb: Obtain screen resolution > from Hyper-V host > > > From: linux-hyperv-ow...@vger.kernel.org > > On Behalf Of Dexuan Cui > > Sent: Thursday, Septe

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

2019-09-16 Thread Dexuan Cui
l.org; > linux-ker...@vger.kernel.org; Stephen Hemminger > ; sas...@kernel.org; Haiyang Zhang > ; KY Srinivasan > Cc: Iouri Tarassov > Subject: RE: [PATCH v4] video: hyperv: hyperv_fb: Obtain screen resolution > from Hyper-V host > > > From: Michael Kelley > > Sent: Thursday, S

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

2019-09-12 Thread Dexuan Cui
> From: Michael Kelley > Sent: Thursday, September 5, 2019 7:06 AM > > From: Wei Hu 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 > > use

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

2019-09-05 Thread Michael Kelley
From: Wei Hu 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

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

2019-09-05 Thread Wei Hu
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: