Home
last modified time | relevance | path

Searched refs:vbilines (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c298 int vbilines; in drm_cvt_mode() local
305 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1; in drm_cvt_mode()
307 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) { in drm_cvt_mode()
308 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()
311 drm_mode->vtotal = vdisplay_rnd + 0x2 * vmargin + vbilines; in drm_cvt_mode()

Completed in 3 milliseconds