[git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Dave Airlie
Hi Linus, Please pull the 'drm-fixes' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes It appears we have a PAT incomPATibility, with how the radeon driver was mapping some VRAM. Dave. drivers/gpu/drm/drm_memory.c |5 +

[Bug 11937] Intel GMA X3100: 3D apps lock up machine

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11937 --- Comment #5 from Leandro Martinez [EMAIL PROTECTED] 2008-07-15 02:56:40 PST --- I have the same bug in an up-to-date Ubuntu Hardy system. It is a Vaio NR11Z/S Random crashes of the whole system (I think the kernel is not crashed, but I

[Bug 7128] Radeon R300 lockup on 2 clients accessing XV

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=7128 --- Comment #11 from Michel Dänzer [EMAIL PROTECTED] 2008-07-15 04:18:24 PST --- Created an attachment (id=17681) -- (http://bugs.freedesktop.org/attachment.cgi?id=17681) Try to be more robust about DRIGetDrawableInfo() failures Oh my,

Re: [git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Oliver Pinter
Hi David, it affects stable (2.6.26) too? On 7/15/08, Dave Airlie [EMAIL PROTECTED] wrote: Hi Linus, Please pull the 'drm-fixes' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes It appears we have a PAT incomPATibility, with how the radeon driver

Confused as to which branches of what I should play with.

2008-07-15 Thread Tom Cooksey
Hi all, I've been trying to follow this mailing list as to the current state of DRM, especially modesetting. My goal is to get Qt-Embedded to use moden graphics drivers rather than the fbdev interface we have today. A few months ago I played with the drm modesetting-101 branch with the intel

Re: [git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Dave Airlie
Hi David, it affects stable (2.6.26) too? yes I've already sent a patch to stable maintainers. Dave. On 7/15/08, Dave Airlie [EMAIL PROTECTED] wrote: Hi Linus, Please pull the 'drm-fixes' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git

[Bug 15477] full screen is white when use compiz

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477 --- Comment #28 from Bryce Harrington [EMAIL PROTECTED] 2008-07-15 05:19:28 PST --- Thanks, we've confirmed and pulled this fix into Ubuntu. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Simon Farnsworth
Keith Whitwell wrote: You can still buy new i865 boards: http://www.ebuyer.com/product/119412 So I think this isn't a great idea. This won't remove all support for i865. It only removes support for the combination of i865 and old X servers. New X servers use the i915 driver to

Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Keith Whitwell
On Tue, Jul 15, 2008 at 3:35 PM, Simon Farnsworth [EMAIL PROTECTED] wrote: Keith Whitwell wrote: You can still buy new i865 boards: http://www.ebuyer.com/product/119412 So I think this isn't a great idea. This won't remove all support for i865. It only removes support for the

Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Dave Airlie
After seeing that i830_drm.h was just added as a userspace header I wondered whether there's really a non-empty intersection of kernel = 2.6.27 users and users of such an ancient X. I doubt it, and therefore suggest this patch to remove the driver. NAK I'm generally against removing old

Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Adrian Bunk
On Tue, Jul 15, 2008 at 03:28:04PM +0100, Keith Whitwell wrote: You can still buy new i865 boards: http://www.ebuyer.com/product/119412 So I think this isn't a great idea. Why does the i915 driver not work on this board? Keith cu Adrian -- Is there not promise of rain? Ling

Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Adrian Bunk
On Tue, Jul 15, 2008 at 09:14:05PM +0100, Dave Airlie wrote: After seeing that i830_drm.h was just added as a userspace header I wondered whether there's really a non-empty intersection of kernel = 2.6.27 users and users of such an ancient X. I doubt it, and therefore suggest this