Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 in drm_gtf_mode_complex()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c637 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
675 vdisplay_rnd = vdisplay / 2; in drm_cvt_mode()
677 vdisplay_rnd = vdisplay; in drm_cvt_mode()
682 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode()
721 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()
733 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
781 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode()
789 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
865 unsigned int hdisplay_rnd, vdisplay_rnd, vfieldrate_rqd; in drm_gtf_mode_complex() local
899 vdisplay_rnd in drm_gtf_mode_complex()
[all...]

Completed in 5 milliseconds