]> Git Repo - linux.git/commit
drm/hyperv: Fix double mouse pointers
authorDexuan Cui <[email protected]>
Thu, 16 Sep 2021 19:36:44 +0000 (12:36 -0700)
committerDave Airlie <[email protected]>
Fri, 15 Oct 2021 05:04:44 +0000 (15:04 +1000)
commitb253c3026c29d4231099d3cf8d984d25787793af
tree666f8ce26cda20196aca6823a90417357a1accd5
parentb693e42921e0220c0d564c55c6cdc680b0f85390
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 <[email protected]>
Reviewed-by: Haiyang Zhang <[email protected]>
Reviewed-by: Deepak Rawat <[email protected]>
Signed-off-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/hyperv/hyperv_drm.h
drivers/gpu/drm/hyperv/hyperv_drm_modeset.c
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
This page took 0.050545 seconds and 4 git commands to generate.