/freebsd/sys/dev/videomode/ |
H A D | modelines2c.awk | 81 htotal = $7; 111 hrefresh= (dotclock * 1000000) / htotal; 121 hsyncstart, hsyncend, htotal, 130 hsyncstart/2, hsyncend/2, htotal/2,
|
H A D | pickmode.c | 77 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); in pick_mode_by_ref() 130 (*preferred)->htotal), (*preferred)->vtotal); in sort_modes() 156 mtemp->htotal), mtemp->vtotal); in sort_modes() 170 modes[i].htotal), modes[i].vtotal)); in sort_modes()
|
H A D | edid.c | 264 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)); in edid_print() 269 edid->edid_modes[i].htotal, in edid_print() 284 edid->edid_preferred_mode->htotal), in edid_print() 307 mode->htotal), mode->vtotal); in edid_search_mode() 313 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)) { in edid_search_mode() 394 vmp->htotal = hactive + hblank; in edid_det_timing()
|
H A D | vesagtf.c | 618 vmp->htotal = total_pixels; in vesagtf_mode_params() 663 hf = 1000.0 * vmp->dot_clock / vmp->htotal; in print_xf86_mode() 675 vmp->hdisplay, vmp->hsync_start, vmp->hsync_end, vmp->htotal, in print_xf86_mode()
|
H A D | videomode.h | 38 int htotal; member
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() 213 drm_mode->htotal = drm_mode->hdisplay + hblank; in drm_cvt_mode() 216 (drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100; in drm_cvt_mode() 247 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode() 256 drm_mode->clock = drm_mode->htotal * HV_FACTOR * 1000 / hperiod; in drm_cvt_mode() 426 drm_mode->htotal = total_pixels; in drm_gtf_mode_complex() 585 if (mode->htotal < 0) in drm_mode_hsync() 588 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */ in drm_mode_hsync() 619 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh() 624 calc_val /= mode->htotal; in drm_mode_vrefresh() [all …]
|
H A D | drm_mode.h | 88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
H A D | drm_edid.c | 537 return (mode->htotal - mode->hdisplay == 160) && in mode_is_rb() 954 mode->htotal = mode->hdisplay + hblank; in drm_mode_detailed() 962 if (mode->hsync_end > mode->htotal) in drm_mode_detailed() 963 mode->htotal = mode->hsync_end + 1; in drm_mode_detailed()
|
H A D | drm_crtc.h | 115 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 137 int htotal; member
|
H A D | drm_crtc.c | 1115 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX || in drm_crtc_convert_to_umode() 1125 out->htotal = in->htotal; in drm_crtc_convert_to_umode() 1163 out->htotal = in->htotal; in drm_crtc_convert_umode()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | tda19988.c | 436 n_pix = mode->htotal; in tda19988_init_encoder() 442 de_stop = mode->htotal; in tda19988_init_encoder() 443 de_start = mode->htotal - mode->hdisplay; in tda19988_init_encoder() 473 vs2_pix_start = vs2_pix_stop = hs_pix_start + mode->htotal/2; in tda19988_init_encoder()
|
H A D | am335x_lcd.c | 190 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end) 294 refresh = (mode->dot_clock * 1000 / mode->htotal); in am335x_mode_vrefresh() 900 sc->sc_panel.panel_hbp = videomode->htotal - videomode->hsync_end; in am335x_lcd_hdmi_event()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_ipu.c | 63 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end) 681 sc->sc_mode->htotal - 1, DI_SYNC_CLK, 0, DI_SYNC_NONE); in ipu_config_timing() 687 sc->sc_mode->htotal - 1, DI_SYNC_CLK, 0, DI_SYNC_CLK); in ipu_config_timing()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_diu.c | 394 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach()
|
/freebsd/sys/dev/usb/video/ |
H A D | udl.c | 1069 (sc->sc_edid_info.edid_preferred_mode->htotal * in udl_select_mode() 1091 (sc->sc_edid_info.edid_modes[i].htotal * in udl_select_mode()
|
/freebsd/sys/dev/hdmi/ |
H A D | dwc_hdmi.c | 155 hblank = sc->sc_mode.htotal - sc->sc_mode.hdisplay; in dwc_hdmi_av_composer()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_hdmi.c | 765 h_back_porch = mode->htotal - mode->hsync_end; in hdmi_enable()
|
H A D | tegra_dc.c | 674 ((mode->htotal - mode->hsync_end) << 0)); in dc_crtc_mode_set()
|