Home
last modified time | relevance | path

Searched refs:xf86GetOptValString (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch15 xf86GetOptValString() in get_str_option() for consistency.
68 + return xf86GetOptValString(options, token);
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c135 heuristicName = xf86GetOptValString(pScreenPriv->options, in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Opt.h126 extern _X_EXPORT const char *xf86GetOptValString(const OptionInfoRec * table,
H A Dxf86Config.c801 if ((s = xf86GetOptValString(FlagOptions, FLAG_LOG))) { in configServerFlags()
818 if ((s = xf86GetOptValString(FlagOptions, FLAG_RENDER_COLORMAP_MODE))) { in configServerFlags()
833 if ((s = xf86GetOptValString(FlagOptions, FLAG_GLX_VISUALS))) { in configServerFlags()
856 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()
2395 if ((scanptr = xf86GetOptValString(LayoutOptions, LAYOUT_ISOLATEDEVICE))) { in xf86HandleConfigFile()
H A Dxf86Option.c763 xf86GetOptValString(const OptionInfoRec * table, int token) in xf86GetOptValString() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c601 const char *rotate_name = xf86GetOptValString(output->options, in xf86OutputInitialRotation()
1134 position = xf86GetOptValString(output->options, OPTION_POSITION); in xf86UserConfiguredOutputs()
1142 relative_name = xf86GetOptValString(output->options, relation); in xf86UserConfiguredOutputs()
1199 position = xf86GetOptValString(output->options, OPTION_POSITION); in xf86InitialOutputPositions()
1226 relative_name = xf86GetOptValString(output->options, relation); in xf86InitialOutputPositions()
1353 const char *panning = xf86GetOptValString(output->options, OPTION_PANNING); in xf86InitialPanning()
1456 preferred_mode = xf86GetOptValString(output->options, in preferredMode()
1525 zoom_modes = xf86GetOptValString(output->options, OPTION_ZOOM_MODES); in processZoomModes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c831 const char *accel_method_str = xf86GetOptValString(ms->drmmode.Options, in try_enable_glamor()
1116 str_value = xf86GetOptValString(ms->drmmode.Options, OPTION_FLIP_FB); in PreInit()
1781 str_value = xf86GetOptValString(ms->drmmode.Options, in ScreenInit()
H A Ddrmmode_display.c3421 if ((s = xf86GetOptValString(drmmode->Options, OPTION_ZAPHOD_HEADS))) { in drmmode_output_init()
3443 s = xf86GetOptValString(drmmode->Options, OPTION_VIRTUAL_SIZE); in drmmode_output_init()
3459 s = xf86GetOptValString(drmmode->Options, OPTION_PADDING); in drmmode_output_init()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c983 glvnd = xf86GetOptValString(options, GLXOPT_VENDOR_LIBRARY); in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog52306 xfree86/exa: xf86GetOptValString returns const char * now