Re: [Patch 1/5]: DRM/I915: Add the crt save/restore function for VT switch

2009-03-06 Thread Keith Packard
On Fri, 2009-03-06 at 15:19 -0800, Eric Anholt wrote: > Given that these functions aren't actually hooked up to anything, I'm > not sure if there's any value here. It sounds like we're going to go to > using the resume_force_mode function for suspend/resume, which means > we'd never use these. I

Re: [Intel-gfx] [PATCH] xf86-video-intel: support swapbuffers using page flipping

2009-03-06 Thread Eric Anholt
On Thu, 2009-02-26 at 13:36 -0800, Jesse Barnes wrote: > Support the new swapbuffers request using the new page flipping ioctl > if possible. > > This patch still needs some work; there's a bug in the no-flip case that > causes us to lose track of pixmaps, and the pipe is still hardcoded to 1, > b

Re: [Patch 3/5]: DRM/I915: Sync crt hotplug detection with intel video driver

2009-03-06 Thread Eric Anholt
On Tue, 2009-03-03 at 18:07 +0800, yakui_zhao wrote: > Subject: Patch DRM/I915: Sync crt hotplug detection with intel video driver > From: Zhao Yakui > > Synchronize the function of crt hotplug detection with intel driver > > Signed-off-by: Zhao Yakui Applied to -next, with a fix to the commit

Re: [PATCH] make KMS resource mappings exclusive

2009-03-06 Thread Eric Anholt
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. > > Signed-off-by: Jesse Ba

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

2009-03-06 Thread Eric Anholt
On Tue, 2009-03-03 at 18:08 +0800, yakui_zhao wrote: > Subject: Patch DRM/I915: Add the load-detection for crt detect > From: Zhao Yakui > > Add the load-detection for crt detect > > Signed-off-by: Zhao Yakui > --- > drivers/gpu/drm/i915/intel_crt.c | 136 > +

[PATCH] drm/i915: Check for dev->primary->master before dereference.

2009-03-06 Thread Chris Wilson
I've hit the occasional oops inside i915_wait_ring() with an indication of a NULL derefence of dev->primary->master. Adding a NULL check is consistent with the other potential users of dev->primary->master. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_dma.c |9 ++--- 1 file

Re: [Patch 1/5]: DRM/I915: Add the crt save/restore function for VT switch

2009-03-06 Thread Eric Anholt
On Tue, 2009-03-03 at 18:05 +0800, yakui_zhao wrote: > Subject: Patch DRM/i915: Add the crt save/restore function for VT switch > From: Zhao Yakui > > Add the crt save/restore function for VT switch > > Signed-off-by: Zhao Yakui Given that these functions aren't actually hooked up to anything,

Re: [Intel-gfx] [PATCH] drm/i915: TV modes' parameters sync up with 2D driver

2009-03-06 Thread Eric Anholt
On Wed, 2009-03-04 at 20:23 +0800, Zhenyu Wang wrote: > Signed-off-by: Zhenyu Wang Applied to -next, though could you include a note of what 2D driver commits (shortlog-style at least) are covered in the syncup so that the commit message is a little more meaningful? I gave it my best shot, not b

[Bug 7770] PCI domain mismatch between X server and kernel, leaving clients unable to use direct rendering

2009-03-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=7770 --- Comment #42 from Émeric Maschino 2009-03-06 13:39:23 PST --- Hello Alex, (In reply to comment #41) > I've gone ahead and added an AGP quirk for your system: > a7f465f73363fce409870f62173d518b1bc02ae6 Thank you, but could you remove this

[PATCH] RS600: fix interrupt handling

2009-03-06 Thread Alex Deucher
for drm-next http://www.botchco.com/alex/xorg/r6xx_drm/0001-RS600-fix-interrupt-handling.patch >From c2c973f860ceaf8b8491cf541e9ed2126d6673bd Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 6 Mar 2009 11:43:47 -0500 Subject: [PATCH] RS600: fix interrupt handling Signed-off-by: Alex Deuche

Re: [Intel-gfx] [Patch 0/5]: the patch set for kms about CRT/LVDS

2009-03-06 Thread Steven J Newbury
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zhenyu Wang wrote: > On 2009.03.03 18:25:39 +0800, Steven J Newbury wrote: >> On Tue, 2009-03-03 at 17:48 +0800, yakui_zhao wrote: >>> Hi >>> the following is the patch set for KMS about CRT/LVDS. I have tested >>> them on the >>> T61 box. >>>