Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86cvt.c84 float VFieldRate, HPeriod; in xf86CVTMode() local
96 VFieldRate = VRefresh * 2; in xf86CVTMode()
98 VFieldRate = VRefresh; in xf86CVTMode()
165 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_MIN_VSYNC_BP)) / in xf86CVTMode()
242 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_RB_MIN_VBLANK)) / in xf86CVTMode()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cvt.c84 float VFieldRate, HPeriod; in xwayland_cvt() local
99 VFieldRate = VRefresh * 2; in xwayland_cvt()
101 VFieldRate = VRefresh; in xwayland_cvt()
168 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_MIN_VSYNC_BP)) / in xwayland_cvt()
246 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_RB_MIN_VBLANK)) / in xwayland_cvt()