[PATCH 3/3] alpha, drm: Add Alpha support to Radeon DRM code

2011-06-14 Thread Jay Estabrook
Hi, Dave, It is the explanation that is inaccurate; I was still thinking about mmap when the new paradigm is to do the mapping when the VM faults. I believe the code that requires this patch is: ttm/ttm_bo_vm.c: ttm_bo_vm_fault(), specifically: for (i = 0; i < TTM_BO_VM_NUM_PREFAULT; ++i)

r600g TXD opcode (was: ... translation from TGSI failed / missing vertex shader)

2011-06-14 Thread Sven Arvidsson
://www.whiz.se PGP Key ID 760BDD22 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110614/d3875afd/attachment.pgp>

r600g TXD opcode (was: ... translation from TGSI failed / missing vertex shader)

2011-06-14 Thread David Lamparter
On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-daemon at freedesktop.org wrote: > I'm attaching a patch that has an implementation. Unfortunately I can't seem > to > get it to work entirely correctly. The piglit test looks almost correct but > has > several artifacts in random places. If

drm-radeon failures on R600: patches still don't work

2011-06-14 Thread Yaroslav Fedevych
On 12/06/11 14:21, Markus Trippelsdorf wrote: > Hmm, maybe you're seeing a different problem. The issue that I saw was > fixed by commit 428c6e3630 in the git tree (this is identical to the > patch by Dave you're referring to above). > > Does a "git-revert fe6f0bd03d697835e76dd18d232ba476c65b8282"

[PATCH] drm/radeon/kms: be more pendatic about the g5 quirk

2011-06-14 Thread Michel Dänzer
On Die, 2011-06-14 at 11:22 -0400, Alex Deucher wrote: > I don't think Apple offered any other cards for > this mac, so I doubt this will be an issue, but just > to be on the safe side, check the pci ids as well. > > Signed-off-by: Alex Deucher > Cc: Joachim Henke > Cc: Michel D?nzer > --- >

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #10 from Aidan Marks 2011-06-14 17:01:39 PDT --- pulling latest mesa/libdrm/ddx again still has the corruption with color tiling on with r600c. I tried r600g and the corruption is not seen. -- Configure bugmail:

[PATCH 3/3] drm/radeon/kms: fix dac detect stealing in-use encoder.

2011-06-14 Thread Dave Airlie
From: Dave Airlie On my RS690 the VGA and TV-out share the same DAC, so when xrandr is called, tv-out steals the encoder and tries to load detect on it, however this causes flicker on the VGA. This blocks this by testing if the encoder is connected to anything and if so

[PATCH 2/3] drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.

2011-06-14 Thread Dave Airlie
From: Dave Airlie Some RS690 chipsets seem to end up with floating connectors, either a DVI connector isn't actually populated, or an add-in HDMI card is available but not installed. In this case we seem to get a NULL byte response for each byte of the i2c transaction, so we

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Dave Airlie
From: Dave Airlie this puts the header and followup at the same loglevel as the hex dump code. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_edid.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c

[PATCH] drm/radeon/kms: signed fix for evergreen thermal

2011-06-14 Thread Alex Deucher
temperature is signed. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index e1b3d99..b06f2db 100644 ---

[Bug 32511] glDrawPixels broken on savage

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32511 Tormod Volden changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"

2011-06-14 Thread Dave Airlie
On Sat, Jun 11, 2011 at 10:58 PM, Jean Delvare wrote: > Hi Florian, > > On Sat, 11 Jun 2011 13:28:15 +0200, Florian Mickler wrote: >> On Sat, 04 Jun 2011 19:34:56 - >> Jean Delvare wrote: >> >> > Revert commit 8f9a3f9b63b8cd3f03be9dc53533f90bd4120e5f. This fixes a >> > hang when loading the

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #9 from nizze86 at hotmail.com 2011-06-14 13:29:55 PDT --- mesa from current git works fine wit color tiling enabled so it seems an old bug still present in 7.10.2 for cypress/evergreen at least. Still a check for a recent enough mesa

nouveau Ignoring invalid EDID block 1 xrandr can't change resolution on monitor two (dualdisplay)

2011-06-14 Thread zaverel
vel/attachments/20110614/445760d9/attachment-0002.txt> -- next part -- An embedded and charset-unspecified text was scrubbed... Name: xrandr_log URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110614/445760d9/attachment-0002.asc>

nouveau Ignoring invalid EDID block 1 xrandr can't change resolution on monitor two (dualdisplay)

2011-06-14 Thread zaverel
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20110614/d40ff361/attachment-0002.asc> -- next part -- An embedded and charset-unspecified text was scrubbed... Name: dmesg_log URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110614

[PATCH] drm/radeon/kms: be more pedantic about the g5 quirk (v2)

2011-06-14 Thread Alex Deucher
I don't think Apple offered any other cards for this mac, so I doubt this will be an issue, but just to be on the safe side, check the pci ids as well. v2: fix spelling in commit message Reviewed-by: Michel D?nzer Signed-off-by: Alex Deucher Cc: Joachim Henke Cc: Michel D?nzer ---

[PATCH] drm/radeon/kms: be more pendatic about the g5 quirk

2011-06-14 Thread Alex Deucher
I don't think Apple offered any other cards for this mac, so I doubt this will be an issue, but just to be on the safe side, check the pci ids as well. Signed-off-by: Alex Deucher Cc: Joachim Henke Cc: Michel D?nzer --- drivers/gpu/drm/radeon/radeon_combios.c |9 ++--- 1 files

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-06-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32402 Florian Mickler changed: What|Removed |Added CC||florian at mickler.org --- Comment

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #4 from Vadim 2011-06-14 10:44:29 PDT --- Created an attachment (id=47965) View: https://bugs.freedesktop.org/attachment.cgi?id=47965 Review: https://bugs.freedesktop.org/review?bug=38280=47965 patch This patch should restore

[PATCH 3/3] alpha, drm: Add Alpha support to Radeon DRM code

2011-06-14 Thread Dave Airlie
On Fri, Jun 10, 2011 at 8:20 AM, Jay Estabrook wrote: > > Alpha needs to have the system bus address for the device's local > memory available, so that it can be returned to user-level, where > it may be used in an mmap(). So, we make bus.addr hold the ioremap() > return for kernel use, and then

[Bug 36523] water reflections misrendered in sauerbraten with "shaders=high" setting

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36523 --- Comment #4 from Sven Arvidsson 2011-06-14 09:34:03 PDT --- This seems to be fixed with current git master, can you confirm? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-14 Thread Dave Airlie
On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher wrote: > No need to assign the same copy callback for both > copy blit and dma. This used to confuse the benchmark code if memory serves, if thats fixed then I'm okay with this. Dave.

[PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Michel Dänzer
On Die, 2011-06-14 at 02:48 -0400, Alex Deucher wrote: > 2011/6/14 Michel D?nzer : > > On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: > >> Apple uses the same subsystem pci ids for lots of > >> hardware much of which is wired up differently. In > >> this case, the G5 imac and the G5

[PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Michel Dänzer
On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: > Apple uses the same subsystem pci ids for lots of > hardware much of which is wired up differently. In > this case, the G5 imac and the G5 tower. > > Only apply the quirk configuration to G5 towers. > > Reported-by: Joachim Henke >

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #3 from Andy Furniss 2011-06-14 05:54:32 PDT --- (In reply to comment #2) > I wonder if this means that the same commit broke rendering in Doom3 on > non-Evergreen hardware? Yes. with current master on 4890 there is no distortion

[Bug 36917] Rendering glitches in ETQW

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36917 --- Comment #3 from Sven Arvidsson 2011-06-14 05:16:54 PDT --- Rendering of trees (and water) is fixed on master, but broken on non-evergreen, see bug 38280. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #2 from Sven

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #7 from Sven Arvidsson 2011-06-14 04:59:18 PDT --- The hangs in Team Fortress 2 and Left 4 Dead has been fixed on git master now, can you retest? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[git pull] drm fixes

2011-06-14 Thread Dave Airlie
Hi Linus, nothing too interesting here, a couple of unusual ones for my tree, the x86/uv/x2apic change was due to change in the VGA ARB in my -rc1 pull, Ingo and Jesse agreed it should go via the same tree that broke it. I've picked up one i915 change due to Keith being away, the rest are

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #8 from nizze86 at hotmail.com 2011-06-14 03:59:54 PDT --- Created an attachment (id=47951) --> (https://bugs.freedesktop.org/attachment.cgi?id=47951) SuperTuxKart with color tiling, r600g hd5850 -- Configure bugmail:

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #7 from nizze86 at hotmail.com 2011-06-14 03:58:09 PDT --- I get corruption with color tiling turned on too. My system is up to date debian sid linux 2.6.39/ddx 6.14.2/mesa 7.10.2 with a 5850 using r600g. Attaching a screenshot of stk

[3.0.0-rc2+][nouveau] BUG: unable to handle kernel NULL pointer dereference nv50_vm_map_sg+0x37/0xb0

2011-06-14 Thread Jan Seiffert
2011/6/13 Rui Tiago Ca??o Matos : > Looks suspiciously like > https://bugzilla.redhat.com/show_bug.cgi?id=699551 which has been > happening since at least 2.6.38. > Yes, the backtrace looks very similar, but i can not reproduce with the reproducer image attached to the bugreport. (Tried with

[PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Alex Deucher
2011/6/14 Michel D?nzer : > On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: >> Apple uses the same subsystem pci ids for lots of >> hardware much of which is wired up differently. ?In >> this case, the G5 imac and the G5 tower. >> >> Only apply the quirk configuration to G5 towers. >> >>

[PATCH 3/3] drm/radeon/kms: fix dac detect stealing in-use encoder.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote: > From: Dave Airlie > > On my RS690 the VGA and TV-out share the same DAC, so when xrandr > is called, tv-out steals the encoder and tries to load detect on it, > however this causes flicker on the VGA. > > This blocks this by testing if the

[PATCH 2/3] drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote: > From: Dave Airlie > > Some RS690 chipsets seem to end up with floating connectors, either > a DVI connector isn't actually populated, or an add-in HDMI card > is available but not installed. In this case we seem to get a NULL byte > response

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote: > From: Dave Airlie > > this puts the header and followup at the same loglevel as the > hex dump code. > > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > ?drivers/gpu/drm/drm_edid.c | ? ?4 ++-- > ?1 files changed, 2

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #6 from Aidan Marks 2011-06-14 01:28:20 PDT --- (In reply to comment #4) > What 3D driver are you using? r600g or r600c? Are you using a compositor or > not? vanilla kwin with r600c. $ glxinfo |grep OpenGL OpenGL vendor string:

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #5 from Aidan Marks 2011-06-14 01:26:38 PDT --- Created an attachment (id=47925) --> (https://bugs.freedesktop.org/attachment.cgi?id=47925) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Pierre-Eric Pelloux-Prayer changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 --

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #1 from Pierre-Eric Pelloux-Prayer 2011-06-14 00:57:56 PDT --- Created an attachment (id=47924) --> (https://bugs.freedesktop.org/attachment.cgi?id=47924) correct rendering for comparison -- Configure bugmail:

[Bug 38280] New: [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Summary: [bisected] regression : etqw tree/water wrong rendering Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal

[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-14 Thread Alex Deucher
On Mon, Jun 13, 2011 at 7:27 PM, Dave Airlie wrote: > On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher > wrote: >> No need to assign the same copy callback for both >> copy blit and dma. > > This used to confuse the benchmark code if memory serves, if thats > fixed then I'm okay with this. > The

[Bug 37442] Radeon 9600 Mobile (RV350) freezes on glxgears - bisected

2011-06-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=37442 --- Comment #3 from Dave Airlie 2011-06-13 23:40:48 --- for the KMS case not working I suspect the radeon module isn't getting loaded early enough by the distro so ends up loading when X does and you get sw rendering. You should fix that,

[PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie this puts the header and followup at the same loglevel as the hex dump code. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/drm_edid.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c

[PATCH 2/3] drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.

2011-06-14 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie Some RS690 chipsets seem to end up with floating connectors, either a DVI connector isn't actually populated, or an add-in HDMI card is available but not installed. In this case we seem to get a NULL byte response for each byte of the i2c transaction, so we

[PATCH 3/3] drm/radeon/kms: fix dac detect stealing in-use encoder.

2011-06-14 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie On my RS690 the VGA and TV-out share the same DAC, so when xrandr is called, tv-out steals the encoder and tries to load detect on it, however this causes flicker on the VGA. This blocks this by testing if the encoder is connected to anything and if so whether

Re: [PATCH 1/3] drm: make debug levels match in edid failure code.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@linux.ie this puts the header and followup at the same loglevel as the hex dump code. Signed-off-by: Dave Airlie airl...@redhat.com Reviewed-by: Alex Deucher alexdeuc...@gmail.com ---  

Re: [PATCH 2/3] drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@linux.ie Some RS690 chipsets seem to end up with floating connectors, either a DVI connector isn't actually populated, or an add-in HDMI card is available but not installed. In this case we seem to

Re: [PATCH 3/3] drm/radeon/kms: fix dac detect stealing in-use encoder.

2011-06-14 Thread Alex Deucher
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@linux.ie On my RS690 the VGA and TV-out share the same DAC, so when xrandr is called, tv-out steals the encoder and tries to load detect on it, however this causes flicker on the VGA. This blocks

Re: [PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Michel Dänzer
On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: Apple uses the same subsystem pci ids for lots of hardware much of which is wired up differently. In this case, the G5 imac and the G5 tower. Only apply the quirk configuration to G5 towers. Reported-by: Joachim Henke

Re: [PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Alex Deucher
2011/6/14 Michel Dänzer mic...@daenzer.net: On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: Apple uses the same subsystem pci ids for lots of hardware much of which is wired up differently.  In this case, the G5 imac and the G5 tower. Only apply the quirk configuration to G5 towers.

Re: [PATCH] drm/radeon/kms: fix mac g5 quirk

2011-06-14 Thread Michel Dänzer
On Die, 2011-06-14 at 02:48 -0400, Alex Deucher wrote: 2011/6/14 Michel Dänzer mic...@daenzer.net: On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote: Apple uses the same subsystem pci ids for lots of hardware much of which is wired up differently. In this case, the G5 imac and the

[Bug 38280] New: [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Summary: [bisected] regression : etqw tree/water wrong rendering Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #1 from Pierre-Eric Pelloux-Prayer pell...@gmail.com 2011-06-14 00:57:56 PDT --- Created an attachment (id=47924) -- (https://bugs.freedesktop.org/attachment.cgi?id=47924) correct rendering for comparison -- Configure bugmail:

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Pierre-Eric Pelloux-Prayer pell...@gmail.com changed: What|Removed |Added Component|Drivers/DRI/R600

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #5 from Aidan Marks ai...@cisco.com 2011-06-14 01:26:38 PDT --- Created an attachment (id=47925) -- (https://bugs.freedesktop.org/attachment.cgi?id=47925) dmesg -- Configure bugmail:

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #6 from Aidan Marks ai...@cisco.com 2011-06-14 01:28:20 PDT --- (In reply to comment #4) What 3D driver are you using? r600g or r600c? Are you using a compositor or not? vanilla kwin with r600c. $ glxinfo |grep OpenGL OpenGL

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #7 from nizz...@hotmail.com 2011-06-14 03:58:09 PDT --- I get corruption with color tiling turned on too. My system is up to date debian sid linux 2.6.39/ddx 6.14.2/mesa 7.10.2 with a 5850 using r600g. Attaching a screenshot of stk

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #8 from nizz...@hotmail.com 2011-06-14 03:59:54 PDT --- Created an attachment (id=47951) -- (https://bugs.freedesktop.org/attachment.cgi?id=47951) SuperTuxKart with color tiling, r600g hd5850 -- Configure bugmail:

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32402 Florian Mickler flor...@mickler.org changed: What|Removed |Added CC||flor...@mickler.org

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #7 from Sven Arvidsson s...@whiz.se 2011-06-14 04:59:18 PDT --- The hangs in Team Fortress 2 and Left 4 Dead has been fixed on git master now, can you retest? -- Configure bugmail:

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 Sven Arvidsson s...@whiz.se changed: What|Removed |Added CC||s...@whiz.se --- Comment

[Bug 36917] Rendering glitches in ETQW

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36917 --- Comment #3 from Sven Arvidsson s...@whiz.se 2011-06-14 05:16:54 PDT --- Rendering of trees (and water) is fixed on master, but broken on non-evergreen, see bug 38280. -- Configure bugmail:

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #3 from Andy Furniss li...@andyfurniss.entadsl.com 2011-06-14 05:54:32 PDT --- (In reply to comment #2) I wonder if this means that the same commit broke rendering in Doom3 on non-Evergreen hardware? Yes. with current master on

[PATCH] drm/radeon/kms: be more pendatic about the g5 quirk

2011-06-14 Thread Alex Deucher
I don't think Apple offered any other cards for this mac, so I doubt this will be an issue, but just to be on the safe side, check the pci ids as well. Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: Joachim Henke j...@users.sourceforge.net Cc: Michel Dänzer mic...@daenzer.net ---

Re: [PATCH] drm/radeon/kms: be more pendatic about the g5 quirk

2011-06-14 Thread Michel Dänzer
On Die, 2011-06-14 at 11:22 -0400, Alex Deucher wrote: I don't think Apple offered any other cards for this mac, so I doubt this will be an issue, but just to be on the safe side, check the pci ids as well. Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: Joachim Henke

[PATCH] drm/radeon/kms: be more pedantic about the g5 quirk (v2)

2011-06-14 Thread Alex Deucher
I don't think Apple offered any other cards for this mac, so I doubt this will be an issue, but just to be on the safe side, check the pci ids as well. v2: fix spelling in commit message Reviewed-by: Michel Dänzer mic...@daenzer.net Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: Joachim

Re: drm-radeon failures on R600: patches still don't work

2011-06-14 Thread Yaroslav Fedevych
On 12/06/11 14:21, Markus Trippelsdorf wrote: Hmm, maybe you're seeing a different problem. The issue that I saw was fixed by commit 428c6e3630 in the git tree (this is identical to the patch by Dave you're referring to above). Does a git-revert fe6f0bd03d697835e76dd18d232ba476c65b8282 solve

[Bug 36523] water reflections misrendered in sauerbraten with shaders=high setting

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36523 --- Comment #4 from Sven Arvidsson s...@whiz.se 2011-06-14 09:34:03 PDT --- This seems to be fixed with current git master, can you confirm? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

r600g TXD opcode (was: ... translation from TGSI failed / missing vertex shader)

2011-06-14 Thread David Lamparter
On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-dae...@freedesktop.org wrote: I'm attaching a patch that has an implementation. Unfortunately I can't seem to get it to work entirely correctly. The piglit test looks almost correct but has several artifacts in random places. If someone

[Bug 38280] [bisected] regression : etqw tree/water wrong rendering

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38280 --- Comment #4 from Vadim pt...@yandex.ru 2011-06-14 10:44:29 PDT --- Created an attachment (id=47965) View: https://bugs.freedesktop.org/attachment.cgi?id=47965 Review: https://bugs.freedesktop.org/review?bug=38280attachment=47965 patch This

Re: r600g TXD opcode (was: ... translation from TGSI failed / missing vertex shader)

2011-06-14 Thread Sven Arvidsson
On Tue, 2011-06-14 at 19:09 +0200, David Lamparter wrote: On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-dae...@freedesktop.org wrote: I'm attaching a patch that has an implementation. Unfortunately I can't seem to get it to work entirely correctly. The piglit test looks almost

[PATCH] drm/radeon/kms: signed fix for evergreen thermal

2011-06-14 Thread Alex Deucher
temperature is signed. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/evergreen.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index e1b3d99..b06f2db 100644 ---

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #9 from nizz...@hotmail.com 2011-06-14 13:29:55 PDT --- mesa from current git works fine wit color tiling enabled so it seems an old bug still present in 7.10.2 for cypress/evergreen at least. Still a check for a recent enough mesa

[Bug 32511] glDrawPixels broken on savage

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32511 Tormod Volden bugzi11.fdo.tor...@xoxy.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 38270] Color Tiling unusable on NI

2011-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38270 --- Comment #10 from Aidan Marks ai...@cisco.com 2011-06-14 17:01:39 PDT --- pulling latest mesa/libdrm/ddx again still has the corruption with color tiling on with r600c. I tried r600g and the corruption is not seen. -- Configure bugmail:

Re: [PATCH 3/3] alpha, drm: Add Alpha support to Radeon DRM code

2011-06-14 Thread Jay Estabrook
Hi, Dave, It is the explanation that is inaccurate; I was still thinking about mmap when the new paradigm is to do the mapping when the VM faults. I believe the code that requires this patch is: ttm/ttm_bo_vm.c: ttm_bo_vm_fault(), specifically: for (i = 0; i TTM_BO_VM_NUM_PREFAULT; ++i) {