Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_edid.c82 int hactive, hblank, vactive, vblank, hsync_offset, hsync_pulse_width, in detailed_timing_set_mode() local
87 hsync_offset = mode->hsync_start - mode->hdisplay; in detailed_timing_set_mode()
111 assert(hsync_offset <= 0x3FF); in detailed_timing_set_mode()
115 pt->hsync_offset_lo = hsync_offset & 0x0FF; in detailed_timing_set_mode()
120 ((hsync_offset & 0x300) >> 2) | ((hsync_pulse_width & 0x300) >> 4) in detailed_timing_set_mode()
Digt_chamelium.h59 int htotal, hactive, hsync_offset, hsync_width, hsync_polarity; member
Digt_chamelium.c822 &params->hsync_offset); in video_params_from_xml()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c951 video_params.hsync_offset, mode_hsync_offset); in check_mode()
975 igt_assert(video_params.hsync_offset == mode_hsync_offset); in check_mode()