Searched refs:v_sync_offset (Results 1 – 4 of 4) sorted by relevance
755 uint16_t h_sync_offset, v_sync_offset; in psb_intel_sdvo_get_dtd_from_mode() local768 v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start; in psb_intel_sdvo_get_dtd_from_mode()782 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in psb_intel_sdvo_get_dtd_from_mode()785 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in psb_intel_sdvo_get_dtd_from_mode()795 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in psb_intel_sdvo_get_dtd_from_mode()
831 u16 h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local847 v_sync_offset = mode->vsync_start - mode->vdisplay; in intel_sdvo_get_dtd_from_mode()864 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()867 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()878 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()
443 uint16_t v_sync_offset; member
1475 info->lcd_timing.vertical_sync_offset = le16_to_cpu(lvds->lcd_timing.v_sync_offset); in get_embedded_panel_info_v2_1()