Home
last modified time | relevance | path

Searched refs:crtc_hsync_start (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c87 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
90 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set()
170 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
174 fp_h_sync_strt_wid = ((((mode->crtc_hsync_start - mode->crtc_hblank_start) / 8) & 0x1fff) in radeon_legacy_rmx_mode_set()
601 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing()
604 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing()
HDradeon_encoders.c312 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup()
313 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
HDatombios_crtc.c301 cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + radeon_crtc->h_border); in atombios_set_crtc_dtd_timing()
303 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_set_crtc_dtd_timing()
341 args.usH_SyncStart = cpu_to_le16(mode->crtc_hsync_start); in atombios_crtc_set_timing()
343 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_crtc_set_timing()
HDradeon_atombios.c1738 mode->crtc_hsync_start = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_SyncStart); in radeon_atom_get_tv_timings()
1778 mode->crtc_hsync_start = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()
1780 mode->crtc_hsync_end = mode->crtc_hsync_start + in radeon_atom_get_tv_timings()
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_lvds.c195 sync_width = mode->crtc_hsync_end - mode->crtc_hsync_start; in centre_horizontally()
206 mode->crtc_hsync_start = mode->crtc_hblank_start + sync_pos; in centre_horizontally()
207 mode->crtc_hsync_end = mode->crtc_hsync_start + sync_width; in centre_horizontally()
HDintel_display.c4645 vsyncshift = adjusted_mode->crtc_hsync_start in intel_set_pipe_timings()
4661 (adjusted_mode->crtc_hsync_start - 1) | in intel_set_pipe_timings()
/freebsd-11-stable/sys/dev/drm2/
HDdrm_modes.c672 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo()
706 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
HDdrm_crtc.h158 int crtc_hsync_start; member