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

/freebsd-13-stable/sys/dev/videomode/
H A Dmodelines2c.awk87 vtotal = $11;
113 vrefresh= int(((hrefresh * ifactor) / vtotal) + .1);
123 vsyncstart, vsyncend, vtotal, hflags "|" vflags iflags);
132 vsyncstart/2, vsyncend/2, vtotal/2,
H A Dvideomode.h43 int vtotal; member in struct:videomode
H A Dpickmode.c81 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal);
134 (*preferred)->htotal), (*preferred)->vtotal);
160 mtemp->htotal), mtemp->vtotal);
174 modes[i].htotal), modes[i].vtotal));
H A Dvesagtf.c627 vmp->vtotal = total_v_lines;
668 vf = 1.0 * hf / vmp->vtotal;
680 vmp->vdisplay, vmp->vsync_start, vmp->vsync_end, vmp->vtotal);
H A Dedid.c268 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal));
276 edid->edid_modes[i].vtotal);
289 edid->edid_preferred_mode->vtotal));
311 mode->htotal), mode->vtotal);
317 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)) {
403 vmp->vtotal = vactive + vblank;
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_modes.c57 mode->vsync_end, mode->vtotal, mode->type, mode->flags);
193 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
249 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;
265 drm_mode->vtotal *= 2;
448 drm_mode->vtotal = vtotal_lines;
453 drm_mode->vtotal *= 2;
637 else if (mode->htotal > 0 && mode->vtotal > 0) {
638 int vtotal; local
639 vtotal = mode->vtotal;
[all...]
H A Ddrm_irq.c492 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
553 int vbl_status, vtotal, vdisplay; local
570 vtotal = mode->crtc_vtotal;
581 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) {
661 ((vdisplay - vpos) < vtotal / 100)) {
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
H A Ddrm_edid.c883 mode->vtotal *= 2;
884 mode->vtotal |= 1;
961 mode->vtotal = mode->vdisplay + vblank;
963 /* Some EDIDs have bogus h/vtotal values */
966 if (mode->vsync_end > mode->vtotal)
967 mode->vtotal = mode->vsync_end + 1;
H A Ddrm_crtc.h118 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
144 int vtotal; member in struct:drm_display_mode
H A Ddrm_crtc.c1132 in->vtotal > USHRT_MAX || in->vscan > USHRT_MAX)
1144 out->vtotal = in->vtotal;
1182 out->vtotal = in->vtotal;
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_fb.c346 u_int vtotal, framerate, clk; local
358 vbp = mode->vtotal - mode->vsync_start;
359 vbl = VBLANK_LEN(mode->vtotal, mode->vdisplay, interlace);
407 vtotal = VTOTAL(mode->vtotal);
410 mode->htotal), mode->vtotal);
411 clk = mode->htotal * (VTOTAL(mode->vtotal) + 1) * framerate;
413 vtotal += 1;
415 TCON_WRITE(sc, TCON1_BASIC4, BASIC4_VT(vtotal) | BASIC4_VBP(vbp));
H A Da10_hdmi.c614 vbp = mode->vtotal - mode->vsync_start;
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dtda19988.c438 n_line = mode->vtotal;
452 vwin1_line_start = mode->vtotal - mode->vdisplay - 1;
464 vwin1_line_start = (mode->vtotal - mode->vdisplay)/2;
471 vwin2_line_start = vwin1_line_start + mode->vtotal/2;
475 vs2_line_start = vs1_line_start + mode->vtotal/2 ;
H A Dam335x_lcd.c195 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end)
297 refresh = (refresh + mode->vtotal / 2) / mode->vtotal;
905 sc->sc_panel.panel_vbp = videomode->vtotal - videomode->vsync_end;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_lcd.c209 vbp = mode->vtotal - mode->vsync_end;
334 mode->htotal), mode->vtotal);
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c69 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end)
697 sc->sc_mode->vtotal - 1, DI_SYNC_COUNTER(DI_COUNTER_INT_HSYNC),
705 IPU_WRITE4(sc, di_scr_conf, sc->sc_mode->vtotal - 1);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c402 sc->sc_panel.panel_vfp = videomode->vtotal - videomode->vsync_end;
/freebsd-13-stable/sys/dev/usb/video/
H A Dudl.c1070 sc->sc_edid_info.edid_preferred_mode->vtotal);
1092 sc->sc_edid_info.edid_modes[i].vtotal);
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c162 vblank = sc->sc_mode.vtotal - sc->sc_mode.vdisplay;
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c676 ((mode->vtotal - mode->vsync_end) << 16) |

Completed in 364 milliseconds