From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753812AbZG0RhG (ORCPT ); Mon, 27 Jul 2009 13:37:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753717AbZG0RhF (ORCPT ); Mon, 27 Jul 2009 13:37:05 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:1781 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbZG0RhD (ORCPT ); Mon, 27 Jul 2009 13:37:03 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=LGcfKCZfRQ2wx2qy8dW/Vft4HrtQnpaPMGB+IDGXplDeXlaJzfIP7oaU4fD6lxKtGJ t02Jmuhf9TtMkmo0dmxQ9v4qO8czHuJXxLYIpUEQKYOZ6j40zrqkLPeov3BsdR7Dvk+L UXYNaH1bDXztHVTlhcwFvvjCm+MqTMF79OZno= Message-ID: <4A6DE5C0.4000607@gmail.com> Date: Mon, 27 Jul 2009 10:37:04 -0700 From: "Justin P. Mattock" User-Agent: Spicebird/0.7.1 (X11; 2009031304) MIME-Version: 1.0 To: Jesse Barnes CC: Linux Kernel Mailing List Subject: Re: [drm:i915_driver_irq_handler] *ERROR* EIR stuck: 0x00000010, masking References: <20090727101524.778c83ab@jbarnes-g45> In-Reply-To: <20090727101524.778c83ab@jbarnes-g45> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jesse Barnes wrote: > On Sun, 26 Jul 2009 21:12:49 -0400 > Justin Mattock wrote: > > >> to my surprise this machine still works... >> (dell inspiron 1200) >> Anyways in dmesg I see: >> >> [ 10.188083] b43-pci-bridge 0000:03:00.0: setting latency timer to >> 64 [ 10.191947] ssb: Sonics Silicon Backplane found on PCI device >> 0000:03:00.0 [ 10.220248] fb: conflicting fb hw usage inteldrmfb vs >> VESA VGA - removing generic driver >> [ 10.222343] Console: switching to colour dummy device 80x25 >> [ 10.225625] Console: switching to colour frame buffer device 128x48 >> [ 10.278714] render error detected, EIR: 0x00000010 >> [ 10.278717] page table error >> [ 10.278720] PGTBL_ER: 0x00000100 >> [ 10.278725] [drm:i915_driver_irq_handler] *ERROR* EIR stuck: >> 0x00000010, masking >> [ 10.278742] render error detected, EIR: 0x00000010 >> [ 10.278745] page table error >> [ 10.278747] PGTBL_ER: 0x00000100 >> [ 10.290087] [drm] LVDS-8: set mode 1024x768 c >> [ 10.640403] [drm] fb0: inteldrmfb frame buffer device >> [ 10.640597] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 >> on minor 0 [ 10.679818] b43-phy0: Broadcom 4306 WLAN found (core >> revision 5) >> >> direct rendering still seems to be intact, >> suspend not sure(test in a moment). >> > > Sounds like a dupe of the issue Frans reported. We report errors like > this now rather than silently ignoring them. This one must be harmless > or your machine wouldn't ever have worked. :) > > Seems harmless to me, one thing I see is during the boot process Ill see the boot messages, then once init/udev starts up, and loads i915 the screen will go black for a tenth or so of a second, then goes back to normal. Now keep in mind this might be something suse does during the boot process. (I can try loading ubuntu/debian to see if the affects are the same once I get a chance). Justin P. Mattock