Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 25 of 29) sorted by relevance

12

/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h21 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/
DDrmMode.cpp28 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/
Dhelpers.cpp21 CPY(hsync_end); in drm_mode_to_video_mode()
52 CPY(hsync_end); in video_mode_to_drm_mode()
Dvideomode.cpp154 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
Dmodedb_cea.cpp42 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
Dmodedb_dmt.cpp16 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
/external/igt-gpu-tools/tests/
Dkms_pipe_b_c_ivb.c42 .hsync_end = 2248,
57 .hsync_end = 2000,
Dkms_prop_blob.c40 .hsync_end = 642,
Dkms_setmode.c53 .hsync_end = 752,
102 COMP(hsync_end); in drm_mode_equal()
Dtestdisplay.c645 …&force_clock,&force_timing.hdisplay, &force_timing.hsync_start,&force_timing.hsync_end,&force_timi… in opt_handler()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c66 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/
Dkmsmodeview.py215 mode.hsync_end = hse_widget.get_val()
248 hse_widget.set_val(mode.hsync_end)
/external/igt-gpu-tools/tests/i915/
Di915_pm_lpsp.c75 .hsync_end = 1184, in edp_subtest()
Di915_pm_rpm.c490 COMPARE(m1, m2, hsync_end); in assert_modes_equal()
/external/libdrm/tests/modeprint/
Dmodeprint.c65 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
/external/libdrm/
Dxf86drmMode.h92 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
/external/libdrm/include/drm/
Ddrm_mode.h225 __u16 hsync_end; member
/external/igt-gpu-tools/lib/
Digt_edid.c88 hsync_pulse_width = mode->hsync_end - mode->hsync_start; in detailed_timing_set_mode()
Digt_kms.c115 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/
Ddrm_mode.h246 __u16 hsync_end; member
/external/igt-gpu-tools/include/drm-uapi/
Ddrm_mode.h217 __u16 hsync_end; member
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h225 __u16 hsync_end; member
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp241 .def_readwrite("hsync_end", &Videomode::hsync_end) in init_pykmsbase()
/external/libkmsxx/utils/
Dkmsprint.cpp32 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
/external/libdrm/tests/modetest/
Dmodetest.c227 mode->hsync_end, in dump_mode()

12