Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c157 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
199 vdisplay_rnd = vdisplay / 0x2; in drm_cvt_mode()
201 vdisplay_rnd = vdisplay; in drm_cvt_mode()
207 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 0x3e8; in drm_cvt_mode()
248 tmp2 = (vdisplay_rnd + 0x2 * vmargin + CVT_MIN_V_PORCH) * 0x2 + interlace; in drm_cvt_mode()
260 drm_mode->vtotal = vdisplay_rnd + 0x2 * vmargin + vsyncandback_porch + CVT_MIN_V_PORCH; in drm_cvt_mode()
302 tmp2 = vdisplay_rnd + 0x2 * vmargin; in drm_cvt_mode()
311 drm_mode->vtotal = vdisplay_rnd + 0x2 * vmargin + vbilines; in drm_cvt_mode()
385 unsigned int hdisplay_rnd, vdisplay_rnd, vfieldrate_rqd; in drm_gtf_mode_complex() local
421 vdisplay_rnd in drm_gtf_mode_complex()
[all...]

Completed in 3 milliseconds