Searched refs:crtc_hsync_end (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c313 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width;
H A Dradeon_legacy_crtc.c87 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8;
170 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8;
601 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8;
H A Datombios_crtc.c303 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start);
343 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start);
H A Dradeon_atombios.c1739 mode->crtc_hsync_end = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_SyncStart) +
1780 mode->crtc_hsync_end = mode->crtc_hsync_start +
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c673 p->crtc_hsync_end = p->hsync_end;
707 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal);
H A Ddrm_crtc.h159 int crtc_hsync_end; member in struct:drm_display_mode
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c195 sync_width = mode->crtc_hsync_end - mode->crtc_hsync_start;
207 mode->crtc_hsync_end = mode->crtc_hsync_start + sync_width;
H A Dintel_display.c4662 ((adjusted_mode->crtc_hsync_end - 1) << 16));

Completed in 116 milliseconds