]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/radeon/radeon_drv.c
drm: Pass 'flags' from the caller to .get_scanout_position()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 28 Oct 2013 18:50:48 +0000 (20:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Jan 2014 10:21:35 +0000 (12:21 +0200)
commitabca9e45449876ca4e66f7e31c850753cde344a5
tree50880095c7c4842aadcf1c0f5f011383bccfef30
parentc0ae24c17ed0864b42d449733460140322f275e2
drm: Pass 'flags' from the caller to .get_scanout_position()

Preparation for moving the early vblank IRQ logic into
radeon_get_crtc_scanoutpos().

v2: Fix radeon_drv.c compile warning (Mario)

Reviewed-by: mario.kleiner.de@gmail.com
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/drm_irq.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/radeon/radeon_display.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_mode.h
drivers/gpu/drm/radeon/radeon_pm.c
include/drm/drmP.h