commit f9e5eed917259b8d8ad8e930168451ddfef965e2
Author: François Tigeot <[email protected]>
Date: Mon Dec 28 21:40:43 2015 +0100
drm: Skip vblank wait for legacy cursor updates
This commit fixes an issue with the generic drm_plane_helper_update
function where the mouse cursor position was updated long after the
mouse was actually moved.
Submitted-by: Matthew Dillon <[email protected]>
Summary of changes:
sys/dev/drm/drm_plane_helper.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f9e5eed917259b8d8ad8e930168451ddfef965e2
--
DragonFly BSD source repository