/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 564 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2; 567 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), 568 hmargin, overscan); 573 (output_mode->hdisplay - 2*hmargin); 577 regs->fp_horiz_regs[FP_VALID_START] = hmargin; 578 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1;
|
/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 195 hmargin = 0; 197 hmargin = hdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; 198 hmargin -= hmargin % CVT_H_GRANULARITY; 201 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
|
/src/sys/external/bsd/drm2/dist/drm/i2c/ |
ch7006_priv.h | 92 int hmargin; member in struct:ch7006_priv
|