/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 21 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 31 uint16_t hfp() const { return hsync_start - hdisplay; } in hfp() 32 uint16_t hsw() const { return hsync_end - hsync_start; } in hsw()
|
/external/drm_hwcomposer/drm/ |
D | DrmMode.cpp | 27 h_sync_start_(m->hsync_start), in DrmMode() 44 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==() 54 m->hsync_start = h_sync_start_; in ToDrmModeModeInfo()
|
/external/libkmsxx/kms++/src/ |
D | helpers.cpp | 20 CPY(hsync_start); in drm_mode_to_video_mode() 51 CPY(hsync_start); in video_mode_to_drm_mode()
|
D | videomode.cpp | 153 m.hsync_start = hact + hfp; in videomode_from_timings()
|
D | modedb_cea.cpp | 42 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
|
D | modedb_dmt.cpp | 16 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
|
/external/igt-gpu-tools/tests/ |
D | kms_pipe_b_c_ivb.c | 41 .hsync_start = 2048, 56 .hsync_start = 1968,
|
D | kms_prop_blob.c | 39 .hsync_start = 641,
|
D | kms_setmode.c | 52 .hsync_start = 656, 101 COMP(hsync_start); in drm_mode_equal()
|
D | testdisplay.c | 645 …&force_clock,&force_timing.hdisplay, &force_timing.hsync_start,&force_timing.hsync_end,&force_timi… in opt_handler()
|
D | kms_chamelium.c | 936 mode_hsync_offset = mode->hsync_start - mode->hdisplay; in check_mode() 938 mode_hsync_width = mode->hsync_end - mode->hsync_start; in check_mode()
|
/external/igt-gpu-tools/lib/ |
D | igt_edid.c | 87 hsync_offset = mode->hsync_start - mode->hdisplay; in detailed_timing_set_mode() 88 hsync_pulse_width = mode->hsync_end - mode->hsync_start; in detailed_timing_set_mode()
|
D | igt_kms.c | 114 mode.hsync_start = 2008; in igt_kms_get_base_edid() 150 mode.hsync_start = 1448; in igt_kms_get_alt_edid() 720 mode->hdisplay, mode->hsync_start, in kmstest_dump_mode() 2236 .hsync_start = 1048, in igt_std_1024_mode_get()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 66 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 155 wsi->hsync_start == drm->hsync_start && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 232 display_mode->hsync_start = drm_mode->hsync_start; in wsi_display_register_drm_mode() 2191 wsi->hsync_start == xcb->hsync_start && in wsi_display_mode_matches_x() 2241 display_mode->hsync_start = x_mode->hsync_start; in wsi_display_register_x_mode()
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 214 mode.hsync_start = hss_widget.get_val() 247 hss_widget.set_val(mode.hsync_start)
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_lpsp.c | 74 .hsync_start = 1048, in edp_subtest()
|
D | i915_pm_rpm.c | 489 COMPARE(m1, m2, hsync_start); in assert_modes_equal()
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 64 printf("\thsync_start : %i\n", mode->hsync_start); in printMode()
|
/external/libdrm/ |
D | xf86drmMode.h | 92 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 224 __u16 hsync_start; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 245 __u16 hsync_start; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_mode.h | 216 __u16 hsync_start; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 224 __u16 hsync_start; member
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 240 .def_readwrite("hsync_start", &Videomode::hsync_start) in init_pykmsbase()
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 32 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
|