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

Wei Hu weh at microsoft.com
Tue Aug 27 08:02:07 UTC 2019


> -----Original Message-----
> From: Michael Kelley <mikelley at microsoft.com>
> Sent: Thursday, August 22, 2019 7:49 AM
> To: 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; sashal at kernel.org;
> Stephen Hemminger <sthemmin at microsoft.com>; Haiyang Zhang
> <haiyangz at microsoft.com>; KY Srinivasan <kys at microsoft.com>; Dexuan Cui
> <decui at microsoft.com>
> Cc: Iouri Tarassov <iourit at microsoft.com>
> > +
> > +struct synthvid_supported_resolution_resp {
> > +	u8 edid_block[SYNTHVID_EDID_BLOCK_SIZE];
> > +	u8 resolution_count;
> > +	u8 default_resolution_index;
> > +	u8 is_standard;
> > +	struct hvd_screen_info
> > +		supported_resolution[SYNTHVID_MAX_RESOLUTION_COUNT];
> 
> Is there extra whitespace on this line?  Just wondering why it doesn't
> line up.
> 
[Wei Hu] 
No extra whitespace. It would be over 80 characters if I had put them in one line.


More information about the dri-devel mailing list