HomeSort by: relevance | last modified time | path
    Searched refs:vmargin (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 556 int overscan, hmargin, vmargin, hratio, vratio; local in function:nv17_ctv_update_rescaler
565 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2;
569 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20),
570 vmargin, overscan);
575 (output_mode->vdisplay - 2*vmargin) & ~3;
579 regs->fp_vert_regs[FP_VALID_START] = vmargin;
580 regs->fp_vert_regs[FP_VALID_END] = output_mode->vdisplay - vmargin - 1;
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_drv.c 271 priv->vmargin);
316 priv->vmargin = val;
467 priv->vmargin = 50;
ch7006_priv.h 93 int vmargin; member in struct:ch7006_priv
ch7006_mode.c 364 + norm->voffset) * priv->vmargin / 100 / 2;
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 167 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local in function:drm_cvt_mode
210 vmargin = 0;
212 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000;
214 drm_mode->vdisplay = vdisplay + 2 * vmargin;
251 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 +
263 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
311 tmp2 = vdisplay_rnd + 2 * vmargin;
319 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;

Completed in 14 milliseconds