[PATCH] drm/radeon/kms: implement display watermark support for evergreen

2010-10-21 Thread Alex Deucher
Improper display watermarks can result in underflow to the display controllers which can cause flickering or other artifacts. This patch implements display watermark support and line buffer allocation for evergreen asics. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 437

[PATCH 2/9] drivers/gpu: typo fix of faild to failed

2010-10-21 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/gpu/drm/radeon/radeon_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index fcc79b5..6d64a27 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers

[PATCH 2/9] drivers/gpu: typo fix of faild to failed

2010-10-21 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/gpu/drm/radeon/radeon_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index fcc79b5..6d64a27 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers

[PATCH 0/9] Typo fixes of faild to failed

2010-10-21 Thread Joe Perches
Joe Perches (9): drivers/ata: typo fix of faild to failed drivers/gpu: typo fix of faild to failed drivers/net: typo fix of faild to failed drivers/rtc: typo fix of faild to failed drivers/video: typo fix of faild to failed fs/exofs: typo fix of faild to failed fs/jfs: typo fix of fai

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

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #84 from mrste...@gmx.de 2010-10-21 15:56:00 PDT --- (In reply to comment #44) > I am currently testing d594e46ace22afa1621254f6f669e65430048153 + > 8e36113082821980c60ce89a6c5d45fc9492fc26 and the following patch as suggested > by Dav

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

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #84 from mrsteven at gmx.de 2010-10-21 15:56:00 PDT --- (In reply to comment #44) > I am currently testing d594e46ace22afa1621254f6f669e65430048153 + > 8e36113082821980c60ce89a6c5d45fc9492fc26 and the following patch as suggested > by

[Bug 31037] Checkerboard effect on sprites / textures

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31037 --- Comment #1 from Gerwin 2010-10-21 14:59:23 PDT --- Created an attachment (id=39620) --> (https://bugs.freedesktop.org/attachment.cgi?id=39620) bug in webgl (chromium and firefox) -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 31037] Checkerboard effect on sprites / textures

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31037 --- Comment #1 from Gerwin 2010-10-21 14:59:23 PDT --- Created an attachment (id=39620) --> (https://bugs.freedesktop.org/attachment.cgi?id=39620) bug in webgl (chromium and firefox) -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 31037] New: Checkerboard effect on sprites / textures

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31037 Summary: Checkerboard effect on sprites / textures Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority

[Bug 31037] New: Checkerboard effect on sprites / textures

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31037 Summary: Checkerboard effect on sprites / textures Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31013 Tomasz Czapiewski changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31013 Tomasz Czapiewski changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[PATCH] drm/radeon/r600: fix tiling issues in CS checker.

2010-10-21 Thread Dave Airlie
From: Dave Airlie The CS checker had some incorrect alignment requirements for 2D surfaces, this made rendering to mipmap levels that were 2D broken. Also the CB height was being worked out from the BO size, this doesn't work at all when rendering mipmap levels, instead we work out what height u

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms/evergreen: add some additional safe regs v2

2010-10-21 Thread Alex Deucher
These are needed for enabling dynamic GPR allocation in the shaders in the userspace acceleration drivers. v2: fix typo in reg name Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_drv.c |2 +- drivers/gpu/drm/radeon/reg_srcs/evergreen |8 2 files changed, 9

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Alex Deucher changed: What|Removed |Added Attachment #39615|application/octet-stream|text/plain mime type|

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Alex Deucher changed: What|Removed |Added Attachment #39615|application/octet-stream|text/plain mime type|

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #9 from Alex Deucher 2010-10-21 13:42:48 PDT --- r3xx/r4xx actually supports 4 indirections, so if the current code is limiting it to 3, it should be upped to 4. See US_CONFIG.NLEVEL -- Configure bugmail: https://bugs.freedesktop.o

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #9 from Alex Deucher 2010-10-21 13:42:48 PDT --- r3xx/r4xx actually supports 4 indirections, so if the current code is limiting it to 3, it should be upped to 4. See US_CONFIG.NLEVEL -- Configure bugmail: https://bugs.freedesktop.

[PATCH] drm/radeon/kms/evergreen: set the clear state to the blit state

2010-10-21 Thread Alex Deucher
The hw stores a default clear state for registers in the context range that can be initialized when the CP is set up. Set the blit state as the default clear state and use the CLEAR_STATE packet to load the blit state rather than loading it from an IB. This reduces overhead when doing bo moves usi

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31035 --- Comment #1 from Maximiliano Castañón 2010-10-21 13:30:32 PDT --- Created an attachment (id=39615) --> (https://bugs.freedesktop.org/attachment.cgi?id=39615) dmesg dmesg file -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

[Bug 31035] HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31035 --- Comment #1 from Maximiliano Casta??n 2010-10-21 13:30:32 PDT --- Created an attachment (id=39615) --> (https://bugs.freedesktop.org/attachment.cgi?id=39615) dmesg dmesg file -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

[Bug 31035] New: HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Summary: HDMI Output detect the TV, but doesn't send image Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 31035] New: HDMI Output detect the TV, but doesn't send image

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31035 Summary: HDMI Output detect the TV, but doesn't send image Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[PATCH] drm/radeon/kms/evergreen: add some additional safe regs

2010-10-21 Thread Alex Deucher
These are needed for enabling dynamic GPR allocation in the shaders in the userspace acceleration drivers. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_drv.c |2 +- drivers/gpu/drm/radeon/reg_srcs/evergreen |8 2 files changed, 9 insertions(+), 1 deletions

[PATCH] drm/radeon/r600: fix tiling issues in CS checker.

2010-10-21 Thread Alex Deucher
On Wed, Oct 20, 2010 at 11:55 PM, Dave Airlie wrote: > From: Dave Airlie > > The CS checker had some incorrect alignment requirements for 2D surfaces, > this made rendering to mipmap levels that were 2D broken. > > Also the CB height was being worked out from the BO size, this doesn't work > at a

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #8 from Tomasz Czapiewski 2010-10-21 12:59:21 PDT --- Game developers have just checked that the same shader works on Windows on the same chipset as mine and are suggesting that it might be "off-by-one in counting the indirections".

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #8 from Tomasz Czapiewski 2010-10-21 12:59:21 PDT --- Game developers have just checked that the same shader works on Windows on the same chipset as mine and are suggesting that it might be "off-by-one in counting the indirections".

[PATCH] drm/radeon/kms/evergreen: add some additional safe regs v2

2010-10-21 Thread Alex Deucher
These are needed for enabling dynamic GPR allocation in the shaders in the userspace acceleration drivers. v2: fix typo in reg name Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_drv.c |2 +- drivers/gpu/drm/radeon/reg_srcs/evergreen |8 2 files changed, 9

[PATCH] drm/radeon/kms/evergreen: set the clear state to the blit state

2010-10-21 Thread Alex Deucher
The hw stores a default clear state for registers in the context range that can be initialized when the CP is set up. Set the blit state as the default clear state and use the CLEAR_STATE packet to load the blit state rather than loading it from an IB. This reduces overhead when doing bo moves usi

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

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #83 from Martin Steigerwald 2010-10-21 10:26:12 PDT --- Now testing 2.6.36 + your v2 patch. Three reboots all is well so far - I do not expect any surprises, since mem mapping seems to be the same: mar...@shambhala:~> dmesg | grep "

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

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #83 from Martin Steigerwald 2010-10-21 10:26:12 PDT --- Now testing 2.6.36 + your v2 patch. Three reboots all is well so far - I do not expect any surprises, since mem mapping seems to be the same: martin at shambhala:~> dmesg | gre

[PATCH] drm/radeon/kms/evergreen: add some additional safe regs

2010-10-21 Thread Alex Deucher
These are needed for enabling dynamic GPR allocation in the shaders in the userspace acceleration drivers. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_drv.c |2 +- drivers/gpu/drm/radeon/reg_srcs/evergreen |8 2 files changed, 9 insertions(+), 1 deletions

Re: [PATCH] drm/radeon/r600: fix tiling issues in CS checker.

2010-10-21 Thread Alex Deucher
On Wed, Oct 20, 2010 at 11:55 PM, Dave Airlie wrote: > From: Dave Airlie > > The CS checker had some incorrect alignment requirements for 2D surfaces, > this made rendering to mipmap levels that were 2D broken. > > Also the CB height was being worked out from the BO size, this doesn't work > at a

[Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-21 Thread Christoph Hellwig
Any chance you could drop the Cc list a bit for the i810/i830 discussion? It's not relevant to most lists and people Cc'ed here.

[Bug 27744] atombios stuck in loop - during suspend

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #34 from pete...@hottemptation.org 2010-10-21 06:04:22 PDT --- You can try Xorg-Server 1.9, but I'm afraid it won fix that. 1. It is only a problem of the Radeon-Cards 2. It happens also on the TTYs -- Configure bugmail: https://bug

[Bug 27744] atombios stuck in loop - during suspend

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #34 from peterle at hottemptation.org 2010-10-21 06:04:22 PDT --- You can try Xorg-Server 1.9, but I'm afraid it won fix that. 1. It is only a problem of the Radeon-Cards 2. It happens also on the TTYs -- Configure bugmail: https://

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-21 Thread Christoph Hellwig
Any chance you could drop the Cc list a bit for the i810/i830 discussion? It's not relevant to most lists and people Cc'ed here. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Bug 27744] atombios stuck in loop - during suspend

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #33 from Tobias Kaminsky 2010-10-21 03:28:29 PDT --- Kernel: 2.6.36 $dmesg |grep atom [3.186893] ATOM BIOS: Sony [ 5155.577112] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [ 5155.577115] [drm:a

[Bug 27744] atombios stuck in loop - during suspend

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27744 --- Comment #33 from Tobias Kaminsky 2010-10-21 03:28:29 PDT --- Kernel: 2.6.36 $dmesg |grep atom [3.186893] ATOM BIOS: Sony [ 5155.577112] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [ 5155.577115] [drm:a

[Bug 30931] mesa gallium r600 driver (7.10-devel) AIGLX error: Calling driver entry point failed

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30931 Jos van Wolput changed: What|Removed |Added Summary|mesa gallium r600 driver|mesa gallium r600 driver

[Bug 30931] mesa gallium r600 driver (7.10-devel) AIGLX error: Calling driver entry point failed

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30931 Jos van Wolput changed: What|Removed |Added Summary|mesa gallium r600 driver|mesa gallium r600 driver

[Bug 30931] mesa gallium r600 driver (7.10-devel) crashes the system

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30931 --- Comment #2 from Jos van Wolput 2010-10-21 01:57:39 PDT --- Latest git (Oct.21) no more system crash but AIGLX error: Calling driver entry point failed, reverting to software rendering,Screen 0 is not DRI capable glxinfo: OpenGL vendor strin

[Bug 30931] mesa gallium r600 driver (7.10-devel) crashes the system

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30931 --- Comment #2 from Jos van Wolput 2010-10-21 01:57:39 PDT --- Latest git (Oct.21) no more system crash but AIGLX error: Calling driver entry point failed, reverting to software rendering,Screen 0 is not DRI capable glxinfo: OpenGL vendor strin

[Bug 30931] mesa gallium r600 driver (7.10-devel) crashes the system

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30931 --- Comment #1 from Jos van Wolput 2010-10-21 01:56:44 PDT --- Created an attachment (id=39608) --> (https://bugs.freedesktop.org/attachment.cgi?id=39608) xorg.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 30931] mesa gallium r600 driver (7.10-devel) crashes the system

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30931 --- Comment #1 from Jos van Wolput 2010-10-21 01:56:44 PDT --- Created an attachment (id=39608) --> (https://bugs.freedesktop.org/attachment.cgi?id=39608) xorg.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #7 from Tomasz Czapiewski 2010-10-21 01:19:49 PDT --- Thank you very much, I've reported it to game developers as suggested. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this m

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #7 from Tomasz Czapiewski 2010-10-21 01:19:49 PDT --- Thank you very much, I've reported it to game developers as suggested. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this