Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Keith Whitwell
Ian Romanick wrote: I've started working to get PCI MGA cards, the PCI G450 specifically, working with DRI. My initial goal is to just get it working with crummy performance, then improve it by adding support for IOMMUs (to simulate AGP texturing) on systems like pSeries and AMD64 that have

Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Ville Syrjälä
On Tue, May 10, 2005 at 02:59:49PM -0700, Ian Romanick wrote: I've started working to get PCI MGA cards, the PCI G450 specifically, working with DRI. My initial goal is to just get it working with crummy performance, then improve it by adding support for IOMMUs (to simulate AGP texturing)

Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Alan Cox
On Mer, 2005-05-11 at 02:16, Ian Romanick wrote: I was afraid of that. :( The problem is that the MGA can *only* DMA commands vertex data from PCI memory or AGP. In the case of the G200 (typically only 8MB), you don't want to use 1/8th of your on-card memory for commands either. I'll

[Bug 3267] New: Rendering errors - Radeon 7500

2005-05-11 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://bugs.freedesktop.org/show_bug.cgi?id=3267 Summary: Rendering errors - Radeon 7500 Product: DRI

[Bug 3267] Rendering errors - Radeon 7500

2005-05-11 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://bugs.freedesktop.org/show_bug.cgi?id=3267 --- Additional Comments From [EMAIL PROTECTED] 2005-05-11 04:08 ---

Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Ian Romanick
Ville Syrjälä wrote: On Tue, May 10, 2005 at 02:59:49PM -0700, Ian Romanick wrote: I've started working to get PCI MGA cards, the PCI G450 specifically, working with DRI. My initial goal is to just get it working with crummy performance, then improve it by adding support for IOMMUs (to simulate

Re: r300 fixed pipeline design

2005-05-11 Thread Aapo Tahkola
On Mon, 09 May 2005 19:09:40 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: On Tue, 03 May 2005 14:59:53 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: On Thu, 21 Apr 2005 09:57:48 -0400 (EDT) Vladimir Dergachev [EMAIL PROTECTED] wrote:

Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Ian Romanick
Benjamin Herrenschmidt wrote: On Tue, 2005-05-10 at 14:59 -0700, Ian Romanick wrote: I've started working to get PCI MGA cards, the PCI G450 specifically, working with DRI. My initial goal is to just get it working with crummy performance, then improve it by adding support for IOMMUs (to

Re: Getting DRI working on PCI MGA cards

2005-05-11 Thread Ville Syrjälä
On Wed, May 11, 2005 at 09:59:25AM -0700, Ian Romanick wrote: Ville Syrjälä wrote: On Tue, May 10, 2005 at 02:59:49PM -0700, Ian Romanick wrote: all or do they just have to be in the same address space as the primary DMA buffer? If by address space you mean AGP aperture vs. other memory

Re: DRI lockup on R200, 2.6.11.7

2005-05-11 Thread Ryan Richter
On Thu, Apr 28, 2005 at 09:22:36AM +0100, Dave Airlie wrote: On 4/26/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Using 2.6.11.7, I'm experiencing the same problem as reported here: http://lkml.org/lkml/2005/3/12/99 Except it happens for me after X is running. X locks up, only the

r300 cvs could use some deletions

2005-05-11 Thread Jeff Smith
First, savage_drv.h and savage_drm.h are in drm/shared-core and in drm/linux-core. So 'make clean' and 'cvs update' have got a little tug-of-war going on my machine. :-) The two files should be deleted from the drm/linux-core directory. Second, drm/linux-2.6 is just kruft left lying around.

[Bug 3272] New: Resume from suspend to disk causes crash (suspend2)

2005-05-11 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://bugs.freedesktop.org/show_bug.cgi?id=3272 Summary: Resume from suspend to disk causes crash (suspend2)

[Bug 3272] Resume from suspend to disk causes crash (suspend2)

2005-05-11 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://bugs.freedesktop.org/show_bug.cgi?id=3272 --- Additional Comments From [EMAIL PROTECTED] 2005-05-11 12:41 ---

[Bug 3272] Resume from suspend to disk causes crash (suspend2)

2005-05-11 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://bugs.freedesktop.org/show_bug.cgi?id=3272 --- Additional Comments From [EMAIL PROTECTED] 2005-05-11 12:43 ---

Re: r300 fixed pipeline design

2005-05-11 Thread Keith Whitwell
Aapo Tahkola wrote: Mesa is holding drivers private data bound to programs in containers just like in i915NewProgram. I suggest this to be sorted out by adding PrivatePrt to vertex and fragment program structures in Mesa. This way drivers can allocate their private structures at translation

External display setup

2005-05-11 Thread Richard Stellingwerff
Hi all, In a few days from now I will have to give a presentation to some people. I was wondering if I could get my laptop to display the screen on both the LCD and an external monitor. Unable to find anything on google, I was hoping to get some help here. Bascially I want to be able to plug an

Re: r300 cvs could use some deletions

2005-05-11 Thread Jerome Glisse
On 5/11/05, Jeff Smith [EMAIL PROTECTED] wrote: First, savage_drv.h and savage_drm.h are in drm/shared-core and in drm/linux-core. So 'make clean' and 'cvs update' have got a little tug-of-war going on my machine. :-) The two files should be deleted from the drm/linux-core directory.

r300 patch to fix warnings from r300_texstate.c (resend)

2005-05-11 Thread Jeff Smith
Sorry for being too trigger-happy to actually attach the attachment on the last email. Four warnings about illegal whitespace were emitted when doing almost anything with r300_textstate.c. This patch fixes the cause of those warnings. -- Jeff Smith

r300 patch to fix macro in r300_context.h

2005-05-11 Thread Jeff Smith
This patch fixes a bug that was causing the Mesa compile for r300 to bail on me. -- Jeff Smith __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com r300_context.patch Description:

Re: r300 patch to fix macro in r300_context.h

2005-05-11 Thread Ben Skeggs
Jeff Smith wrote: This patch fixes a bug that was causing the Mesa compile for r300 to bail on me. -- Jeff Smith __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com This has been fixed in current