Searched refs:crtc_htotal (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c311 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank;
H A Dradeon_legacy_crtc.c84 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff)
598 crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff)
H A Drs690.c292 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
300 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
H A Drv515.c1001 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
1009 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
H A Dradeon_atombios.c1736 mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total);
1765 mode->crtc_htotal -= 1;
1775 mode->crtc_htotal = le16_to_cpu(dtd_timings->usHActive) +
H A Datombios_crtc.c339 args.usH_Total = cpu_to_le16(mode->crtc_htotal);
H A Dsi.c803 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535);
H A Devergreen.c1067 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c481 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal *
493 crtc->base.id, crtc->hwmode.crtc_htotal,
H A Ddrm_modes.c674 p->crtc_htotal = p->htotal;
707 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal);
H A Ddrm_crtc.h160 int crtc_htotal; member in struct:drm_display_mode
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c4646 - adjusted_mode->crtc_htotal / 2;
4656 ((adjusted_mode->crtc_htotal - 1) << 16));

Completed in 187 milliseconds