Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c755 uint16_t h_sync_offset, v_sync_offset; in psb_intel_sdvo_get_dtd_from_mode() local
768 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()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_sdvo.c832 u16 h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local
848 v_sync_offset = mode->vsync_start - mode->vdisplay; in intel_sdvo_get_dtd_from_mode()
865 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()
868 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()
879 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()
/linux-6.1.9/drivers/gpu/drm/amd/include/
Datomfirmware.h443 uint16_t v_sync_offset; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c1471 info->lcd_timing.vertical_sync_offset = le16_to_cpu(lvds->lcd_timing.v_sync_offset); in get_embedded_panel_info_v2_1()