Searched refs:htotal (Results 1 – 11 of 11) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmmode.cpp | 38 h_total_(m->htotal), in DrmMode() 54 h_total_ == m.htotal && h_skew_ == m.hskew && in operator ==() 65 m->htotal = h_total_; in ToDrmModeModeInfo()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 99 mode.hdisplay = mode.hsync_start = mode.hsync_end = mode.htotal = in SetWbConfigs() 104 mode.clock = (mode.htotal * mode.vtotal * mode.vrefresh) / 1000; in SetWbConfigs()
|
D | hw_device_drm.cpp | 669 display_attributes_[index].h_total = mode.htotal; in PopulateDisplayAttributes() 2324 connector_info_.modes[i].mode.htotal, connector_info_.modes[i].mode.vdisplay, in DumpConnectorModeInfo()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_virtual_drm.cpp | 93 mode.hdisplay = mode.hsync_start = mode.hsync_end = mode.htotal = in SetWbConfigs() 98 mode.clock = (mode.htotal * mode.vtotal * mode.vrefresh) / 1000; in SetWbConfigs()
|
D | hw_device_drm.cpp | 625 display_attributes_[index].h_total = mode.htotal; in PopulateDisplayAttributes() 2020 connector_info_.modes[i].mode.htotal, connector_info_.modes[i].mode.vdisplay, in DumpConnectorModeInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_display.c | 78 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 189 wsi->htotal == drm->htotal && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 202 return (double) wsi->clock * 1000.0 / ((double) wsi->htotal * in wsi_display_mode_refresh() 264 display_mode->htotal = drm_mode->htotal; in wsi_display_register_drm_mode() 2588 wsi->htotal == xcb->htotal && in wsi_display_mode_matches_x() 2638 display_mode->htotal = x_mode->htotal; in wsi_display_register_x_mode()
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 186 display_attributes_.h_total = mode.htotal; in PopulateDisplayAttributes() 187 uint32_t h_blanking = mode.htotal - mode.hdisplay; in PopulateDisplayAttributes()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 247 __u16 htotal; member
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 410 display_attributes_.h_total = mode.htotal; in PopulateDisplayAttributes() 411 uint32_t h_blanking = mode.htotal - mode.hdisplay; in PopulateDisplayAttributes()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 415 display_attributes_.h_total = mode.htotal; in PopulateDisplayAttributes() 416 uint32_t h_blanking = mode.htotal - mode.hdisplay; in PopulateDisplayAttributes()
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_connector.cpp | 1035 drm_connector_->modes[i].hsync_end, drm_connector_->modes[i].htotal, in Dump()
|