Re: [dri-devel] BROKEN drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().

2009-02-15 Thread David Miller
From: Sedat Dilek Date: Sun, 15 Feb 2009 10:28:29 +0100 > unfortunately, your latest DRM patch [1] is broken while building > against Linux-2.6.25-rc5. > > This is my patch-series: Did you read my patch postings? I said my work was relative to dri-next, as sparc64 also needs the changes David

[dri-devel] BROKEN drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().

2009-02-15 Thread Sedat Dilek
Hi Dave, unfortunately, your latest DRM patch [1] is broken while building against Linux-2.6.25-rc5. This is my patch-series: - BEGIN series - 1-5-drm-ati_pcigart-Do-not-access-I-O-MEM-space-using-pointer-derefs.patch 2-5-drm-ati_pcigart-Need-to-use-PCI_DMA_BIDIRECTIONAL.patch 3-5-drm-r

[Bug 12613] [Suspend regression][DRM, RADEON]

2009-02-15 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12613 --- Comment #6 from r...@sisk.pl 2009-02-15 06:29 --- Patch : http://lkml.org/lkml/2009/2/15/28 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-15 Thread Nicolai Hähnle
Hi, Am Donnerstag 12 Februar 2009 06:29:27 schrieb Dave Airlie: > So I have a goal to get a radeon driver that works on a bufmgr and that > then can be used on non-mm/mm, and also where I can make DRI2 and FBOs > work. Yay! [snip] > So far I've been working on getting the legacy buffer/command c

[Bug 12419] possible circular locking dependency on i915 dma

2009-02-15 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 sits...@yahoo.com changed: What|Removed |Added CC||sits...@yahoo.com --- Comment #

Re: [dri-devel] BROKEN drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().

2009-02-15 Thread Sedat Dilek
Hi David, I apoligize for overseeing that your patches were against dri-next. Indeed, by substituting "struct drm_local_map" with "struct drm_map" in file "drivers/gpu/drm/ati_pcigart.c" solved the problem. Thanks! Kind Regards, Sedat On Sun, Feb 15, 2009 at 11:14 AM, David Miller wrote: > Fro

Re: [PATCH] i915: add page flipping ioctl

2009-02-15 Thread Chris Wilson
On Thu, 2009-02-12 at 16:52 -0800, Jesse Barnes wrote: > This adds a new ioctl for queueing a page flip with GEM objects. There's a > completion per private object, that we use at execbuf time to wait for any > pending flips; it's cleared at vblank interrupt time when the flip occurs. > The kernel

[Bug 20129] New: Large texture object obscuring display with radeon driver in dxx-rebirth

2009-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 Summary: Large texture object obscuring display with radeon driver in dxx-rebirth Product: DRI Version: XOrg 6.7.0 Platform: x86 (IA32) OS/Version: Linux (All) Statu

[Bug 20129] Large texture object obscuring display with radeon driver in dxx-rebirth

2009-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 jsado_...@comcast.net changed: What|Removed |Added CC||jsado_...@comcast.net --- Comm

[Bug 20129] Large texture object obscuring display with radeon driver in dxx-rebirth

2009-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 --- Comment #1 from jsado_...@comcast.net 2009-02-15 18:02:56 PST --- Created an attachment (id=22970) --> (http://bugs.freedesktop.org/attachment.cgi?id=22970) Correct rendering of level 1 -- Configure bugmail: http://bugs.freedesktop.org

[Bug 19504] [945GM] glitch in ut2004, regression

2009-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19504 --- Comment #10 from Eric Anholt 2009-02-15 19:05:02 PST --- Does MESA_NO_SSE help? Have you had any time to bisect? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

Re: [PATCH 1/2] Remove Intel drivers from linux-core

2009-02-15 Thread Eric Anholt
On Sat, 2009-02-14 at 23:24 +0200, Pekka Paalanen wrote: > >From 29d3f6e9c1258736c3199834b293b8128faef2ad Mon Sep 17 00:00:00 2001 > From: Pekka Paalanen > Date: Sat, 14 Feb 2009 21:49:08 +0200 > Subject: [PATCH] Remove Intel drivers from linux-core > > Both i810 and i915 DRM Linux kernel specifi

Re: [PATCH] drm: make drm_wait_vblank return immediately for very old sequence values

2009-02-15 Thread Michel Dänzer
On Fri, 2009-02-13 at 10:27 -0800, Jesse Barnes wrote: > On Friday, February 13, 2009 2:33 am Michel Dänzer wrote: > > On Thu, 2009-02-12 at 09:15 -0800, Jesse Barnes wrote: > > > It does, but take a look at that code again. If interrupts are disabled > > > by the timer, we'll capture the frame co