Home
last modified time | relevance | path

Searched refs:v_total (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp115 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
Dhw_device_drm.cpp499 display_attributes_[index].v_total = mode.vtotal; in PopulateDisplayAttributes()
524 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in PopulateDisplayAttributes()
742 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp125 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in SetDisplayAttributes()
Dhw_device_drm.cpp597 display_attributes_[index].v_total = mode.vtotal; in PopulateDisplayAttributes()
622 display_attributes_[index].v_pulse_width, display_attributes_[index].v_total, in PopulateDisplayAttributes()
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h502 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h510 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h511 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
/hardware/qcom/sdm845/display/sdm/include/private/
Dhw_info_types.h566 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h695 uint32_t v_total = 0; //!< Total height of panel (vActive + vFP + vBP + vPulseWidth) member
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp184 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp413 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp408 display_attributes_.v_total = mode.vtotal; in PopulateDisplayAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp664 os << "\n v_total: " << display_attributes_.v_total; in Dump()