Home
last modified time | relevance | path

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

12

/NextBSD/sys/dev/videomode/
HDmodelines2c.awk82 htotal = $7;
112 hrefresh= (dotclock * 1000000) / htotal;
122 hsyncstart, hsyncend, htotal,
131 hsyncstart/2, hsyncend/2, htotal/2,
HDpickmode.c82 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); in pick_mode_by_ref()
135 (*preferred)->htotal), (*preferred)->vtotal); in sort_modes()
161 mtemp->htotal), mtemp->vtotal); in sort_modes()
175 modes[i].htotal), modes[i].vtotal)); in sort_modes()
HDedid.c268 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)); in edid_print()
273 edid->edid_modes[i].htotal, in edid_print()
288 edid->edid_preferred_mode->htotal), in edid_print()
311 mode->htotal), mode->vtotal); in edid_search_mode()
317 edid->edid_modes[i].htotal), edid->edid_modes[i].vtotal)) { in edid_search_mode()
398 vmp->htotal = hactive + hblank; in edid_det_timing()
HDvesagtf.c625 vmp->htotal = total_pixels; in vesagtf_mode_params()
670 hf = 1000.0 * vmp->dot_clock / vmp->htotal; in print_xf86_mode()
682 vmp->hdisplay, vmp->hsync_start, vmp->hsync_end, vmp->htotal, in print_xf86_mode()
HDvideomode.h39 int htotal; member
/NextBSD/sys/dev/drm2/
HDdrm_modes.c55 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline()
217 drm_mode->htotal = drm_mode->hdisplay + hblank; in drm_cvt_mode()
220 (drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100; in drm_cvt_mode()
251 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode()
260 drm_mode->clock = drm_mode->htotal * HV_FACTOR * 1000 / hperiod; in drm_cvt_mode()
444 drm_mode->htotal = total_pixels; in drm_gtf_mode_complex()
603 if (mode->htotal < 0) in drm_mode_hsync()
606 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */ in drm_mode_hsync()
637 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
642 calc_val /= mode->htotal; in drm_mode_vrefresh()
[all …]
HDdrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
HDdrm_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()
HDdrm_crtc.h117 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
139 int htotal; member
HDdrm_crtc.c1129 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX || in drm_crtc_convert_to_umode()
1139 out->htotal = in->htotal; in drm_crtc_convert_to_umode()
1177 out->htotal = in->htotal; in drm_crtc_convert_umode()
/NextBSD/sys/dev/drm2/i915/
HDintel_tv.c360 int hsync_end, hblank_start, hblank_end, htotal; member
429 .hblank_start = 836, .htotal = 857,
471 .hblank_start = 836, .htotal = 857,
514 .hblank_start = 836, .htotal = 857,
557 .hblank_start = 836, .htotal = 857,
600 .hblank_start = 844, .htotal = 863,
645 .hblank_start = 844, .htotal = 863,
687 .hblank_start = 1580, .htotal = 1649,
711 .hblank_start = 1580, .htotal = 1979,
736 .hblank_start = 2155, .htotal = 2639,
[all …]
HDintel_pm.c1097 int htotal, hdisplay, clock, pixel_size; in g4x_compute_wm0() local
1108 htotal = crtc->mode.htotal; in g4x_compute_wm0()
1124 line_time_us = ((htotal * 1000) / clock); in g4x_compute_wm0()
1181 int hdisplay, htotal, pixel_size, clock; in g4x_compute_srwm() local
1194 htotal = crtc->mode.htotal; in g4x_compute_srwm()
1198 line_time_us = (htotal * 1000) / clock; in g4x_compute_srwm()
1411 int htotal = crtc->mode.htotal; in i965_update_wm() local
1417 line_time_us = ((htotal * 1000) / clock); in i965_update_wm()
1524 int htotal = enabled->mode.htotal; in i9xx_update_wm() local
1530 line_time_us = (htotal * 1000) / clock; in i9xx_update_wm()
[all …]
HDintel_panel.c48 adjusted_mode->htotal = fixed_mode->htotal; in intel_fixed_panel_mode()
HDintel_bios.c86 panel_fixed_mode->htotal = panel_fixed_mode->hdisplay + in fill_detail_timing_data()
111 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) in fill_detail_timing_data()
112 panel_fixed_mode->htotal = panel_fixed_mode->hsync_end + 1; in fill_detail_timing_data()
HDintel_lvds.c813 scan->htotal == fixed_mode->htotal && in intel_find_lvds_downclock()
HDi915_irq.c186 int vbl_start, vbl_end, htotal, vtotal; in i915_get_crtc_scanoutpos() local
217 htotal = 1 + ((I915_READ(HTOTAL(pipe)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()
218 *vpos = position / htotal; in i915_get_crtc_scanoutpos()
219 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()
HDintel_sdvo.c752 h_blank_len = mode->htotal - mode->hdisplay; in intel_sdvo_get_dtd_from_mode()
803 mode->htotal = mode->hdisplay + dtd->part1.h_blank; in intel_sdvo_get_mode_from_dtd()
804 mode->htotal += (dtd->part1.h_high & 0xf) << 8; in intel_sdvo_get_mode_from_dtd()
/NextBSD/sys/arm/ti/am335x/
HDtda19988.c437 n_pix = mode->htotal; in tda19988_init_encoder()
443 de_stop = mode->htotal; in tda19988_init_encoder()
444 de_start = mode->htotal - mode->hdisplay; in tda19988_init_encoder()
474 vs2_pix_start = vs2_pix_stop = hs_pix_start + mode->htotal/2; in tda19988_init_encoder()
HDam335x_lcd.c187 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end)
288 refresh = (mode->dot_clock * 1000 / mode->htotal); in am335x_mode_vrefresh()
857 sc->sc_panel.panel_hbp = videomode->htotal - videomode->hsync_end; in am335x_lcd_hdmi_event()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_encoders.c281 unsigned hblank = native_mode->htotal - native_mode->hdisplay; in radeon_panel_mode_fixup()
296 adjusted_mode->htotal = native_mode->hdisplay + hblank; in radeon_panel_mode_fixup()
HDradeon_legacy_crtc.c821 htotal_cntl = mode->htotal & 0x7; in radeon_set_pll()
/NextBSD/sys/arm/freescale/imx/
HDimx6_hdmi.c176 hblank = sc->sc_mode.htotal - sc->sc_mode.hdisplay; in imx_hdmi_av_composer()
185 hbp = sc->sc_mode.htotal - sc->sc_mode.hsync_end; in imx_hdmi_av_composer()
HDimx6_ipu.c70 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end)
680 sc->sc_mode->htotal - 1, DI_SYNC_CLK, 0, DI_SYNC_NONE); in ipu_config_timing()
686 sc->sc_mode->htotal - 1, DI_SYNC_CLK, 0, DI_SYNC_CLK); in ipu_config_timing()
/NextBSD/sys/dev/bktr/
HDbktr_reg.h434 int htotal, hdelay, hactive; member
/NextBSD/sys/dev/usb/video/
HDudl.c1073 (sc->sc_edid_info.edid_preferred_mode->htotal * in udl_select_mode()
1095 (sc->sc_edid_info.edid_modes[i].htotal * in udl_select_mode()

12