Searched refs:hactive (Results 1 – 5 of 5) 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 86 hactive = mode->hdisplay; in detailed_timing_set_mode() 99 assert(hactive <= 0xFFF); in detailed_timing_set_mode() 101 pt->hactive_lo = hactive & 0x0FF; in detailed_timing_set_mode() 103 pt->hactive_hblank_hi = (hactive & 0xF00) >> 4 | (hblank & 0xF00) >> 8; in detailed_timing_set_mode()
|
D | igt_chamelium.h | 59 int htotal, hactive, hsync_offset, hsync_width, hsync_polarity; member
|
D | igt_chamelium.c | 820 read_int_from_xml_struct(chamelium, res, "hactive", ¶ms->hactive); in video_params_from_xml()
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 947 video_params.hactive, mode->hdisplay); in check_mode() 973 igt_assert(video_params.hactive == mode->hdisplay); in check_mode() 1032 int hactive, vactive; member 1040 .hactive = 1920, 1071 return vic_mode->hactive == drm_mode->hdisplay && in vic_mode_matches_drm()
|
/external/arm-trusted-firmware/fdts/ |
D | tc0.dts | 293 hactive = <640>;
|