From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Kuoppala Subject: Re: [PATCH 2/2] drm/i915: Rearrange code to only have a single method for waiting upon the ring Date: Tue, 27 Nov 2012 16:36:49 +0200 Message-ID: <87ehjfcdtq.fsf@gaia.fi.intel.com> References: <1354012493-22738-1-git-send-email-chris@chris-wilson.co.uk> <1354012493-22738-2-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E9E2E5CFE for ; Tue, 27 Nov 2012 06:37:15 -0800 (PST) In-Reply-To: <1354012493-22738-2-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Chris Wilson , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 27 Nov 2012 10:34:53 +0000, Chris Wilson wrote: > Replace the wait for the ring to be clear with the more common wait for > the ring to be idle. > > Signed-off-by: Chris Wilson On both patches, Reviewed-by: Mika Kuoppala