Home
last modified time | relevance | path

Searched refs:v_sync_offset (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_sdvo.c678 u16 h_sync_offset, v_sync_offset; in psb_intel_sdvo_mode_set() local
699 v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start; in psb_intel_sdvo_mode_set()
713 output_dtd.part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in psb_intel_sdvo_mode_set()
717 ((v_sync_offset & 0x30) >> 2) | ((v_sync_len & 0x30) >> 4); in psb_intel_sdvo_mode_set()
726 output_dtd.part2.v_sync_off_high = v_sync_offset & 0xc0; in psb_intel_sdvo_mode_set()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_sdvo.c728 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local
741 v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start; in intel_sdvo_get_dtd_from_mode()
755 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()
758 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()
768 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()