Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 289696 Details for
Bug 425789
add E7221 grpachics controller support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
E7221 support
E7221.patch (text/plain), 1.69 KB, created by
Carlos Martín
on 2007-12-15 18:08:02 UTC
(
hide
)
Description:
E7221 support
Filename:
MIME Type:
Creator:
Carlos Martín
Created:
2007-12-15 18:08:02 UTC
Size:
1.69 KB
patch
obsolete
>--- 915resolution-0.5.3/915resolution.c.lr 2007-10-14 19:35:46.000000000 +0200 >+++ 915resolution-0.5.3/915resolution.c 2007-10-14 19:38:49.000000000 +0200 >@@ -55,12 +55,12 @@ typedef unsigned char boolean; > typedef unsigned int cardinal; > > typedef enum { >- CT_UNKWN, CT_830, CT_845G, CT_855GM, CT_865G, CT_915G, CT_915GM, CT_945G, CT_945GM, >+ CT_UNKWN, CT_830, CT_845G, CT_855GM, CT_865G, CT_915G, CT_E7221, CT_915GM, CT_945G, CT_945GM, > CT_946GZ, CT_G965, CT_965GM, CT_Q965 > } chipset_type; > > char * chipset_type_names[] = { >- "UNKNOWN", "830", "845G", "855GM", "865G", "915G", "915GM", "945G", "945GM", >+ "UNKNOWN", "830", "845G", "855GM", "865G", "915G", "E7221 (i915)", "915GM", "945G", "945GM", > "946GZ", "G965", "965GM", "Q965" > }; > >@@ -201,6 +201,10 @@ chipset_type get_chipset(cardinal id) { > type = CT_915G; > break; > >+ case 0x25888086: >+ type = CT_E7221; >+ break; >+ > case 0x25908086: > type = CT_915GM; > break; >@@ -509,6 +513,7 @@ void unlock_vbios(vbios_map * map) { > case CT_845G: > case CT_865G: > case CT_915G: >+ case CT_E7221: > case CT_915GM: > case CT_945G: > case CT_945GM: >@@ -550,6 +555,7 @@ void relock_vbios(vbios_map * map) { > case CT_845G: > case CT_865G: > case CT_915G: >+ case CT_E7221: > case CT_915GM: > case CT_945G: > case CT_945GM: >@@ -800,6 +806,9 @@ int parse_args(int argc, char *argv[], c > else if (!strcmp(argv[index], "915G")) { > *forced_chipset = CT_915G; > } >+ else if (!strcmp(argv[index], "E7221")) { >+ *forced_chipset = CT_E7221; >+ } > else if (!strcmp(argv[index], "915GM")) { > *forced_chipset = CT_915GM; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 425789
: 289696 |
289697