Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmmode.cpp37 h_sync_end_(m->hsync_end), in DrmMode()
53 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==()
64 m->hsync_end = h_sync_end_; in ToDrmModeModeInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c78 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
188 wsi->hsync_end == drm->hsync_end && in ICD_DEFINE_NONDISP_HANDLE_CASTS()
263 display_mode->hsync_end = drm_mode->hsync_end; in wsi_display_register_drm_mode()
2587 wsi->hsync_end == xcb->hsync_end && in wsi_display_mode_matches_x()
2637 display_mode->hsync_end = x_mode->hsync_end; in wsi_display_register_x_mode()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp99 mode.hdisplay = mode.hsync_start = mode.hsync_end = mode.htotal = in SetWbConfigs()
Dhw_device_drm.cpp2323 connector_info_.modes[i].mode.hsync_start, connector_info_.modes[i].mode.hsync_end, in DumpConnectorModeInfo()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp93 mode.hdisplay = mode.hsync_start = mode.hsync_end = mode.htotal = in SetWbConfigs()
Dhw_device_drm.cpp2019 connector_info_.modes[i].mode.hsync_start, connector_info_.modes[i].mode.hsync_end, in DumpConnectorModeInfo()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h246 __u16 hsync_end; member
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp1035 drm_connector_->modes[i].hsync_end, drm_connector_->modes[i].htotal, in Dump()