Re: [PATCH] drm/radeon/kms: add support for msi

2009-10-25 Thread Dave Airlie
On Sat, Oct 17, 2009 at 2:26 AM, Alex Deucher wrote: > From 482ec0ac012a8e4ca535ee50fc96305a1f11f43a Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Fri, 16 Oct 2009 12:21:24 -0400 > Subject: [PATCH] drm/radeon/kms: add support for msi > > Try to enable msi on chips that support it. > Queue

Re: [PATCHES] radeon kms drm patches

2009-10-25 Thread Dave Airlie
On Tue, Oct 20, 2009 at 3:01 AM, Alex Deucher wrote: > First one fixes the CS parser for large textures, second one adds a > quirk for tv-out on the acer 5102. > > Alex > Sent to Linus. Dave. -- Come build with us! The

Re: [PATCHES] radeon drm updates

2009-10-25 Thread Dave Airlie
On Thu, Oct 22, 2009 at 4:51 AM, Alex Deucher wrote: > A bunch of radeon drm patches from my local queue. > > Alex > First 4 applied to send to Linus, the last one I'm leaving in drm-next since I hate freelist and it always seems fragile. Dave. --

Re: [PATCH] drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses

2009-10-25 Thread Dave Airlie
On Fri, Oct 23, 2009 at 6:16 AM, Alex Deucher wrote: > From a8a7d447d4f781670a849e345f5f31edb975c397 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 22 Oct 2009 16:12:34 -0400 > Subject: [PATCH] drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses > > The *_HIGH regs are reverse

Re: [PATCH] drm: Add async event synchronization for drmWaitVblank

2009-10-25 Thread Dave Airlie
On Thu, Oct 15, 2009 at 7:48 AM, Jesse Barnes wrote: > On Wed, 14 Oct 2009 14:47:22 -0700 > Jesse Barnes wrote: > >> On Fri, 11 Sep 2009 14:33:34 -0400 >> "Kristian Høgsberg" wrote: >> >> > This patch adds a new flag to the drmWaitVblank ioctl, which asks >> > the drm to return immediately and n

Re: Changing radeon KMS cs+gem ioctl to merge read & write domain

2009-10-25 Thread Dave Airlie
On Thu, Oct 22, 2009 at 8:49 AM, Jerome Glisse wrote: > Hi, > > I think we should merge the read & write domain of radeon KMS > into a single domains information. I don't think there is a > good reason for separate read & write domain, we did copy intel > model for that and intel use this mostly f

[Bug 24643] Regression affecting ETQW game

2009-10-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24643 --- Comment #3 from madbiologist 2009-10-25 04:42:13 PST --- Since my last post I have found the Ubuntu “X Updates” PPA, which currently contains mesa - 7.6.1~git20091017.3594b53c-0ubuntu0~xup~1 I decide to give this a try before doing anyt

[PATCH] drm: Cleanup redundant tests on unsigned

2009-10-25 Thread Roel Kluin
The variables are unsigned so the `< 0' test always fails. The other part of the test catches wrapped values. Signed-off-by: Roel Kluin --- drivers/gpu/drm/i915/i915_opregion.c|2 +- drivers/gpu/drm/radeon/radeon_combios.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff