HomeSort by: relevance | last modified time | path
    Searched refs:vtotal (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/sys/dev/videomode/
modelines2c.awk 86 vtotal = $11;
112 vrefresh= int(((hrefresh * ifactor) / vtotal) + .1);
122 vsyncstart, vsyncend, vtotal, hflags "|" vflags iflags);
131 vsyncstart/2, vsyncend/2, vtotal/2,
videomode.h 42 int vtotal; member in struct:videomode
pickmode.c 80 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal);
133 (*preferred)->htotal), (*preferred)->vtotal);
159 mtemp->htotal), mtemp->vtotal);
173 modes[i].htotal), modes[i].vtotal));
vesagtf.c 625 vmp->vtotal = total_v_lines;
667 vf = 1.0 * hf / vmp->vtotal;
679 vmp->vdisplay, vmp->vsync_start, vmp->vsync_end, vmp->vtotal);
edid.c 275 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal));
283 edid->edid_modes[i].vtotal);
296 edid->edid_preferred_mode->vtotal));
318 mode->htotal), mode->vtotal);
324 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)) {
410 vmp->vtotal = vactive + vblank;
  /src/sys/dev/ic/
mc6845reg.h 31 u_int8_t hsyncs, hsynce, vtotal, overfll; member in struct:reg_mc6845
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl0046.h 24 __u16 vtotal; member in struct:nv04_disp_scanoutpos_v0
cl5070.h 23 __u16 vtotal; member in struct:nv50_disp_scanoutpos_v0
  /src/usr.sbin/grfconfig/
grfconfig.c 181 gv->vtotal = atoi(cps[12]);
205 (gv->vtotal == 0)) {
262 if (((gv->vtotal * 2) > lowlim) &&
263 ((gv->vtotal * 2) < uplim)) {
267 gv->vtotal *= 2;
273 } else if (((gv->vtotal / 2) > lowlim) &&
274 ((gv->vtotal / 2) < uplim)) {
278 gv->vtotal /= 2;
332 gv->pixel_clock / (gv->htotal * gv->vtotal));
383 gv->vtotal);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_head.c 62 args->v0.vtotal = head->arm.vtotal;
69 /* We don't support reading htotal/vtotal on pre-NV50 VGA,
73 if (!args->v0.vtotal || !args->v0.htotal)
nouveau_nvkm_engine_disp_headnv04.c 60 state->vtotal = nvkm_rd32(device, 0x680804 + hoff) & 0x0000ffff;
61 state->vblanke = state->vtotal - 1;
head.h 20 u16 vtotal; member in struct:nvkm_head::nvkm_head_state
nouveau_nvkm_engine_disp_headgf119.c 62 state->vtotal = (data & 0xffff0000) >> 16;
nouveau_nvkm_engine_disp_headgv100.c 61 state->vtotal = (data & 0xffff0000) >> 16;
nouveau_nvkm_engine_disp_headnv50.c 76 state->vtotal = (data & 0xffff0000) >> 16;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 141 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
158 .vsync_end = (vd), .vtotal = (vd), .width_mm = (hd_mm), \
185 * @vtotal: vertical total size
292 int vtotal; member in struct:drm_display_mode
446 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c 46 .vtotal = 525, \
51 .vtotal = 625, \
125 .vtotal = vt, \
192 mode->mode.vtotal != drm_mode->vtotal ||
351 scale = norm->vtotal*fixed1;
352 do_div(scale, mode->vtotal);
358 * priv->hmargin * mode->vtotal) / norm->vtotal / 100 / 4;
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 263 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
319 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;
338 drm_mode->vtotal *= 2;
527 drm_mode->vtotal = vtotal_lines;
532 drm_mode->vtotal *= 2;
609 dmode->vtotal = dmode->vsync_end + vm->vback_porch;
650 vm->vback_porch = dmode->vtotal - dmode->vsync_end;
800 else if (mode->htotal > 0 && mode->vtotal > 0) {
804 den = mode->htotal * mode->vtotal;
868 p->crtc_vtotal = p->vtotal;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ns2501.c 222 u16 vtotal; /* number of lines generated, 82/83 */ member in struct:ns2501_configuration
249 .vtotal = 1341,
269 .vtotal = 1341,
288 .vtotal = 1341,
536 ("is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n",
537 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
563 ("set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n",
564 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
580 "vtotal : %d\n",
632 ns2501_writeb(dvo, NS2501_REG82, conf->vtotal & 0xff)
    [all...]
  /src/sys/arch/atari/dev/
grfabs_et.c 494 lace = (((mode->vtotal * 2) > lowlim)
495 && ((mode->vtotal * 2) < uplim)) ? 1 : 0;
496 dblscan = (((mode->vtotal / 2) > lowlim)
497 && ((mode->vtotal / 2) < uplim)) ? 1 : 0;
537 regs->crt[CRT_ID_VER_TOTAL] = mode->vtotal;
556 ((mode->vtotal & 0x100) ? 0x01 : 0x00) |
560 ((mode->vtotal & 0x200) ? 0x20 : 0x00) |
566 ((mode->vtotal & 0x400) ? 0x02 : 0x00) |
grfioctl.h 105 u_short vtotal; member in struct:grfvideo_mode
  /src/sys/arch/arm/iomd/
vidc20config.c 352 modes[i].htotal * 2 / modes[i].vtotal + 1) / 2;
494 vidcvideo_write(VIDC_VBSR, vm->vtotal - vm->vsync_start - 1);
495 vidcvideo_write(VIDC_VDSR, vm->vtotal - vm->vsync_start - 1);
497 vm->vtotal - vm->vsync_start + vm->vdisplay - 1);
499 vm->vtotal - vm->vsync_start + vm->vdisplay - 1);
501 vidcvideo_write(VIDC_VCR, vm->vtotal - 1);
503 IOMD_WRITE_WORD(IOMD_FSIZE, vm->vtotal - vm->vdisplay - 1);
654 int topporch = vidc_currentmode.timings.vtotal -
  /src/sys/arch/amiga/dev/
grfioctl.h 96 u_short vtotal; member in struct:grfvideo_mode
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 560 mode.vtotal = lcd_vt;
737 const u_int vbp = mode->vtotal - mode->vsync_start;
739 ((mode->vtotal << interlace_p) >> 1) - mode->vdisplay - 2;
778 u_int vtotal = mode->vtotal * 2; local in function:sunxi_tcon1_set_videomode
782 mode->vtotal);
783 u_int clk = mode->htotal * (mode->vtotal * 2 + 1) *
786 vtotal += 1;
789 (vtotal << 16) | (vbp - 1));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_encoders.c 175 unsigned vblank = native_mode->vtotal - native_mode->vdisplay;
191 adjusted_mode->vtotal = native_mode->vdisplay + vblank;

Completed in 25 milliseconds

1 2 3 4