dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* i915 flickering [was: mmotm 2010-09-22-16-11 uploaded]
       [not found] <201009222343.o8MNh9Mp023931@imap1.linux-foundation.org>
@ 2010-09-27  9:34 ` Jiri Slaby
  2010-09-27 15:25   ` Jiri Slaby
  2010-09-27  9:36 ` i915: glxgears causes GPU hang " Jiri Slaby
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Slaby @ 2010-09-27  9:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mm-commits, chris, dri-devel

On 09/23/2010 01:12 AM, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to

Hi, it introduced a regression against 2010-09-15-16-21 in i915. The
screen, especially in thunderbird and firefox screen elements, flickers.
Is this known/is there a patch for this already?

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express
Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
        Subsystem: Intel Corporation 82G33/G31 Express Integrated
Graphics Controller
        Flags: bus master, fast devsel, latency 0, IRQ 42
        Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00 [size=8]
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
        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

thanks,
-- 
js

^ permalink raw reply	[flat|nested] 5+ messages in thread

* i915: glxgears causes GPU hang [was: mmotm 2010-09-22-16-11 uploaded]
       [not found] <201009222343.o8MNh9Mp023931@imap1.linux-foundation.org>
  2010-09-27  9:34 ` i915 flickering [was: mmotm 2010-09-22-16-11 uploaded] Jiri Slaby
@ 2010-09-27  9:36 ` Jiri Slaby
  2010-09-27  9:51   ` Chris Wilson
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Slaby @ 2010-09-27  9:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mm-commits, dri-devel, chris

On 09/23/2010 01:12 AM, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to

Hi, when I run glxgears in this kernel, X crashes. It happens also with
older releases and I don't know what is the first defunct.

In the log there is:
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5
(awaiting 2 at 0)

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express
Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
        Subsystem: Intel Corporation 82G33/G31 Express Integrated
Graphics Controller
        Flags: bus master, fast devsel, latency 0, IRQ 42
        Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00 [size=8]
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
        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

thanks,
-- 
js

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: i915: glxgears causes GPU hang [was: mmotm 2010-09-22-16-11 uploaded]
  2010-09-27  9:36 ` i915: glxgears causes GPU hang " Jiri Slaby
@ 2010-09-27  9:51   ` Chris Wilson
  2010-09-29  8:33     ` Jiri Slaby
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Wilson @ 2010-09-27  9:51 UTC (permalink / raw)
  To: Jiri Slaby, linux-kernel; +Cc: akpm, dri-devel, daniel.vetter

On Mon, 27 Sep 2010 11:36:56 +0200, Jiri Slaby <jirislaby@gmail.com> wrote:
> On 09/23/2010 01:12 AM, akpm@linux-foundation.org wrote:
> > The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to
> 
> Hi, when I run glxgears in this kernel, X crashes. It happens also with
> older releases and I don't know what is the first defunct.
> 
> In the log there is:
> [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
> [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5
> (awaiting 2 at 0)

Hmm, that's a serious error as it appears the chip wasn't initialised
correctly and failed to start. G33, this is likely to be
https://bugzilla.kernel.org/show_bug.cgi?id=16891
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: i915 flickering [was: mmotm 2010-09-22-16-11 uploaded]
  2010-09-27  9:34 ` i915 flickering [was: mmotm 2010-09-22-16-11 uploaded] Jiri Slaby
@ 2010-09-27 15:25   ` Jiri Slaby
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Slaby @ 2010-09-27 15:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mm-commits, chris, dri-devel

On 09/27/2010 11:34 AM, Jiri Slaby wrote:
> On 09/23/2010 01:12 AM, akpm@linux-foundation.org wrote:
>> The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to
> 
> Hi, it introduced a regression against 2010-09-15-16-21 in i915. The
> screen, especially in thunderbird and firefox screen elements, flickers.
> Is this known/is there a patch for this already?

BTW. right now, probably as a result of this, I got:
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5
(awaiting 990243 at 990230)

like in the glxgears report posted earlier today. But in this case, X
survived... Except selected text is no longer blue, but white and
another anomalies.

> 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express
> Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
>         Subsystem: Intel Corporation 82G33/G31 Express Integrated
> Graphics Controller
>         Flags: bus master, fast devsel, latency 0, IRQ 42
>         Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
>         I/O ports at ec00 [size=8]
>         Memory at d0000000 (32-bit, prefetchable) [size=256M]
>         Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
>         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
> 
> thanks,
-- 
js

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: i915: glxgears causes GPU hang [was: mmotm 2010-09-22-16-11 uploaded]
  2010-09-27  9:51   ` Chris Wilson
@ 2010-09-29  8:33     ` Jiri Slaby
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Slaby @ 2010-09-29  8:33 UTC (permalink / raw)
  To: Chris Wilson; +Cc: linux-kernel, akpm, dri-devel, daniel.vetter

On 09/27/2010 11:51 AM, Chris Wilson wrote:
> On Mon, 27 Sep 2010 11:36:56 +0200, Jiri Slaby <jirislaby@gmail.com> wrote:
>> On 09/23/2010 01:12 AM, akpm@linux-foundation.org wrote:
>>> The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to
>>
>> Hi, when I run glxgears in this kernel, X crashes. It happens also with
>> older releases and I don't know what is the first defunct.
>>
>> In the log there is:
>> [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
>> [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5
>> (awaiting 2 at 0)
> 
> Hmm, that's a serious error as it appears the chip wasn't initialised
> correctly and failed to start. G33, this is likely to be
> https://bugzilla.kernel.org/show_bug.cgi?id=16891

Well, it's gone with mmotm 2010-09-28-16-13...

thanks,
-- 
js

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-29  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201009222343.o8MNh9Mp023931@imap1.linux-foundation.org>
2010-09-27  9:34 ` i915 flickering [was: mmotm 2010-09-22-16-11 uploaded] Jiri Slaby
2010-09-27 15:25   ` Jiri Slaby
2010-09-27  9:36 ` i915: glxgears causes GPU hang " Jiri Slaby
2010-09-27  9:51   ` Chris Wilson
2010-09-29  8:33     ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox