[PATCH 2/2] drm: Prefix info printk about registering panic notifier with 'drm'

2010-05-14 Thread Kirill Smelkov
Recently I've studied my system dmesg and seen this: 1 [0.478416] ACPI: Battery Slot [C1B4] (battery present) 2 [0.478648] ACPI: Battery Slot [C1B3] (battery absent) 3 [0.906678] [drm] initialized overlay support 4 [1.762304] Console: switching to colour frame buffer device 128x

[PATCH 1/2] drm/radeon: "unregistered panic notifier" printk is redundant

2010-05-14 Thread Kirill Smelkov
Because drm_fb_helper_free() prints the same. This redundant printk seems to be a forgotten leftover after 785b93ef (drm/kms: move driver specific fb common code to helper functions (v2)) -- let's remove it. Cc: Jerome Glisse Signed-off-by: Kirill Smelkov --- drivers/gpu/drm/radeon/radeon_fb.c

[PATCH 0/2] drm: registering panic notifier cosmetics

2010-05-14 Thread Kirill Smelkov
Just some minor tweaks from casual user. Please apply & thanks. Kirill Smelkov (2): drm/radeon: "unregistered panic notifier" printk is redundant drm: Prefix info printk about registering panic notifier with 'drm' drivers/gpu/drm/drm_fb_helper.c|4 ++-- drivers/gpu/drm/radeon/radeon_

[PATCH] drm/edid: Fix 1024x768@85Hz

2010-05-14 Thread Michael Tokarev
Adam Jackson wrote at Thu May 13 11:55:28 PDT 2010: > Having hsync both start and end on pixel 1072 ain't gonna work very > well. Matches the X server's list. > > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/drm_edid.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > di

render error detected, EIR: 0x00000010

2010-05-14 Thread Jaswinder Singh Rajput
Hello Chris, On Fri, May 14, 2010 at 4:16 AM, Chris Wilson wrote: > On Fri, 14 May 2010 03:59:08 +0530, Jaswinder Singh Rajput gmail.com> wrote: >> Hello Chris, >> >> I am also getting display error on another PC : >> >> [ ? 34.198957] render error detected, EIR: 0x0010 >> [ ? 34.198972] [d

render error detected, EIR: 0x00000010

2010-05-14 Thread Jaswinder Singh Rajput
Hello Oliver, On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote: > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: >> Hello Chris, >> >> I am also getting display error on another PC : >> >> [ ? 34.198957] render error detected, EIR: 0x0010 >> [ ? 34.198972] [drm:i915_ha

BUG: unable to handle kernel NULL pointer dereference, i915_gem_object_move_to_active

2010-05-14 Thread Nils Radtke
Hi David, Upon typing the first character of the password in the kdm pw mask, X hung. Luckily, network was still operable so I was able to catch the bug_on. I applied the patch against .33.3. This seems indeed to be the same bug you're already having reports for. So: me too! I'm s

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #6 from Paulo César Pereira de Andrade 2010-05-14 12:22:37 PDT --- It doesn't hog cpu, and the performance decrease in fps is minimal. After 30ish ^Cs in gdb the most common backtrace pattern is: Program received signal SIGINT, In

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #6 from Paulo C?sar Pereira de Andrade 2010-05-14 12:22:37 PDT --- It doesn't hog cpu, and the performance decrease in fps is minimal. After 30ish ^Cs in gdb the most common backtrace pattern is: Program received signal SIGINT, In

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondračka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondra?ka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #8 from Marek Olšák 2010-05-14 11:15:04 PDT --- OK so the problem is the game creates a larger constant buffer than hw can handle, but it seems to use only a small portion of the buffer. I've changed the code so that it does not abort

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 --- Comment #8 from Marek Ol??k 2010-05-14 11:15:04 PDT --- OK so the problem is the game creates a larger constant buffer than hw can handle, but it seems to use only a small portion of the buffer. I've changed the code so that it does not abor

[PATCH 2/2] drm: Prefix info printk about registering panic notifier with 'drm'

2010-05-14 Thread Kirill Smelkov
Recently I've studied my system dmesg and seen this: 1 [0.478416] ACPI: Battery Slot [C1B4] (battery present) 2 [0.478648] ACPI: Battery Slot [C1B3] (battery absent) 3 [0.906678] [drm] initialized overlay support 4 [1.762304] Console: switching to colour frame buffer device 128x

[PATCH 0/2] drm: registering panic notifier cosmetics

2010-05-14 Thread Kirill Smelkov
Just some minor tweaks from casual user. Please apply & thanks. Kirill Smelkov (2): drm/radeon: "unregistered panic notifier" printk is redundant drm: Prefix info printk about registering panic notifier with 'drm' drivers/gpu/drm/drm_fb_helper.c|4 ++-- drivers/gpu/drm/radeon/radeon_

[PATCH 1/2] drm/radeon: "unregistered panic notifier" printk is redundant

2010-05-14 Thread Kirill Smelkov
Because drm_fb_helper_free() prints the same. This redundant printk seems to be a forgotten leftover after 785b93ef (drm/kms: move driver specific fb common code to helper functions (v2)) -- let's remove it. Cc: Jerome Glisse Signed-off-by: Kirill Smelkov --- drivers/gpu/drm/radeon/radeon_fb.c

render error detected, EIR: 0x00000010

2010-05-14 Thread Oliver Neukum
Am Freitag, 14. Mai 2010 09:27:24 schrieb Jaswinder Singh Rajput: > Hello Oliver, > > On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote: > > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: > >> Hello Chris, > >> > >> I am also getting display error on another PC : > >> > >>

render error detected, EIR: 0x00000010

2010-05-14 Thread Oliver Neukum
Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: > Hello Chris, > > I am also getting display error on another PC : > > [ 34.198957] render error detected, EIR: 0x0010 > [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking > [ 34.198998] render er

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #5 from Michel Dänzer 2010-05-14 07:31:59 PDT --- Quite a few more extensions are available with direct rendering, e.g. GLX_SGI_video_sync. Maybe there's a problem with one of those. Might be interesting to, with direct rendering: *

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #5 from Michel D?nzer 2010-05-14 07:31:59 PDT --- Quite a few more extensions are available with direct rendering, e.g. GLX_SGI_video_sync. Maybe there's a problem with one of those. Might be interesting to, with direct rendering: *

Re: [PATCH] drm/edid: Fix 1024x...@85hz

2010-05-14 Thread Michael Tokarev
Adam Jackson wrote at Thu May 13 11:55:28 PDT 2010: > Having hsync both start and end on pixel 1072 ain't gonna work very > well. Matches the X server's list. > > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/drm_edid.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > di

Re: BUG: unable to handle kernel NULL pointer dereference, i915_gem_object_move_to_active

2010-05-14 Thread Nils Radtke
Hi David, Upon typing the first character of the password in the kdm pw mask, X hung. Luckily, network was still operable so I was able to catch the bug_on. I applied the patch against .33.3. This seems indeed to be the same bug you're already having reports for. So: me too! I'm s

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondračka changed: What|Removed |Added Attachment #35461|0 |1 is obsolete|

[Bug 27996] [r300g] Sins of a Solar Empire crash when entering menu

2010-05-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27996 Pavel Ondra?ka changed: What|Removed |Added Attachment #35461|0 |1 is obsolete|

render error detected, EIR: 0x00000010

2010-05-14 Thread Jaswinder Singh Rajput
Hello Chris, I am also getting display error on another PC : [ 34.198957] render error detected, EIR: 0x0010 [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking [ 34.198998] render error detected, EIR: 0x0010 dmesg : http://userweb.kernel.org/~jaswinder/P4_

[PATCH] drm/i915: Record error batch buffers using iomem

2010-05-14 Thread Jaswinder Singh Rajput
Hello Chris, On Wed, May 12, 2010 at 8:01 PM, Jaswinder Singh Rajput wrote: > Hello Chris, > > On Wed, May 12, 2010 at 7:20 PM, Chris Wilson > wrote: >> On Wed, 12 May 2010 18:45:55 +0530, Jaswinder Singh Rajput > at gmail.com> wrote: >>> Hello Chris, >>> >>> With this patch after XWindows free

Re: render error detected, EIR: 0x00000010

2010-05-14 Thread Oliver Neukum
Am Freitag, 14. Mai 2010 09:27:24 schrieb Jaswinder Singh Rajput: > Hello Oliver, > > On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote: > > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: > >> Hello Chris, > >> > >> I am also getting display error on another PC : > >> > >>

Re: render error detected, EIR: 0x00000010

2010-05-14 Thread Oliver Neukum
Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: > Hello Chris, > > I am also getting display error on another PC : > > [ 34.198957] render error detected, EIR: 0x0010 > [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking > [ 34.198998] render er

Re: render error detected, EIR: 0x00000010

2010-05-14 Thread Jaswinder Singh Rajput
Hello Chris, On Fri, May 14, 2010 at 4:16 AM, Chris Wilson wrote: > On Fri, 14 May 2010 03:59:08 +0530, Jaswinder Singh Rajput > wrote: >> Hello Chris, >> >> I am also getting display error on another PC : >> >> [   34.198957] render error detected, EIR: 0x0010 >> [   34.198972] [drm:i915_h

Re: render error detected, EIR: 0x00000010

2010-05-14 Thread Jaswinder Singh Rajput
Hello Oliver, On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote: > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput: >> Hello Chris, >> >> I am also getting display error on another PC : >> >> [   34.198957] render error detected, EIR: 0x0010 >> [   34.198972] [drm:i915_ha