[PATCH 12/14] drm: Pass 'flags' from the caller to .get_scanout_position()

2014-01-13 Thread Mario Kleiner
On 29/10/13 19:06, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Preparation for moving the early vblank IRQ logic into > radeon_get_crtc_scanoutpos(). > > Signed-off-by: Ville Syrj?l? Tiny compile fix needed for this one. The function prototype for

[PATCH 12/14] drm: Pass 'flags' from the caller to .get_scanout_position()

2013-10-29 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Preparation for moving the early vblank IRQ logic into radeon_get_crtc_scanoutpos(). Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_irq.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 3 ++-