drm: Skip vblank wait for legacy cursor updates
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 28 Dec 2015 20:40:43 +0000 (21:40 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 28 Dec 2015 20:40:55 +0000 (21:40 +0100)
commitf9e5eed917259b8d8ad8e930168451ddfef965e2
treeb11f84433e60b169371ce473cb1a1f31bb800acd
parent5dd7b15c3ff0f40cda75d84196ab31c5583ca664
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 <dillon@apollo.backplane.com>
sys/dev/drm/drm_plane_helper.c