[PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

2015-08-13 Thread Daniel Vetter
On Thu, Aug 13, 2015 at 11:12:37AM +0200, Thierry Reding wrote: > On Wed, Aug 12, 2015 at 05:35:08PM +0200, Daniel Vetter wrote: > > On Wed, Aug 12, 2015 at 05:00:32PM +0200, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > This function is the KMS native variant of

[PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

2015-08-13 Thread Thierry Reding
On Wed, Aug 12, 2015 at 05:35:08PM +0200, Daniel Vetter wrote: > On Wed, Aug 12, 2015 at 05:00:32PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > This function is the KMS native variant of drm_vblank_count_and_time(). > > It takes a struct drm_crtc * instead of a struct

[PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 05:00:32PM +0200, Thierry Reding wrote: > From: Thierry Reding > > This function is the KMS native variant of drm_vblank_count_and_time(). > It takes a struct drm_crtc * instead of a struct drm_device * and an > index of the CRTC. > > Eventually the goal is to access

[PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

2015-08-12 Thread Thierry Reding
From: Thierry Reding This function is the KMS native variant of drm_vblank_count_and_time(). 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

[PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

2014-12-16 Thread Thierry Reding
From: Thierry Reding This function is the KMS native variant of drm_vblank_count_and_time(). 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