Home
last modified time | relevance | path

Searched refs:xf86GetOptValFreq (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Opt.h134 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec * table, int token,
H A Dxf86Option.c817 xf86GetOptValFreq(const OptionInfoRec * table, int token, in xf86GetOptValFreq() function
H A Dxf86Config.c1966 if (xf86GetOptValFreq(MonitorOptions, MON_MAX_PIX_CLOCK, OPTUNITS_KHZ, in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1747 if (xf86GetOptValFreq(output->options, OPTION_MIN_CLOCK, in xf86ProbeOutputModes()
1750 if (xf86GetOptValFreq(output->options, OPTION_MAX_CLOCK, in xf86ProbeOutputModes()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog145814 xf86GetOptValFreq wants a pointer to double, but maxPixClock is an int