From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: [RFC] Async flips Date: Tue, 30 Oct 2012 13:33:47 -0500 Message-ID: <1351622029-2276-1-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy12-pub.bluehost.com (oproxy12-pub.bluehost.com [50.87.16.10]) by gabe.freedesktop.org (Postfix) with SMTP id 004B2A0E29 for ; Tue, 30 Oct 2012 11:33:55 -0700 (PDT) Received: from [67.161.37.189] (port=58000 helo=localhost.localdomain) by box514.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TTGdO-0004Tm-Ia for intel-gfx@lists.freedesktop.org; Tue, 30 Oct 2012 12:33:55 -0600 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 The hw supports async flips through the render ring, so why not expose it? It gives us one more "tear me harder" option we can use in the DDX and for other cases where simply flipping to the latest buffer is more important than visual quality. Jesse