Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h80 u8 v_sync_off_width; member
Dpsb_intel_sdvo.c782 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in psb_intel_sdvo_get_dtd_from_mode()
814 mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf; in psb_intel_sdvo_get_mode_from_dtd()
818 (dtd->part2.v_sync_off_width & 0xf); in psb_intel_sdvo_get_mode_from_dtd()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_sdvo_regs.h91 u8 v_sync_off_width; member
Dintel_sdvo.c865 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()
899 mode.vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf; in intel_sdvo_get_mode_from_dtd()
903 (dtd->part2.v_sync_off_width & 0xf); in intel_sdvo_get_mode_from_dtd()