/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 21 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 32 uint16_t hsw() const { return hsync_end - hsync_start; } in hsw() 33 uint16_t hbp() const { return htotal - hsync_end; } in hbp()
|
/external/drm_hwcomposer/drm/ |
D | DrmMode.cpp | 28 h_sync_end_(m->hsync_end), in DrmMode() 44 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==() 55 m->hsync_end = h_sync_end_; in ToDrmModeModeInfo()
|
/external/libkmsxx/kms++/src/ |
D | helpers.cpp | 21 CPY(hsync_end); in drm_mode_to_video_mode() 52 CPY(hsync_end); in video_mode_to_drm_mode()
|
D | videomode.cpp | 154 m.hsync_end = hact + hfp + hsw; 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 | 42 .hsync_end = 2248, 57 .hsync_end = 2000,
|
D | kms_prop_blob.c | 40 .hsync_end = 642,
|
D | kms_setmode.c | 53 .hsync_end = 752, 102 COMP(hsync_end); 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()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 66 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 156 wsi->hsync_end == drm->hsync_end && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 233 display_mode->hsync_end = drm_mode->hsync_end; in wsi_display_register_drm_mode() 2192 wsi->hsync_end == xcb->hsync_end && in wsi_display_mode_matches_x() 2242 display_mode->hsync_end = x_mode->hsync_end; in wsi_display_register_x_mode()
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 215 mode.hsync_end = hse_widget.get_val() 248 hse_widget.set_val(mode.hsync_end)
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_lpsp.c | 75 .hsync_end = 1184, in edp_subtest()
|
D | i915_pm_rpm.c | 490 COMPARE(m1, m2, hsync_end); in assert_modes_equal()
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 65 printf("\thsync_end : %i\n", mode->hsync_end); 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 | 225 __u16 hsync_end; member
|
/external/igt-gpu-tools/lib/ |
D | igt_edid.c | 88 hsync_pulse_width = mode->hsync_end - mode->hsync_start; in detailed_timing_set_mode()
|
D | igt_kms.c | 115 mode.hsync_end = 2052; in igt_kms_get_base_edid() 151 mode.hsync_end = 1480; in igt_kms_get_alt_edid() 721 mode->hsync_end, mode->htotal, in kmstest_dump_mode() 2237 .hsync_end = 1184, in igt_std_1024_mode_get()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 246 __u16 hsync_end; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_mode.h | 217 __u16 hsync_end; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 225 __u16 hsync_end; member
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 241 .def_readwrite("hsync_end", &Videomode::hsync_end) in init_pykmsbase()
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 32 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 227 mode->hsync_end, in dump_mode()
|