Re: [RFC] full suspend/resume support for i915 DRM driver

2007-10-24 Thread Rafael J. Wysocki
On Wednesday, 24 October 2007 17:18, Jesse Barnes wrote: > On Wednesday, October 24, 2007 6:35:14 am Pavel Machek wrote: > > Hi! > > > > > We seem to see a lot of bug reports along the lines of, "my machine > > > resumes but I can't see X" or, "I can see X but only with a bright > > > flashlight",

Re: [RFC] full suspend/resume support for i915 DRM driver

2007-10-24 Thread Adrian Bunk
On Mon, Oct 22, 2007 at 09:15:43PM -0700, Jesse Barnes wrote: > On Friday, October 19, 2007, Jesse Barnes wrote: > > Dave can you take a look at the new flag and also see what you think > > about supporting suspend/resume in the event X hasn't started yet? > > There's some #if 0'd code to support t

Re: [PATCH] enhanced core vblank support

2007-10-24 Thread Jesse Barnes
Oops, this one fixes a couple of places where I was miscalculating the actual MSC value. Jesse diff --git a/configs/default b/configs/default index 620445f..3874dc7 100644 --- a/configs/default +++ b/configs/default @@ -79,8 +79,8 @@ APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -

Re: [PATCH] enhanced core vblank support

2007-10-24 Thread Jesse Barnes
On Tuesday, October 23, 2007 10:32 am Jesse Barnes wrote: > On Tuesday, October 23, 2007 10:03 am Jesse Barnes wrote: > > On Tuesday, October 23, 2007 7:32 am Michel Dänzer wrote: > > > > Thinking about this more, I think we can make the counter not > > > > decrease, but I don't think we can avoid

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2007-10-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 --- Comment #15 from [EMAIL PROTECTED] 2007-10-24 15:09 PST --- This was committed to git master, I've asked anholt to commit to freebsd src as well. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 11870] AIGLX DRM Probe Removes RADEON DRM Lock

2007-10-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11870 --- Comment #14 from [EMAIL PROTECTED] 2007-10-24 15:05 PST --- (In reply to comment #13) > jkim's version committed. > Where was it committed? I still don't see it in FreeBSD -CURRENT... -- Configure bugmail: http://bugs.freedesk

Re: [RFC] full suspend/resume support for i915 DRM driver

2007-10-24 Thread Jesse Barnes
On Wednesday, October 24, 2007 1:17 pm Adrian Bunk wrote: > > diff --git a/linux-core/Kconfig b/linux-core/Kconfig > > index 2d02c76..5e73fc7 100644 > > --- a/linux-core/Kconfig > > +++ b/linux-core/Kconfig > > @@ -50,7 +50,7 @@ config DRM_I810 > > > > choice > > prompt "Intel 830M, 845G, 852G

Merging the ttm-finalize branch.

2007-10-24 Thread Thomas Hellström
Hi! I'm about to merge this branch tomorrow after some minor fixups on the validation flag checking. That's of course unless anybody has very strong feelings against this. The key changes are: * The set-pin functionality is removed and replaced with a more general hinting functionalit

Re: [2.6 patch] make drm_sg_alloc() static

2007-10-24 Thread Stephane Marchesin
On 10/24/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > drm_sg_alloc() can now become static. FWIW there is at least one consumer of it in drm git. Stephane - This SF.net email is sponsored by: Splunk Inc. Still grepping thr

[2.6 patch] make drm_sg_alloc() static

2007-10-24 Thread Adrian Bunk
drm_sg_alloc() can now become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/char/drm/drmP.h|1 - drivers/char/drm/drm_scatter.c |5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) 20df9d65e0cd1dc699129787b2c4b02a010b1bcc diff --git a/drivers/char/dr

Re: LLVM vertex shaders

2007-10-24 Thread Zack Rusin
On Wednesday 24 October 2007 11:23:06 am Zack Rusin wrote: > Hey, > > I just pushed the initial support for vertex shaders through LLVM to Mesa's > gallium-0.1 branch. I forgot something. If you want to try it out you want LLVM from SVN along the attached patch. On Linux LLVM misaligns the stack

LLVM vertex shaders

2007-10-24 Thread Zack Rusin
Hey, I just pushed the initial support for vertex shaders through LLVM to Mesa's gallium-0.1 branch. Let me explain quickly how it works right now. First of all for those who didn't know LLVM is a compiler infrastructure. You can read about it on http://llvm.org . The primary thing we're inte

Re: [RFC] full suspend/resume support for i915 DRM driver

2007-10-24 Thread Jesse Barnes
On Wednesday, October 24, 2007 6:35:14 am Pavel Machek wrote: > Hi! > > > We seem to see a lot of bug reports along the lines of, "my machine > > resumes but I can't see X" or, "I can see X but only with a bright > > flashlight", etc. These sorts of problems are due to the fact that > > the X serv

Re: [RFC] full suspend/resume support for i915 DRM driver

2007-10-24 Thread Pavel Machek
Hi! > We seem to see a lot of bug reports along the lines of, "my machine > resumes but I can't see X" or, "I can see X but only with a bright > flashlight", etc. These sorts of problems are due to the fact that > the X server isn't designed to do full state save/restore, and none > of the availa

[Bug 10224] r200 driver freezes with Radeon 8500

2007-10-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10224 --- Comment #8 from [EMAIL PROTECTED] 2007-10-24 04:45 PST --- I tried several time to get a trace but I failed (maybe only the app/mesa is freezing, not the server itself). Anyway, the problem seems to go away once mesa is compiled wi