]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/vmwgfx: Fix cursor hotspot issue with Wayland on Fedora
authorSinclair Yeh <syeh@vmware.com>
Tue, 18 Jul 2017 06:26:21 +0000 (23:26 -0700)
committerSinclair Yeh <syeh@vmware.com>
Tue, 18 Jul 2017 06:41:21 +0000 (23:41 -0700)
commit14979adb0294f04cf6fbbb81555acff9ec1e7c9c
tree98fcc04fb7f9e491b0a5e0c542826a2f239c2478
parent7b009e76797c82178d7a03ae0eaad5951d975277
drm/vmwgfx: Fix cursor hotspot issue with Wayland on Fedora

Parts of commit <8fbf9d92a7bc> (“drm/vmwgfx: Implement the
cursor_set2 callback v2”) were not moved over when we started
atomic mode set development because at that time the DRM did
not support cursor hotspots in the fb struct.

This patch fixes what was not moved over.

Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Tested-by: Brian Paul <brianp@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c