[PATCH] drm/qxl: Use drm_vblank_count()

2014-12-17 Thread Mario Kleiner
On 12/17/2014 10:37 AM, Ville Syrjälä wrote: > On Wed, Dec 17, 2014 at 03:57:51AM +0100, Mario Kleiner wrote: >> On 12/15/2014 04:56 PM, Thierry Reding wrote: >>> From: Thierry Reding >>> >>> The QXL driver duplicates part of the core's drm_vblank_count(), so it >>> might as well use the core's

[PATCH] drm/qxl: Use drm_vblank_count()

2014-12-17 Thread Ville Syrjälä
On Wed, Dec 17, 2014 at 03:57:51AM +0100, Mario Kleiner wrote: > On 12/15/2014 04:56 PM, Thierry Reding wrote: > > From: Thierry Reding > > > > The QXL driver duplicates part of the core's drm_vblank_count(), so it > > might as well use the core's variant for the extra goodies. > > > >

[PATCH] drm/qxl: Use drm_vblank_count()

2014-12-17 Thread Mario Kleiner
On 12/15/2014 04:56 PM, Thierry Reding wrote: > From: Thierry Reding > > The QXL driver duplicates part of the core's drm_vblank_count(), so it > might as well use the core's variant for the extra goodies. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/qxl/qxl_drv.c | 7 +-- >

[PATCH] drm/qxl: Use drm_vblank_count()

2014-12-15 Thread Thierry Reding
From: Thierry Reding The QXL driver duplicates part of the core's drm_vblank_count(), so it might as well use the core's variant for the extra goodies. Signed-off-by: Thierry Reding --- drivers/gpu/drm/qxl/qxl_drv.c | 7 +-- 1 file changed, 1 insertion(+), 6