Re: Serious issues with Rage128 on PowerPC

2004-10-15 Thread Alex Deucher
On Wed, 13 Oct 2004 14:37:12 -0700, Ian Romanick [EMAIL PROTECTED] wrote: Michel Dänzer wrote: Anyway, I think we're on a tangent here, as the problem doesn't seem to be PPC specific at all. I dug out the Rage 128 that I have for the PC, and it works just fine. glxgears, readpix, all of

VIA ring buffer problems

2004-10-15 Thread Thomas Hellström
Hi, Erdi! I have been testing the ring-buffer quite extensively since there is an option in the unichrome X driver to use it for 2D acceleration and for XvMC mpeg. I and other people have had some problems with short hangs and above all total screen confusion (sometimes recoverable) every once

Re: Radeon 9600 with radeon DRM module

2004-10-15 Thread Tino Keitel
On Fri, Oct 15, 2004 at 10:54:58 +0200, Tino Keitel wrote: On Fri, Oct 15, 2004 at 00:28:20 +0200, Tino Keitel wrote: On Thu, Oct 14, 2004 at 12:16:14 -0400, Vladimir Dergachev wrote: On Thu, 14 Oct 2004, Tino Keitel wrote: [...] There is no linux-core or shared-core

Re: How to get the physical address of a DRM_SHM map

2004-10-15 Thread Felix Kühling
Am Fr, den 15.10.2004 schrieb Vladimir Dergachev um 5:27: On Fri, 15 Oct 2004, Felix [ISO-8859-1] Kühling wrote: Am Fr, den 15.10.2004 schrieb Jon Smirl um 3:58: On Fri, 15 Oct 2004 03:55:37 +0200, Felix Kühling [EMAIL PROTECTED] wrote: I'm trying to get Shadow status working in the

Re: How to get the physical address of a DRM_SHM map

2004-10-15 Thread Keith Whitwell
Felix Kühling wrote: Am Fr, den 15.10.2004 schrieb Vladimir Dergachev um 5:27: On Fri, 15 Oct 2004, Felix [ISO-8859-1] Kühling wrote: Am Fr, den 15.10.2004 schrieb Jon Smirl um 3:58: On Fri, 15 Oct 2004 03:55:37 +0200, Felix Kühling [EMAIL PROTECTED] wrote: I'm trying to get Shadow status working

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-15 Thread Jos Fonseca
On Mon, Oct 11, 2004 at 10:52:40AM -0400, Jon Smirl wrote: What does dmesg say? There should be some debugging data in the log. drm loads right? which personality is failing? It doesn't say nothing and I found (partially) why: the dynamic lynking is failing, so the call to drm_init(pci_driver,

Re: New R200 projtex patch

2004-10-15 Thread Roland Scheidegger
Keith Whitwell wrote: I don't know how well tested that holes code is - it's pretty awful to look back on, certainly that code is more complex than it needs to be. Does doom3 look right with swtcl? as far as I can see, yes. Actually, it looks pretty awful, faces are rendered very poorly, all

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-15 Thread Jon Smirl
On Fri, 15 Oct 2004 15:19:41 +0100, José Fonseca [EMAIL PROTECTED] wrote: It doesn't say nothing and I found (partially) why: the dynamic lynking is failing, so the call to drm_init(pci_driver, pciidlist, driver) never reaches a single line of code there (no debug message, *nothing*). Could it

SW fallback: clipping bug [patch]

2004-10-15 Thread Nicolai Haehnle
Hi, There is disagreement about the meaning of the CLIPSPAN _n parameter in CVS. The drivers I have looked at and drivers/dri/common/spantmp.h treat _n as the number of pixels in the span after clipping. depthtmp.h and stenciltmp.h treat _n as the end+1 x coordinate of the span. This

Re: How to get the physical address of a DRM_SHM map

2004-10-15 Thread Jon Smirl
On Fri, 15 Oct 2004 15:31:08 +0200, Felix Kühling [EMAIL PROTECTED] wrote: On Fri, 15 Oct 2004 03:55:37 +0200, Felix Kühling [EMAIL PROTECTED] wrote: I'm trying to get Shadow status working in the savage driver. I'd like to put the status page into locked shared memory and tell the Savage

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-10-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-10-15 14:15 --- I also

[r300] r300_driver update

2004-10-15 Thread Nicolai Haehnle
Hi, I have uploaded my changes to the r300_driver CVS. I haven't merged any changes to the R200 driver that might apply, and I haven't merged the drm-core changes. I will do that within the next days. Accelerated color buffer clear and basic clipping (without GL scissors) works, although I

Re: flushing write-combine?

2004-10-15 Thread Michel Dänzer
On Thu, 2004-10-14 at 12:29 +0200, Thomas Hellstrm wrote: is DRM_WRITEMEMORYBARRIER() the right way to make sure data has been flushed to AGP memory before firing it off to the DMA engine? I think so, assuming DRM_WRITEMEMORYBARRIER boils down to an instruction with the LOCK prefix. This is

Re: flushing write-combine?

2004-10-15 Thread Eric Anholt
On Fri, 2004-10-15 at 14:55, Michel Dänzer wrote: On Thu, 2004-10-14 at 12:29 +0200, Thomas Hellström wrote: is DRM_WRITEMEMORYBARRIER() the right way to make sure data has been flushed to AGP memory before firing it off to the DMA engine? I think so, assuming DRM_WRITEMEMORYBARRIER

Re: Serious issues with Rage128 on PowerPC

2004-10-15 Thread Ian Romanick
Andreas Stenglein wrote: Could someone else with an R100 test? see attached patch ( some changes to make mesa compile with gcc2.95.3 omitted) What were those changes? Were they to avoid the SSE2 code? In any case, your patch looks good to me. In fact, it looks almost identical to one that I'm

Re: How to get the physical address of a DRM_SHM map

2004-10-15 Thread Felix Kühling
Am Fr, den 15.10.2004 schrieb Keith Whitwell um 15:50: Felix Kühling wrote: Am Fr, den 15.10.2004 schrieb Vladimir Dergachev um 5:27: On Fri, 15 Oct 2004, Felix [ISO-8859-1] Kühling wrote: Am Fr, den 15.10.2004 schrieb Jon Smirl um 3:58: On Fri, 15 Oct 2004 03:55:37 +0200, Felix

[patch] New mapping type _DRM_CONSISTENT

2004-10-15 Thread Felix Kühling
The attached patch adds a new mapping type _DRM_CONSISTENT. It works basically like shared memory but allocates consistent memory and returns the physical address to user space as handle. I wouldn't be surprised if I missed something, but it works for me. I'm typing this in an X session with the

Re: [patch] New mapping type _DRM_CONSISTENT

2004-10-15 Thread Jon Smirl
On Sat, 16 Oct 2004 02:46:27 +0200, Felix Kühling [EMAIL PROTECTED] wrote: The attached patch adds a new mapping type _DRM_CONSISTENT. It works basically like shared memory but allocates consistent memory and returns the physical address to user space as handle. I wouldn't be surprised if I

[Bug 1519] Enabling Anisotropy Locks r200 Driver

2004-10-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1519 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 729] Unreal Tournament 2004 shock rifle lockup

2004-10-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=729 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 814] Hard lockup with r200 DRI driver

2004-10-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=814 Bug 814 depends on bug 729, which changed state. Bug 729 Summary: Unreal Tournament 2004

[Bug 984] R200 rendering error in blocktube

2004-10-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=984 [EMAIL PROTECTED] changed: What|Removed |Added

Re: [r300] r300_driver update

2004-10-15 Thread Vladimir Dergachev
Hi Nicolai, Thanks for putting your code in CVS :) More below, On Fri, 15 Oct 2004, Nicolai Haehnle wrote: Hi, Securing against lockups comes at a price. The basic problem is that there is too little communication between what the DRM writes to the ring buffer and what the X server

Re: flushing write-combine?

2004-10-15 Thread Michel Dänzer
On Fri, 2004-10-15 at 15:16 -0700, Eric Anholt wrote: On Fri, 2004-10-15 at 14:55, Michel Dnzer wrote: On Thu, 2004-10-14 at 12:29 +0200, Thomas Hellstrm wrote: is DRM_WRITEMEMORYBARRIER() the right way to make sure data has been flushed to AGP memory before firing it off to the DMA