From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Date: Wed, 02 Oct 2019 12:38:41 +0000 Subject: Re: [PATCH v4] video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host Message-Id: <20191002123841.GK17454@sasha-vm> List-Id: References: <20190905091120.16761-1-weh@microsoft.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dexuan Cui Cc: "linux-hyperv@vger.kernel.org" , Wei Hu , "b.zolnierkie@samsung.com" , "linux-kernel@vger.kernel.org" , Haiyang Zhang , "linux-fbdev@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , Michael Kelley , Iouri Tarassov , Stephen Hemminger , KY Srinivasan On Fri, Sep 13, 2019 at 06:38:42AM +0000, 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 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 >> > Signed-off-by: Wei Hu >> > --- >> > 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 > >Looks good to me. > >Reviewed-by: Dexuan Cui Queued up for hyperv-next, thank you. -- Thanks, Sasha