[PATCH v5 1/3] drm/hyperv: Add DRM driver for hyperv synthetic video device

Thomas Zimmermann tzimmermann at suse.de
Wed May 26 19:42:03 UTC 2021


Hi

Am 20.05.21 um 07:41 schrieb Dexuan Cui:
>> From: Deepak Rawat <drawat.floss at gmail.com>
>> Sent: Wednesday, May 19, 2021 9:38 AM
>> ...
>> +static int hyperv_vmbus_suspend(struct hv_device *hdev)
>> +{
>> +	struct drm_device *dev = hv_get_drvdata(hdev);
>> +	int ret;
>> +
>> +	ret = drm_mode_config_helper_suspend(dev);
> 
> If 'ret' is not zero, return immediately?
> 
>> +
>> +	vmbus_close(hdev->channel);
>> +
>> +	return ret;
>> +}
> 
> 
>> +MODULE_DESCRIPTION("DRM driver for hyperv synthetic video device");
> 
> s/hyperv/Hyper-V ?
> 

Maybe let's fix these points and then get the driver merged.

Best regards
Thomas

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20210526/1d807203/attachment.sig>


More information about the dri-devel mailing list