Bugzilla – Attachment 45953 Details for
Bug 103135
i915 DRI driver broken?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
i915 GM support
p_i915GM.diff (text/plain), 1.64 KB, created by
Stefan Dirsch
on 2005-08-12 21:30:19 UTC
(
hide
)
Description:
i915 GM support
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-08-12 21:30:19 UTC
Size:
1.64 KB
patch
obsolete
>Index: intel_context.c >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_context.c,v >retrieving revision 1.10 >retrieving revision 1.11 >diff -u -r1.10 -r1.11 >--- intel_context.c 27 Nov 2004 22:47:59 -0000 1.10 >+++ intel_context.c 6 Jan 2005 14:35:44 -0000 1.11 >@@ -96,6 +96,8 @@ > chipset = "Intel(R) 865G"; break; > case PCI_CHIP_I915_G: > chipset = "Intel(R) 915G"; break; >+ case PCI_CHIP_I915_GM: >+ chipset = "Intel(R) 915GM"; break; > default: > chipset = "Unknown Intel Chipset"; break; > } >Index: intel_context.h >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_context.h,v >retrieving revision 1.5 >retrieving revision 1.6 >diff -u -r1.5 -r1.6 >--- intel_context.h 14 Dec 2004 09:11:52 -0000 1.5 >+++ intel_context.h 6 Jan 2005 14:35:44 -0000 1.6 >@@ -411,6 +411,7 @@ > #define PCI_CHIP_I855_GM 0x3582 > #define PCI_CHIP_I865_G 0x2572 > #define PCI_CHIP_I915_G 0x2582 >+#define PCI_CHIP_I915_GM 0x2592 > > > /* ================================================================ >Index: intel_screen.c >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_screen.c,v >retrieving revision 1.10 >retrieving revision 1.11 >diff -u -r1.10 -r1.11 >--- intel_screen.c 16 Dec 2004 00:23:47 -0000 1.10 >+++ intel_screen.c 6 Jan 2005 14:35:44 -0000 1.11 >@@ -292,6 +292,7 @@ > sharedContextPrivate ); > > case PCI_CHIP_I915_G: >+ case PCI_CHIP_I915_GM: > return i915CreateContext( mesaVis, driContextPriv, > sharedContextPrivate ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 103135
:
45381
|
45484
| 45953 |
45954
|
46072