Searched defs:hmargin (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c552 int overscan, hmargin, vmargin, hratio, vratio; local
560 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2;
563 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20),
564 hmargin, overscan);
569 (output_mode->hdisplay - 2*hmargin);
573 regs->fp_horiz_regs[FP_VALID_START] = hmargin;
574 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1;
/drivers/gpu/drm/
H A Ddrm_modes.c166 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local
190 hmargin = 0;
192 hmargin = hdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000;
193 hmargin -= hmargin % CVT_H_GRANULARITY;
196 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
/drivers/gpu/drm/i2c/
H A Dch7006_priv.h90 int hmargin; member in struct:ch7006_priv

Completed in 646 milliseconds