commit | 96d3f91eb263d478777bb9bff1b1300e0c08c29e | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Dec 16 13:08:47 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 17 14:27:35 2014 +0100 |
tree | ee8d15d98a057273ef1fe2c3b56693bbec6267c3 | |
parent | 115ebcd4fa90df8cfc80d2302b7afa8d39edb7e2 [diff] |
drm/irq: Add drm_crtc_vblank_count() This function is the KMS native variant of drm_vblank_count(). 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>