From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] drm/i915: tune down unknown unclaime write hsw debug message Date: Fri, 11 Jan 2013 18:35:10 -0800 Message-ID: <20130111183510.00007d90@unknown> References: <1357634037-32542-1-git-send-email-daniel.vetter@ffwll.ch> <84c8a8$782k7i@orsmga001.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from shiva.chad-versace.us (209-20-75-48.static.cloud-ips.com [209.20.75.48]) by gabe.freedesktop.org (Postfix) with ESMTP id 93FD4E6200 for ; Fri, 11 Jan 2013 18:35:27 -0800 (PST) In-Reply-To: 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: Daniel Vetter Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Tue, 8 Jan 2013 11:07:03 +0100 Daniel Vetter wrote: > On Tue, Jan 8, 2013 at 10:32 AM, Chris Wilson > wrote: > > On Tue, 8 Jan 2013 09:33:57 +0100, Daniel Vetter > > wrote: > >> This could very well be caused by dirt left behind by the BIOS, so > >> tune it down to the debug level. > > > > If the issue is solely the one described, then it should be silence > > when we takeover, just like all the other error/debug status > > registers. > > Good point, I'll check whether pimping gt_reset is good enough. I agree with Chris FWIW. Changing this for the sake of the one instance during takeover isn't good enough. > > > DRM_DEBUG is a little too noisy for this, maybe we should look at > > trace_print or one of the other dynamic debugs for this class of > > info? > > The downside of trace_printk is that it doesn't pop up in dmesg. If > all that reg checking starts to hurt, we might want to exclude the GT > range from it - iirc this seemed most useful for display enabling. > -Daniel It was useful for display enabling because that's where the biggest delta was for IVB->HSW. I don't think that it will be the case for all platforms. The reason I found it interesting initially is it's also capable of catching when we try to write to powered down things.