Regression: commit 566d84d1 breaks glxgears on r200

2010-05-13 Thread Jean Delvare
depth clear request in my kernel logs. Please let me know if I can help by providing additional information, testing anything or creating a bugzilla entry. -- Jean Delvare

Re: [PATCHES] radeon drm kms i2c fixes

2010-03-15 Thread Jean Delvare
to push upstream via the i2c tree. FYI, the pre/post-xfer patch is upstream now: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a9c14751377a1407f5e35791e13651d2fc7801c -- Jean Delvare

Re: [PATCHES] radeon drm kms i2c fixes

2010-03-15 Thread Jean Delvare
On Thu, 11 Mar 2010 13:35:47 -0500, Alex Deucher wrote: On Thu, Mar 11, 2010 at 1:00 PM, Jean Delvare kh...@linux-fr.org wrote: I have the following in my machine: 02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01) 02:00.1 Display controller: ATI

Re: [PATCHES] radeon drm kms i2c fixes

2010-03-11 Thread Jean Delvare
:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200] (Secondary) (rev 01) Can I help with testing? I can follow your instructions. -- Jean Delvare -- Download Intel#174; Parallel Studio Eval Try the new

[PATCH] DRM: drm_crtc_helper.h doesn't actually need i2c.h

2009-04-02 Thread Jean Delvare
Remove an include that isn't actually needed to prevent needless rebuilds. Signed-off-by: Jean Delvare kh...@linux-fr.org --- Patch already sent on: * 2009-01-13 * 2009-02-25 David, are you going to apply this patch or should I push it upstream myself? include/drm/drm_crtc_helper.h |1

[PATCH] DRM: drm_crtc_helper.h doesn't actually need i2c.h

2009-02-26 Thread Jean Delvare
Remove an include that isn't actually needed to prevent needless rebuilds. Signed-off-by: Jean Delvare kh...@linux-fr.org --- Patch already sent on: * 2009-01-13 include/drm/drm_crtc_helper.h |1 - 1 file changed, 1 deletion(-) --- linux-2.6.29-rc1.orig/include/drm/drm_crtc_helper.h 2009

[PATCH] DRM: drm_crtc_helper.h doesn't actually need i2c.h

2009-01-13 Thread Jean Delvare
Remove an include that isn't actually needed to prevent needless rebuilds. Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Dave Airlie airl...@redhat.com --- include/drm/drm_crtc_helper.h |1 - 1 file changed, 1 deletion(-) --- linux-2.6.29-rc1.orig/include/drm/drm_crtc_helper.h 2009-01

[PATCH] drm: Drop pci_pretty_name

2006-06-06 Thread Jean Delvare
Drm drivers no more use pci_pretty_name so we can stop defining it. Signed-off-by: Jean Delvare [EMAIL PROTECTED] --- drivers/char/drm/drmP.h |4 1 file changed, 4 deletions(-) --- linux-2.6.17-rc5.orig/drivers/char/drm/drmP.h 2006-04-27 08:58:55.0 +0200 +++ linux-2.6.17

Re: [PATCH] pci_pretty_name cleanups

2005-11-03 Thread Jean Delvare
patch against it. I assumed that linux-core was the directory where the development was happening. Thanks. * * * * * Drop pci_pretty_name calls from DRM drivers as the PCI names database has gone. Signed-off-by: Jean Delvare [EMAIL PROTECTED] --- linux-core/drm_compat.h |8 linux

Re: [PATCH] pci_pretty_name cleanups

2005-11-02 Thread Jean Delvare
DRM drivers as the PCI names database has gone. Signed-off-by: Jean Delvare [EMAIL PROTECTED] --- drivers/char/drm/drmP.h |4 drivers/char/drm/i810_drv.c |4 ++-- drivers/char/drm/i830_drv.c |4 ++-- drivers/char/drm/i915_drv.c |4 ++-- drivers/char/drm/mga_drv.c

[PATCH] pci_pretty_name cleanups

2005-10-29 Thread Jean Delvare
Hi David, all, Looks like the PCI names database removal was done in a rush on the drm front. I propose the following cleanup. Signed-off-by: Jean Delvare [EMAIL PROTECTED] --- drivers/char/drm/drmP.h |4 drivers/char/drm/i810_drv.c |5 ++--- drivers/char/drm/i830_drv.c