Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c726 uint16_t h_sync_offset, v_sync_offset; in psb_intel_sdvo_get_dtd_from_mode() local
739 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()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sdvo.c808 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local
824 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()