From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 1/2] drm/i915: split page flip queueing into per-chipset functions Date: Thu, 16 Jun 2011 11:53:07 -0700 Message-ID: <20110616185307.GA5051@bwgnt.jf.intel.com> References: <1308241154-6830-1-git-send-email-jbarnes@virtuousgeek.org> <1308241154-6830-2-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 cloud01.chad-versace.us (184-106-247-128.static.cloud-ips.com [184.106.247.128]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A13B9E771 for ; Thu, 16 Jun 2011 11:53:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1308241154-6830-2-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: Jesse Barnes Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Thu, Jun 16, 2011 at 09:19:13AM -0700, Jesse Barnes wrote: > This makes things a little clearer and prevents us from running old code > on a new chipset that may not be supported. > > Signed-off-by: Jesse Barnes Reviewied-by: Ben Widawsky