From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Graunke Subject: Re: IVB page flipping fixes (hopefully final) Date: Fri, 17 Jun 2011 12:42:38 -0700 Message-ID: <4DFBAE2E.9060708@whitecape.org> References: <1308241154-6830-1-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from homiemail-a5.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C2109E8BC for ; Fri, 17 Jun 2011 12:42:39 -0700 (PDT) Received: from homiemail-a5.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTP id 6A23C70406F for ; Fri, 17 Jun 2011 12:42:38 -0700 (PDT) Received: from [10.0.0.231] (static-50-43-46-73.bvtn.or.frontiernet.net [50.43.46.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kenneth@whitecape.org) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTPSA id 4F14C704063 for ; Fri, 17 Jun 2011 12:42:38 -0700 (PDT) In-Reply-To: <1308241154-6830-1-git-send-email-jbarnes@virtuousgeek.org> 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: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 06/16/2011 09:19 AM, Jesse Barnes wrote: > This set addresses comments from Dan and Chris, namely: > - pin& fence the new fb on the correct ring for IVB > - cleanup gen2/3 wait code by putting it in gen2/3 wait functions > - remove dead code > - fix a race in the split code with the interrupt handler and flip pending > > Thanks, > Jesse Reviewed-by: Kenneth Graunke