drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]
authorKeith Packard <keithp@keithp.com>
Sat, 1 Jul 2017 07:43:15 +0000 (00:43 -0700)
committerDave Airlie <airlied@redhat.com>
Mon, 18 Dec 2017 00:04:02 +0000 (10:04 +1000)
commitd4331dda5b5969922c4f1e3ad6d53f23becb91ab
treef6ee7cae925d839993c7e23acc2d185fe2a9073c
parentc4171535389d72e9135c9615cecd07b346fd6d7e
drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]

These provide a crtc-id based interface to get the current sequence
(frame) number and to queue an event to be delivered at a specific sequence.

v2: Remove FIRST_PIXEL_OUT flag. This has been removed from the
    proposed kernel API

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
xf86drm.c
xf86drm.h
xf86drmMode.c