Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c83 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()
Datombios_crtc.c287 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()
Dradeon_encoders.c291 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()
Dradeon_atombios.c1692 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()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_lvds.c175 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()
Dintel_sdvo.c735 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()
Dintel_display.c5106 (adjusted_mode->crtc_hsync_start - 1) | in intel_crtc_mode_set()
/linux-2.6.39/drivers/gpu/drm/
Ddrm_modes.c672 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()
/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_sdvo.c693 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()
Dpsb_intel_display.c756 REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | in psb_intel_crtc_mode_set()
/linux-2.6.39/include/drm/
Ddrm_crtc.h149 int crtc_hsync_start; member
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv04_crtc.c235 int horizStart = (mode->crtc_hsync_start >> 3) + 1; in nv_crtc_mode_set_vga()