[Intel-gfx] [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Mario Kleiner
On Dec 27, 2010, at 12:16 PM, Ville Syrj?l? wrote: > On Mon, Dec 27, 2010 at 12:58:10AM +0100, Mario Kleiner wrote: > >> 2. There are gpu's firing spurious vblank irq's as soon as you enable >> irq's > > You're sure this isn't simply a matter of the driver forgetting to ack > the irq just before

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #7 from okias 2010-12-27 18:04:02 PST --- Nothing changed. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Bug 32688] Some games have a wireframe or outline visible

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32688 Marek Ol??k changed: What|Removed |Added Component|Drivers/DRI/r300|Drivers/Gallium/r300 -- Configure

[Bug 32688] New: Some games have a wireframe or outline visible

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32688 Summary: Some games have a wireframe or outline visible Product: Mesa Version: git Platform: Other URL: http://www.amnesiagame.com/ OS/Version: All Status: NEW

[Intel-gfx] [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Ville Syrjälä
On Mon, Dec 27, 2010 at 12:58:10AM +0100, Mario Kleiner wrote: > 2. There are gpu's firing spurious vblank irq's as soon as you enable > irq's You're sure this isn't simply a matter of the driver forgetting to ack the irq just before enabling it? -- Ville Syrj?l? syrjala at sci.fi

[Bug 32687] XBMC software video renderer is faster than OpenGL video renderer

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32687 --- Comment #1 from nguyenthetoan at gmail.com 2010-12-27 12:24:25 PST --- (In reply to comment #0) > I have an integrated AMD760G graphic card. I use the latest r600g driver from > xorg-edgers package repository for ubuntu Lucid. > > My most

[Bug 32687] New: XBMC software video renderer is faster than OpenGL video renderer

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32687 Summary: XBMC software video renderer is faster than OpenGL video renderer Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All)

[PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Michel Dänzer
On Son, 2010-12-26 at 09:53 -0500, Andrew Lutomirski wrote: > On Wed, Dec 22, 2010 at 4:06 PM, Mario Kleiner > wrote: > > > > There's a new drm module parameter for selecting the timeout: echo 50 > > > /sys/module/drm/parameters/vblankoffdelay > > would set the timeout to 50 msecs. A setting of

[Bug 32654] Segfault in r300_dri.so while running OpenGL game fullscreen

2010-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32654 Michel D?nzer changed: What|Removed |Added Product|xorg|Mesa Version|7.4

[Intel-gfx] [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Mario Kleiner
On Dec 26, 2010, at 3:53 PM, Andrew Lutomirski wrote: > On Wed, Dec 22, 2010 at 4:06 PM, Mario Kleiner > wrote: >> >> There's a new drm module parameter for selecting the timeout: echo >> 50 > >> /sys/module/drm/parameters/vblankoffdelay >> would set the timeout to 50 msecs. A setting of zero

[Bug 32654] Segfault in r300_dri.so while running OpenGL game fullscreen

2010-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32654 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Product|xorg|Mesa

Re: [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Michel Dänzer
On Son, 2010-12-26 at 09:53 -0500, Andrew Lutomirski wrote: On Wed, Dec 22, 2010 at 4:06 PM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: There's a new drm module parameter for selecting the timeout: echo 50 /sys/module/drm/parameters/vblankoffdelay would set the timeout to 50

Re: [Intel-gfx] [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Ville Syrjälä
On Mon, Dec 27, 2010 at 12:58:10AM +0100, Mario Kleiner wrote: 2. There are gpu's firing spurious vblank irq's as soon as you enable irq's You're sure this isn't simply a matter of the driver forgetting to ack the irq just before enabling it? -- Ville Syrjälä syrj...@sci.fi

[PATCH] i915: use plane enumerators in intel_pipe_set_base()

2010-12-27 Thread Mariusz Kozlowski
'plane' is enumerated type so lets use proper enumerators. Signed-off-by: Mariusz Kozlowski m...@lab.zgora.pl --- drivers/gpu/drm/i915/intel_display.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c

Re: [PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit.

2010-12-27 Thread Paul Mundt
On Tue, Dec 21, 2010 at 11:41:17AM +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com Situation as follow: 2 GPUs + vesafb + kms. GPU 1 is primary, vesafb binds to it as fb0 radeon loads GPU 0 loads as fb1 GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind

Re: [PATCH 1/3] fb: fix overlapping test off-by-one.

2010-12-27 Thread Paul Mundt
On Tue, Dec 21, 2010 at 08:29:03AM +0100, Michel D?nzer wrote: On Die, 2010-12-21 at 11:41 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com On my system with a radeon x2, the first GPU was not overlapping vesa but the test decided it was. Signed-off-by: Dave Airlie

Re: [2.6.37-rc7] drivers/gpu/drm/drm_edid.c:1303: warning: array subscript is above array bounds

2010-12-27 Thread Jarek Poplawski
On Sat, Dec 25, 2010 at 01:38:56PM +, Chris Wilson wrote: On Sat, 25 Dec 2010 14:13:43 +0100, Jarek Poplawski jark...@gmail.com wrote: Hi, There is this compile warning in Linus' tree (gcc version 4.3.3): drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor':

[Bug 32687] XBMC software video renderer is faster than OpenGL video renderer

2010-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32687 --- Comment #1 from nguyenthet...@gmail.com 2010-12-27 12:24:25 PST --- (In reply to comment #0) I have an integrated AMD760G graphic card. I use the latest r600g driver from xorg-edgers package repository for ubuntu Lucid. My most

Re: [Intel-gfx] [PATCH] drm: Aggressively disable vblanks

2010-12-27 Thread Mario Kleiner
On Dec 27, 2010, at 12:16 PM, Ville Syrjälä wrote: On Mon, Dec 27, 2010 at 12:58:10AM +0100, Mario Kleiner wrote: 2. There are gpu's firing spurious vblank irq's as soon as you enable irq's You're sure this isn't simply a matter of the driver forgetting to ack the irq just before enabling

[Bug 32688] Some games have a wireframe or outline visible

2010-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32688 Marek Olšák mar...@gmail.com changed: What|Removed |Added Component|Drivers/DRI/r300|Drivers/Gallium/r300 --

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2010-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #7 from okias d.ok...@gmail.com 2010-12-27 18:04:02 PST --- Nothing changed. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for