[PATCH 00/11] page-flip cleanups and fixes

Marcin Slusarz marcin.slusarz at gmail.com
Mon Oct 8 15:10:23 PDT 2012


On Mon, Oct 08, 2012 at 02:50:38PM -0500, Rob Clark wrote:
> From: Rob Clark <rob at ti.com>
> 
> Add a helper fxn to send vblank event after pageflip, plus a handful
> of fixes for other issues that I noticed in the process.

FWIW, patches 1-5 and 7 (with a fix to 1st) are:
Reviewed-by: Marcin Slusarz <marcin.slusarz at gmail.com>

> 
> Other than OMAP, the changes are just compile tested, so would be
> good to get a quick look from the maintainers of various drivers.
> 
> Rob Clark (11):
>   drm: add drm_send_vblank_event() helper
>   drm/i915: use drm_send_vblank_event() helper
>   drm/nouveau: use drm_send_vblank_event() helper
>   drm/radeon: use drm_send_vblank_event() helper
>   drm/exynos: use drm_send_vblank_event() helper
>   drm/exynos: page flip fixes
>   drm/shmob: use drm_send_vblank_event() helper
>   drm/imx: use drm_send_vblank_event() helper
>   drm/imx: page flip fixes
>   drm/omap: use drm_send_vblank_event() helper
>   drm/omap: page-flip fixes
> 
>  drivers/gpu/drm/drm_irq.c                 |   65 +++++++++++++++++++----------
>  drivers/gpu/drm/exynos/exynos_drm_crtc.c  |    1 -
>  drivers/gpu/drm/exynos/exynos_drm_fimd.c  |   10 +----
>  drivers/gpu/drm/exynos/exynos_drm_vidi.c  |   10 +----
>  drivers/gpu/drm/exynos/exynos_mixer.c     |    9 +---
>  drivers/gpu/drm/i915/intel_display.c      |   15 +------
>  drivers/gpu/drm/nouveau/nouveau_display.c |   13 +-----
>  drivers/gpu/drm/radeon/radeon_display.c   |   13 ++----
>  drivers/gpu/drm/shmobile/shmob_drm_crtc.c |   19 ++-------
>  drivers/staging/imx-drm/ipuv3-crtc.c      |   32 ++++----------
>  drivers/staging/omapdrm/omap_crtc.c       |   37 ++++------------
>  include/drm/drmP.h                        |    2 +
>  12 files changed, 78 insertions(+), 148 deletions(-)
> 
> -- 


More information about the dri-devel mailing list