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.000000000 -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.000000000 -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=7412&alloc_id=16344&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to