From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: Re: Fix for vblank on nvc0 Date: Mon, 12 Nov 2012 22:52:38 +0100 Message-ID: <50A16FA6.5040002@canonical.com> References: <50995728.8080305@canonical.com> <20121111182617.GA15689@joi.lan> <20121111183519.GA2959@joi.lan> <50A009B8.2080107@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Kelly Doran Cc: nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Ben Skeggs List-Id: nouveau.vger.kernel.org Op 12-11-12 22:30, Kelly Doran schreef: > I had Sven test this patch... he said it works. I think chipset > number test was executing code that we thought was only either 0x50 or > 0xc0, but was actually more specific with things like 0x92. > Oh right vblank is busted anyway... needs to be nv_device(priv-)>card_type == NV_50 to work. Your patch is the correct fix. ~Maarten