[Bug 28467] [r300g] Unigine Sanctuary v2.3 needs GL_ARB_half_float_pixel

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

[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

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

Interlace modes with r600 KMS

2010-09-09 Thread Marius Gröger
Am 09.09.2010 17:03, schrieb Alex Deucher: > Does disabling underscan fix interlaced? I just pulled the latest d-r-t and at least I can confirm that the problem is present without any of my tinkerings :-) I still need to check with underscan disabled. There is no cmdline option for this yet,

[PATCH] drm/radeon/kms/evergreen: fix backend setup

2010-09-09 Thread Alex Deucher
This patch fixes rendering errors on some evergreen boards. Hardcoding the backend map is not an optimal solution, but a better fix is being worked on. Similar to the fix for rv740 (6271901d828b34b27607314026deaf417f9f9b75). Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29986

[Bug 29901] [r300g] Commit eb430b0e948caf02b9f4095d0e1435880073c2aa breaks swtcl

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #4 from Tom Stellard 2010-09-09 16:41:17 PDT --- I can reproduce this bug with the game nexuiz (http://alientrap.org/nexuiz/). This is on an RV515 with RADEON_NO_TCL=1. The game crashes right right before the main menu loads. --

Interlace modes with r600 KMS

2010-09-09 Thread Alex Deucher
2010/9/9 Marius Gr?ger : > Am 09.09.2010 17:03, schrieb Alex Deucher: >> >> Does disabling underscan fix interlaced? > > I just pulled the latest d-r-t and at least I can confirm that the problem > is present without any of my tinkerings :-) I still need to check with > underscan disabled. There

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #66 from Chris Rankin 2010-09-09 14:23:42 PDT --- (In reply to comment #50) > So the first thing to do would be to verify that you indeed are experiencing > the same issue (and not an unrelated DPMS problem) is to keep using your >

[PATCH] libkms/radeon: Add backend

2010-09-09 Thread nobled
Todo: What tiling should be set on scanout buffers? --- Haven't tested besides compiling it. libkms/Makefile.am |4 + libkms/internal.h |2 + libkms/linux.c |4 + libkms/radeon.c| 242 4 files changed, 252 insertions(+),

[PATCH] Backlight: Add backlight type

2010-09-09 Thread Mike Frysinger
On Wed, Sep 8, 2010 at 12:32, Matthew Garrett wrote: > There may be multiple ways of controlling the backlight on a given machine. > Allow drivers to expose the type of interface they are providing, making > it possible for userspace to make appropriate policy decisions. maybe i missed

[PATCH] drm/radeon/kms: add drm blit support for evergreen

2010-09-09 Thread Alex Deucher
This patch implements blit support for bo moves using the 3D engine. It uses the same method as r6xx/r7xx: - store the base state in an IB - emit variable state and vertex buffers to do the blit This allows the hw to move bos using the 3D engine and allows full use of vram beyond the pci

[PATCH] drm/radeon: add some missing copyright headers

2010-09-09 Thread Alex Deucher
Noticed while adding evergreen blit support. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_blit_kms.c | 25 + drivers/gpu/drm/radeon/r600_blit_shaders.h | 24 2 files changed, 49 insertions(+), 0 deletions(-) diff --git

[Bug 29134] [r300g] Lightsmark: penumbra shadows does not render correctly

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29134 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms: r600 CS parser fixes

2010-09-09 Thread Andy Furniss
Alex Deucher wrote: > Does this patch help? > > diff --git a/drivers/gpu/drm/radeon/r600_cs.c > b/drivers/gpu/drm/radeon/r600_cs.c > index d886494..e83fc88 100644 > --- a/drivers/gpu/drm/radeon/r600_cs.c > +++ b/drivers/gpu/drm/radeon/r600_cs.c > @@ -1046,7 +1046,6 @@ static void

Interlace modes with r600 KMS

2010-09-09 Thread Alex Deucher
2010/9/8 Marius Gr?ger : > Am 08.09.2010 00:00, wrote Alex Deucher: >> >> What card do you have? ?Can you dump the registers with both kms and >> ums with an interlaced mode set and send them to me? ?Use avivotool > > I have a GA-MA78GM-UD2H mainboard with an onboard RS780 chipset. > > I sent the

[PATCH] drm: Only decouple the old_fb from the crtc is we call mode_set*

2010-09-09 Thread Chris Wilson
Otherwise when disabling the output we switch to the new fb (which is likely NULL) and skip the call to mode_set -- leaking driver private state on the old_fb. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29857 Reported-by: Sitsofe Wheeler Signed-off-by: Chris Wilson Cc: Dave Airlie

[Bug 29134] [r300g] Lightsmark: penumbra shadows does not render correctly

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29134 --- Comment #2 from Marek Ol??k 2010-09-09 08:45:25 PDT --- Lightsmark works very well here. I'd rather close this bug. Do you still have any issue there? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #65 from Alex Deucher 2010-09-09 07:36:50 PDT --- The AGPMode xorg option isn't used with kms (the AGP mode is set before X starts when the drm loads). To force a particular AGP mode with kms, use the agpmode module parameter:

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #63 from Martin Steigerwald 2010-09-09 06:31:43 PDT --- (In reply to comment #62) > (In reply to comment #60) > > However, I don't know, if this influenced the kernel behaviours during the > > patch tests, but I will remove this

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #62 from Lukas Schneiderbauer 2010-09-09 06:27:12 PDT --- (In reply to comment #60) > However, I don't know, if this influenced the kernel behaviours during the > patch tests, but I will remove this line and see, if something

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #61 from Lukas Schneiderbauer 2010-09-09 06:09:53 PDT --- Created an attachment (id=38577) --> (https://bugs.freedesktop.org/attachment.cgi?id=38577) emerge --info .. and additional info about my system. -- Configure bugmail:

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #60 from Lukas Schneiderbauer 2010-09-09 06:08:17 PDT --- Created an attachment (id=38576) --> (https://bugs.freedesktop.org/attachment.cgi?id=38576) x11 components version (In reply to comment #59) > You seem to be the same gfx

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #59 from Martin Steigerwald 2010-09-09 04:48:18 PDT --- (In reply to comment #57) > (In reply to comment #56) > > (In reply to comment #48) > > > (In reply to comment #47) > > > > Created an attachment (id=38516) View:

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #58 from Martin Steigerwald 2010-09-09 04:24:36 PDT --- To what I see with git log | grep -A 4 96576a9e1a0cdb8a43d3af5846be0948f52b4460 this commit titled "agp: intel-agp: do not use PCI resources before pci_enable_device()" is

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #57 from Lukas Schneiderbauer 2010-09-09 04:11:16 PDT --- (In reply to comment #56) > (In reply to comment #48) > > (In reply to comment #47) > > > Created an attachment (id=38516) View:

[Bug 29978] r600c, bisected: GPU lockup loading savefile in vegastrike

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29978 Nicolas Kaiser changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #56 from Da Fox 2010-09-09 03:00:22 PDT --- (In reply to comment #48) > (In reply to comment #47) > > Created an attachment (id=38516) View: https://bugs.freedesktop.org/attachment.cgi?id=38516 Review:

[Bug 30095] [GLX] Fullscreen OpenGL game now has occasional flicker (bisected)

2010-09-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30095 Chris Rankin changed: What|Removed |Added Summary|[r300g] Fullscreen OpenGL |[GLX] Fullscreen OpenGL

[Bug 30095] [GLX] Fullscreen OpenGL game now has occasional flicker (bisected)

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30095 Chris Rankin ranki...@googlemail.com changed: What|Removed |Added Summary|[r300g] Fullscreen OpenGL |[GLX] Fullscreen

[Bug 29978] r600c, bisected: GPU lockup loading savefile in vegastrike

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29978 Nicolas Kaiser ni...@nikai.net changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #57 from Lukas Schneiderbauer lukas.schneiderba...@gmail.com 2010-09-09 04:11:16 PDT --- (In reply to comment #56) (In reply to comment #48) (In reply to comment #47) Created an attachment (id=38516) View:

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #59 from Martin Steigerwald mar...@lichtvoll.de 2010-09-09 04:48:18 PDT --- (In reply to comment #57) (In reply to comment #56) (In reply to comment #48) (In reply to comment #47) Created an attachment (id=38516) View:

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #60 from Lukas Schneiderbauer lukas.schneiderba...@gmail.com 2010-09-09 06:08:17 PDT --- Created an attachment (id=38576) -- (https://bugs.freedesktop.org/attachment.cgi?id=38576) x11 components version (In reply to comment #59)

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #62 from Lukas Schneiderbauer lukas.schneiderba...@gmail.com 2010-09-09 06:27:12 PDT --- (In reply to comment #60) However, I don't know, if this influenced the kernel behaviours during the patch tests, but I will remove this line

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #63 from Martin Steigerwald mar...@lichtvoll.de 2010-09-09 06:31:43 PDT --- (In reply to comment #62) (In reply to comment #60) However, I don't know, if this influenced the kernel behaviours during the patch tests, but I will

Re: Interlace modes with r600 KMS

2010-09-09 Thread Alex Deucher
2010/9/8 Marius Gröger marius.groe...@googlemail.com: Am 08.09.2010 00:00, wrote Alex Deucher: What card do you have?  Can you dump the registers with both kms and ums with an interlaced mode set and send them to me?  Use avivotool I have a GA-MA78GM-UD2H mainboard with an onboard RS780

[PATCH] drm/radeon: add some missing copyright headers

2010-09-09 Thread Alex Deucher
Noticed while adding evergreen blit support. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/r600_blit_kms.c | 25 + drivers/gpu/drm/radeon/r600_blit_shaders.h | 24 2 files changed, 49 insertions(+), 0

[PATCH] drm/radeon/kms: add drm blit support for evergreen

2010-09-09 Thread Alex Deucher
This patch implements blit support for bo moves using the 3D engine. It uses the same method as r6xx/r7xx: - store the base state in an IB - emit variable state and vertex buffers to do the blit This allows the hw to move bos using the 3D engine and allows full use of vram beyond the pci

[Bug 29134] [r300g] Lightsmark: penumbra shadows does not render correctly

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29134 --- Comment #2 from Marek Olšák mar...@gmail.com 2010-09-09 08:45:25 PDT --- Lightsmark works very well here. I'd rather close this bug. Do you still have any issue there? -- Configure bugmail:

Re: [PATCH] Backlight: Add backlight type

2010-09-09 Thread Mike Frysinger
On Wed, Sep 8, 2010 at 12:32, Matthew Garrett m...@redhat.com wrote: There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. maybe i

[PATCH] libkms/radeon: Add backend

2010-09-09 Thread nobled
Todo: What tiling should be set on scanout buffers? --- Haven't tested besides compiling it. libkms/Makefile.am |4 + libkms/internal.h |2 + libkms/linux.c |4 + libkms/radeon.c| 242 4 files changed, 252 insertions(+),

[Bug 29134] [r300g] Lightsmark: penumbra shadows does not render correctly

2010-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29134 Sven Arvidsson s...@whiz.se changed: What|Removed |Added Status|NEW |RESOLVED

Re: Interlace modes with r600 KMS

2010-09-09 Thread Marius Gröger
Am 09.09.2010 17:03, schrieb Alex Deucher: Does disabling underscan fix interlaced? I just pulled the latest d-r-t and at least I can confirm that the problem is present without any of my tinkerings :-) I still need to check with underscan disabled. There is no cmdline option for this yet,

Re: Interlace modes with r600 KMS

2010-09-09 Thread Alex Deucher
2010/9/9 Marius Gröger marius.groe...@googlemail.com: Am 09.09.2010 17:03, schrieb Alex Deucher: Does disabling underscan fix interlaced? I just pulled the latest d-r-t and at least I can confirm that the problem is present without any of my tinkerings :-) I still need to check with

[PATCH] drm: Use a nondestructive mode for output detect when polling

2010-09-09 Thread Chris Wilson
Destructive load-detection is very expensive and due to failings elsewhere can trigger system wide stalls of up to 600ms. A simple first step to correcting this is not to invoke such an expensive and destructive load-detection operation automatically. Bugzilla:

[Bug 28467] [r300g] Unigine Sanctuary v2.3 needs GL_ARB_half_float_pixel

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