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
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
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:
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
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
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,
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
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
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()
> >&
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?
> >
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
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
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,
> >
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
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
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
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
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
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,
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
;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
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
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
&
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.
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
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
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/
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
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
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
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
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
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
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
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
-
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,
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
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
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
on VE or is it well known problem?
If there is any workaround then tell me PLEASE!
WBR! Nick
<>
pgp0.pgp
Description: PGP signature
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
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
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
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
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
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
: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
/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/
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
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
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
..
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
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
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
?
Thanks
Nick Hudson
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel
55 matches
Mail list logo