Searched refs:vmargin (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
A D | tvmodesnv17.c | 551 int overscan, hmargin, vmargin, hratio, vratio; in nv17_ctv_update_rescaler() local 560 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2; in nv17_ctv_update_rescaler() 564 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler() 565 vmargin, overscan); in nv17_ctv_update_rescaler() 570 (output_mode->vdisplay - 2*vmargin) & ~3; in nv17_ctv_update_rescaler() 574 regs->fp_vert_regs[FP_VALID_START] = vmargin; in nv17_ctv_update_rescaler() 575 regs->fp_vert_regs[FP_VALID_END] = output_mode->vdisplay - vmargin - 1; in nv17_ctv_update_rescaler()
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 157 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local 200 vmargin = 0; in drm_cvt_mode() 202 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode() 204 drm_mode->vdisplay = vdisplay + 2 * vmargin; in drm_cvt_mode() 241 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode() 253 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode() 301 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode() 309 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
|
/linux/drivers/gpu/drm/i2c/ |
A D | ch7006_drv.c | 266 priv->vmargin); in ch7006_encoder_create_resources() 311 priv->vmargin = val; in ch7006_encoder_set_property() 462 priv->vmargin = 50; in ch7006_encoder_init()
|
A D | ch7006_priv.h | 91 int vmargin; member
|
A D | ch7006_mode.c | 358 + norm->voffset) * priv->vmargin / 100 / 2; in ch7006_setup_properties()
|
Completed in 11 milliseconds