Re: [PATCH] add PCI ID for i945G chipset for i915 drm

2005-05-18 Thread Dave Airlie

 I am testing a x86_64 computer with integrated i945G video. The existing
 i915 DRI driver seems to work correctly on it once you tell it the correct
 PCI IDs.

 Is anyone looking into supporting the newer Intel chips? Just treating it
 like a i915G seems to work for me. Here is a patch against DRM CVS to add
 the i945G ID to the DRM kernel module code.

committed to CVS...

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCH] add PCI ID for i945G chipset for i915 drm

2005-05-18 Thread Alan Hourihane
On Tue, May 17, 2005 at 05:11:40PM -0400, Christopher Allen Wing wrote:
 I am testing a x86_64 computer with integrated i945G video. The existing
 i915 DRI driver seems to work correctly on it once you tell it the correct
 PCI IDs.
 
 Is anyone looking into supporting the newer Intel chips? Just treating it
 like a i915G seems to work for me. Here is a patch against DRM CVS to add
 the i945G ID to the DRM kernel module code.

I'll take care of things, they aren't exactly the same.

Alan.


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[PATCH] add PCI ID for i945G chipset for i915 drm

2005-05-17 Thread Christopher Allen Wing
I am testing a x86_64 computer with integrated i945G video. The existing
i915 DRI driver seems to work correctly on it once you tell it the correct
PCI IDs.

Is anyone looking into supporting the newer Intel chips? Just treating it
like a i915G seems to work for me. Here is a patch against DRM CVS to add
the i945G ID to the DRM kernel module code.


Thanks,

Chris Wing
[EMAIL PROTECTED]


diff -uNr drm.orig/shared/drm_pciids.txt drm/shared/drm_pciids.txt
--- drm.orig/shared/drm_pciids.txt  2005-03-18 17:51:42.0 -0500
+++ drm/shared/drm_pciids.txt   2005-05-17 17:07:37.677588032 -0400
@@ -206,4 +206,5 @@
 0x8086 0x2572 0 Intel i865G GMCH
 0x8086 0x2582 0 Intel i915G
 0x8086 0x2592 0 Intel i915GM
+0x8086 0x2772 0 Intel i945G

diff -uNr drm.orig/shared-core/drm_pciids.txt drm/shared-core/drm_pciids.txt
--- drm.orig/shared-core/drm_pciids.txt 2005-03-28 20:47:38.0 -0500
+++ drm/shared-core/drm_pciids.txt  2005-05-17 17:07:53.446190840 -0400
@@ -206,6 +206,7 @@
 0x8086 0x2572 0 Intel i865G GMCH
 0x8086 0x2582 0 Intel i915G
 0x8086 0x2592 0 Intel i915GM
+0x8086 0x2772 0 Intel i945G

 [imagine]
 0x105d 0x2309 IMAGINE_128 Imagine 128


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel