Home
last modified time | relevance | path

Searched refs:vtotal (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dmodelines2c.awk86 vtotal = $11;
112 vrefresh= int(((hrefresh * ifactor) / vtotal) + .1);
122 vsyncstart, vsyncend, vtotal, hflags "|" vflags iflags);
131 vsyncstart/2, vsyncend/2, vtotal/2,
H A Dpickmode.c77 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); in pick_mode_by_ref()
130 (*preferred)->htotal), (*preferred)->vtotal); in sort_modes()
156 mtemp->htotal), mtemp->vtotal); in sort_modes()
170 modes[i].htotal), modes[i].vtotal)); in sort_modes()
H A Dedid.c264 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)); in edid_print()
272 edid->edid_modes[i].vtotal); in edid_print()
285 edid->edid_preferred_mode->vtotal)); in edid_print()
307 mode->htotal), mode->vtotal); in edid_search_mode()
313 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)) { in edid_search_mode()
399 vmp->vtotal = vactive + vblank; in edid_det_timing()
H A Dvesagtf.c623 vmp->vtotal = total_v_lines; in vesagtf_mode_params()
664 vf = 1.0 * hf / vmp->vtotal; in print_xf86_mode()
676 vmp->vdisplay, vmp->vsync_start, vmp->vsync_end, vmp->vtotal); in print_xf86_mode()
H A Dvideomode.h42 int vtotal; member
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline()
189 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
245 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
261 drm_mode->vtotal *= 2; in drm_cvt_mode()
430 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
435 drm_mode->vtotal *= 2; in drm_gtf_mode_complex()
619 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
620 int vtotal; in drm_mode_vrefresh() local
621 vtotal = mode->vtotal; in drm_mode_vrefresh()
625 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
[all …]
H A Ddrm_irq.c551 int vbl_status, vtotal, vdisplay; in drm_calc_vbltimestamp_from_scanoutpos() local
568 vtotal = mode->crtc_vtotal; in drm_calc_vbltimestamp_from_scanoutpos()
579 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) { in drm_calc_vbltimestamp_from_scanoutpos()
659 ((vdisplay - vpos) < vtotal / 100)) { in drm_calc_vbltimestamp_from_scanoutpos()
H A Ddrm_edid.c881 mode->vtotal *= 2; in drm_mode_do_interlace_quirk()
882 mode->vtotal |= 1; in drm_mode_do_interlace_quirk()
959 mode->vtotal = mode->vdisplay + vblank; in drm_mode_detailed()
964 if (mode->vsync_end > mode->vtotal) in drm_mode_detailed()
965 mode->vtotal = mode->vsync_end + 1; in drm_mode_detailed()
H A Ddrm_mode.h89 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member
H A Ddrm_crtc.h116 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
142 int vtotal; member
H A Ddrm_crtc.c1118 in->vtotal > USHRT_MAX || in->vscan > USHRT_MAX) in drm_crtc_convert_to_umode()
1130 out->vtotal = in->vtotal; in drm_crtc_convert_to_umode()
1168 out->vtotal = in->vtotal; in drm_crtc_convert_umode()
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c437 n_line = mode->vtotal; in tda19988_init_encoder()
451 vwin1_line_start = mode->vtotal - mode->vdisplay - 1; in tda19988_init_encoder()
463 vwin1_line_start = (mode->vtotal - mode->vdisplay)/2; in tda19988_init_encoder()
470 vwin2_line_start = vwin1_line_start + mode->vtotal/2; in tda19988_init_encoder()
474 vs2_line_start = vs1_line_start + mode->vtotal/2 ; in tda19988_init_encoder()
H A Dam335x_lcd.c193 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end)
295 refresh = (refresh + mode->vtotal / 2) / mode->vtotal; in am335x_mode_vrefresh()
903 sc->sc_panel.panel_vbp = videomode->vtotal - videomode->vsync_end; in am335x_lcd_hdmi_event()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c66 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end)
694 sc->sc_mode->vtotal - 1, DI_SYNC_COUNTER(DI_COUNTER_INT_HSYNC), in ipu_config_timing()
702 IPU_WRITE4(sc, di_scr_conf, sc->sc_mode->vtotal - 1); in ipu_config_timing()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c397 sc->sc_panel.panel_vfp = videomode->vtotal - videomode->vsync_end; in diu_attach()
/freebsd/sys/dev/usb/video/
H A Dudl.c1070 sc->sc_edid_info.edid_preferred_mode->vtotal); in udl_select_mode()
1092 sc->sc_edid_info.edid_modes[i].vtotal); in udl_select_mode()
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c160 vblank = sc->sc_mode.vtotal - sc->sc_mode.vdisplay; in dwc_hdmi_av_composer()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c673 ((mode->vtotal - mode->vsync_end) << 16) | in dc_crtc_mode_set()