Home
last modified time | relevance | path

Searched refs:xf86ReturnOptValBool (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c153 xf86ReturnOptValBool(pScreenPriv->options, in exaDDXDriverInit()
157 if (xf86ReturnOptValBool(pScreenPriv->options, EXAOPT_NO_COMPOSITE, FALSE)) { in exaDDXDriverInit()
165 if (xf86ReturnOptValBool(pScreenPriv->options, EXAOPT_NO_UTS, FALSE)) { in exaDDXDriverInit()
170 if (xf86ReturnOptValBool(pScreenPriv->options, EXAOPT_NO_DFS, FALSE)) { in exaDDXDriverInit()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch10 Use xf86ReturnOptValBool() in get_bool_option() instead of
79 + return xf86ReturnOptValBool(options, token, FALSE);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Opt.h139 extern _X_EXPORT Bool xf86ReturnOptValBool(const OptionInfoRec * table,
H A Dxf86Option.c880 xf86ReturnOptValBool(const OptionInfoRec * table, int token, Bool def) in xf86ReturnOptValBool() function
H A Dxf86Helper.c1579 useBS = xf86ReturnOptValBool(options, OPTION_BACKING_STORE, in xf86SetBackingStore()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1064 if (xf86ReturnOptValBool(ms->drmmode.Options, OPTION_SW_CURSOR, FALSE)) { in PreInit()
1094 xf86ReturnOptValBool(ms->drmmode.Options, OPTION_SHADOW_FB, in PreInit()
1108 xf86ReturnOptValBool(ms->drmmode.Options, OPTION_PAGEFLIP, TRUE); in PreInit()
1111 xf86ReturnOptValBool(ms->drmmode.Options, OPTION_HOTPLUG_RESET, TRUE); in PreInit()
1114 xf86ReturnOptValBool(ms->drmmode.Options, OPTION_WARM_UP, TRUE); in PreInit()
1148 if (xf86ReturnOptValBool(ms->drmmode.Options, OPTION_ATOMIC, FALSE)) { in PreInit()
H A Ddrmmode_display.c2643 xf86ReturnOptValBool(drmmode->Options, OPTION_USE_GAMMA_LUT, TRUE); in drmmode_crtc_init()
2944 if (!xf86ReturnOptValBool(drmmode->Options, OPTION_NO_EDID, FALSE) && in drmmode_output_get_modes()
3524 if (xf86ReturnOptValBool(drmmode->Options, OPTION_BIND_CURRENT, TRUE)) { in drmmode_output_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c588 return xf86ReturnOptValBool(output->options, OPTION_IGNORE, FALSE); in xf86OutputIgnored()
1677 !xf86ReturnOptValBool(output->options, OPTION_ENABLE, FALSE)) { in xf86ProbeOutputModes()
2518 config->debug_modes = xf86ReturnOptValBool(config->options, in xf86InitialConfiguration()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151053 xaa: use xf86ReturnOptValBool instead of xf86IsOptionSet
151062 exa: use xf86ReturnOptValBool instead of xf86IsOptionSet