Searched refs:v_sync_offset (Results 1 – 2 of 2) sorted by relevance
726 uint16_t h_sync_offset, v_sync_offset; in psb_intel_sdvo_get_dtd_from_mode() local739 v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start; in psb_intel_sdvo_get_dtd_from_mode()753 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in psb_intel_sdvo_get_dtd_from_mode()756 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in psb_intel_sdvo_get_dtd_from_mode()766 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in psb_intel_sdvo_get_dtd_from_mode()
808 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local824 v_sync_offset = mode->vsync_start - mode->vdisplay; in intel_sdvo_get_dtd_from_mode()841 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()844 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()855 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()