Searched refs:hsync_offset (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_edid.c | 82 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()
|
D | igt_chamelium.h | 59 int htotal, hactive, hsync_offset, hsync_width, hsync_polarity; member
|
D | igt_chamelium.c | 822 ¶ms->hsync_offset); in video_params_from_xml()
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 951 video_params.hsync_offset, mode_hsync_offset); in check_mode() 975 igt_assert(video_params.hsync_offset == mode_hsync_offset); in check_mode()
|