2010-01-16 10:28:28

by Paul Rolland

[permalink] [raw]
Subject: 2.6.33-rc4: i915/drm : error in execbuffer

Hello,

Since I've upgraded from -rc3 to -rc4, I'm getting these errors :

[drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512

They are appearing from time to time in my log messages, and I can't
relate them to any activity I may have with the machine.

My machine is a Dell Vostro1520, running a 64bit system.
[root@tux linux]# lspci -n
00:00.0 0600: 8086:2a40 (rev 07)
00:02.0 0300: 8086:2a42 (rev 07)
00:02.1 0380: 8086:2a43 (rev 07)
...

.config available on request if needed.

Regards,
Paul

--
Paul Rolland E-Mail : rol(at)witbe.net
CTO - Witbe.net SA Tel. +33 (0)1 47 67 77 77
Les Collines de l'Arche Fax. +33 (0)1 47 67 77 99
F-92057 Paris La Defense RIPE : PR12-RIPE
LinkedIn : http://www.linkedin.com/in/paulrolland

This is dedicated to all the ones who want to control Internet, its
content or its usage :

"I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry that 10
or 15 years from now, she will come to me and say 'Daddy, where were you
when they took freedom of the press away from the Internet?'"
--Mike Godwin, Electronic Frontier Foundation


2010-01-18 09:16:49

by Paul Rolland

[permalink] [raw]
Subject: Re: 2.6.33-rc4: i915/drm : error in execbuffer

Hello,

On Sat, 16 Jan 2010 11:28:24 +0100
Paul Rolland (ポール・ロラン) <[email protected]> wrote:

> Since I've upgraded from -rc3 to -rc4, I'm getting these errors :
>
> [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512
>
> They are appearing from time to time in my log messages, and I can't
> relate them to any activity I may have with the machine.

Well, it seems they are related to my KDE changing the wallpaper : this is
configured to be done every two minutes, and here is my log this morning :

Jan 18 10:07:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512

Jan 18 10:09:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512
Jan 18 10:09:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512

Jan 18 10:11:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512
Jan 18 10:11:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512
Jan 18 10:11:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512

Jan 18 10:13:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512
Jan 18 10:13:14 tux kernel: [drm:i915_gem_execbuffer] *ERROR* i915_gem_do_execbuffer returns -512

Is this a real error, or should it be a warning, as -512 seems to indicate
an ERESTARTSYS ?

Regards,
Paul