From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Clark Subject: Re: [PATCH 00/11] page-flip cleanups and fixes Date: Mon, 22 Oct 2012 17:51:43 -0500 Message-ID: <5085CDFF.80802@ti.com> References: <1349725849-22433-1-git-send-email-rob.clark@linaro.org> <20121022223924.GA24489@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by gabe.freedesktop.org (Postfix) with ESMTP id C9AF79E765 for ; Mon, 22 Oct 2012 16:00:03 -0700 (PDT) In-Reply-To: <20121022223924.GA24489@kroah.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Greg KH Cc: patches@linaro.org, daniel.vetter@ffwll.ch, dri-devel@lists.freedesktop.org, Rob Clark , bskeggs@redhat.com, laurent.pinchart@ideasonboard.com List-Id: dri-devel@lists.freedesktop.org On 10/22/2012 05:39 PM, Greg KH wrote: > On Mon, Oct 08, 2012 at 02:50:38PM -0500, Rob Clark wrote: >> From: Rob Clark >> >> Add a helper fxn to send vblank event after pageflip, plus a handful >> of fixes for other issues that I noticed in the process. >> >> 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 > Are these patches going through the drm tree? I'd recommend doing that, This is what I'd prefer, if it is ok with Dave > and feel free to add: > > Acked-by: Greg Kroah-Hartman > > by any drivers/staging/ patches. thanks BR, -R > thanks, > > greg k-h