Searched refs:crtc_hsync_start (Results 1 – 12 of 12) sorted by relevance
83 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()86 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set()166 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()170 fp_h_sync_strt_wid = ((((mode->crtc_hsync_start - mode->crtc_hblank_start) / 8) & 0x1fff) in radeon_legacy_rmx_mode_set()589 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing()592 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing()
287 cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + radeon_crtc->h_border); in atombios_set_crtc_dtd_timing()289 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_set_crtc_dtd_timing()327 args.usH_SyncStart = cpu_to_le16(mode->crtc_hsync_start); in atombios_crtc_set_timing()329 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_crtc_set_timing()
291 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup()292 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
1692 mode->crtc_hsync_start = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_SyncStart); in radeon_atom_get_tv_timings()1732 mode->crtc_hsync_start = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()1734 mode->crtc_hsync_end = mode->crtc_hsync_start + in radeon_atom_get_tv_timings()
175 sync_width = mode->crtc_hsync_end - mode->crtc_hsync_start; in centre_horizontally()186 mode->crtc_hsync_start = mode->crtc_hblank_start + sync_pos; in centre_horizontally()187 mode->crtc_hsync_end = mode->crtc_hsync_start + sync_width; in centre_horizontally()
735 h_sync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in intel_sdvo_get_dtd_from_mode()740 h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start; in intel_sdvo_get_dtd_from_mode()
5106 (adjusted_mode->crtc_hsync_start - 1) | in intel_crtc_mode_set()
672 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo()708 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
693 h_sync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in psb_intel_sdvo_mode_set()698 h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start; in psb_intel_sdvo_mode_set()
756 REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | in psb_intel_crtc_mode_set()
149 int crtc_hsync_start; member
235 int horizStart = (mode->crtc_hsync_start >> 3) + 1; in nv_crtc_mode_set_vga()