Home
last modified time | relevance | path

Searched refs:CVT_RB_MIN_VBLANK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86cvt.c228 #define CVT_RB_MIN_VBLANK 460.0 in xf86CVTMode() macro
242 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_RB_MIN_VBLANK)) / in xf86CVTMode()
246 VBILines = ((float) CVT_RB_MIN_VBLANK) / HPeriod + 1; in xf86CVTMode()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cvt.c232 #define CVT_RB_MIN_VBLANK 460.0 in xwayland_cvt() macro
246 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_RB_MIN_VBLANK)) / in xwayland_cvt()
250 VBILines = ((float) CVT_RB_MIN_VBLANK) / HPeriod + 1; in xwayland_cvt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c289 #define CVT_RB_MIN_VBLANK 460 in drm_cvt_mode() macro
300 CVT_RB_MIN_VBLANK * HV_FACTOR * vfieldrate; in drm_cvt_mode()
304 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1; in drm_cvt_mode()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c2470 #define CVT_RB_MIN_VBLANK 460 in drm_cvt_mode() macro
2481 CVT_RB_MIN_VBLANK * HV_FACTOR * vfieldrate; in drm_cvt_mode()
2485 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1; in drm_cvt_mode()