Chameleon

Chameleon Commit Details

Date:2012-11-15 12:34:11 (11 years 5 months ago)
Author:armel cadet-petit
Commit:2125
Parents: 2124
Message:updated gma.c
Changes:
M/branches/cparm/i386/modules/GraphicsEnabler/gma.c

File differences

branches/cparm/i386/modules/GraphicsEnabler/gma.c
6161
6262
6363
64
64
6565
6666
6767
......
8080
8181
8282
83
83
8484
8585
8686
......
131131
132132
133133
134
134
135135
136136
137137
{ 0x00,0x00,0x00,0x00 },
{ 0x00,0x00,0x00,0x00 },
{ 0x00,0x00,0x00,0x00 },
{ 0x01,0x00,0x00,0x00 },
{ 0x01,0x00,0x00,0x00 }
};
uint8_t HD3000_vals[16][4] = {
{ 0x00,0x00,0x00,0x00 },
{ 0x00,0x00,0x00,0x00 },
{ 0x00,0x00,0x00,0x00 },
{ 0x01,0x00,0x00,0x00 },
{ 0x01,0x00,0x00,0x00 }
};
uint8_t HD2000_tbl_info[18] = {
{ 0x80860112, "Intel HD Graphics 3000"},
{ 0x80860116, "Intel HD Graphics 3000 Mobile"},
{ 0x80860122, "Intel HD Graphics 3000"},
{ 0x80860126, "Intel HD Graphics 3000 Mobile"},
{ 0x80860126, "Intel HD Graphics 3000 Mobile"}
};
static char *get_gma_model(uint32_t id);

Archive Download the corresponding diff file

Revision: 2125