compiling DRM on Ubuntu

2009-03-09 Thread Abru
Hello guys, I promised (about 1 or 2 months ago) that I would post up a small tutorial on how I got DRM complied and running on Ubuntu. I originally meant to post a detailed explanation on how to do it, but real-life got in the way and in the interests of keeping my word, I'm posting this. Bef

Re: [PATCH] drm/radeon: fix r600 writeback setup.

2009-03-09 Thread Alex Deucher
On Mon, Mar 9, 2009 at 12:34 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes 2 bugs: > 1. the AGP calculation wasn't consistent with the PCI(E) calc for the > RPTR_ADDR registers. This consolidates the writes and fixes it up. > > 2. The scratch address was being incorrectly calculated,

Re: [PATCH] drm/radeon: fix r600 pci mapping calls.

2009-03-09 Thread Alex Deucher
On Mon, Mar 9, 2009 at 12:34 AM, Dave Airlie wrote: > From: Dave Airlie > > This realigns the r600 pci mapping calls with the ati pcigart ones, > fixing the direction and using the correct interface. > > Suggested by Jerome Glisse. > > Signed-off-by: Dave Airlie Acked-by: Alex Deucher > --- >

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

2009-03-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 --- Comment #13 from Roland Scheidegger 2009-03-09 07:58:12 PST --- (In reply to comment #11) > I don't know if this information will help, but I have run the glean test > suite, and is shows failures on texCombine. Maybe this is related to

Re: [PATCH] radeon: call the correct idle function, logic got inverted.

2009-03-09 Thread Alex Deucher
On Mon, Mar 9, 2009 at 12:34 AM, Dave Airlie wrote: > From: Dave Airlie > > This calls the correct idle function for the R600 and previous chips. > > Signed-off-by: Dave Airlie Acked-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon_cp.c |    2 +- >  1 files changed, 1 insertions(+), 1

Re: radeon-rewrite branch merging.

2009-03-09 Thread Michel Dänzer
On Thu, 2009-02-12 at 11:00 +0100, Michel Dänzer wrote: > On Thu, 2009-02-12 at 05:29 +, Dave Airlie wrote: > > > > So far I've been working on getting the legacy buffer/command code into > > shape so I can merge this in place of the current drivers without > > suffering any major regression

Re: [PATCH] make KMS resource mappings exclusive

2009-03-09 Thread Simon Farnsworth
Eric Anholt wrote: > On Mon, 2009-01-19 at 13:00 -0800, Jesse Barnes wrote: >> This should help avoid problems with unsupported userspace programs or >> configurations running on top of a KMS enabled driver. Updates the >> ioremap to nocache as well, since that's really what we want to track. >> >

Re: 2.6.29-rc breaks STD using Intel 945

2009-03-09 Thread Rolf Eike Beer
Rafael J. Wysocki wrote: > On Wednesday 04 March 2009, Rolf Eike Beer wrote: > > Hi, > > > > I tested several snapshots post 2.6.28 and all of them show one severe > > problem: resume from disk is not always successful. Only about 50% of the > > resume attempts work, in the other cases I just get a

Re: Initialized radeon -> Oops: 0000 [#1] SMP

2009-03-09 Thread Tomasz Chmielewski
Rafael J. Wysocki schrieb: > On Friday 06 March 2009, Tomasz Chmielewski wrote: >> Don't really know where one should send Oops... Is there a better place than >> linux-kernel? > > dri-devel@lists.sourceforge.net for one example (CCed). > > Is this a regression and if so, then what's the last go

Re: 2.6.29-rc breaks STD using Intel 945

2009-03-09 Thread Rolf Eike Beer
Sitsofe Wheeler wrote: > On Wed, Mar 04, 2009 at 08:20:56PM +0100, Rolf Eike Beer wrote: > > I tested several snapshots post 2.6.28 and all of them show one severe > > problem: resume from disk is not always successful. Only about 50% of the > > resume attempts work, in the other cases I just get a

Compiling DRM on Ubuntu

2009-03-09 Thread Abru
Hello guys, I promised (about 1 or 2 months ago) that I would post up a small tutorial on how I got DRM complied and running on Ubuntu. I originally meant to post a detailed explanation on how to do it, but real-life got in the way and in the interests of keeping my word, I'm posting this. Bef

Re: 2.6.29-rc breaks STD using Intel 945

2009-03-09 Thread Rafael J. Wysocki
On Wednesday 04 March 2009, Rolf Eike Beer wrote: > Hi, > > I tested several snapshots post 2.6.28 and all of them show one severe > problem: resume from disk is not always successful. Only about 50% of the > resume attempts work, in the other cases I just get a completely black > screen, can't

Re: [Patch 4/5]: DRM/I915: Add the load-detection for crt detect

2009-03-09 Thread yakui_zhao
The following is the updated patch. This covers: Add the load-detection for CRT detect And when it fails in DDC CRT detection, the load-detection will be used. Signed-off-by: Zhao Yakui --- drivers/gpu/drm/i915/intel_crt.c | 140 ++- 1 file chan

Re: Initialized radeon -> Oops: 0000 [#1] SMP

2009-03-09 Thread Rafael J. Wysocki
On Friday 06 March 2009, Tomasz Chmielewski wrote: > Don't really know where one should send Oops... Is there a better place than > linux-kernel? dri-devel@lists.sourceforge.net for one example (CCed). Is this a regression and if so, then what's the last good kernel? > First time I see such an

Re: 2.6.29-rc breaks STD using Intel 945

2009-03-09 Thread Rafael J. Wysocki
On Sunday 08 March 2009, Rolf Eike Beer wrote: > Sitsofe Wheeler wrote: > > On Wed, Mar 04, 2009 at 08:20:56PM +0100, Rolf Eike Beer wrote: > > > I tested several snapshots post 2.6.28 and all of them show one severe > > > problem: resume from disk is not always successful. Only about 50% of the >