Home
last modified time | relevance | path

Searched refs:xf86OutputFindClosestMode (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c2128 test = xf86OutputFindClosestMode(config->output[p], mode); in bestModeForAspect()
2421 modes[o] = xf86OutputFindClosestMode(config->output[o], guess); in xf86TargetAspect()
2815 xf86OutputFindClosestMode(output, scrn->currentMode); in xf86SetDesiredModes()
2858 xf86OutputFindClosestMode(xf86OutputPtr output, DisplayModePtr desired) in xf86OutputFindClosestMode() function
2930 compat_mode = xf86OutputFindClosestMode(compat_output, desired); in xf86SetSingleMode()
2951 output_mode = xf86OutputFindClosestMode(output, crtc_mode); in xf86SetSingleMode()
2956 crtc_mode = xf86OutputFindClosestMode(output, desired); in xf86SetSingleMode()
H A Dxf86Crtc.h980 xf86OutputFindClosestMode(xf86OutputPtr output, DisplayModePtr desired);
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4021 xf86OutputFindClosestMode(output, pScrn->currentMode); in drmmode_set_desired_modes()