Re: 2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34

2010-06-17 Thread Nick Bowler
2.6.33 still seems to be missing from the list, and is still present in 2.6.35-rc3. r600 CS checker rejects narrow FBO renderbuffers. https://bugs.freedesktop.org/show_bug.cgi?id=27609 -- Nick Bowler, Elliptic Technologies (http://www.elli

Re: 2.6.34-rc6-git6: Reported regressions from 2.6.33

2010-05-10 Thread Nick Bowler
got added to the list. It is still an issue as of 2.6.34-rc7. -- Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/) -- -- ___ Dri-devel mailing list Dri-devel@l

Re: 2.6.34-rc5: Reported regressions from 2.6.33

2010-04-21 Thread Nick Bowler
On Wed, Apr 21, 2010 at 07:15:38AM +0200, Rafael J. Wysocki wrote: > On Tuesday 20 April 2010, Nick Bowler wrote: > > Please list these two similar regressions from 2.6.33 in the r600 DRM: > > > > * r600 CS checker rejects GL_DEPTH_TEST w/o depth buffer:

Re: 2.6.34-rc5: Reported regressions from 2.6.33

2010-04-20 Thread Nick Bowler
ns from 2.6.33 in the r600 DRM: * r600 CS checker rejects GL_DEPTH_TEST w/o depth buffer: https://bugs.freedesktop.org/show_bug.cgi?id=27571 * r600 CS checker rejects narrow FBO renderbuffers: https://bugs.freedesktop.org/show_bug.cgi?id=27609 Thanks. -- Nick Bo

Re: 2.6.33-rc3-git3: Reported regressions from 2.6.32

2010-01-11 Thread Nick Bowler
rg/lkml/2009/12/26/40 FDO: http://bugs.freedesktop.org/show_bug.cgi?id=25809 * Receive failure in et131x (Alan Cox sent me a patch for this but it's not in mainline yet) LKML: http://lkml.org/lkml/2009/12/29/210 -- Nick Bowler, Elliptic

Re: Intel KMS lockup with Mesa 7.7

2010-01-05 Thread Nick Bowler
On 08:20 Tue 05 Jan , Jesse Barnes wrote: > Ooh, a small test case, those are always nice. Can you file a bug at > bugs.freedesktop.org, against the Intel/i965 DRI driver, with your test > case attached? Done. https://bugs.freedesktop.org/show_bug.cgi?id=25902 -- Nick Bowler,

Intel KMS lockup with Mesa 7.7

2009-12-22 Thread Nick Bowler
g the test case -- glew, glut and libpng are required. The test case works with the software rasterizer. Thanks, -- Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/) i915kill.tar.bz2 Description: BZip2 compr

Re: [PATCH] drm/i915: add _PAGE_IOMAP to GTT mapping attributes

2009-10-02 Thread Nick Piggin
ore > >> dubious. Are there places where VM_IO is being legitimately set on > >> normal page mappings? > >> > > This is what Nick responded on my similar question: "Hmm, good question. > > Unfortunately I think VM_IO was never really intended to set

Re: [PATCH] drm/i915: add _PAGE_IOMAP to GTT mapping attributes

2009-10-01 Thread Nick Piggin
what VM_* flag would you > >> want to set _PAGE_IOMAP? VM_IO is definitely not the right one - I > >> checked this with Nick when analyzing the crash we got reported. > >> > >> Further, no arch besides powerpc actually defines arch_vm_get_page_prot() > >&

Re: [RFC] x86: gup_fast() batch limit (was: DRM lock ordering fix series)

2009-04-02 Thread Nick Piggin
On Saturday 28 March 2009 23:46:14 Peter Zijlstra wrote: > On Sat, 2009-03-28 at 13:22 +0100, Peter Zijlstra wrote: > > I'm not really trusting my brain today, but something like the below > > should work I think. > > > > Nick, any thoughts? > >

Re: [PATCH] drm: Take mmap_sem up front to avoid lock order violations.

2009-02-19 Thread Nick Piggin
On Thu, Feb 19, 2009 at 09:49:40AM -0500, Kristian Høgsberg wrote: > > > Secondly, mmap_sem is not a recursive lock (very few kernel locks are, > > and we generally frown upon recursive locking schemes), this means that > > the fault handler still cannot function properly. > > I understand, but w

Re: [PATCH] drm: Take mmap_sem up front to avoid lock order violations.

2009-02-19 Thread Nick Piggin
On Thu, Feb 19, 2009 at 10:19:05AM +0100, Peter Zijlstra wrote: > On Wed, 2009-02-18 at 11:38 -0500, [email protected] wrote: > > From: Kristian Høgsberg > > > > A number of GEM operations (and legacy drm ones) want to copy data to > > or from userspace while holding the struct_mutex lock. Howe

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-18 Thread Nick Piggin
On Sunday 19 October 2008 06:31, Linus Torvalds wrote: > On Sat, 18 Oct 2008, Keith Packard wrote: > > The basic plan is to have four new functions (yes, I'm making up names > > here): > > > > struct io_mapping *io_reserve_pci_resource(struct pci_dev *dev, > >

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-18 Thread Nick Piggin
x27;drm-next' branch from > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > drm-next > > This contains two patches outside the DRM git tree to add exports for GEM > functionality while we await Nick Piggins vmap and shmem changes. OK. I was hoping that kmap_atomic_pfn

Re: [patch] mm: pageable memory allocator (for DRM-GEM?)

2008-10-02 Thread Nick Piggin
what you've posted here in the post-2.6.28 timeframe. > > Nick, in case you missed the plea here, we're asking if you have any > objection to shipping the mm changes present in Eric's patch in 2.6.28. > When your new pageable allocator becomes available, we'll switch

Re: [patch] mm: pageable memory allocator (for DRM-GEM?)

2008-09-24 Thread Nick Piggin
On Wed, Sep 24, 2008 at 07:43:26PM -0700, Keith Packard wrote: > On Thu, 2008-09-25 at 04:30 +0200, Nick Piggin wrote: > > > OK. I will have to add some facilities to allow mmaps that go back through > > to tmpfs and be swappable... Thanks for the data point. > > It see

Re: [patch] mm: pageable memory allocator (for DRM-GEM?)

2008-09-24 Thread Nick Piggin
On Tue, Sep 23, 2008 at 08:50:29AM -0700, Keith Packard wrote: > On Tue, 2008-09-23 at 11:10 +0200, Nick Piggin wrote: > > I particularly don't like the idea of exposing these vfs objects to random > > drivers because they're likely to get things wrong or become out of s

Re: [patch] mm: pageable memory allocator (for DRM-GEM?)

2008-09-24 Thread Nick Piggin
On Tue, Sep 23, 2008 at 12:21:26PM +0200, Thomas Hellström wrote: > Nick, > From my point of view, this is exactly what's needed, although there > might be some different opinions among the > DRM developers. A question: > > Sometimes it's desirable to indicate that

Re: [patch] mm: pageable memory allocator (for DRM-GEM?)

2008-09-24 Thread Nick Piggin
On Wed, Sep 24, 2008 at 06:20:22PM -0700, Keith Packard wrote: > On Thu, 2008-09-25 at 02:30 +0200, Nick Piggin wrote: > > > I guess so. A big problem of ioctls is just that they had been easier to > > add so they got less thought and review ;) If your ioctls are stable,

[patch] mm: pageable memory allocator (for DRM-GEM?)

2008-09-23 Thread Nick Piggin
E_MONITOR) += pagewalk.o obj-$(CONFIG_BOUNCE) += bounce.o Index: linux-2.6/mm/pageable_alloc.c === --- /dev/null +++ linux-2.6/mm/pageable_alloc.c @@ -0,0 +1,260 @@ +/* + * Simple pageable memory allocator + * + * Copyright (C) 2008 Nic

Re: [PATCH] updated GTT mapping for i915/GEM

2008-09-11 Thread Nick Piggin
;t work against GEM even > w/o these changes applied. I'm not quite sure about the zap_vma_ptes code, > that'll need review from one of the MM guys (Nick can you take a look at the > i915-gtt-mapping patch?). > > Other than that, I think the code is looking fairly

Re: [rfc][patch 3/3] xfs: use new vmap API

2008-08-04 Thread Nick Piggin
the XFS changes to mainline > or would you like us to? > > Nick Piggin wrote: > >Thanks for taking a look. I'll send them over to -mm with patch 1, > >then, for some testing. > > > >On Monday 04 August 2008 16:28, Lachlan McIlroy wrote: > >>Looks good

Re: [rfc][patch 3/3] xfs: use new vmap API

2008-08-04 Thread Nick Piggin
Thanks for taking a look. I'll send them over to -mm with patch 1, then, for some testing. On Monday 04 August 2008 16:28, Lachlan McIlroy wrote: > Looks good to me. > > Nick Piggin wrote: > > Implement XFS's large buffer support with the new vmap APIs. See the vmap &

[rfc][patch 3/3] xfs: use new vmap API

2008-07-28 Thread Nick Piggin
Implement XFS's large buffer support with the new vmap APIs. See the vmap rewrite patch for some numbers. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> --- Index: linux-2.6/fs/xfs/linux-2.6/xfs_buf.c === --- linux-2.6.

[rfc][patch 2/3] xfs: remove vmap cache

2008-07-28 Thread Nick Piggin
prove vmap performance and scalability directly in the previous and subsequent patch. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> --- Index: linux-2.6/fs/xfs/linux-2.6/xfs_buf.c === --- linux-2.6.orig/fs/xfs/linux-2.6/xfs_buf

[rfc][patch 1/3] mm: vmap rewrite

2008-07-28 Thread Nick Piggin
Hi all, I plan to submit my vmap rewrite to -mm. Although I am not planning to submit fsblock to be merged, I figure that at least XFS wants a fast, scalable vmap in some configurations. Others may want as well (didn't look too hard, but the DRM subsystem needs or will need much better performance

Re: uncached page allocator

2007-08-30 Thread Nick Piggin
Peter Zijlstra wrote: > On Tue, 2007-08-21 at 16:05 +1000, Dave Airlie wrote: > > >>So you can see why some sort of uncached+writecombined page cache >>would be useful, I could just allocate a bunch of pages at startup as >>uncached+writecombined, and allocate pixmaps from them and when I >>bind/

can't compile current CVS

2006-11-06 Thread Nick Kurshev
ing to software rendering WBR! Nick - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application

Savage 2000 proposal?

2005-10-05 Thread Nick A
to help it get done. DRI for Savage2000 would be the final closure as far as HW Acceleration goes with the savage module correct? It would be great if this could be done! Thanks DRI! Regards, Nick --- This SF.Net email is sponsored

Re: Savage2000

2005-09-30 Thread Nick A
Alex Deucher wrote: A 3D driver could be written for the savage2000, but there has been a general lack of interest and resources. Alex I do indeed realize that many people have refused to acknowledge this chip, given the company's driver releases. However, when appropriate drivers worked, t

Savage2000

2005-09-30 Thread Nick A
ways could someone like myself help the team. thanks, hope this isn't the dead horse being beaten again Nick --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and

ARB_f_p R300 thoughts

2005-07-17 Thread Nick Lamb
a temporary in some (most?) cases. Nick. --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to ge

Radeon 9200SE hangs

2005-04-14 Thread Nick Lamb
ession but without rebooting. Does the above symptom mean anything to anyone? Any suggestions where to look or what to try next? Presumably DRM_IOCTL_RADEON_CP_RESUME is a very rude thing to do while the machine is running, but it seems to help, does t

Re: New proposed DRM interface design

2004-09-04 Thread Nick Piggin
Keith Whitwell wrote: Christoph Hellwig wrote: On Sat, Sep 04, 2004 at 11:23:35AM +0100, Keith Whitwell wrote: Actually regulat users do. And they do by pulling an uptodate kernel or using a vendor kernel with backports. This model would work for video drivers aswell. Sure, explain to me how I

[Dri-devel] ati drivers won't compile

2004-04-12 Thread Nick Borrego
a few of us over at gentoo using 2.6.5love4 kernel (http://forums.gentoo.org/viewtopic.php?t=160332&start=0) are finding that the ATI drivers are not compiling on this kernel... hopefully this is the right address to send this to, it was listed on the changelog for mm4 @kernel.org -

Re: [Dri-devel] known issues w/Tualatin?

2003-06-06 Thread nick
t work even though it doesn't crash at 1x. At this point, I'm getting no sound at all from q3a, while kde and xmms can play just fine. Weird, and disappointing. Nick --- This SF.net email is sponsored by: Etnus, makers of TotalView,

Re: [Dri-devel] known issues w/Tualatin?

2003-06-06 Thread nick
On Thursday 05 June 2003 10:33 am, Ian Romanick wrote: > [EMAIL PROTECTED] wrote: > > I just upgraded my 2x933 p3 to 2x1400 p3-tualatin, and now whenever I > > start up Q3A the machine hangs hard. > > [snip] > > > I am running X 4.2.x with dri cvs from a while ago--so I'm wondering if > > there hav

[Dri-devel] known issues w/Tualatin?

2003-06-05 Thread nick
tions? Nick --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www

Re: [Dri-devel] GL image distortions with Radeon VE

2003-03-02 Thread Nick Kurshev
Hello, Keith! On Sun, 02 Mar 2003 11:49:20 + you wrote: > Nick Kurshev wrote: > > Hello! > > > > I've met this problem (see attach) a long ago but it seems > > that nobody fixed that :( > > This problem happens not only with this game but with quake3

[Dri-devel] GL image distortions with Radeon VE

2003-02-28 Thread Nick Kurshev
on VE or is it well known problem? If there is any workaround then tell me PLEASE! WBR! Nick <> pgp0.pgp Description: PGP signature

[Dri-devel] Video reset problems in Quake 3 using Radeon 8500 128mb

2003-01-05 Thread Nick Uniatowski
settings. The same goes when loading a mod, even if the video settings are the same. Thanks. .nick. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Dri-devel] Strange slowdown with DRI drivers after reboot on Radeon VE

2002-12-20 Thread Nick Kurshev
Hello, Michel! On 19 Dec 2002 03:03:09 +0100 you wrote: > On Son, 2002-12-15 at 09:25, Nick Kurshev wrote: > > > > I've found out the strange things in DRI-CVS! > > My regular upgrade of Xfree86 and DRI looks like this: > > 1. I do checkout of both Xfre

[Dri-devel] Strange slowdown with DRI drivers after reboot on Radeon VE

2002-12-15 Thread Nick Kurshev
rly. I've attached 3 dumps of Radeon's registers. These dump were generated with using of slightly modified by me 'gfxdump' utility from "old-gatos" CVS (at linuxvideo.org). Could please someone to investigate this problem? I'm using Xfree86-CVS and DRI-CVS a

Re: [Dri-devel] [BUG] DRI-CVS doesn't work on Radeon VE

2002-12-01 Thread Nick Kurshev
Hello, Felix! On Sun, 1 Dec 2002 17:04:43 +0100 you wrote: > On Sun, 1 Dec 2002 18:43:10 +0300 > Nick Kurshev <[EMAIL PROTECTED]> wrote: > > [snip] > > (gdb) info all-registers > > eax0x10 16 > > ecx0x828942013

[Dri-devel] [BUG] DRI-CVS doesn't work on Radeon VE

2002-12-01 Thread Nick Kurshev
Radeon VE lacks TCL and this job is performed by CPU. I can help to do that if someone will mark functions which require to be optimized. Best regards! Nick --- This sf.net email is sponsored by:ThinkGeek

[Dri-devel] news feeds

2002-06-14 Thread Nick Brown
perhaps X) aswell, if someone doesn't provide news feeds for them already. thanks, Nick -- It is Fortune, not Wisdom, that rules man's life. ___ Don't miss the 2002 Sprint PCS Application Developer's Conference

Re: [Dri-devel] DRI wont load libglide

2002-01-11 Thread Nick Hudson
:57 -0700 Brian Paul <[EMAIL PROTECTED]> wrote: > Nick Hudson wrote: > > > > Greetings, > > > > I have compiled glide and dri into the X server and now when I run glxinfo >I get these errors: > > > > nhudson@nhudson:~$ glxinfo > > nam

[Dri-devel] DRI wont load libglide

2002-01-10 Thread Nick Hudson
/etc/X11/XF86Config Your module path is /usr/X11R6/lib/modules You are running in GLX Indirect Rendering Mode Segmentation fault root@nhudson:/home/nhudson# Thanks Nick Hudson ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/

[Dri-devel] Compiling Glide for a Voodoo 3

2002-01-05 Thread Nick Hudson
ears, 0 Days, 0 Hours, 0 Minutes, 0 Seconds Disk usage: 0.0 Mb any help on this would be great Thanks Nick Hudson ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Is there DRI support for a ATI Rage Mobility

2001-11-16 Thread Nick Hudson
I have a ATI Rage Mobility Mach32 card I beleave ... Its in a Dell inspiron 7500 and I was just wondering is there DRI support for it? I was looking for something that might speed up my frame rate Thanks Nick ___ Dri-devel mailing list [EMAIL

[Dri-devel] Glide compile error

2001-10-25 Thread Nick Hudson
Ok thaks for the help with the compile error with glide now I get an error after I compile and install DRI here is my log file http://home.hiwaay.net/~nhudson/XFree86.0.log can someone take a look at it and tell me what went wrong?/?? thanks Nick Hudson

[Dri-devel] Error Installing Glide

2001-10-24 Thread Nick Hudson
.. its a Voodoo3 3000 on Mandrake 8.1 ... Can someone tell me how to fix this so i can install DRI?? Thanks Nick Hudson ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] V3 Compliation Error

2001-09-18 Thread Nick Hudson
eclaration of function `inter_module_get_Rf6 0ce24' drm_stub.h:138: warning: implicit declaration of function `inter_module_registe _R62dada05' make: *** [gamma_drv.o] Error 1 I built a sucessful one about 2 weeks ago and it built fine, on a simalur setup. Any ideas on what I can d

Re: [Dri-devel] RedHat 7.1 Install

2001-09-14 Thread Nick Hudson
9/14/2001 8:31:46 AM, Nick Hudson <[EMAIL PROTECTED]> wrote: gah, Sorry ignore this I sent the wrong email out . sorry if anyone is bothered :O) Nick >Greetings, > > I know this may sound Newbie so im sorry I tired to compile DRI on RH 7.1 >and it com

[Dri-devel] RedHat 7.1 Install

2001-09-14 Thread Nick Hudson
? Thanks Nick Hudson ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel