From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] intel: Fix bufmgr_gem->gen for gen > 4 Date: Mon, 30 Jan 2012 17:23:31 -0800 Message-ID: <4F274293.8020205@bwidawsk.net> References: <1327945310-24565-1-git-send-email-chad.versace@linux.intel.com> <87ipjtxas2.fsf@eliezer.anholt.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 6BDB89EEAD for ; Mon, 30 Jan 2012 17:23:50 -0800 (PST) In-Reply-To: <87ipjtxas2.fsf@eliezer.anholt.net> 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: Eric Anholt Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 01/30/12 11:14, Eric Anholt wrote: > On Mon, 30 Jan 2012 09:41:50 -0800, Chad Versace wrote: >> If the pci_device's actual gen was> 4, then we stupidly set >> bufmgr_gem->gen = 6. > > Might be worth a note to say that no behavior should change. Still, > > Reviewed-by: Eric Anholt Right, I'm curious if this fixed anything.