Searched refs:htotal (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_modes.c55 mode->hsync_end, mode->htotal,
217 drm_mode->htotal = drm_mode->hdisplay + hblank;
220 (drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100;
251 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK;
260 drm_mode->clock = drm_mode->htotal * HV_FACTOR * 1000 / hperiod;
444 drm_mode->htotal = total_pixels;
603 if (mode->htotal < 0)
606 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */
637 else if (mode->htotal > 0 && mode->vtotal > 0) {
642 calc_val /= mode->htotal;
[all...]
H A Ddrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
H A Ddrm_edid.c539 return (mode->htotal - mode->hdisplay == 160) &&
956 mode->htotal = mode->hdisplay + hblank;
964 if (mode->hsync_end > mode->htotal)
965 mode->htotal = mode->hsync_end + 1;
H A Ddrm_crtc.h117 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
139 int htotal; member in struct:drm_display_mode
H A Ddrm_crtc.c1129 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX ||
1139 out->htotal = in->htotal;
1177 out->htotal = in->htotal;
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_tv.c360 int hsync_end, hblank_start, hblank_end, htotal; member in struct:tv_mode
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
[all...]
H A Dintel_panel.c48 adjusted_mode->htotal = fixed_mode->htotal;
H A Dintel_pm.c1097 int htotal, hdisplay, clock, pixel_size; local
1108 htotal = crtc->mode.htotal;
1124 line_time_us = ((htotal * 1000) / clock);
1181 int hdisplay, htotal, pixel_size, clock; local
1194 htotal = crtc->mode.htotal;
1198 line_time_us = (htotal * 1000) / clock;
1411 int htotal = crtc->mode.htotal; local
1524 int htotal = enabled->mode.htotal; local
1658 int hdisplay, htotal, pixel_size, clock; local
[all...]
H A Dintel_bios.c86 panel_fixed_mode->htotal = panel_fixed_mode->hdisplay +
111 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal)
112 panel_fixed_mode->htotal = panel_fixed_mode->hsync_end + 1;
H A Dintel_lvds.c813 scan->htotal == fixed_mode->htotal &&
H A Di915_irq.c189 int vbl_start, vbl_end, htotal, vtotal; local
220 htotal = 1 + ((I915_READ(HTOTAL(pipe)) >> 16) & 0x1fff);
221 *vpos = position / htotal;
222 *hpos = position - (*vpos * htotal);
H A Dintel_sdvo.c752 h_blank_len = mode->htotal - mode->hdisplay;
803 mode->htotal = mode->hdisplay + dtd->part1.h_blank;
804 mode->htotal += (dtd->part1.h_high & 0xf) << 8;
H A Dintel_display.c5653 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
7157 u32 htotal; member in struct:intel_display_error_state::intel_pipe_error_state
7204 error->pipe[i].htotal = I915_READ(HTOTAL(i));
7226 sbuf_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c281 unsigned hblank = native_mode->htotal - native_mode->hdisplay;
296 adjusted_mode->htotal = native_mode->hdisplay + hblank;
H A Dradeon_legacy_crtc.c821 htotal_cntl = mode->htotal & 0x7;
H A Dradeon_atombios.c1574 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
H A Dradeon_combios.c1341 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_reg.h434 int htotal, hdelay, hactive; member in struct:format_params
H A Dbktr_core.c3463 temp = ((quad_t ) fp->htotal* (quad_t) bktr->capture_area_x_size * 4096
3466 temp = ((quad_t ) fp->htotal* (quad_t) fp->scaled_hactive * 4096

Completed in 304 milliseconds