Home
last modified time | relevance | path

Searched refs:vrefresh (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp103 mode.vrefresh = UINT32(display_attributes.fps); in SetWbConfigs()
104 mode.clock = (mode.htotal * mode.vtotal * mode.vrefresh) / 1000; in SetWbConfigs()
230 display_attributes.fps == connector_info_.modes[i].mode.vrefresh) { in GetModeIndex()
Dhw_device_drm.cpp651 display_attributes_[index].fps = mode.vrefresh; in PopulateDisplayAttributes()
730 uint32_t min_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
731 uint32_t max_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
735 if (min_fps > connector_info_.modes[mode_index].mode.vrefresh) { in PopulateHWPanelInfo()
736 min_fps = connector_info_.modes[mode_index].mode.vrefresh; in PopulateHWPanelInfo()
738 if (max_fps < connector_info_.modes[mode_index].mode.vrefresh) { in PopulateHWPanelInfo()
739 max_fps = connector_info_.modes[mode_index].mode.vrefresh; in PopulateHWPanelInfo()
746 hw_panel_info_.min_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
747 hw_panel_info_.max_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
922 (to_set.vrefresh == connector_info_.modes[mode_index].mode.vrefresh) && in SetDisplaySwitchMode()
[all …]
Dhw_tv_drm.cpp151 (fps == connector_info_.modes[idex].mode.vrefresh)) { in GetConfigIndex()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp97 mode.vrefresh = UINT32(display_attributes.fps); in SetWbConfigs()
98 mode.clock = (mode.htotal * mode.vtotal * mode.vrefresh) / 1000; in SetWbConfigs()
222 display_attributes.fps == connector_info_.modes[i].mode.vrefresh) { in GetModeIndex()
Dhw_device_drm.cpp607 display_attributes_[index].fps = mode.vrefresh; in PopulateDisplayAttributes()
684 uint32_t min_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
685 uint32_t max_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
689 if (min_fps > connector_info_.modes[mode_index].mode.vrefresh) { in PopulateHWPanelInfo()
690 min_fps = connector_info_.modes[mode_index].mode.vrefresh; in PopulateHWPanelInfo()
692 if (max_fps < connector_info_.modes[mode_index].mode.vrefresh) { in PopulateHWPanelInfo()
693 max_fps = connector_info_.modes[mode_index].mode.vrefresh; in PopulateHWPanelInfo()
700 hw_panel_info_.min_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
701 hw_panel_info_.max_fps = current_mode.vrefresh; in PopulateHWPanelInfo()
831 (to_set.vrefresh == connector_info_.modes[mode_index].mode.vrefresh) && in SetDisplayAttributes()
[all …]
Dhw_tv_drm.cpp150 (fps == connector_info_.modes[idex].mode.vrefresh)) { in GetConfigIndex()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmmode.cpp45 v_refresh_(m->vrefresh), in DrmMode()
72 m->vrefresh = v_refresh_; in ToDrmModeModeInfo()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp344 const auto &[displayIndex, vrefresh, idleTeVrefresh] = value; in handleIdleEnterEvent()
369 if (vrefresh != idleTeVrefresh) { in handleIdleEnterEvent()
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp187 config.fps = mode.vrefresh; in init_primary_display()
233 config.fps = mode.vrefresh; in add_external_hdmi_display()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h255 __u32 vrefresh; member
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp168 display_attributes_.fps = mode.vrefresh; in PopulateDisplayAttributes()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp392 display_attributes_.fps = mode.vrefresh; in PopulateDisplayAttributes()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp397 display_attributes_.fps = mode.vrefresh; in PopulateDisplayAttributes()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp1033 drm_connector_->modes[i].name, drm_connector_->modes[i].vrefresh, in Dump()