Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c157 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
195 vdisplay_rnd = vdisplay / 2; in drm_cvt_mode()
197 vdisplay_rnd = vdisplay; in drm_cvt_mode()
202 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode()
241 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()
253 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
301 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode()
309 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
385 unsigned int hdisplay_rnd, vdisplay_rnd, vfieldrate_rqd; in drm_gtf_mode_complex() local
419 vdisplay_rnd = vdisplay / 2; in drm_gtf_mode_complex()
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c2341 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
2375 vdisplay_rnd = vdisplay / 2; in drm_cvt_mode()
2377 vdisplay_rnd = vdisplay; in drm_cvt_mode()
2382 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode()
2421 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()
2434 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
2482 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode()
2490 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
4320 unsigned int hdisplay_rnd, vdisplay_rnd, vfieldrate_rqd; in drm_gtf_mode_complex() local
4349 vdisplay_rnd = vdisplay / 2; in drm_gtf_mode_complex()
[all …]