Home
last modified time | relevance | path

Searched refs:h_sync_width (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c759 uint32_t val, h_sync_width, h_back_porch, h_front_porch, h_pulse_start; in hdmi_enable() local
771 h_sync_width = mode->hsync_end - mode->hsync_start; in hdmi_enable()
774 h_pulse_start = 1 + h_sync_width + h_back_porch - 10; in hdmi_enable()
775 h_max_ac_packet = (h_sync_width + h_back_porch + h_front_porch - in hdmi_enable()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h85 u8 h_sync_width; /**< lower 8 bits (pixels) */ member
H A Dintel_sdvo.c800 dtd->part2.h_sync_width = h_sync_len & 0xff; in intel_sdvo_get_dtd_from_mode()
827 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in intel_sdvo_get_mode_from_dtd()