Home
last modified time | relevance | path

Searched refs:FlagOptions (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c655 static OptionInfoRec FlagOptions[] = { variable
738 xf86ProcessOptions(-1, optp, FlagOptions); in configServerFlags()
740 xf86GetOptValBool(FlagOptions, FLAG_NOTRAPSIGNALS, &xf86Info.notrapSignals); in configServerFlags()
741 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch); in configServerFlags()
742 xf86GetOptValBool(FlagOptions, FLAG_DONTZAP, &xf86Info.dontZap); in configServerFlags()
743 xf86GetOptValBool(FlagOptions, FLAG_DONTZOOM, &xf86Info.dontZoom); in configServerFlags()
745 xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI); in configServerFlags()
750 if (xf86IsOptionSet(FlagOptions, FLAG_AUTO_ADD_DEVICES)) { in configServerFlags()
751 xf86GetOptValBool(FlagOptions, FLAG_AUTO_ADD_DEVICES, in configServerFlags()
761 if (xf86IsOptionSet(FlagOptions, FLAG_AUTO_ENABLE_DEVICES)) { in configServerFlags()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog25668 v2: Fix the FlagOptions list to not have IGLX after the terminator (Alan
138062 Remove unused config flags from FlagValues & FlagOptions