* 2.6.36-rc5 i915 regression
@ 2010-10-01 11:00 Johannes Hirte
2010-10-01 12:28 ` Chris Wilson
2010-10-01 13:01 ` Seblu
0 siblings, 2 replies; 4+ messages in thread
From: Johannes Hirte @ 2010-10-01 11:00 UTC (permalink / raw)
To: Chris Wilson; +Cc: linux-kernel, intel-gfx
With 2.6.36-rc5 and later my netbook is unusable. After login on X (KDE) the
screen gets totally garbled, under X and console too. The log shows me this
messages:
Sep 30 21:20:01 netbook kernel: render error detected, EIR: 0x00000010
Sep 30 21:20:01 netbook kernel: page table error
Sep 30 21:20:01 netbook kernel: PGTBL_ER: 0x00100113
Sep 30 21:20:01 netbook kernel: [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
Sep 30 21:20:01 netbook kernel: render error detected, EIR: 0x00000010
Sep 30 21:20:01 netbook kernel: page table error
Sep 30 21:20:01 netbook kernel: PGTBL_ER: 0x00100113
Sep 30 21:20:02 netbook kernel: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
I've bisected it to this commit:
commit e259befd9013e212648c3bd4f6f1fbf92d0dd51d
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Fri Sep 17 00:32:02 2010 +0100
drm/i915: Fix Sandybridge fence registers
With 5 places to update when adding handling for fence registers, it is
easy to overlook one or two. Correct that oversight, but fence
management should be improved before a new set of registers is added.
Bugzilla: https://bugs.freedesktop.org/show_bug?id=30199
Original patch by: Yuanhan Liu <yuanhan.liu@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
hardware is:
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
Subsystem: Giga-byte Technology Device 1999
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=09 <?>
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Device 1999
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f2200000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 18d0 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at f2300000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: Giga-byte Technology Device 1999
Flags: bus master, fast devsel, latency 0
Memory at f2280000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [d0] Power Management version 2
If more infos are needed, please tell me.
The errors always happend with an external display connected. I've booted the
system, logged in and changed the resolution to maximum of the external
display. Shortly after this the error happend.
regards,
Johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc5 i915 regression
2010-10-01 11:00 2.6.36-rc5 i915 regression Johannes Hirte
@ 2010-10-01 12:28 ` Chris Wilson
2010-10-01 18:15 ` Johannes Hirte
2010-10-01 13:01 ` Seblu
1 sibling, 1 reply; 4+ messages in thread
From: Chris Wilson @ 2010-10-01 12:28 UTC (permalink / raw)
To: Johannes Hirte; +Cc: linux-kernel, intel-gfx
On Fri, 1 Oct 2010 13:00:05 +0200, Johannes Hirte <johannes.hirte@fem.tu-ilmenau.de> wrote:
> With 2.6.36-rc5 and later my netbook is unusable. After login on X (KDE) the
> screen gets totally garbled, under X and console too. The log shows me this
> messages:
My humble apologies, fixed in 2.6.36-rc6:
commit 9b74f7348f214b1f99819f0d0da4a1cbabb1e740
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Wed Sep 22 19:10:44 2010 +0100
drm/i915: Fix 945GM regression in e259befd
A minor typo caused a single fence register to be incorrectly
programmed, resulting in occassional tiling corruption.
Reported-and-tested-by: Hans de Bruin <bruinjm@xs4all.nl>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=18962
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
It appears to have bitten worse than just the occasional gfx corruption.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc5 i915 regression
2010-10-01 11:00 2.6.36-rc5 i915 regression Johannes Hirte
2010-10-01 12:28 ` Chris Wilson
@ 2010-10-01 13:01 ` Seblu
1 sibling, 0 replies; 4+ messages in thread
From: Seblu @ 2010-10-01 13:01 UTC (permalink / raw)
To: linux-kernel
Johannes Hirte <johannes.hirte <at> fem.tu-ilmenau.de> writes:
> With 2.6.36-rc5 and later my netbook is unusable.
I've the same kind trouble with -rc6 and my dell e6410 (no external screen).
When module i915 is
loaded screen become black and i loose the hand on the system.
I don't have log message probably because my i915 is loaded in initrd and
kernel should crash before it's write something.
If you need more investigation, i can provide it.
Regards,
--
Sebastien Luttringer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc5 i915 regression
2010-10-01 12:28 ` Chris Wilson
@ 2010-10-01 18:15 ` Johannes Hirte
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Hirte @ 2010-10-01 18:15 UTC (permalink / raw)
To: Chris Wilson; +Cc: linux-kernel
On Friday 01 October 2010 14:28:25 Chris Wilson wrote:
> On Fri, 1 Oct 2010 13:00:05 +0200, Johannes Hirte <johannes.hirte@fem.tu-ilmenau.de> wrote:
> > With 2.6.36-rc5 and later my netbook is unusable. After login on X (KDE) the
> > screen gets totally garbled, under X and console too. The log shows me this
> > messages:
>
> My humble apologies, fixed in 2.6.36-rc6:
>
> commit 9b74f7348f214b1f99819f0d0da4a1cbabb1e740
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date: Wed Sep 22 19:10:44 2010 +0100
>
> drm/i915: Fix 945GM regression in e259befd
>
> A minor typo caused a single fence register to be incorrectly
> programmed, resulting in occassional tiling corruption.
>
> Reported-and-tested-by: Hans de Bruin <bruinjm@xs4all.nl>
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=18962
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: stable@kernel.org
>
> It appears to have bitten worse than just the occasional gfx corruption.
> -Chris
I was sure that I've tested latest git before reporting this bug, but obviously
I didn't. With latest git the bug seems to be fixed. Sorry for the noise.
regards,
Johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-01 18:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-01 11:00 2.6.36-rc5 i915 regression Johannes Hirte
2010-10-01 12:28 ` Chris Wilson
2010-10-01 18:15 ` Johannes Hirte
2010-10-01 13:01 ` Seblu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®