[PATCH 3/8] drm/irq: Add drm_crtc_vblank_count()

2014-12-16 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 05:15:10PM +0100, Thierry Reding wrote: > From: Thierry Reding > > 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 t

[PATCH 3/8] drm/irq: Add drm_crtc_vblank_count()

2014-12-16 Thread Thierry Reding
From: Thierry Reding 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