On Mon, Oct 08, 2012 at 02:50:38PM -0500, Rob Clark wrote: > From: Rob Clark <rob@xxxxxx> > > 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@xxxxxxxxx> > > 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(-) > > -- _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel