From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 5/5] drm/i915: collect more per ring error state Date: Sun, 30 Oct 2011 18:51:13 -0700 Message-ID: <20111030185113.5ffab88c@bwidawsk.net> References: <1320001932-1846-1-git-send-email-daniel.vetter@ffwll.ch> <1320001932-1846-5-git-send-email-daniel.vetter@ffwll.ch> 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 9F1B49E8BC for ; Sun, 30 Oct 2011 18:51:22 -0700 (PDT) In-Reply-To: <1320001932-1846-5-git-send-email-daniel.vetter@ffwll.ch> 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-gfx List-Id: intel-gfx@lists.freedesktop.org On Sun, 30 Oct 2011 20:12:12 +0100 Daniel Vetter wrote: > Based on a patch by Ben Widawsky, but with different colors > for the bikeshed. > > In contrast to Ben's patch this one doesn't add the fault regs. > Afaics they're for the optional page fault support which > - we're not enabling > - and which seems to be unsupported by the hw team. Recent bspec > lacks tons of information about this that the public docs released > half a year back still contain. > > Also dump ring HEAD/TAIL registers - I've recently seen a few > error_state where just guessing these is not good enough. > > v2: Also dump INSTPM for every ring. > > v3: Fix a few really silly goof-ups spotted by Chris Wilson. > > Signed-off-by: Daniel Vetter > Reviewed-by: Chris Wilson Signed-off-by: Ben Widawsky