Message ID | 20110210103443.62c316d4@jbarnes-desktop (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show
Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1AIZ1hT019291 for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 10 Feb 2011 18:35:22 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2127A9EB14 for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 10 Feb 2011 10:35:01 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from oproxy3-pub.bluehost.com (oproxy3-pub.bluehost.com [69.89.21.8]) by gabe.freedesktop.org (Postfix) with SMTP id D405B9E710 for <dri-devel@lists.freedesktop.org>; Thu, 10 Feb 2011 10:34:49 -0800 (PST) Received: (qmail 12773 invoked by uid 0); 10 Feb 2011 18:34:49 -0000 Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by oproxy3.bluehost.com with SMTP; 10 Feb 2011 18:34:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=virtuousgeek.org; h=Received:Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=m9ZptLrsnE7T07uxSEX/2XOoMXtt/0UjQt1pE4BSmUGz2KLWJvNwiApu4J2MQgVrCI1Ue8/3E8r7KiWdRvA60RYk/JB/mFkyYjywZLnXqkvw1D/rDaOpUSKc41oNG4vz; Received: from c-67-174-193-198.hsd1.ca.comcast.net ([67.174.193.198] helo=jbarnes-desktop) by box514.bluehost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from <jbarnes@virtuousgeek.org>) id 1PnbLs-0004O2-Ps; Thu, 10 Feb 2011 11:34:48 -0700 Date: Thu, 10 Feb 2011 10:34:43 -0800 From: Jesse Barnes <jbarnes@virtuousgeek.org> To: Francesco Allertsen <fallertsen@gmail.com> Subject: Re: Intel i915 freeze on latest git Message-ID: <20110210103443.62c316d4@jbarnes-desktop> In-Reply-To: <20110210121026.GA2416@fujiko> References: <1bdc18$jeuv05@fmsmga002.fm.intel.com> <20110201122943.GA2011@fujiko> <b9dded$hqm5n7@orsmga002.jf.intel.com> <20110201140754.GA2229@fujiko> <20110201083112.3cfefc3a@jbarnes-desktop> <b7da2f$qaam25@fmsmga001.fm.intel.com> <20110202095656.GA2202@fujiko> <1bdc18$jfb1or@fmsmga002.fm.intel.com> <20110209125238.GA2221@fujiko> <1bdc18$jhlg3k@fmsmga002.fm.intel.com> <20110210121026.GA2416@fujiko> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-Identified-User: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 67.174.193.198 authed with jbarnes@virtuousgeek.org} Cc: dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <http://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <http://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <http://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 10 Feb 2011 18:35:22 +0000 (UTC) |
--- a/drivers/gpu/drm/i915/i915_debugfs.c +++ b/drivers/gpu/drm/i915/i915_debugfs.c @@ -1018,6 +1018,8 @@ static int i915_drpc_info(struct seq_file *m, void *unused break; } + seq_printf(m, "RSTDBYCTL: 0x%08x\n", rstdbyctl); + return 0; }