From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: Re: [PATCH 1/2] drm/i915: Error state should print /sys/kernel/debug Date: Tue, 29 Jan 2013 11:22:22 +0200 Message-ID: <87sj5kuywh.fsf@intel.com> References: <1359415936-2732-1-git-send-email-ben@bwidawsk.net> <20130129084112.GG6187@dyon.amr.corp.intel.com> <20130129085418.GF14766@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 0581CE5DC0 for ; Tue, 29 Jan 2013 01:20:59 -0800 (PST) In-Reply-To: <20130129085418.GF14766@phenom.ffwll.local> 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 , Damien Lespiau Cc: Ben Widawsky , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 29 Jan 2013, Daniel Vetter wrote: > Queued for -next, thanks for the patch. Oh and fixed up a bikeshed from > checkpatch.pl while applying: > > Applying: drm/i915: Error state should print /sys/kernel/debug > WARNING: line over 80 characters > #22: FILE: drivers/gpu/drm/i915/i915_irq.c:1308: > + DRM_INFO("capturing error event; look for more information in /sys/kernel/debug/dri/%d/i915_error_state\n", > > total: 0 errors, 1 warnings, 8 lines checked > > Yeah, I've added that OCD thing to my patch apply pipeline, let's see > how much fun it is ;-) You could go all the way: http://lwn.net/Articles/488992/ ;) J.