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

2021-10-07 Thread Thomas Zimmermann
...@vger.kernel.org; Dexuan Cui 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

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

2021-10-06 Thread Dexuan Cui
n Cui > > 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 hy

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

2021-09-16 Thread Dexuan Cui
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