Home
last modified time | relevance | path

Searched refs:htotal (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dmodelines2c.awk81 htotal = $7;
111 hrefresh= (dotclock * 1000000) / htotal;
121 hsyncstart, hsyncend, htotal,
130 hsyncstart/2, hsyncend/2, htotal/2,
H A Dpickmode.c77 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 Dedid.c264 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 Dvesagtf.c618 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 Dvideomode.h38 int htotal; member
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c53 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()
619 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
624 calc_val /= mode->htotal; in drm_mode_vrefresh()
656 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo()
[all …]
H A Ddrm_mode.h88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
H A Ddrm_edid.c537 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 Ddrm_crtc.h115 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
137 int htotal; member
H A Ddrm_crtc.c1127 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX || in drm_crtc_convert_to_umode()
1137 out->htotal = in->htotal; in drm_crtc_convert_to_umode()
1175 out->htotal = in->htotal; in drm_crtc_convert_umode()
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c436 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 Dam335x_lcd.c190 #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 Dimx6_ipu.c63 #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 Dfsl_diu.c394 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach()
/freebsd/sys/dev/usb/video/
H A Dudl.c1066 (sc->sc_edid_info.edid_preferred_mode->htotal * in udl_select_mode()
1088 (sc->sc_edid_info.edid_modes[i].htotal * in udl_select_mode()
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c155 hblank = sc->sc_mode.htotal - sc->sc_mode.hdisplay; in dwc_hdmi_av_composer()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c765 h_back_porch = mode->htotal - mode->hsync_end; in hdmi_enable()
H A Dtegra_dc.c674 ((mode->htotal - mode->hsync_end) << 0)); in dc_crtc_mode_set()