From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Skeggs Subject: Re: [PATCH] drm/nouveau: fix ttm move notify callback Date: Tue, 10 Jan 2012 13:46:05 +1000 Message-ID: <1326167165.31565.1.camel@nisroch> References: <1325788315-7724-1-git-send-email-j.glisse@gmail.com> <1325800393.31799.0.camel@nisroch> <20120106021410.GA3120@phenom.dumpdata.com> <20120106145743.GE5078@phenom.dumpdata.com> <20120106165335.GA10453@phenom.dumpdata.com> <20120106182220.GA2823@homer.localdomain> <20120106195249.GA3213@phenom.dumpdata.com> <20120106210027.GB2823@homer.localdomain> Reply-To: skeggsb@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-yx0-f177.google.com (mail-yx0-f177.google.com [209.85.213.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 120CE9E710 for ; Mon, 9 Jan 2012 19:43:04 -0800 (PST) Received: by yenl2 with SMTP id l2so1917716yen.36 for ; Mon, 09 Jan 2012 19:43:04 -0800 (PST) In-Reply-To: <20120106210027.GB2823@homer.localdomain> 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: Jerome Glisse Cc: Jerome Glisse , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, 2012-01-06 at 16:00 -0500, Jerome Glisse wrote: > On Fri, Jan 06, 2012 at 02:52:49PM -0500, Konrad Rzeszutek Wilk wrote: > > > Still having difficulty to reproduce can you reproduce with the attached > > > printk debuging patch and provide the log (only few printk preceding the > > > oops or segfault are interesting). > > > > http://darnok.org/vga/move_notify-v212.log > > > > Looks like nouveau doesn't like move notify being call on driver > shutdown or when somethings om nv50 is down. Ben i think you will > be better at finding a fix for that than me. I'm also not able to reproduce this issue on a NV98 (so, i'd expect every nv50+ chipset to behave the same) chipset with the current code in Dave's drm-core-next tree.. Am I missing something? Ben. > > Cheers, > Jerome