drm/irq: Add drm_crtc_handle_vblank()
authorThierry Reding <treding@nvidia.com>
Mon, 15 Dec 2014 13:47:18 +0000 (14:47 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 17 Dec 2014 13:27:34 +0000 (14:27 +0100)
This function is the KMS native variant of drm_handle_vblank(). It takes
a struct drm_crtc * instead of a struct drm_device * and an index of the
CRTC.

Eventually the goal is to access vblank data through the CRTC only so
that the per-CRTC data can be moved to struct drm_crtc.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found