Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Keith Whitwell
Dave Airlie wrote: Obviously, we are interested in making use of the new DRM memory manager on that hardware. Now if I understand how it works correctly, this new memory manager allocates opaque handles which are not to be used as offset in memory, because they are not. Therefore, a

[Bug 6357] savage problem: glxgears produce black window - locking problems with DRIClipNotify

2006-09-18 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=6357 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 01:50 --- (In

Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Benjamin Herrenschmidt
Yes, this is really a different hardware model than we're used to dealing with for DRI drivers, however it's not a problem for the most part - if you don't need to take the lock, don't. But then you need some other way of dealing with the other hacky stuff we get away with by lock

Re: What can the FSF do to help?

2006-09-18 Thread Juhana Sadeharju
From: Alex Deucher [EMAIL PROTECTED] If you have any way of working with hardware vendors to get them to provide specs, or even better, open source driver code, it would be much appreciated. The more you ask, the less likely you get them. The driver code includes software algorithms which does

Re: i915 on FreeBSD issues.

2006-09-18 Thread Angka H. K.
I know the line that causing this.This code :if (m-m_flags MUTEX_FLAGS_PRIVATE) PANIC(Recurse on a private mutex.);at file /usr/src/lib/libpthread/thread/thr_mutex.c line 1002 prevent the recursive to run. I think I whould report it to freebsd instead here.Or may be the code at libX11 should be

[Bug 8299] R300 + MergedFB + blender + some movement = lock-up

2006-09-18 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=8299 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 05:30 --- Ok,

[Bug 8273] smooth shading and alpha shading mixed up in r300

2006-09-18 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=8273 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 05:48 --- (In

[Bug 5376] xmoto help menu causes mouse cursor related locks to appear

2006-09-18 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=5376 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 06:06 --- Is

[Bug 5376] xmoto help menu causes mouse cursor related locks to appear

2006-09-18 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=5376 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 06:52 --- (In

[Bug 5376] xmoto help menu causes mouse cursor related locks to appear

2006-09-18 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=5376 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 07:22 --- (In

Re: drm: Branch 'drm-ttm-0-2-branch'

2006-09-18 Thread Thomas Hellström
Keith Whitwell wrote: Thomas Hellstrom wrote: linux-core/drmP.h | 13 +++- linux-core/drm_bo.c | 31 ++- linux-core/drm_fence.c | 128 +++- linux-core/drm_lock.c |4 - Thomas, Can you be more

Re: drm: Branch 'drm-ttm-0-2-branch'

2006-09-18 Thread Keith Whitwell
Thomas Hellström wrote: Keith Whitwell wrote: Thomas Hellstrom wrote: linux-core/drmP.h | 13 +++- linux-core/drm_bo.c | 31 ++- linux-core/drm_fence.c | 128 +++- linux-core/drm_lock.c |4 - Thomas,

Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Thomas Hellström
Benjamin Herrenschmidt wrote: Yes, this is really a different hardware model than we're used to dealing with for DRI drivers, however it's not a problem for the most part - if you don't need to take the lock, don't. But then you need some other way of dealing with the other hacky

Re: drm: Branch 'drm-ttm-0-2-branch'

2006-09-18 Thread Thomas Hellström
Keith Whitwell wrote: Thomas Hellström wrote: Keith Whitwell wrote: Thomas Hellstrom wrote: linux-core/drmP.h | 13 +++- linux-core/drm_bo.c | 31 ++- linux-core/drm_fence.c | 128 +++-

[Bug 5376] xmoto help menu causes mouse cursor related locks to appear

2006-09-18 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=5376 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 11:23 ---

Re: Doom3 benchmarks.

2006-09-18 Thread Rune Petersen
Aapo Tahkola wrote: On Sun, 13 Aug 2006 02:17:40 +0200 Rune Petersen [EMAIL PROTECTED] wrote: Roland Scheidegger wrote: Rune Petersen wrote: Roland Scheidegger wrote: fragment.position input is not implemented yet. fglrx driver parses it from VP to FP via a texcoord route. I've been

[Bug 8246] Recent DRM r200 driver stop working with 'failure adding irq handler'

2006-09-18 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=8246 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 14:24 --- wow

Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Benjamin Herrenschmidt
Actually, the TTM memory manager already does this, but also changes the caching policy of the linear kernel map. The later is not portable unfortunately, and can have other serious performance impacts. Typically, the kernel linear map is mapped using larger page sizes, or in some cases,

Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith Whitwell wrote: Extending the memory manager would involve adding an ability to lock and unlock surfaces to VRAM/AGP addresses - this would require kernel interaction I guess. The driver would have to lock the surfaces then be free to

[Bug 4799] radeon driver should support 3d texture maps without raster fallback

2006-09-18 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=4799 [EMAIL PROTECTED] changed: What|Removed |Added

Re: DRM memory manager on cards with hardware contexts

2006-09-18 Thread Benjamin Herrenschmidt
On Mon, 2006-09-18 at 16:46 +0200, Thomas Hellström wrote: Unfortunately this leads to rather costly cache and TLB flushes. Particularly on SMP. I think Keith was referring to the drawbacks with buffers pinned in AGP or VRAM space. What about a futex-like approach: A shared are mapped by

[Bug 4799] radeon driver should support 3d texture maps without raster fallback

2006-09-18 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=4799 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 16:57 --- I

[Bug 4799] radeon driver should support 3d texture maps without raster fallback

2006-09-18 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=4799 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 17:51 --- I'll

[Bug 5376] xmoto help menu causes mouse cursor related locks to appear

2006-09-18 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=5376 --- Additional Comments From [EMAIL PROTECTED] 2006-09-18 18:32 --- (In

[Bug 8348] New: [MESA 6.5.1] PPracer causes r300 driver to assert failure

2006-09-18 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=8348 Summary: [MESA 6.5.1] PPracer causes r300 driver to assert