Re: [R300]R300_demo success with R420

2005-01-11 Thread Vladimir Dergachev
On Wed, 12 Jan 2005, Rune Petersen wrote: Hi, I've managed to test r300_demo on my Radeon x800XT JK (0x4a4b). I needed the latest driver & DRM (r300_driver) from CVS and disable the modules "fi1236" and "msp3430". Really ? Could you double check this ? It would be a big surprise if MM I2C bus acc

[R300]R300_demo success with R420

2005-01-11 Thread Rune Petersen
Hi, I've managed to test r300_demo on my Radeon x800XT JK (0x4a4b). I needed the latest driver & DRM (r300_driver) from CVS and disable the modules "fi1236" and "msp3430". The card is used as an RV350.. result: bitblt & tex-bitblt is drawn perfectly, the rest apart from drawing the intended have a

Re: [patch] Need help with _DRM_CONSISTENT maps

2005-01-11 Thread Felix =?ISO-8859-1?Q?K=FChling?=
The problem didn't let me rest and I believe I have found a solution. I need to use virt_to_page instead of vmalloc_to_page in order to find consistent pages in drm_vm_shm_nopage. I still don't understand how agpAlloc made vmalloc_to_page work. If no one objects I'll commit the attached patch afte

[Bug 2266] Xorg freezes when exiting session to a login manager.

2005-01-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=2266 --- Additional Comments From [EMAIL PROTECTED] 2005-01-11 17:16 --- No possibility

[Bug 2266] Xorg freezes when exiting session to a login manager.

2005-01-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=2266 --- Additional Comments From [EMAIL PROTECTED] 2005-01-11 16:52 --- don't suppose

[Bug 2266] Xorg freezes when exiting session to a login manager.

2005-01-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=2266 --- Additional Comments From [EMAIL PROTECTED] 2005-01-11 16:31 --- A suggestion t

Need help with _DRM_CONSISTENT maps

2005-01-11 Thread Felix =?ISO-8859-1?Q?K=FChling?=
Hi, I need some help with _DRM_CONSISTENT maps. They worked fine with the AGP cards I've been testing so far. This weekend I added PCI support to the Savage driver and found out that with PCI cards the _DRM_CONSISTENT maps don't work. Either the status page is mapped somehow incorrectly, so that t

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Roland Scheidegger
Alex Deucher wrote: How would you do that? I can't see a way at all how ddx would reject a dri client. By making the initialization fail, e.g. Do you have some pointers how you'd do that? All code I see for initialization is on the dri side, except the generic stuff in dri.c. When it comes to init

[Bug 2266] Xorg freezes when exiting session to a login manager.

2005-01-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=2266 --- Additional Comments From [EMAIL PROTECTED] 2005-01-11 15:54 --- Created an att

[Bug 2266] New: Xorg freezes when exiting session to a login manager.

2005-01-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=2266 Summary: Xorg freezes when exiting session to a login manager. Product: D

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Michel =?ISO-8859-1?Q?D=E4nzer?=
On Tue, 2005-01-11 at 14:07 +0100, Roland Scheidegger wrote: > Michel DÃnzer wrote: > > On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote: > > > >> The dri and drm seem fairly straightforward, though I'm not sure > >> the way I handled communication between especially drm and ddx is >

Re: [r300] Latest r300_driver on PPC

2005-01-11 Thread Keith Conger
Hi, > > Is there any difference at all ? What about texture programs like NeHe > lesson 06 ? Nope, still draws below the window. :( Thanks, -- Keith Conger [EMAIL PROTECTED] http://pimpstation.org --- The SF.Net email is sponsore

Re: [r300] Latest r300_driver on PPC

2005-01-11 Thread Keith Conger
Hi, > This is probably because I left the pipeline using agp buffer upload > of vertices instead of immediate one. > > Try editint r300_render.c, r300_run_render function to make sure > it calls r300_run_immediate_render and not *vb* version. Checkout cvs today, looks like you switched this bac

Re: Status of Mach64?

2005-01-11 Thread Dave Airlie
> I'm following DRI devel the mailing lists and have not seen anything on > the Mach64 driver lately, especially on the security issues. Any > progress? Is Mach64 in Xorg-6.8.1? I'm running Debian with XFree86-4.3.0 > and self compiled xlibmesa-dri xserver-xfree86 packages. Unless the > switch to

Status of Mach64?

2005-01-11 Thread Svante Signell
I'm following DRI devel the mailing lists and have not seen anything on the Mach64 driver lately, especially on the security issues. Any progress? Is Mach64 in Xorg-6.8.1? I'm running Debian with XFree86-4.3.0 and self compiled xlibmesa-dri xserver-xfree86 packages. Unless the switch to X.org inclu

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Alex Deucher
On Tue, 11 Jan 2005 16:58:12 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Tue, 2005-01-11 at 14:07 +0100, Roland Scheidegger wrote: > > Michel Dänzer wrote: > > > On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote: > > > > > >> The dri and drm seem fairly straightforward, though I'

Re: [r300] Latest r300_driver on PPC

2005-01-11 Thread Vladimir Dergachev
On Tue, 11 Jan 2005, Keith Conger wrote: Hi, This is probably because I left the pipeline using agp buffer upload of vertices instead of immediate one. Try editint r300_render.c, r300_run_render function to make sure it calls r300_run_immediate_render and not *vb* version. Checkout cvs today, lo

Re: FIXED: MergedFB and pageflipping

2005-01-11 Thread Alex Deucher
On Tue, 11 Jan 2005 14:52:42 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Tue, 2005-01-11 at 09:01 -0500, Alex Deucher wrote: > > On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote: > > > > When crtc1 is a

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Roland Scheidegger
Ian Romanick wrote: How would you do that? I can't see a way at all how ddx would reject a dri client. If I see that correctly, drm does neither reject clients based on features/version. If there is some two-way handshake somewhere, I must have missed it. DRI itself will refuse to load if the ddx m

Re: FIXED: MergedFB and pageflipping

2005-01-11 Thread Michel =?ISO-8859-1?Q?D=E4nzer?=
On Tue, 2005-01-11 at 09:01 -0500, Alex Deucher wrote: > On Mon, 10 Jan 2005 23:41:55 -0500, Michel DÃnzer <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote: > > > When crtc1 is at offset 0 pageflipping should work with a simple > > > patch to radeon_driver.c::Ra

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Roland Scheidegger
Roland Scheidegger wrote: If tiling doesn't work with all resolutions, shouldn't those resolutions be discarded in the first place if tiling is enabled? It just seemed to be a little harsh to throw them out altogether - some people might like to use small (doublescan) physical resolutions for so

Re: FIXED: MergedFB and pageflipping

2005-01-11 Thread Roland Scheidegger
Alex Deucher wrote: On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote: Ok, so last night I think I figured out why pageflipping was borked with mergedfb. Unfortunately the fix requires changes to the drm and sarea. I

Re: FIXED: MergedFB and pageflipping

2005-01-11 Thread Alex Deucher
On Tue, 11 Jan 2005 17:47:31 +0100, Roland Scheidegger <[EMAIL PROTECTED]> wrote: > Alex Deucher wrote: > > On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > >>On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote: > >> > >>>Ok, so last night I think I figured out w

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Ian Romanick
Roland Scheidegger wrote: Michel DÃnzer wrote: On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote: The dri and drm seem fairly straightforward, though I'm not sure the way I handled communication between especially drm and ddx is how it's meant to be. dri got a bit unlucky, as ddx can't

[Bug 2263] Asset failure in via_context.c with full screen window

2005-01-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=2263 [EMAIL PROTECTED] changed: What|Removed |Added ---

[Bug 2263] New: Asset failure in via_context.c with full screen window

2005-01-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=2263 Summary: Asset failure in via_context.c with full screen window Product:

Re: FIXED: MergedFB and pageflipping

2005-01-11 Thread Alex Deucher
On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote: > > Ok, so last night I think I figured out why pageflipping was borked > > with mergedfb. Unfortunately the fix requires changes to the drm and > > sarea. I'm won

Re: radeon/r200 color tiling ddx / drm questions

2005-01-11 Thread Roland Scheidegger
Michel DÃnzer wrote: On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote: The dri and drm seem fairly straightforward, though I'm not sure the way I handled communication between especially drm and ddx is how it's meant to be. dri got a bit unlucky, as ddx can't know at startup if it wil