[PATCH v2] drm/hyperv: Fix double mouse pointers

Thomas Zimmermann tzimmermann at suse.de
Thu Oct 7 14:33:33 UTC 2021


Hi

Am 06.10.21 um 20:43 schrieb Dexuan Cui:
>> From: Dexuan Cui <decui at microsoft.com>
>> Sent: Thursday, September 16, 2021 12:37 PM
>> To: drawat.floss at gmail.com; Haiyang Zhang <haiyangz at microsoft.com>;
>> airlied at linux.ie; daniel at ffwll.ch; tzimmermann at suse.de;
>> dri-devel at lists.freedesktop.org
>> Cc: linux-hyperv at vger.kernel.org; linux-kernel at vger.kernel.org; Dexuan Cui
>> <decui at microsoft.com>
>> Subject: [PATCH v2] drm/hyperv: Fix double mouse pointers
>>
>> Hyper-V supports a hardware cursor feature. It is not used by Linux VM,
>> but the Hyper-V host still draws a point as an extra mouse pointer,
>> which is unwanted, especially when Xorg is running.
>>
>> The hyperv_fb driver uses synthvid_send_ptr() to hide the unwanted pointer.
>> When the hyperv_drm driver was developed, the function synthvid_send_ptr()
>> was not copied from the hyperv_fb driver. Fix the issue by adding the
>> function into hyperv_drm.
>>
>> Fixes: 76c56a5affeb ("drm/hyperv: Add DRM driver for hyperv synthetic video
>> device")
>> Signed-off-by: Dexuan Cui <decui at microsoft.com>
>> Reviewed-by: Haiyang Zhang <haiyangz at microsoft.com>
>> Reviewed-by: Deepak Rawat <drawat.floss at gmail.com>
>> ---
>>
>> Changes in v2:
>> 	Renamed hyperv_send_ptr() to hyperv_hide_hw_ptr().
>> 	Improved the comments and the git commit message.
>> 	Added Reviewed-by's from Haiyang and Deepak.
>>
>>   drivers/gpu/drm/hyperv/hyperv_drm.h         |  1 +
>>   drivers/gpu/drm/hyperv/hyperv_drm_modeset.c |  1 +
>>   drivers/gpu/drm/hyperv/hyperv_drm_proto.c   | 54
>> ++++++++++++++++++++-
>>   3 files changed, 55 insertions(+), 1 deletion(-)
> 
> Hi DRM maintainers,
> Could you please take a look at the patch?

I pushed the patch into drm-misc-fixes. It should reach upstream sooned.

Best regards
Thomas

> 
> Thanks,
> -- Dexuan
> 

-- 
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/20211007/d77b8acd/attachment.sig>


More information about the dri-devel mailing list