/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/ |
H A 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()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmMode.h | 40 const uint16_t hsync_start; variable 60 hsync_start(info.hsync_start), in DrmMode()
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmmode.cpp | 36 h_sync_start_(m->hsync_start), in DrmMode() 53 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==() 63 m->hsync_start = h_sync_start_; in ToDrmModeModeInfo()
|
/aosp_15_r20/external/libkmsxx/kms++/src/ |
H A D | helpers.cpp | 20 CPY(hsync_start); in drm_mode_to_video_mode() 51 CPY(hsync_start); in video_mode_to_drm_mode()
|
H A D | videomode.cpp | 153 m.hsync_start = hact + hfp; in videomode_from_timings()
|
H A D | modedb_cea.cpp | 42 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
|
H A D | modedb_dmt.cpp | 16 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
|
/aosp_15_r20/external/drm_hwcomposer/hwc2_device/ |
H A D | HwcDisplayConfigs.cpp | 63 headless_drm_mode_info.hsync_start = headless_drm_mode_info.hdisplay + in GenFakeMode() 65 headless_drm_mode_info.hsync_end = headless_drm_mode_info.hsync_start + in GenFakeMode()
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_pipe_b_c_ivb.c | 41 .hsync_start = 2048, 56 .hsync_start = 1968,
|
H A D | kms_setmode.c | 54 .hsync_start = 656, 103 COMP(hsync_start); in drm_mode_equal()
|
H A D | kms_prop_blob.c | 39 .hsync_start = 641,
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 79 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 188 wsi->hsync_start == drm->hsync_start && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 263 display_mode->hsync_start = drm_mode->hsync_start; in wsi_display_register_drm_mode() 2583 wsi->hsync_start == xcb->hsync_start && in wsi_display_mode_matches_x() 2633 display_mode->hsync_start = x_mode->hsync_start; in wsi_display_register_x_mode()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A 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()
|
/aosp_15_r20/external/libkmsxx/py/tests/ |
H A D | kmsmodeview.py | 214 mode.hsync_start = hss_widget.get_val() 247 hss_widget.set_val(mode.hsync_start)
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/include/soc/ |
H A D | display.h | 9 #define hsync_start(mode) \ macro
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/ |
H A D | dsi.c | 331 hsw = (hsync_end(mode) - hsync_start(mode)) * mul / div; in tegra_dsi_configure() 339 hfp = (hsync_start(mode) - mode->xres) * mul / div; in tegra_dsi_configure()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | i915_pm_lpsp.c | 74 .hsync_start = 1048, in edp_subtest()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/ |
H A D | xf86drmMode.h | 225 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/drm/ |
D | drm_mode.h | 88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/aosp_15_r20/external/libdrm/tests/modeprint/ |
H A D | modeprint.c | 64 printf("\thsync_start : %i\n", mode->hsync_start); in printMode()
|
/aosp_15_r20/external/libdrm/include/drm/ |
H A D | drm_mode.h | 245 __u16 hsync_start; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/drm/ |
H A D | drm_mode.h | 95 __u16 hsync_start; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 107 __u16 hsync_start; member
|
/aosp_15_r20/external/kernel-headers/original/uapi/drm/ |
H A D | drm_mode.h | 245 __u16 hsync_start; member
|
/aosp_15_r20/external/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 245 __u16 hsync_start; member
|