OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIRK_PIPEA_FORCE
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_quirks.c
183
static void
quirk_pipea_force
(I830Ptr pI830)
function
185
pI830->quirk_flag |=
QUIRK_PIPEA_FORCE
;
332
{ PCI_CHIP_GM45_GM, 0x103c, 0x30eb,
quirk_pipea_force
},
334
{ PCI_CHIP_I945_GME,0x103c, 0x361a,
quirk_pipea_force
},
336
{ PCI_CHIP_I945_GME,0x103c, 0x3632,
quirk_pipea_force
},
339
{ PCI_CHIP_I830_M, 0x1014, 0x0505,
quirk_pipea_force
},
341
{ PCI_CHIP_I855_GM, 0x1028, 0x0139,
quirk_pipea_force
},
343
{ PCI_CHIP_I855_GM, 0x1028, 0x0152,
quirk_pipea_force
},
345
{ PCI_CHIP_I855_GM, 0x1028, 0x0163,
quirk_pipea_force
},
347
{ PCI_CHIP_I855_GM, 0x1028, 0x014f,
quirk_pipea_force
},
[
all
...]
i830.h
938
#define
QUIRK_PIPEA_FORCE
0x00000008
i830_display.c
1259
if ((pipe == 0) && (pI830->quirk_flag &
QUIRK_PIPEA_FORCE
))
i830_driver.c
1269
pI830->quirk_flag |=
QUIRK_PIPEA_FORCE
;
Completed in 12 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026